[ltp] how to use 3D on T41p

Bobby linux-thinkpad@linux-thinkpad.org
Wed, 14 Jun 2006 16:32:16 +0800


lspci :

01:00.0 VGA compatible controller: ATI Technologies Inc M10 NT =20
[FireGL Mobility T2] (rev 80)

xorg.conf :

Section "ServerLayout"
         Identifier     "X.org Configured"
         Screen      0  "Screen0" 0 0
         InputDevice    "Mouse0" "CorePointer"
         InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
         RgbPath      "/usr/share/X11/rgb"
         ModulePath   "/usr/lib/xorg/modules"
         FontPath     "/usr/share/fonts/X11/misc/"
         FontPath     "/usr/share/fonts/X11/TTF/"
         FontPath     "/usr/share/fonts/X11/OTF"
         FontPath     "/usr/share/fonts/X11/Type1/"
         FontPath     "/usr/share/fonts/X11/CID/"
         FontPath     "/usr/share/fonts/X11/100dpi/"
         FontPath     "/usr/share/fonts/X11/75dpi/"
EndSection

Section "Module"
         Load  "extmod"
         Load  "dbe"
         Load  "dri"
         Load  "glx"
         Load  "record"
         Load  "xtrap"
         Load  "freetype"
         Load  "type1"
EndSection

Section "InputDevice"
         Identifier  "Keyboard0"
         Driver      "kbd"
EndSection

Section "InputDevice"
         Identifier      "Mouse0"
         Driver          "mouse"
         Option          "Protocol"              "auto"
         Option          "Device"                "/dev/input/mice"
         Option          "ZAxisMapping"          "4 5 6 7"
         Option          "EmulateWheel"          "true"
         Option          "EmulateWheelButton"    "2"
#       Option          "Emulate3Buttons"       "true"
EndSection

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

Section "Device"

	Option     "DynamicClocks"              "true"
	Identifier  "Card0"
         Driver      "radeon"
         VendorName  "ATI Technologies Inc"
         BoardName   "M10 NT [FireGL Mobility T2]"
         BusID       "PCI:1:0:0"
EndSection

Section "Screen"
         Identifier "Screen0"
         Device     "Card0"
         Monitor    "Monitor0"
         SubSection "Display"
                 Viewport   0 0
                 Depth     1
         EndSubSection
         SubSection "Display"
                 Viewport   0 0
                 Depth     4
         EndSubSection
         SubSection "Display"
                 Viewport   0 0
                 Depth     8
         EndSubSection
         SubSection "Display"
                 Viewport   0 0
                 Depth     15
         EndSubSection
         SubSection "Display"
                 Viewport   0 0
                 Depth     16
         EndSubSection
         SubSection "Display"
                 Viewport   0 0
                 Depth     24
         EndSubSection
EndSection

Section "DRI"
         Mode 0666
EndSection



pour le fichier de log de xserver tu peux me dire o=F9 il est ?




On Jun 14, 2006, at 4:05 PM, Florian Reitmeir wrote:

> On Mit, 14 Jun 2006, Bobby wrote:
>
>> I want to know how can I get 3D working on T41p without the
>> proprietary drivers from Ati.
>>
>> I use the last Xorg in debian unstable, and the card is a firegl T2
>> (equal to 9600).
>>
>> Thanks for your help.
>
> Please post us the output of "lspci" and your X-Server Log, and your
> X-config file.
>
> --=20
> Florian Reitmeir
> --=20
> The linux-thinkpad mailing list home page is at:
> http://mailman.linux-thinkpad.org/mailman/listinfo/linux-thinkpad