Automagically populated list of videomodes.
Adam Jackson
ajax at nwnk.net
Tue Jul 15 07:11:24 PDT 2008
On Sun, 2008-07-13 at 21:01 +0200, Wolfgang Draxinger wrote:
> Section "Screen"
> Identifier "Screen"
> Device "ATI Graphics Adapter"
> Monitor "Monitor"
> DefaultDepth 24
>
> SubSection "Display"
> Depth 24
> Modes "1400x1050, 1280x1024, 1024x768"
This is almost certainly not what you want. The Modes list is a
space-separated list of strings, what you've written here is a single
string with a bunch of spaces in it.
You probably meant:
Modes "1400x1050" "1280x1024" "1024x768"
- ajax
More information about the xorg
mailing list