Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 25 Nov 2002 10:46:49 +0000
From:      Paul <pao@ukc.ac.uk>
To:        pirat <pirat@access.inet.co.th>
Cc:        stable@FreeBSD.ORG
Subject:   Re: ibm thinkpad r31 and X
Message-ID:  <20021125104648.A240@luthien.ukc.ac.uk>
In-Reply-To: <20021123090413.GA369@thai-aec.org>; from pirat@access.inet.co.th on Sat, Nov 23, 2002 at 04:04:13PM %2B0700
References:  <20021123090413.GA369@thai-aec.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sat, Nov 23, 2002 at 04:04:13PM +0700, pirat wrote:
> hi sirs,
> 
>  we have thinkpad R31 which has i830M GMCH SVGA Controller.
> we tried so many ways to config. x windows but fail.

I have have one of these and swore a lot at this!

It seems that the i810 X driver doesnt (yet) know about the
i830 version of the video hardware.  Anyhow I ended up using
the vesa driver which works fine for me.

Follows is a copy of my /etc/X11/XF86Config-4,  you may need
to tweak the keyboard layout though...


Paul

----------------

Section "ServerLayout"
	Identifier     "XFree86 Configured"
	Screen      0  "Screen0" 0 0
	InputDevice    "Mouse0" "CorePointer"
	InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
	RgbPath      "/usr/X11R6/lib/X11/rgb"
	ModulePath   "/usr/X11R6/lib/modules"
	FontPath     "/usr/X11R6/lib/X11/fonts/misc/"
	FontPath     "/usr/X11R6/lib/X11/fonts/Speedo/"
	FontPath     "/usr/X11R6/lib/X11/fonts/Type1/"
	FontPath     "/usr/X11R6/lib/X11/fonts/75dpi/"
	FontPath     "/usr/X11R6/lib/X11/fonts/100dpi/"
EndSection

Section "Module"
	Load  "dbe"
	Load  "dri"
	Load  "extmod"
	Load  "xie"
	Load  "xtrap"
	Load  "speedo"
	Load  "type1"
EndSection

Section "InputDevice"
	Identifier  "Keyboard0"
	Driver      "keyboard"
	Option     "XkbModel"      "pc102"
	Option     "XkbLayout"     "gb"

EndSection

Section "InputDevice"
	Identifier  "Mouse0"
	Driver      "mouse"
	Option	    "Protocol" "MouseSystems"
	Option	    "Device" "/dev/sysmouse"
EndSection

Section "Monitor"
	Identifier   "Monitor0"
	VendorName   "Monitor Vendor"
	ModelName    "Monitor Model"
EndSection

Section "Device"
	Identifier  "Card0"
	Option	    "DRI"	"on"
	Driver      "vesa"
	VendorName  "Intel"
	BoardName   "i830M"
EndSection

Section "Screen"
	Identifier "Screen0"
	Device     "Card0"
	Monitor    "Monitor0"
	DefaultColorDepth	16
	SubSection "Display"
		Depth     16
		Modes	  "1024x768"
	EndSubSection
EndSection



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




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