how to configure Xorg to run at 1280x1024

Danie Du Toit danie.dutoit at gmail.com
Sun Feb 6 09:37:06 PST 2005


You have two SubSection "display"'s  with depth 8 - try remove the second one :

SubSection "Display"
               Viewport   0 0
               Depth     8
       EndSubSection


On Sun, 6 Feb 2005 06:42:23 +0100, Dejan Lesjak <dejan.lesjak at ijs.si> wrote:
> Gary Kline wrote:
> 
> > People,
> >
> > One of my larger servers has 5.3 and Xorg; I can't find the
> > right configuration setting for the display; so it runs at
> > its maximum: 1600x1200.  This would be fine except that the
> > apps shake with tiny wavy lines.  The driver may be pushing
> > things to their limit.
> >
> > I've tried X -configure and Xorg -conf.  Somehow or other
> > I've generated an xorg.conf in /etc/X11, but no luck in
> > changing the resolution.   The closest I've come to having
> > things work with xorg.conf and startx is to see a blank/grey
> > screen--at 1600x1200.  I have ctwm set up in /root and
> > /home/kline.
> >
> > Modifying the Screen Section messes things up for some
> > reason.  I finally *do* have xorg working with /etc/X11/xorg.conf
> > but only with the following commented:
> 
> Try putting something like this:
> Option "PreferredMode" "1280x1024"
> in Section "Monitor".
> What do you mean by "messes things up" with the modified Screen Section? Do
> you get errors? Do note that you can't have more than one Screen section with
> same Identifier string.
> 
> 
> Dejan
> _______________________________________________
> freebsd-questions at freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "freebsd-questions-unsubscribe at freebsd.org"
>


More information about the freebsd-questions mailing list