Forum des développeurs  

Le forum de référence en programmation et développement. Articles, cours et tutoriels du débutant au chef de projet et DBA confirmé.
Précédent   Forum des développeurs > Hardware, Systèmes et Logiciels > Linux > Matériel

Matériel Vos questions relatives à la configuration optimale et au support matériel

Réponse
 
Outils de la discussion
Vieux 09/06/2008, 19h12   #1 (permalink)
Invité de passage
 
Date d'inscription: juin 2008
Messages: 1
Par défaut probleme lors de l'installation du driver "ati-driver-installer-8.28.8.run"

comme dit le titre de ce topic jai un probleme lors de linstallation du pilote ati
je suis sous mandriva linux 2008.0 official
je vous décris ce que jai fais :

dans la Konsole je me met en root
je tape : sh ./ati-driver-installer-8.28.8.run

il se lance
il y a ecrit :

Code :
[root@localhost Téléchargement]# sh ./ati-driver-installer-8.28.8.run
Creating directory fglrx-install
Verifying archive integrity...
 All good.
Uncompressing ATI Proprietary Linux Driver-8.28.8.....................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
==================================================
 ATI Technologies Linux Driver Installer/Packager
==================================================
Detected configuration:
Architecture: i686 (32-bit)
X Server: Xorg 1.3.0

Detected version of X does not have a matching 'x130' directory
You may override the detected version using the following syntax:
     X_VERSION=<xdir> ./ati-driver-installer-.run [--install]

The following values may be used for <xdir>:
    x430        XFree86 4.3.x
    x430_64a    XFree86 4.3.x 64-bit
    x680        X.Org 6.8.x
    x680_64a    X.Org 6.8.x 64-bit
    x690        X.Org 6.9.x
    x690_64a    X.Org 6.9.x 64-bit
    x700        X.Org 7.0.x
    x700_64a    X.Org 7.0.x 64-bit
    x710        Unknown X Window
    x710_64a    Unknown X Window
Removing temporary directory: fglrx-install
[root@localhost Téléchargement]#

la, si jai bien compris, il me demande de réecrire "X_VERSION=<xdir> ./ati-driver-installer-<ver>-<arch>.run [--install]"
en remplacant "X" par "x130" et "<xdir>" par la version de X.org qui correspond or j'ai ,d'aprés l'interface d'installation et de désinstallation des logiciel, la version 7.2.0-2mdv2008.0 et donc la version 7.2 la ca coince un peu yen a pas qui correspond a cette version
donc je met x710 comme tout newbie que je suis
et je remplace "<ver>-<arch>" par la version choisi du driver "8.28.8"
Code :
[root@localhost Téléchargement]# x130_VERSION=x700 ./ati-driver-installer-8.28.8.run [--install]
Unrecognized flag : [--install]
Makeself version 2.1.3
 1) Getting help or info about ./ati-driver-installer-8.28.8.run :
  ./ati-driver-installer-8.28.8.run -h|--help                     Print this message
  ./ati-driver-installer-8.28.8.run -i|--info                     Print embedded info : title, default target directory, embedded script
  ./ati-driver-installer-8.28.8.run -l|--list                     Print the list of files in the archive
  ./ati-driver-installer-8.28.8.run -c|--check                    Checks integrity of the archive
  ./ati-driver-installer-8.28.8.run --extract NewDirectory        Extract this package to NewDirectory only

 2) Running ./ati-driver-installer-8.28.8.run :
  ./ati-driver-installer-8.28.8.run [options] [additional arguments to embedded script] with following options (in that order)
  --keep                           Do not erase target directory after running the embedded script
  Following arguments will be passed to the embedded script:
  --install                        Install the driver(default)
  --listpkg                        List all the generatable packages
  --buildpkg package               Build "package" if generatable ("package" as returned by --listpkg)
[root@localhost Téléchargement]#
et la oups ya "Unrecognized flag : [--install]"
donc j'enleve les crocher

ca me remet la premiere phase....

Code :
[root@localhost Téléchargement]# x130_VERSION=x700 ./ati-driver-installer-8.28.8.run --install
Creating directory fglrx-install
Verifying archive integrity... All good.
Uncompressing ATI Proprietary Linux Driver-8.28.8.....................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
==================================================
 ATI Technologies Linux Driver Installer/Packager
==================================================
Detected configuration:
Architecture: i686 (32-bit)
X Server: Xorg 1.3.0

Detected version of X does not have a matching 'x130' directory
You may override the detected version using the following syntax:
     X_VERSION=<xdir> ./ati-driver-installer-<ver>-<arch>.run [--install]

The following values may be used for <xdir>:
    x430        XFree86 4.3.x
    x430_64a    XFree86 4.3.x 64-bit
    x680        X.Org 6.8.x
    x680_64a    X.Org 6.8.x 64-bit
    x690        X.Org 6.9.x
    x690_64a    X.Org 6.9.x 64-bit
    x700        X.Org 7.0.x
    x700_64a    X.Org 7.0.x 64-bit
    x710        Unknown X Window
    x710_64a    Unknown X Window
Removing temporary directory: fglrx-install
[root@localhost Téléchargement]#
cest la que je coince ...
donc si quelqu'un pouvais me dire la marche a suivre
ou quel c****** j'ai fais
ce serai très simpas
merci d'avance
Vicolecid est déconnecté   Envoyer un message privé Réponse avec citation
Vieux 21/08/2008, 20h52   #2 (permalink)
Membre régulier
 
Avatar de SYL666
 
Date d'inscription: novembre 2003
Messages: 132
Envoyer un message via MSN à SYL666
Par défaut

Partons sur les bases :
Analisons un peu la syntaxe :
Code :
X_VERSION=<xdir> ./ati-driver-installer-8.28.8.run [--install]
** [--install] :
Chose très importante à savoir : les trucs entre crochets, ça veut généralement dire "optionel". c'est à dire qu'on peut, ou peut ne pas, mettre ce qu'il y a entre les crochets.
Mais, effectivement, les crochets sont à enlever de la commande finalle

** X_VERSION=<xdir>
En version simple : il va créer une variable nommé X_VERSION qui contient ce qui est à droite du = (jusqu'au prochain espace). Cela veut dire que l'installeur va forcer une version de X.org a 7.1.0. Mais le nom de la variable elle même ne doit pas changer

La commande finalle serait donc :
X_VERSION=x710 ./ati-driver-installer-8.28.8.run --install

Ceci dit, je ne suis pas sûr que ça marche.

Bon courage!

Cédric
__________________
The Big Bang theory : In the beginning there was nothing, and it exploded. (Terry Pratchett)
SYL666 est déconnecté   Envoyer un message privé Réponse avec citation
NEWS LINUX PROFESSIONNELFAQ LINUXTUTORIELS LINUXLIVRES LINUXLINUX TVUNIXGTK+QtAPACHE

Réponse

Précédent   Forum des développeurs > Hardware, Systèmes et Logiciels > Linux > Matériel



Outils de la discussion

Règles de messages
Vous ne pouvez pas créer de nouvelles discussions
Vous ne pouvez pas envoyer des réponses
Vous ne pouvez pas envoyer des pièces jointes
Vous ne pouvez pas modifier vos messages

Les balises BB sont activées : oui
Les smileys sont activés : oui
La balise [IMG] est activée : oui
Le code HTML peut être employé : non
Trackbacks are non
Pingbacks are non
Refbacks are non
Navigation rapide


Fuseau horaire GMT +1. Il est actuellement 20h16.


Publiez vos articles, tutoriels et cours et rejoignez-nous dans l'équipe de rédaction du club d'entraide des développeurs francophones. Nous contacter
Copyright 2000-2009 www.developpez.com - Legal informations