Gary Kline wrote:
        Guys,

        Well, I hate to admit it, but too much "real estate" can be too
        much.  The default resolution has Tito be 1600x1200 where 1280x1024
        would work better.   I  don't find and screen size in my
        /etc/X11/xorg.conf file.  So where is it?  And/or which key combo
        do I have to hit to change thing?  ----Actually, I'd rather
        hardcode this data.

man xorg.conf

example:
Section "Screen"
        Identifier "Screen0"
        Device     "Card0"
        Monitor    "Monitor0"
        DefaultDepth     24
        DefaultFbBPP     32
        SubSection "Display"
                Depth     24
                Modes    "1280x1024" "1152x864" "1024x768" "800x600"
        EndSubSection
        SubSection "Display"
                Depth     4
        EndSubSection
        SubSection "Display"
                Depth     8
                Modes    "1152x864" "1024x768" "800x600"
        EndSubSection
        SubSection "Display"
                Depth     15
        EndSubSection
        SubSection "Display"
                Depth     16
                Modes    "1152x864" "1024x768" "800x600"
        EndSubSection
        SubSection "Display"
                Depth     24
        EndSubSection
EndSection

/po
_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to