Rechercher : dans
Par :

Driver ATI Xpress 1100 Debian Sid

Dernière réponse le 5 sep 2008 à 14:04:57 ibtor, le 4 sep 2008 à 12:11:10 
 Signaler ce message aux modérateurs

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)

Meilleures réponses pour « Driver ATI Xpress 1100 Debian Sid » dans :
[Ubuntu/Debian] Installation automatique des drivers Nvidia/Ati VoirInstallation automatique des drivers Ati et Nvidia de votre carte graphique sous Ubuntu /Debian Introduction Installation de Envy Installation du driver Dernière étape Compléments Introduction Il y a plusieurs manières...
Télécharger ATI Catalyst Software Suite for XP (32bits) VoirLa suite logicielle ATI Catalyst contient les éléments suivants : Radeon® display driver 8.36 Multimedia Center 9.16 HydraVision HydraVision Basic Edition Remote Wonder 3.04 WDM Driver Install Bundle Southbridge/IXP Driver Catalyst...

1

marc[i1], le 5 sep 2008 à 08:28:27
  • +1

Salut,

peux tu afficher le retour de la commande :

lspci | grep VGA


et aussi la partie de ton xorg.conf concernant le pilote graphique :)
Archlinux ... Une distribution légère, rapide et KISS
sur archlinux.fr

Répondre à marc[i1]

2

ibtor, le 5 sep 2008 à 09:20:58

$ 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
Il faut trois jours pour télécharger un mp3 du Japon (Pascal Negre, président d Universal France)

(NDLR : maykilaykonsuila)

Répondre à ibtor

3

marc[i1], le 5 sep 2008 à 09:30:59

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

Répondre à marc[i1]

4

ibtor, le 5 sep 2008 à 11:19:36

 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
Il faut trois jours pour télécharger un mp3 du Japon (Pascal Negre, président d Universal France)

(NDLR : maykilaykonsuila)

Répondre à ibtor

5

 marc[i1], le 5 sep 2008 à 14:04:57

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 !
Archlinux ... Une distribution légère, rapide et KISS
sur archlinux.fr

Répondre à marc[i1]
Collection CommentÇaMarche.net