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