Installation ati

fofo77 Messages postés 328 Date d'inscription   Statut Membre Dernière intervention   -  
mamiemando Messages postés 33778 Date d'inscription   Statut Modérateur Dernière intervention   -
Bonjour,

j'ai actuellement mandriva 2008, et j'utilise le pilote libre (avec 3d), mais apparament, celui-ci est moins performant que mon ancien sous la mandriva 2007 (drivers flgrx), par conséquent je cherche a le réinstaller :

j'ai tenté ce-ci!

[root@localhost joffrey]# urpmi ati
Le paquetage x11-driver-video-fglrx-8.40.4-7mdv2008.0.i586 est déjà installé
[root@localhost joffrey]#

donc apparament je l'ai, il est installé, mais dans > configurer votre ordinateur > serveur x > le drivers en question n'est pas affiché, comment procéder pour l'installer correctement

Merci

ps : ma carte est la radeon 9550 avec 256 M°
A voir également:

10 réponses

mamiemando Messages postés 33778 Date d'inscription   Statut Modérateur Dernière intervention   7 884
 
Essaie de le désinstaller via urpme, puis de le réinstaller (avec urpmi).

Bonne chance
-1
fofo77 Messages postés 328 Date d'inscription   Statut Membre Dernière intervention   5
 
ok, c'est fait, rien de plus, tjrs pas de drivers fglrx, ???

comment l'utiliser par conséquent?
-1
mamiemando Messages postés 33778 Date d'inscription   Statut Modérateur Dernière intervention   7 884
 
Tu peux essayer ce qui est dit ici :
http://remi.collet.free.fr/index.php?2006/07/29/176-ati-proprietary-linux-x86-display-drivers-version-82710

Bonne chance
-1
fofo77 Messages postés 328 Date d'inscription   Statut Membre Dernière intervention   5
 
ah, interressant, mais j'ai deja planté le systeme avec d'autre install, j'ai pas tres bien compris la procedure :

je tape :


[joffrey@localhost Drivers]$ chmod +x ati-driver-installer-8.27.10-x86.run ./ati-driver-installer-8.27.10-x86.run --buildpkg Fedora/FC5

j'ai :
chmod: option non reconnue « --buildpkg »
Pour en savoir davantage, faites: « chmod --help ».

merci de bien vouloir m'aider pas a pas, car j'aimerai vraiment que cela fonctionne

actuellement google earth rame avec :

[joffrey@localhost ~]$ gears
libGL warning: 3D driver claims to not support visual 0x4b
7847 frames in 5.000 seconds = 1569.400 FPS
8445 frames in 5.000 seconds = 1689.000 FPS
8447 frames in 5.000 seconds = 1689.400 FPS
8445 frames in 5.000 seconds = 1689.000 FPS
8452 frames in 5.000 seconds = 1690.400 FPS
8445 frames in 5.000 seconds = 1689.000 FPS
8434 frames in 5.000 seconds = 1686.800 FPS
8446 frames in 5.000 seconds = 1689.200 FPS
8448 frames in 5.000 seconds = 1689.600 FPS
8436 frames in 5.000 seconds = 1687.200 FPS
8261 frames in 5.000 seconds = 1652.200 FPS



si je pouvait doubler les perfs 3d, cela serait sympa, meme pour les jeux 3d

merci ..
-1

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

Posez votre question
mamiemando Messages postés 33778 Date d'inscription   Statut Modérateur Dernière intervention   7 884
 
C'est deux commandes différentes :
chmod +x ati-driver-installer-8.27.10-x86.run
./ati-driver-installer-8.27.10-x86.run --buildpkg Fedora/FC5 

Ce serait pas mal que tu comprennes ce que tu tapes. Exemple :
man chmod

Bonne chance
-1
fofo77 Messages postés 328 Date d'inscription   Statut Membre Dernière intervention   5
 
ok, désolé effectivement j'ai ete un peu bete sur ce coup la! bon, j'ai tenté donc la manip mais j'ai ceci :

[joffrey@localhost ~]$ chmod +x ati-driver-instal
chmod: ne peut accéder `ati-driver-installer-8.27 répertoire de ce type
[joffrey@localhost ~]$ cd /home/joffrey/Télécharg
[joffrey@localhost Drivers]$ chmod +x ati-driver-
[joffrey@localhost Drivers]$ ./ati-driver-install edora/FC5
Creating directory fglrx-install
Verifying archive integrity... All good.
Uncompressing ATI Proprietary Linux Driver-8.27.1 ................................................. ................................................. ................................................. ................................................. ........................
=================================================
ATI Technologies Linux Driver Installer/Packager
=================================================
Generating package: Fedora/FC5
Please install an appropriate Linux kernel module
Probably kernel-devel in this case.
If you've compiled a custom kernel, make sure /us
and the source tree matches the currently running
Removing temporary directory: fglrx-install
[joffrey@localhost Drivers]$


cela a un rapport avec le noyau ??
-1
fofo77 Messages postés 328 Date d'inscription   Statut Membre Dernière intervention   5
 
je suis sous mandriva, c'est peut etre la que cela cloche ?
-1
mamiemando Messages postés 33778 Date d'inscription   Statut Modérateur Dernière intervention   7 884
 
Ben il te dit en toutes lettres "Please install an appropriate Linux kernel module Probably kernel-devel in this case". Donc oui il faut installer les headers correspondant à ton noyau (paquet kernel-devel apparemment), ce qui paraît logique puisqu'il a besoin de construire un module compatible avec ton noyau. Pour voir ta version de noyau (et donc quels headers installer) :
uname -a

Bonne chance
-1
fofo77 Messages postés 328 Date d'inscription   Statut Membre Dernière intervention   5
 
voici :


Linux localhost 2.6.22.9-desktop-1mdv #1 SMP Thu Sep 27 04:07:04 CEST 2007 i686 AMD Athlon(tm) XP 2600+ GNU/Linux
-1
mamiemando Messages postés 33778 Date d'inscription   Statut Modérateur Dernière intervention   7 884
 
Bon ben voila tu installes le paquet kernel-devel (ou linux-header) correspondant. Et ensuite la procédure de construction du module ati devrait marcher (ou du moins, aller plus loin).

Bonne chance
-1