Xorg - how to disable some video modes?
    Martin Möller 
    andvari at gmx.de
       
    Mon Jan  9 21:52:06 PST 2006
    
    
  
* User Gandalf <gandalf at messias.qhigh.com> [07-01-2006 23:21:08 +0100]:
> section. But I was not able to disable 1920x1440, 1600x1200 and 
> 1280x1024. What I do know is that I go to the control panel of xfce each 
> time and switch back to 1024x768 manually.
Take a look in which "SubSection" you make the changes... If you prefer
24 bit colour, set the mode like this, and don't forget to add the line
with "DefaultDepth", so X knows in which colour mode you want to start.
Section "Screen"
        Identifier "Screen0"
        DefaultDepth 24
        Device     "Card0"
        Monitor    "Monitor0"
        SubSection "Display"
                Viewport   0 0
                Depth     24
                Modes   "1024x768"
        EndSubSection
EndSection
Regards,
Martin
-- 
Martin Moeller <andvari at gmx.de>
    
    
More information about the freebsd-questions
mailing list