Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 17 Nov 2006 18:08:22 -0600
From:      "illoai@gmail.com" <illoai@gmail.com>
To:        Ne'Bahn <ne.bahn@gmail.com>, freebsd-questions@freebsd.org
Cc:        Christian Walther <cptsalek@gmail.com>
Subject:   Re: Need help with Gnome and Video card
Message-ID:  <d7195cff0611171608o6339fdacv8ca496edfb5a01a1@mail.gmail.com>
In-Reply-To: <000e01c7091d$13eb7c90$1bd3dcc9@bloodlust>
References:  <000e01c708d5$808c67d0$92d3dcc9@bloodlust> <14989d6e0611150858i57e5c8ceicd5fcb0a7f85c7f1@mail.gmail.com> <000e01c7091d$13eb7c90$1bd3dcc9@bloodlust>

next in thread | previous in thread | raw e-mail | index | archive | help
On 11/15/06, Ne'Bahn <ne.bahn@gmail.com> wrote:
> my conf looks like:
>
> HorizSync        31.5, 35.15, 35.5
> VertRefresh    50-70
> Section "Device"
>     Identifier            "Standard VGA"
>     VendorName    "Unknown"
>     BoardName      "Unknown"
> ....
> Driver    "vga"
> Section "Screen"
>     ...
>     DefaultDepth    24
>     Subsection "Display"
>         Depth            16
>         Modes            "800x600" "1024x768" "1280x1024"
>         ViewPort        0 0
>         ...
>
> So I have the same trouble, very low resolution (BIG characters), and about
> 4 colors depth (black, white, pink, cyan or some kind similar), like the old
> ones EGA...

Your HorizSync & VertRefresh lines are _extremely_
conservative, add another "Monitor" section, populated
as you wish with funny names:

Section "Monitor"
        Identifier   "LlamaLlanoLlautu"
        VendorName   "Nancy Pelosi"
        ModelName    "Tim Curry"
        HorizSync 31-92          # Note:  Do Not Use These
        VertRefresh 55-160     # Numbers, Look It Up For
                                            # Your Monitor.  You can do
                                            # real damage with bad numbers.
                                            # (It is actually an NEC E750)
EndSection
. . .
Section "Screen"
        Identifier "Screen0"
        Device     "Card0"
        Monitor    "LlamaLlanoLlautu"
. . .

I would think that the limit on the number of possible
"Monitor" definitions would be quite large, you might
want to leave the default vga stuff in there, just in case
you happen to need it at some point, just change the
"Screen" section to reflect what you are using.

http://www.monitorworld.com/monitors_home.html

has been quite useful to me in the past looking up refresh
rates on equipment for which I did not have the documentation.

-- 
--



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