|
|
|
|
Bonjour,
J'ai un petit problème avec ma Debian Sid : le rendu 3D marche pas !
J'ai beau fouiner un peu partout sur google, il est méchant, il veut pas me donner une solution qui marche
Donc la distri, c'est un debian Sid AMD64.
Le matos, c'est un laptop Acer Aspire 3050 ; carte graphique ATI Xpress 1100 (chipset intégré à la carte mère)
Et avant que vous posiez-la question ^^ :
$ fglrxinfo
display: :0.0 screen: 0
OpenGL vendor string: Mesa project: www.mesa3d.org
OpenGL renderer string: Mesa GLX Indirect
OpenGL version string: 1.4 (2.1 Mesa 7.0.4)
$ lspci | grep VGA 01:05.0 VGA compatible controller: ATI Technologies Inc RS485 [Radeon Xpress 1100 IGP] xorg : Section "ServerLayout" Identifier "aticonfig Layout" Screen 0 "aticonfig-Screen[0]-0" 0 0 EndSection Section "Files" EndSection Section "Module" EndSection Section "InputDevice" Identifier "Generic Keyboard" Driver "kbd" Option "XkbRules" "xorg" Option "XkbModel" "pc105" Option "XkbLayout" "fr" Option "XkbVariant" "latin9" EndSection Section "InputDevice" Identifier "Configured Mouse" Driver "mouse" EndSection Section "Monitor" Identifier "Configured Monitor" EndSection Section "Monitor" Identifier "aticonfig-Monitor[0]-0" Option "VendorName" "ATI Proprietary Driver" Option "ModelName" "Generic Autodetecting Monitor" Option "DPMS" "true" EndSection Section "Device" Identifier "Configured Video Device" EndSection Section "Device" Identifier "aticonfig-Device[0]-0" Driver "fglrx" BusID "PCI:1:5:0" EndSection Section "Screen" Identifier "Default Screen" Monitor "Configured Monitor" EndSection Section "Screen" Identifier "aticonfig-Screen[0]-0" Device "aticonfig-Device[0]-0" Monitor "aticonfig-Monitor[0]-0" DefaultDepth 24 SubSection "Display" Viewport 0 0 Depth 24 EndSubSection EndSectionIl faut trois jours pour télécharger un mp3 du Japon (Pascal Negre, président d Universal France) (NDLR : maykilaykonsuila) |
En fin de xorg.conf, ajoute ceci :
Section "DRI" Mode 0666 EndSection Puis relance X, et regarde ça : glxinfo | grep rendering Sinon c'est hors sujet mais je te conseil de modifier la ligne de ton clavier de : Option "XkbVariant" "latin9" en Option "XkbVariant" "oss" Cela va te permettre d'avoir plus de caratère spéciaux avec Alt Gr. Archlinux ... Une distribution légère, rapide et KISS sur archlinux.fr |
glxinfo | grep rendering direct rendering: No (If you want to find out why, try setting LIBGL_DEBUG=verbose) sinon, revoilà mon xorg (je zappe les commentaires au début) : Section "ServerLayout" Identifier "aticonfig Layout" Screen 0 "aticonfig-Screen[0]-0" 0 0 EndSection Section "Files" EndSection Section "Module" EndSection Section "InputDevice" Identifier "Generic Keyboard" Driver "kbd" Option "XkbRules" "xorg" Option "XkbModel" "pc105" Option "XkbLayout" "fr" Option "XkbVariant" "oss" EndSection Section "InputDevice" Identifier "Configured Mouse" Driver "mouse" EndSection Section "Monitor" Identifier "Configured Monitor" EndSection Section "Monitor" Identifier "aticonfig-Monitor[0]-0" Option "VendorName" "ATI Proprietary Driver" Option "ModelName" "Generic Autodetecting Monitor" Option "DPMS" "true" EndSection Section "Device" Identifier "Configured Video Device" EndSection Section "Device" Identifier "aticonfig-Device[0]-0" Driver "fglrx" BusID "PCI:1:5:0" EndSection Section "Screen" Identifier "Default Screen" Monitor "Configured Monitor" EndSection Section "Screen" Identifier "aticonfig-Screen[0]-0" Device "aticonfig-Device[0]-0" Monitor "aticonfig-Monitor[0]-0" DefaultDepth 24 SubSection "Display" Viewport 0 0 Depth 24 EndSubSection EndSection Section "DRI" Mode 0666 EndSectionIl faut trois jours pour télécharger un mp3 du Japon (Pascal Negre, président d Universal France) (NDLR : maykilaykonsuila) |
En fait, il semblerait que ta carte ne soit pas reconnu par le pilote fourni par AMD sous linux :
|