Thinkpad T60: Intel GMA 950 vs ATI X1400
Ulf Lilleengen
lulf at stud.ntnu.no
Mon Jul 9 09:31:34 UTC 2007
On lør, jul 07, 2007 at 12:40:45 -0400, Yuri Lukin wrote:
> On Sat, 7 Jul 2007 18:24:17 +0200, Ulf Lilleengen wrote
> > I have a thinkpad x60s which has Intel GMA 950, and I can confirm
> > that it works very well. I have 3d accel too.
> >
>
> Thanks for the feedback. Which driver and branch (current/stable/RELEASE) are
> you using? Would you mind posting your xorg config?
>
I installed 6.2 on it, but I'm running CURRENT at the moment. There shouldn't be
any problems in either of them getting X up, since they both can use Xorg 7.2.
The configuration was initially autogenerated with Xorg -configure (and just
modified to use norwegian keymap, external monitor etc.), which just worked.
My xorg.conf is attached
--
Ulf Lilleengen
-------------- next part --------------
Section "Files"
RgbPath "/usr/local/share/X11/rgb"
ModulePath "/usr/local/lib/xorg/modules"
FontPath "/usr/local/lib/X11/fonts/misc/"
FontPath "/usr/local/lib/X11/fonts/TTF/"
FontPath "/usr/local/lib/X11/fonts/OTF"
FontPath "/usr/local/lib/X11/fonts/Type1/"
FontPath "/usr/local/lib/X11/fonts/100dpi/"
FontPath "/usr/local/lib/X11/fonts/75dpi/"
EndSection
Section "Module"
Load "extmod"
Load "record"
Load "dbe"
Load "glx"
Load "GLcore"
Load "xtrap"
Load "dri"
Load "freetype"
Load "type1"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
Option "XkbRules" "xorg"
Option "XkbLayout" "no"
EndSection
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
# Option "Protocol" "auto"
Option "Device" "/dev/sysmouse"
Option "ZAxisMapping" "4 5 6 7"
EndSection
Section "Monitor"
#DisplaySize 250 180 # mm
Identifier "Monitor0"
VendorName "LEN"
ModelName "4000"
Option "DPMS"
EndSection
Section "Monitor"
Identifier "External"
Option "DPMS"
HorizSync 30-90
VertRefresh 50-60
EndSection
Section "Device"
### Available Driver options are:-
### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
### [arg]: arg optional
#Option "NoAccel" # [<bool>]
#Option "SWcursor" # [<bool>]
#Option "ColorKey" # <i>
#Option "CacheLines" # <i>
#Option "Dac6Bit" # [<bool>]
#Option "DRI" # [<bool>]
#Option "NoDDC" # [<bool>]
#Option "ShowCache" # [<bool>]
#Option "XvMCSurfaces" # <i>
#Option "PageFlip" # [<bool>]
Identifier "Card0"
Driver "intel"
VendorName "Intel Corporation"
BoardName "Mobile 945GM/GMS/940GML Express Integrated Graphics Controller"
BusID "PCI:0:2:0"
Screen 0
Option "MonitorLayout" "LFP,CRT"
EndSection
Section "Device"
Identifier "GMA950-VGAOUT"
Driver "intel"
BusID "PCI:0:2:0"
Screen 1
EndSection
Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
SubSection "Display"
Depth 1
Modes "1024x768"
EndSubSection
SubSection "Display"
Depth 4
Modes "1024x768"
EndSubSection
SubSection "Display"
Depth 8
Modes "1024x768"
EndSubSection
SubSection "Display"
Depth 15
Modes "1024x768"
EndSubSection
SubSection "Display"
Depth 16
Modes "1024x768"
EndSubSection
SubSection "Display"
Depth 24
Modes "1024x768"
EndSubSection
EndSection
Section "Screen"
Identifier "Screen1"
Device "GMA950-VGAOUT"
Monitor "External"
DefaultDepth 16
SubSection "Display"
Depth 1
Modes "1680x1050"
EndSubSection
SubSection "Display"
Depth 4
Modes "1680x1050"
EndSubSection
SubSection "Display"
Depth 8
Modes "1680x1050"
EndSubSection
SubSection "Display"
Depth 15
Modes "1680x1050"
EndSubSection
SubSection "Display"
Depth 16
Modes "1680x1050"
EndSubSection
SubSection "Display"
Depth 24
Modes "1680x1050"
EndSubSection
EndSection
Section "ServerFlags"
# DefaultServerLayout "Multihead"
## DefaultServerLayout "ExternalOnly"
DefaultServerLayout "X.org Configured"
EndSection
Section "ServerLayout"
Identifier "Multihead"
Option "Xinerama" "true"
Screen 0 "Screen0" 0 0
Screen 1 "Screen1" Above "Screen0"
InputDevice "Keyboard0"
InputDevice "Mouse0"
EndSection
Section "ServerLayout"
Identifier "X.org Configured"
Screen "Screen0"
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "Mouse0" "CorePointer"
EndSection
More information about the freebsd-mobile
mailing list