Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 19 Aug 2001 22:54:12 -0700
From:      "Ralph N. Smith" <ralph@webcom.com>
To:        "Arthur J.P. Lugtigheid" <arthurl@kabelfoon.nl>
Cc:        mobile@freebsd.org
Subject:   Re: XFree86  on Sony Vaio
Message-ID:  <20010819225412.A58453@ralph.smithton.com>
In-Reply-To: <HIEGKBIMCCNOAAHBDCMAIEAMCAAA.arthurl@kabelfoon.nl>; from arthurl@kabelfoon.nl on Sun, Aug 19, 2001 at 11:23:01AM %2B0100
References:  <HIEGKBIMCCNOAAHBDCMAIEAMCAAA.arthurl@kabelfoon.nl>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, Aug 19, 2001 at 11:23:01AM +0100, Arthur J.P. Lugtigheid wrote:
> I have a Sony Vaio FX103 with an intel 82815 video-card. I installed FreeBSD
> 4.3 on it and now I want to run XFree86 on it, but I can't get it to run
> properly. It runs, but in 640x480 with 256 colours..
> 
> I'm looking for people that have (succesfully) set up X on a VAIO with my
> specs. Any help would be appreciated..

The following worked on an FX220, XFree86 4.1.1_4.  The problem is the server hangs
on the DDC probe so you need to turn that off.  Adding the 'Option "NoDDC"' option
works like a charm for me.

Section "Device"
    Identifier	"i810"
    Driver	"i810"
    VideoRam	32768
    Option	"NoDDC"
    # Insert Clocks lines here if appropriate
EndSection

HTH,

Ralph
-- 
Ralph N. Smith
ralph@webcom.com

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-mobile" in the body of the message




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