How can I change resolution using xrandr? [duplicate]
This question already has an answer here:
How do I change the screen resolution using Ubuntu command line?
4 answers
I have a dual monitor setup. 2nd monitor has a VGA connection. Resolution 1366x768 not found in display settings or randr. How do I add resolution 1366x768 to output. I have tried this:
VGA-0 connected primary 1024x768+0+190 (normal left inverted right x axis y axis) 0mm x 0mm
1024x768 60.0*
800x600 60.3 56.2
848x480 60.0
640x480 59.9
Did xrandr -s 1366x768:
Size 1366x768 not found in available modes
And xrandr --output vga-0 --mode 1366x768:
warning: output vga-0 not found; ignoring
command-line display-resolution monitor
marked as duplicate by Zanna, karel, WinEunuuchs2Unix, Eric Carvalho, Kulfy 2 days ago
This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
add a comment |
This question already has an answer here:
How do I change the screen resolution using Ubuntu command line?
4 answers
I have a dual monitor setup. 2nd monitor has a VGA connection. Resolution 1366x768 not found in display settings or randr. How do I add resolution 1366x768 to output. I have tried this:
VGA-0 connected primary 1024x768+0+190 (normal left inverted right x axis y axis) 0mm x 0mm
1024x768 60.0*
800x600 60.3 56.2
848x480 60.0
640x480 59.9
Did xrandr -s 1366x768:
Size 1366x768 not found in available modes
And xrandr --output vga-0 --mode 1366x768:
warning: output vga-0 not found; ignoring
command-line display-resolution monitor
marked as duplicate by Zanna, karel, WinEunuuchs2Unix, Eric Carvalho, Kulfy 2 days ago
This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
Size 1366x768 not found in available modes - You can only set it to 1024x768, 800x600, 848x480 , 640x480,
– M. Becerra
Mar 8 '17 at 10:11
1
Tryxrandr --addmode VGA-0 1366x768instead
– M. Becerra
Mar 8 '17 at 10:13
thank you. It can be changed as I did about 2 years ago but cannot remember exactly how. Unfortunately this did not work xrandr --addmode VGA-0 1366x768 but thanks for trying.
– margaret robinson
Mar 9 '17 at 14:06
Check this question, it might help
– M. Becerra
Mar 9 '17 at 15:02
add a comment |
This question already has an answer here:
How do I change the screen resolution using Ubuntu command line?
4 answers
I have a dual monitor setup. 2nd monitor has a VGA connection. Resolution 1366x768 not found in display settings or randr. How do I add resolution 1366x768 to output. I have tried this:
VGA-0 connected primary 1024x768+0+190 (normal left inverted right x axis y axis) 0mm x 0mm
1024x768 60.0*
800x600 60.3 56.2
848x480 60.0
640x480 59.9
Did xrandr -s 1366x768:
Size 1366x768 not found in available modes
And xrandr --output vga-0 --mode 1366x768:
warning: output vga-0 not found; ignoring
command-line display-resolution monitor
This question already has an answer here:
How do I change the screen resolution using Ubuntu command line?
4 answers
I have a dual monitor setup. 2nd monitor has a VGA connection. Resolution 1366x768 not found in display settings or randr. How do I add resolution 1366x768 to output. I have tried this:
VGA-0 connected primary 1024x768+0+190 (normal left inverted right x axis y axis) 0mm x 0mm
1024x768 60.0*
800x600 60.3 56.2
848x480 60.0
640x480 59.9
Did xrandr -s 1366x768:
Size 1366x768 not found in available modes
And xrandr --output vga-0 --mode 1366x768:
warning: output vga-0 not found; ignoring
This question already has an answer here:
How do I change the screen resolution using Ubuntu command line?
4 answers
command-line display-resolution monitor
command-line display-resolution monitor
edited Dec 16 at 18:18
Kulfy
3,13531039
3,13531039
asked Mar 8 '17 at 10:05
margaret robinson
30411
30411
marked as duplicate by Zanna, karel, WinEunuuchs2Unix, Eric Carvalho, Kulfy 2 days ago
This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
marked as duplicate by Zanna, karel, WinEunuuchs2Unix, Eric Carvalho, Kulfy 2 days ago
This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
Size 1366x768 not found in available modes - You can only set it to 1024x768, 800x600, 848x480 , 640x480,
– M. Becerra
Mar 8 '17 at 10:11
1
Tryxrandr --addmode VGA-0 1366x768instead
– M. Becerra
Mar 8 '17 at 10:13
thank you. It can be changed as I did about 2 years ago but cannot remember exactly how. Unfortunately this did not work xrandr --addmode VGA-0 1366x768 but thanks for trying.
– margaret robinson
Mar 9 '17 at 14:06
Check this question, it might help
– M. Becerra
Mar 9 '17 at 15:02
add a comment |
Size 1366x768 not found in available modes - You can only set it to 1024x768, 800x600, 848x480 , 640x480,
– M. Becerra
Mar 8 '17 at 10:11
1
Tryxrandr --addmode VGA-0 1366x768instead
– M. Becerra
Mar 8 '17 at 10:13
thank you. It can be changed as I did about 2 years ago but cannot remember exactly how. Unfortunately this did not work xrandr --addmode VGA-0 1366x768 but thanks for trying.
– margaret robinson
Mar 9 '17 at 14:06
Check this question, it might help
– M. Becerra
Mar 9 '17 at 15:02
Size 1366x768 not found in available modes - You can only set it to 1024x768, 800x600, 848x480 , 640x480,
– M. Becerra
Mar 8 '17 at 10:11
Size 1366x768 not found in available modes - You can only set it to 1024x768, 800x600, 848x480 , 640x480,
– M. Becerra
Mar 8 '17 at 10:11
1
1
Try
xrandr --addmode VGA-0 1366x768 instead– M. Becerra
Mar 8 '17 at 10:13
Try
xrandr --addmode VGA-0 1366x768 instead– M. Becerra
Mar 8 '17 at 10:13
thank you. It can be changed as I did about 2 years ago but cannot remember exactly how. Unfortunately this did not work xrandr --addmode VGA-0 1366x768 but thanks for trying.
– margaret robinson
Mar 9 '17 at 14:06
thank you. It can be changed as I did about 2 years ago but cannot remember exactly how. Unfortunately this did not work xrandr --addmode VGA-0 1366x768 but thanks for trying.
– margaret robinson
Mar 9 '17 at 14:06
Check this question, it might help
– M. Becerra
Mar 9 '17 at 15:02
Check this question, it might help
– M. Becerra
Mar 9 '17 at 15:02
add a comment |
1 Answer
1
active
oldest
votes
And
xrandr --output vga-0 --mode 1366x768:warning: output vga-0 not found; ignoring
Terminals are case sensitive(may not be for windows BUT), vga-0 is not equal to VGA-0 and hence the problem.
Did
xrandr -s 1366x768:Size 1366x768 not found in available modes
You can create a custom screen resolution when not listed and your display supports it. Check this ubuntu handbook guide :
http://ubuntuhandbook.org/index.php/2017/04/custom-screen-resolution-ubuntu-desktop/
If you want to follow the part
IMPORTANT: To make Ubuntu remember the new created screen resolution
at next start, you have to edit the.profilevia command:
Then to avoid the sudo: no tty present and no askpass program specified error after each login, you might follow a working answer of this StackOverflow Question :
https://stackoverflow.com/questions/21659637/how-to-fix-sudo-no-tty-present-and-no-askpass-program-specified-error
add a comment |
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
And
xrandr --output vga-0 --mode 1366x768:warning: output vga-0 not found; ignoring
Terminals are case sensitive(may not be for windows BUT), vga-0 is not equal to VGA-0 and hence the problem.
Did
xrandr -s 1366x768:Size 1366x768 not found in available modes
You can create a custom screen resolution when not listed and your display supports it. Check this ubuntu handbook guide :
http://ubuntuhandbook.org/index.php/2017/04/custom-screen-resolution-ubuntu-desktop/
If you want to follow the part
IMPORTANT: To make Ubuntu remember the new created screen resolution
at next start, you have to edit the.profilevia command:
Then to avoid the sudo: no tty present and no askpass program specified error after each login, you might follow a working answer of this StackOverflow Question :
https://stackoverflow.com/questions/21659637/how-to-fix-sudo-no-tty-present-and-no-askpass-program-specified-error
add a comment |
And
xrandr --output vga-0 --mode 1366x768:warning: output vga-0 not found; ignoring
Terminals are case sensitive(may not be for windows BUT), vga-0 is not equal to VGA-0 and hence the problem.
Did
xrandr -s 1366x768:Size 1366x768 not found in available modes
You can create a custom screen resolution when not listed and your display supports it. Check this ubuntu handbook guide :
http://ubuntuhandbook.org/index.php/2017/04/custom-screen-resolution-ubuntu-desktop/
If you want to follow the part
IMPORTANT: To make Ubuntu remember the new created screen resolution
at next start, you have to edit the.profilevia command:
Then to avoid the sudo: no tty present and no askpass program specified error after each login, you might follow a working answer of this StackOverflow Question :
https://stackoverflow.com/questions/21659637/how-to-fix-sudo-no-tty-present-and-no-askpass-program-specified-error
add a comment |
And
xrandr --output vga-0 --mode 1366x768:warning: output vga-0 not found; ignoring
Terminals are case sensitive(may not be for windows BUT), vga-0 is not equal to VGA-0 and hence the problem.
Did
xrandr -s 1366x768:Size 1366x768 not found in available modes
You can create a custom screen resolution when not listed and your display supports it. Check this ubuntu handbook guide :
http://ubuntuhandbook.org/index.php/2017/04/custom-screen-resolution-ubuntu-desktop/
If you want to follow the part
IMPORTANT: To make Ubuntu remember the new created screen resolution
at next start, you have to edit the.profilevia command:
Then to avoid the sudo: no tty present and no askpass program specified error after each login, you might follow a working answer of this StackOverflow Question :
https://stackoverflow.com/questions/21659637/how-to-fix-sudo-no-tty-present-and-no-askpass-program-specified-error
And
xrandr --output vga-0 --mode 1366x768:warning: output vga-0 not found; ignoring
Terminals are case sensitive(may not be for windows BUT), vga-0 is not equal to VGA-0 and hence the problem.
Did
xrandr -s 1366x768:Size 1366x768 not found in available modes
You can create a custom screen resolution when not listed and your display supports it. Check this ubuntu handbook guide :
http://ubuntuhandbook.org/index.php/2017/04/custom-screen-resolution-ubuntu-desktop/
If you want to follow the part
IMPORTANT: To make Ubuntu remember the new created screen resolution
at next start, you have to edit the.profilevia command:
Then to avoid the sudo: no tty present and no askpass program specified error after each login, you might follow a working answer of this StackOverflow Question :
https://stackoverflow.com/questions/21659637/how-to-fix-sudo-no-tty-present-and-no-askpass-program-specified-error
edited Jun 26 at 12:50
answered Jun 26 at 12:39
Kogam22
13
13
add a comment |
add a comment |
Size 1366x768 not found in available modes - You can only set it to 1024x768, 800x600, 848x480 , 640x480,
– M. Becerra
Mar 8 '17 at 10:11
1
Try
xrandr --addmode VGA-0 1366x768instead– M. Becerra
Mar 8 '17 at 10:13
thank you. It can be changed as I did about 2 years ago but cannot remember exactly how. Unfortunately this did not work xrandr --addmode VGA-0 1366x768 but thanks for trying.
– margaret robinson
Mar 9 '17 at 14:06
Check this question, it might help
– M. Becerra
Mar 9 '17 at 15:02