From owner-freebsd-mobile Wed Dec 20 9:50:23 2000 From owner-freebsd-mobile@FreeBSD.ORG Wed Dec 20 09:50:19 2000 Return-Path: Delivered-To: freebsd-mobile@freebsd.org Received: from netcetera.ch (netcetera-139.netcetera.ch [193.192.248.139]) by hub.freebsd.org (Postfix) with ESMTP id 2ACAD37B400 for ; Wed, 20 Dec 2000 09:50:18 -0800 (PST) Received: from disco.netcetera.ch (disco [193.192.248.144]) by (8.9.3/8.7.3) with ESMTP id SAA21575; Wed, 20 Dec 2000 18:49:25 +0100 (MET) From: Jason Brazile Received: by disco.netcetera.ch (8.9.3) id SAA03045; Wed, 20 Dec 2000 18:47:13 +0100 (MET) Date: Wed, 20 Dec 2000 18:47:13 +0100 (MET) Message-Id: <200012201747.SAA03045@disco.netcetera.ch> To: rooneg@electricjellyfish.net Cc: freebsd-mobile@freebsd.org Subject: Re: Vaio PCG-C1VN (Transmeta-based Picturebook) Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > Garrett Rooney wrote: > > On Wed, Dec 13, 2000 at 05:44:06PM +0100, Jason Brazile wrote: > > > The graphics card is an "ATI model 4c52" which is listed as: > > > > Rage P/M Mobility PCI > > > > I had no real luck with XFree86 so I then tried the XIG Accelerated > > X demo and exchanged mail with someone at xig graphics. It seems that > > this is not yet supported. > > according to something i read on kernel-traffic you need to run bleeding > edge cvs XFree86 to get support for the graphics card. It works with XFree86 4.0.2 which was just released yesterday. I include my XF86Config file below. Jason ------------------------------------------------------------------------ Jason Brazile jason.brazile@netcetera.ch Netcetera AG, 8040 Zuerich phone +41 1 247 70 70 fax +41 1 247 70 75 Section "Module" # Load "GLcore" Load "dbe" Load "dri" Load "extmod" Load "glx" # Load "pex5" Load "record" Load "xie" Load "type1" Load "freetype" Load "speedo" EndSection Section "Files" RgbPath "/usr/X11R6/lib/X11/rgb" FontPath "/usr/X11R6/lib/X11/fonts/local/" FontPath "/usr/X11R6/lib/X11/fonts/misc/" FontPath "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled" FontPath "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled" FontPath "/usr/X11R6/lib/X11/fonts/Type1/" FontPath "/usr/X11R6/lib/X11/fonts/Speedo/" FontPath "/usr/X11R6/lib/X11/fonts/75dpi/" FontPath "/usr/X11R6/lib/X11/fonts/100dpi/" EndSection Section "InputDevice" Identifier "Keyboard0" Driver "Keyboard" Option "AutoRepeat" "500 30" # Option "LeftAlt" "Meta" # Option "RightAlt" "ModeShift" Option "XkbRules" "xfree86" Option "XkbModel" "pc104" Option "XkbLayout" "us" EndSection Section "InputDevice" Identifier "Mouse0" Driver "mouse" Option "Protocol" "Mousesystems" Option "Device" "/dev/sysmouse" EndSection Section "Monitor" Identifier "Sharp LCD Panel" Modeline "1024x480" 65.00 1024 1032 1176 1344 480 488 494 560 -hsync -vsync EndSection Section "Device" Identifier "ATI 3D Rage Mobility" Driver "ati" ClockChip "Internal" EndSection Section "Screen" Identifier "Screen 1" Device "ATI 3D Rage Mobility" Monitor "Sharp LCD Panel" DefaultDepth 16 Subsection "Display" Depth 8 Modes "1024x480" EndSubsection Subsection "Display" Depth 16 Modes "1024x480" EndSubsection Subsection "Display" Depth 24 Modes "1024x480" EndSubsection EndSection To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message