Thursday, May 2, 2024
 Popular · Latest · Hot · Upcoming
1
rated 0 times [  1] [ 0]  / answers: 1 / hits: 13614  / 1 Year ago, fri, april 28, 2023, 10:28:44

I currently have to, after each time I log in, run xrandr --addmode VGA-1 1600x1200 and then use the display settings tool to set the correct resolution for one of my monitors.
Also (not sure if this is the same problem or not), during boot up, I don't see the plymouth screen--instead, both of my monitors turn off until lightdm comes up.



I'm using the neauvou driver (or whatever the default is) and Ubuntu 11.10.



So, how can I set the correct resolution for both of my screens from boot?


More From » resolution

 Answers
0

I finally decided that the startup resolution didn't matter too much and just went the .xinitrc way. (Which, I discovered, fixed the black startup screen problem somehow. So now everything is working good.) I first tried just putting the xrandr command to make the higher resolution availible, but that didn't work because it was run too late. So I put the commands to make the higher resolution availible and then switch to it in my executable .xinitrc:



xrandr --addmode VGA-1 1600x1200
xrandr --output VGA-1 --mode 1600x1200

[#42999] Sunday, April 30, 2023, 1 Year  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
fieldcheon

Total Points: 24
Total Questions: 105
Total Answers: 109

Location: Western Sahara
Member since Tue, Feb 16, 2021
3 Years ago
;