Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 15 Nov 2006 17:58:52 +0100
From:      "Christian Walther" <cptsalek@gmail.com>
To:        Ne'Bahn <ne.bahn@gmail.com>
Cc:        UNIX - Questions <freebsd-questions@freebsd.org>
Subject:   Re: Need help...
Message-ID:  <14989d6e0611150858i57e5c8ceicd5fcb0a7f85c7f1@mail.gmail.com>
In-Reply-To: <000e01c708d5$808c67d0$92d3dcc9@bloodlust>
References:  <000e01c708d5$808c67d0$92d3dcc9@bloodlust>

next in thread | previous in thread | raw e-mail | index | archive | help
Hi Ne'Bahn,

it is possible that there is something wrong with your hardware
configuration, but I guess that your X configuration contains the
wrong sort order of display resolutions.
If you look at /usr/X11R6/lib/X11/xorg.conf you'll find a Section
"screen" somewhere. This is were the resolutions are configured your
laptop (and desktop) is capable to display.

Important for your situation are the Subsection "Display" lines, which
look like this:

    SubSection "Display"
        Depth           16
        Modes           "1280x1024" "800x600" "640x480"
    EndSubSection

Now, in your case I guess that the line listing all the modes starts
with the lowest resolution possible. Just change the order, so that
the highest resolution is at the beginning, and you should be fine.

Restart X after you edited the file, and you should have a resolution
that suites your needs. You might want to look at the parameter
"DefaultDepth", too. If it is set to 8 (8 bit = 256 colors) you might
want to set it to an higher "Depth" value.

HTH
Christian



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