Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 20 Dec 2000 18:47:13 +0100 (MET)
From:      Jason Brazile <jason@netcetera.ch>
To:        rooneg@electricjellyfish.net
Cc:        freebsd-mobile@freebsd.org
Subject:   Re: Vaio PCG-C1VN (Transmeta-based Picturebook)
Message-ID:  <200012201747.SAA03045@disco.netcetera.ch>

next in thread | raw e-mail | index | archive | help

> Garrett Rooney <rooneg@electricjellyfish.net> 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




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