Hi all!
I have a 19" monitor that can do 1600x1200, but that is too small pixels for my eyes - I prefer 1400x1050. But I'd like to be able to use 1600x1200 e.g. for gameplay (quake4 does not start in 1600x1200 when this mode is not defined in xorg.conf!
)!
When the Modes entry in my xorg.conf contains
Code:
"1400x1050" "1280x960" "1024x768" ...
No problem: 1400x1050 is used. And when I add the 1600x1200 in front:
Code:
"1600x1200" "1400x1050" ...
...1600x1200 is used.
I figured the first entry is the default entry, so I tried
Code:
"1400x1050" "1600x1200" "1280x960" ...
...and still 1600x1200 is used for default?!?
Is there a possibility to have 1600x1200 in xorg.conf, but to have 1400x1050 as default screen resolution?
Any help appreciated!
Thorsten