Jeuxlinux - Le site des jeux pour linux - Forum

Forum francophone des jeux pour GNU/Linux

Vous n'êtes pas identifié.

#1 21-07-2007 15:47:36

zartche
Maître d'alliance

Accélération 3D ATI Radeon Mobility 7500 [Resolu]

Bonjours j'aimerai avec la 3D sur mon IBM Thinkpad T40 en utilisent les drivr libre or je n'arrive pas a m'en sortir.

zartche@Gantz:~$ lspci
00:00.0 Host bridge: Intel Corporation 82855PM Processor to I/O Controller (rev 03)
00:01.0 PCI bridge: Intel Corporation 82855PM Processor to AGP Controller (rev 03)
00:1d.0 USB Controller: Intel Corporation 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) USB UHCI Controller #1 (rev 01)
00:1d.1 USB Controller: Intel Corporation 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) USB UHCI Controller #2 (rev 01)
00:1d.2 USB Controller: Intel Corporation 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) USB UHCI Controller #3 (rev 01)
00:1d.7 USB Controller: Intel Corporation 82801DB/DBM (ICH4/ICH4-M) USB2 EHCI Controller (rev 01)
00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev 81)
00:1f.0 ISA bridge: Intel Corporation 82801DBM (ICH4-M) LPC Interface Bridge (rev 01)
00:1f.1 IDE interface: Intel Corporation 82801DBM (ICH4-M) IDE Controller (rev 01)
00:1f.3 SMBus: Intel Corporation 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) SMBus Controller (rev 01)
00:1f.5 Multimedia audio controller: Intel Corporation 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) AC'97 Audio Controller (rev 01)
00:1f.6 Modem: Intel Corporation 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) AC'97 Modem Controller (rev 01)
01:00.0 VGA compatible controller: ATI Technologies Inc Radeon Mobility M7 LW [Radeon Mobility 7500]
02:00.0 CardBus bridge: Texas Instruments PCI1520 PC card Cardbus Controller (rev 01)
02:00.1 CardBus bridge: Texas Instruments PCI1520 PC card Cardbus Controller (rev 01)
02:02.0 Network controller: Broadcom Corporation BCM4306 802.11b/g Wireless LAN Controller (rev 03)
02:08.0 Ethernet controller: Intel Corporation 82801DB PRO/100 VE (MOB) Ethernet Controller (rev 81)

zartche@Gantz:~$ cat /etc/X11/xorg.conf
# xorg.conf
#   sudo dpkg-reconfigure -phigh xserver-xorg

Section "Files"
EndSection

Section "Module"
        Load    "i2c"
        Load    "bitmap"
        Load    "ddc"
        Load    "dri"
        Load    "extmod"
        Load    "freetype"
        Load    "glx"
        Load    "int10"
        Load    "type1"
        Load    "vbe"
EndSection


Section "InputDevice"
        Identifier      "Generic Keyboard"
        Driver          "kbd"
        Option          "CoreKeyboard"
        Option          "XkbRules"      "xorg"
        Option          "XkbModel"      "pc105"
        Option          "XkbLayout"     "fr"
        Option          "XkbVariant"    "latin9"
EndSection

Section "InputDevice"
        Identifier      "Configured Mouse"
        Driver          "mouse"
        Option          "CorePointer"
        Option          "Device"                "/dev/input/mice"
        Option          "Protocol"              "ImPS/2"
        Option          "Emulate3Buttons"       "true"
EndSection

Section "InputDevice"
        Identifier      "Synaptics Touchpad"
        Driver          "synaptics"
        Option          "SendCoreEvents"        "true"
        Option          "Device"                "/dev/psaux"
        Option          "Protocol"              "auto-dev"
        Option          "HorizScrollDelta"      "0"
EndSection

Section "Device"
        Identifier      "Carte vidéo générique"
        Driver          "radeon"
        Option          "AGPMode" "4"
        Option          "AGPSize" "32" # default: 8
        Option          "RingSize" "8"
        Option          "BufferSize" "2"
        Option          "EnablePageFlip" "true"
        Option          "EnableDepthMoves" "true"
        Option          "RenderAccel" "true"
        BusID           "PCI:1:0:0"
EndSection

Section "Monitor"
        Identifier      "Ecran générique"
        Option          "DPMS"
        HorizSync       28-51
        VertRefresh     43-60
EndSection

Section "Screen"
        Identifier      "Default Screen"
        Device          "Carte vidéo générique"
        Monitor         "Ecran générique"
        DefaultDepth    16
        SubSection "Display"
                Modes           "1024x768"
        EndSubSection
EndSection

Section "ServerLayout"
        Identifier      "Default Layout"
        Screen          "Default Screen"
        InputDevice     "Generic Keyboard"
        InputDevice     "Configured Mouse"
        InputDevice     "Synaptics Touchpad"
EndSection

Section "Extensions"
Option "RENDER" "Enable"
EndSection

Section "DRI"
        Mode    0666
EndSection

zartche@Gantz:~$ glxgears
bash: glxgears: command not found

edit: si glxgears ne donne rien installer mesa-utils
$ su ou sudo -s
# aptitude install mesa-utils

zartche@Gantz:~$ glxgears
7846 frames in 5.0 seconds = 1569.136 FPS
7939 frames in 5.0 seconds = 1587.798 FPS
7927 frames in 5.0 seconds = 1585.289 FPS

Gantz:/home/zartche# glxinfo | grep "direct rendering"
direct rendering: Yes

Hors ligne

 

#2 21-07-2007 18:30:33

ducon
Membre

Re: Accélération 3D ATI Radeon Mobility 7500 [Resolu]

Et quel est le problème ?


une balle, un imp

Hors ligne

 

#3 21-07-2007 18:43:32

zartche
Maître d'alliance

Re: Accélération 3D ATI Radeon Mobility 7500 [Resolu]

J'ai réussi a trouver la solution sur le tchan IRC jeuvinux@freenode.net d'ou le

edit: si glxgears ne donne rien installer mesa-utils
$ su ou sudo -s
# aptitude install mesa-utils
$ su ou sudo -s

zartche@Gantz:~$ glxgears
7846 frames in 5.0 seconds = 1569.136 FPS
7939 frames in 5.0 seconds = 1587.798 FPS
7927 frames in 5.0 seconds = 1585.289 FPS

Gantz:/home/zartche# glxinfo | grep "direct rendering"
direct rendering: Yes

Hors ligne

 

Pied de page des forums

Propulsé par FluxBB
Traduction par FluxBB.fr