Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 10 Jan 2006 06:51:58 +0100
From:      Martin =?iso-8859-1?Q?M=F6ller?= <andvari@gmx.de>
To:        freebsd-questions@freebsd.org
Subject:   Re: Xorg - how to disable some video modes?
Message-ID:  <20060110055157.GC15566@andvari.ath.cx>
In-Reply-To: <43C03ED4.1070404@messias.qhigh.com>
References:  <43C03ED4.1070404@messias.qhigh.com>

next in thread | previous in thread | raw e-mail | index | archive | help
* User Gandalf <gandalf@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>




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060110055157.GC15566>