Pfu … Elle a pas l’air toute jeune cette carte.
Je ne sais pas si ça pourrait marcher avec ‘xserver-xorg-video-radeon’ ou ‘xserver-xorg-video-ati’
Il faudrait rajouter un truc comme ça dans le xorg.conf
[code]Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
EndSection
Section "Device"
Identifier "Configured Video Device"
Driver “radeon” # ou ati ou mach64 ou r128
VendorName "ATI Technologies Inc"
Option “NoAccel” "on"
Option “UseFBDev” "on"
EndSection
Section "Monitor"
Identifier "Configured Monitor"
EndSection[/code]
Et tester successivement:
Driver "radeon"
Driver "ati"
Driver "r128"
Driver "mach64"
Ps:
[quote=“xorg.conf de philo_neo”]# If you have edited this file but would like it to be automatically updated
again, run the following command:
sudo dpkg-reconfigure -phigh xserver-xorg[/quote]
Ca donne quoi ???