how to set lower resolution in fc6t3 xorg?

Adam Jackson ajackson at redhat.com
Tue Sep 19 16:57:47 UTC 2006


Marius Andreiana wrote:
> Hi,
> 
> FC6t3's xorg.conf does't have anymore the Modes "1024x768" "800x600"...
> line anymore. I've tried adding it but it doesn't recognize the option
> (in Screen section).

You have to create a Display subsection for it:

Section "Screen"
     # blah blah...
     Subsection "Display"
         Depth 24
         Modes "1024x768"
     EndSubsection
EndSection

- ajax




More information about the fedora-test-list mailing list