Driver ATI Xpress 1100 Debian Sid

ibtor Messages postés 2564 Statut Membre -  
marc[i1] Messages postés 2603 Statut Contributeur -
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)
A voir également:

5 réponses

marc[i1] Messages postés 2603 Statut Contributeur 382
 
Salut,

peux tu afficher le retour de la commande :
lspci | grep VGA


et aussi la partie de ton xorg.conf concernant le pilote graphique :)
1
ibtor Messages postés 2564 Statut Membre 283
 
$ 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
EndSection
-1
marc[i1] Messages postés 2603 Statut Contributeur 382
 
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.
-1
ibtor Messages postés 2564 Statut Membre 283
 
 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
EndSection
-1

Vous n’avez pas trouvé la réponse que vous recherchez ?

Posez votre question
marc[i1] Messages postés 2603 Statut Contributeur 382
 
En fait, il semblerait que ta carte ne soit pas reconnu par le pilote fourni par AMD sous linux :
http://a248.e.akamai.net/...

j'en suis sur le cul !
-1