[ltp] xorg.conf for T60 with Intel GFX

Atul Chitnis linux-thinkpad@linux-thinkpad.org
Tue, 19 Feb 2008 19:06:00 +0530 (IST)


On Tue, 19 Feb 2008, Adrian Bastholm wrote:

> Could anyone post or attach an xorg.conf for a T60 with Intel 945GM
> graphics and working TrackPoint? Working AIGLX / XGL would be a bonus.
> I have some hard lockup problems, and I suspect my xorg settings,
> since sometimes changing windows with ALT+TAB locks up the computer.

For that requirement, you really need to do nothing except specify the 
driver to be "intel". Seriously.

# Xorg configuration

Section "ServerLayout"
 	Identifier     "Default Layout"
 	Screen      0  "Screen0" 0 0
 	InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "InputDevice"
 	Identifier  "Keyboard0"
 	Driver      "kbd"
 	Option	    "XkbModel" "pc105"
 	Option	    "XkbLayout" "us"
EndSection

Section "Device"
 	Identifier  "Videocard0"
 	Driver      "intel"
EndSection

Section "Screen"
 	Identifier "Screen0"
 	Device     "Videocard0"
 	DefaultDepth     24
 	SubSection "Display"
 		Viewport   0 0
 		Depth     24
 	EndSubSection
EndSection


Atul


-- 
Atul Chitnis
Bangalore, India
http://atulchitnis.net