On Tue, 4 Sep 2001, Jason P . Stanford wrote:

> I am going nuts with my XF86Config file. I have an Intel D815EFVL
> motherboard with on-board i815e graphics chip. I am using FreeBSD
> 4.4-RC and XFree86 v4.1.x.
>
> I *can* get X to start, but I cannot for the life of me get above
> 640x480. It's very frustrating. My monitor is a KDS RAD-5 15" LCD
> monitor that's "fixed" at 1024x768. I am using the xf86cfg program,
> but even that will not let me add any modelines. It just sits there
> (I assume) the default of 640x480, selecting from the list does
> nothing.
>
> Any ideas? Anyone have an XF86Config file with this already set up
> for X 4.1.x? Thanks.

    xf86cfg should generate a modeline for you for the resolution and
frequency ranges you specified when selecting your monitor.  For your
color depth, you need something like this in your "Screen" section:

        SubSection "Display"
                Depth     24
                Modes     "1024x768" "800x600" "640x480"
        EndSubSection

Then put this in your .xserverrc:

    exec /usr/X11R6/bin/Xwrapper -depth 24

You should be good to go.  If it comes out looking funny, tweak it
with xvidtune and use the info you get back to tweak your modeline.
Failing that, there's a really in-depth section about computing your
modeline by hand in chapter 9 of Greg Lehey's _The Complete FreeBSD_,
2nd edition, but you really shouldn't have to do that.

-- 
Chris BeHanna
Software Engineer                   (Remove "bogus" before responding.)
[EMAIL PROTECTED]
I was raised by a pack of wild corn dogs.

_______________________________________________
Newbie mailing list
[EMAIL PROTECTED]
*** To unsubscribe , or change message options, see:
http://XFree86.Org/mailman/listinfo/newbie

Reply via email to