[NTLUG:Discuss] Set or force proper screen-size
richard witt
imageek72 at gmail.com
Tue Feb 17 10:21:59 CST 2009
On Tue, Feb 17, 2009 at 7:10 AM, terry <trryhend at gmail.com> wrote:
<snip>
> SubSection "Display"
> Viewport 0 0
Modes "1440x900"
> Depth 24
> EndSubSection
> EndSection
>
Add the above modes line. You can add it to each "depth" section, but
if you just always run in 24 color (which i believe is the highest
supported) Or set a line in the screen section like this
Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
DefaultDepth 24
Then you can remove all of the other stuff to help clean up your xorg
file a little bit. Of course make backups of any file you edit so you
can put them back should this not work
More information about the Discuss
mailing list