xrandr: cannot find output “eDP-1”
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ margin-bottom:0;
}
I am trying to add some missing displays in ubuntu 16.04 system, I followed the following site for configuration:
http://ubuntuhandbook.org/index.php/2017/04/custom-screen-resolution-ubuntu-desktop/
dev@mysite-dev:~$ xrandr
Screen 0: minimum 320 x 200, current 1024 x 768, maximum 8192 x 8192
VGA-1 connected primary 1024x768+0+0 (normal left inverted right x axis y axis) 0mm x 0mm
1024x768 60.00*
800x600 60.32 56.25
848x480 60.00
640x480 59.94
HDMI-1 disconnected (normal left inverted right x axis y axis)
HDMI-2 disconnected (normal left inverted right x axis y axis)
dev@mysite-dev:~$ cvt 1920 1080
# 1920x1080 59.96 Hz (CVT 2.07M9) hsync: 67.16 kHz; pclk: 173.00 MHz
Modeline "1920x1080_60.00" 173.00 1920 2048 2248 2576 1080 1083 1088 1120 -hsync +vsync
dev@mysite-dev:~$ sudo xrandr --newmode "1920x1080_60.00" 173.00 1920 2048 2248 2576 1080 1083 1088 1120 -hsync +vsync
[sudo] password for dev:
dev@mysite-dev:~$ sudo xrandr --addmode eDP-1 "1920x1080_60.00"
xrandr: cannot find output "eDP-1"
dev@mysite-dev:~$
As you can see I am getting the following error:
xrandr: cannot find output "eDP-1"
display monitor
add a comment |
I am trying to add some missing displays in ubuntu 16.04 system, I followed the following site for configuration:
http://ubuntuhandbook.org/index.php/2017/04/custom-screen-resolution-ubuntu-desktop/
dev@mysite-dev:~$ xrandr
Screen 0: minimum 320 x 200, current 1024 x 768, maximum 8192 x 8192
VGA-1 connected primary 1024x768+0+0 (normal left inverted right x axis y axis) 0mm x 0mm
1024x768 60.00*
800x600 60.32 56.25
848x480 60.00
640x480 59.94
HDMI-1 disconnected (normal left inverted right x axis y axis)
HDMI-2 disconnected (normal left inverted right x axis y axis)
dev@mysite-dev:~$ cvt 1920 1080
# 1920x1080 59.96 Hz (CVT 2.07M9) hsync: 67.16 kHz; pclk: 173.00 MHz
Modeline "1920x1080_60.00" 173.00 1920 2048 2248 2576 1080 1083 1088 1120 -hsync +vsync
dev@mysite-dev:~$ sudo xrandr --newmode "1920x1080_60.00" 173.00 1920 2048 2248 2576 1080 1083 1088 1120 -hsync +vsync
[sudo] password for dev:
dev@mysite-dev:~$ sudo xrandr --addmode eDP-1 "1920x1080_60.00"
xrandr: cannot find output "eDP-1"
dev@mysite-dev:~$
As you can see I am getting the following error:
xrandr: cannot find output "eDP-1"
display monitor
add a comment |
I am trying to add some missing displays in ubuntu 16.04 system, I followed the following site for configuration:
http://ubuntuhandbook.org/index.php/2017/04/custom-screen-resolution-ubuntu-desktop/
dev@mysite-dev:~$ xrandr
Screen 0: minimum 320 x 200, current 1024 x 768, maximum 8192 x 8192
VGA-1 connected primary 1024x768+0+0 (normal left inverted right x axis y axis) 0mm x 0mm
1024x768 60.00*
800x600 60.32 56.25
848x480 60.00
640x480 59.94
HDMI-1 disconnected (normal left inverted right x axis y axis)
HDMI-2 disconnected (normal left inverted right x axis y axis)
dev@mysite-dev:~$ cvt 1920 1080
# 1920x1080 59.96 Hz (CVT 2.07M9) hsync: 67.16 kHz; pclk: 173.00 MHz
Modeline "1920x1080_60.00" 173.00 1920 2048 2248 2576 1080 1083 1088 1120 -hsync +vsync
dev@mysite-dev:~$ sudo xrandr --newmode "1920x1080_60.00" 173.00 1920 2048 2248 2576 1080 1083 1088 1120 -hsync +vsync
[sudo] password for dev:
dev@mysite-dev:~$ sudo xrandr --addmode eDP-1 "1920x1080_60.00"
xrandr: cannot find output "eDP-1"
dev@mysite-dev:~$
As you can see I am getting the following error:
xrandr: cannot find output "eDP-1"
display monitor
I am trying to add some missing displays in ubuntu 16.04 system, I followed the following site for configuration:
http://ubuntuhandbook.org/index.php/2017/04/custom-screen-resolution-ubuntu-desktop/
dev@mysite-dev:~$ xrandr
Screen 0: minimum 320 x 200, current 1024 x 768, maximum 8192 x 8192
VGA-1 connected primary 1024x768+0+0 (normal left inverted right x axis y axis) 0mm x 0mm
1024x768 60.00*
800x600 60.32 56.25
848x480 60.00
640x480 59.94
HDMI-1 disconnected (normal left inverted right x axis y axis)
HDMI-2 disconnected (normal left inverted right x axis y axis)
dev@mysite-dev:~$ cvt 1920 1080
# 1920x1080 59.96 Hz (CVT 2.07M9) hsync: 67.16 kHz; pclk: 173.00 MHz
Modeline "1920x1080_60.00" 173.00 1920 2048 2248 2576 1080 1083 1088 1120 -hsync +vsync
dev@mysite-dev:~$ sudo xrandr --newmode "1920x1080_60.00" 173.00 1920 2048 2248 2576 1080 1083 1088 1120 -hsync +vsync
[sudo] password for dev:
dev@mysite-dev:~$ sudo xrandr --addmode eDP-1 "1920x1080_60.00"
xrandr: cannot find output "eDP-1"
dev@mysite-dev:~$
As you can see I am getting the following error:
xrandr: cannot find output "eDP-1"
display monitor
display monitor
asked Mar 21 at 5:25
Sugumar VenkatesanSugumar Venkatesan
1087
1087
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
It failed because your output display is isn't called eDP-1
, you need to replace it with the one you're using.
sudo xrandr --addmode `xrandr | grep -e " connected [^(]" | sed -e "s/([A-Z0-9]+) connected.*/1/"` "1920x1080_60.00"
The command will output your currently connected display, in my case it was LVDS-1
:~$ xrandr | grep -e " connected [^(]" | sed -e "s/([A-Z0-9]+) connected.*/1/"
LVDS-1
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "89"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1127428%2fxrandr-cannot-find-output-edp-1%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
It failed because your output display is isn't called eDP-1
, you need to replace it with the one you're using.
sudo xrandr --addmode `xrandr | grep -e " connected [^(]" | sed -e "s/([A-Z0-9]+) connected.*/1/"` "1920x1080_60.00"
The command will output your currently connected display, in my case it was LVDS-1
:~$ xrandr | grep -e " connected [^(]" | sed -e "s/([A-Z0-9]+) connected.*/1/"
LVDS-1
add a comment |
It failed because your output display is isn't called eDP-1
, you need to replace it with the one you're using.
sudo xrandr --addmode `xrandr | grep -e " connected [^(]" | sed -e "s/([A-Z0-9]+) connected.*/1/"` "1920x1080_60.00"
The command will output your currently connected display, in my case it was LVDS-1
:~$ xrandr | grep -e " connected [^(]" | sed -e "s/([A-Z0-9]+) connected.*/1/"
LVDS-1
add a comment |
It failed because your output display is isn't called eDP-1
, you need to replace it with the one you're using.
sudo xrandr --addmode `xrandr | grep -e " connected [^(]" | sed -e "s/([A-Z0-9]+) connected.*/1/"` "1920x1080_60.00"
The command will output your currently connected display, in my case it was LVDS-1
:~$ xrandr | grep -e " connected [^(]" | sed -e "s/([A-Z0-9]+) connected.*/1/"
LVDS-1
It failed because your output display is isn't called eDP-1
, you need to replace it with the one you're using.
sudo xrandr --addmode `xrandr | grep -e " connected [^(]" | sed -e "s/([A-Z0-9]+) connected.*/1/"` "1920x1080_60.00"
The command will output your currently connected display, in my case it was LVDS-1
:~$ xrandr | grep -e " connected [^(]" | sed -e "s/([A-Z0-9]+) connected.*/1/"
LVDS-1
edited Mar 21 at 6:02
answered Mar 21 at 5:54
EmmetEmmet
7,51522345
7,51522345
add a comment |
add a comment |
Thanks for contributing an answer to Ask Ubuntu!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1127428%2fxrandr-cannot-find-output-edp-1%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown