Salut j'ai suivi ce tuto pour isntall compiz fusion : http://lea-linux.org/cached/index/Compiz-Fusion_avec_drivers_propri%C3%A9tair(...)
Comme je ne sais pas backporter, je suis paasé outre cet avertissement en croisant les doigts :Attention !!! Les drivers 8.42.3 fonctionnent avec Xorg 7.3 mais, à l'heure actuelle, avec un coeur en 1.3 et non 1.4. Il faudra backporter le xserver-xorg-core de Lenny.
J'ai ensuite téléchargé mon driver (pour une Radeon X300) et j'ai placé mon fichier dans /tmp.
chmod +x ati-driver-installer-8.42.3-x86.x86_64.run
Pas de problème
J'ai installé les en-têtes de mon noyau (2.6.22-2-686)
Mais je bloque ici : ./ati-driver-installer-8.42.3-x86.x86_64.run --buildpkg Debian/Sid
Created directory fglrx-install.WX8174
Verifying archive integrity... All good
Uncompressing [...]
Generating package : Debian/Sid
Requested package is not supported.
Removing tempory directory fglrx-install.WX8174
Je me dis que c'est surement à cause de l'avertissement qu'ils donneaient au début, mais je n'ai trouvé nul part de tuto sur ce qu'étais backporter un pacjage. Donc j'ai fait un truc maison :
1°) j'ai commenté mon sources.list, j'ai ajouté un deb http://ftp.fr.debian.org/debian lenny main contrib non-free
2°) apt-get remove --purge xserver-xorg-core
apt-get update
apt-get install xserver-xorg-core
Ensuite j'ai réessayé :
./ati-driver-installer-8.42.3-x86.x86_64.run --buildpkg Debian/Sid
Created directory fglrx-install.WX8174
Verifying archive integrity... All good
Uncompressing [...]
Generating package : Debian/Sid
Requested package is not supported.
Removing tempory directory fglrx-install.WX8174
Voila je sais plus quoi faire.....
Pouvez vous m'aider svp? Et n'ai-je pas fait une connerie avec mon sources.list? Parce que quand je vais le restaurer et que je vais faire un apt-get upgrade ça va me péter le xorg de Lenny non?
|