Salut,
Carte graphique: Ati Hd 4850 512 ddr3
J'ai installer pardus 2009 et aucun ajout de drivers tous est reconnu.
La commande
glxinfo | grep "direct rendering" me renvoi
yes.
Mais dans mon xorg.conf je vois une config tous standart:
Section "ServerFlags"
EndSection
Section "Device"
Identifier "VideoCard"
EndSection
Section "Screen"
Identifier "Screen"
Device "VideoCard"
EndSection
Section "ServerLayout"
Identifier "Layout"
Screen "Screen"
EndSection
Deplus dans mon virtualbox je ne peus activer le 3d dans le menu.
J'ai lu beaucoup de personne qui parle des paquets ati-drivers, xorg-video-fglrx etc mais dans pisi je ne trouve aucun résultat.
Que faire ? Je commence à regreter ma debian donner moi de l'éspoir

Voila j'ai déjà commencer à configurer grace au menu Affichage mon nouveau xorg.conf
Section "ServerFlags"
EndSection
Section "Device"
Identifier "VideoCard"
Driver "radeonhd"
Option "Monitor-DVI-I_2/analog" "Monitor[DVI-I_2/analog]"
Option "Monitor-VGA_1" "Monitor[VGA_1]"
Option "Monitor-TV_7PIN_DIN" "Monitor[TV_7PIN_DIN]"
Option "Monitor-DVI-I_2/digital" "Monitor[DVI-I_2/digital]"
Option "Monitor-DVI-D_1" "Monitor[DVI-D_1]"
EndSection
Section "Screen"
Identifier "Screen"
Device "VideoCard"
DefaultDepth 24
EndSection
Section "ServerLayout"
Identifier "Layout"
Screen "Screen"
EndSection
Section "Monitor"
Identifier "Monitor[DVI-I_2/digital]"
Option "Enable" "false"
EndSection
Section "Monitor"
Identifier "Monitor[DVI-I_2/analog]"
Option "Enable" "false"
EndSection
Section "Monitor"
Identifier "Monitor[DVI-D_1]"
Option "Enable" "false"
EndSection
Section "Monitor"
Identifier "Monitor[TV_7PIN_DIN]"
Option "Enable" "false"
EndSection
Section "Monitor"
Identifier "Monitor[VGA_1]"
VendorName "Generic"
ModelName "LCD Panel 1024x768"
HorizSync 31.5-48.0
VertRefresh 56.0-65.0
Option "PreferredMode" "1024x768"
Option "Enable" "true"
EndSection
Je vous dit quoi si le 3d fonctionnerai. (+ j'ai remarqué que pisi ne supprime pas les paquets installer en dépendance et pour vous ?)