<![CDATA[Forum Ubuntu-fr.org / Pour Driver Propriétaire Ati Radeon HD 6xxxm ou plus.]]> http://forum.ubuntu-fr.org/viewtopic.php?id=1029711 Mon, 22 Dec 2014 16:43:21 +0000 FluxBB <![CDATA[Réponse à : Pour Driver Propriétaire Ati Radeon HD 6xxxm ou plus.]]> http://forum.ubuntu-fr.org/viewtopic.php?pid=18822631#p18822631 Bonjour,

J'avais appliqué avec succès cette méthode sous Kubuntu 12.04,
mais cela ne fonctionne plus sous Kubuntu 14.04.
J'ai pourtant généré les paquets et fait 'aticonfig --initial' mais ensuite le bureau démarre avec le pilote générique (résolution insuffisante, ventilateur qui souffle fort ...).

Quelqu'un peut-il m'aider ?

Merci.

Pour info ma machine est celle dans la signature.

]]>
Mon, 22 Dec 2014 16:43:21 +0000 http://forum.ubuntu-fr.org/viewtopic.php?pid=18822631#p18822631
<![CDATA[Réponse à : Pour Driver Propriétaire Ati Radeon HD 6xxxm ou plus.]]> http://forum.ubuntu-fr.org/viewtopic.php?pid=10972941#p10972941 Je ne peux pas répondre,mon PC est en réparation ...

]]>
Tue, 02 Oct 2012 07:00:18 +0000 http://forum.ubuntu-fr.org/viewtopic.php?pid=10972941#p10972941
<![CDATA[Réponse à : Pour Driver Propriétaire Ati Radeon HD 6xxxm ou plus.]]> http://forum.ubuntu-fr.org/viewtopic.php?pid=10915681#p10915681 j'ai installé  une version compatible avec le noyau 3.5  et ubuntu 12.10 

, j'ai une erreur d initialisation  pour l utilitaire  de la carte graphique  ( l utilitaire ou regle la reselotion et tout ca ) .

la commande dkms status donne ceci 

dkms status
fglrx, 9.00, 3.5.0-15-generic, i686: installedError! Could not locate dkms.conf file.
File:  does not exist.

la commande dmesg | grep fglrx  donne ceci :

 fglrx: module license 'Proprietary. (C) 2002 - ATI Technologies, Starnberg, GERMANY' taints kernel.
[   24.987616] [fglrx] Maximum main memory to use for locked dma buffers: 3872 MBytes.
[   24.987737] [fglrx]   vendor: 1002 device: 68b8 count: 1
[   24.988066] [fglrx] ioport: bar 4, base 0xb000, size: 0x100
[   24.988355] [fglrx] Kernel PAT support is enabled
[   24.988371] [fglrx] module loaded - fglrx 9.0.2 [Aug 15 2012] with 1 minors

et pour finir le contenu de mon xorg.conf

Section "ServerLayout"
    Identifier     "aticonfig Layout"
    Screen      0  "aticonfig-Screen[0]-0" 0 0
EndSection

Section "Module"
EndSection

Section "Monitor"
    Identifier   "aticonfig-Monitor[0]-0"
    Option        "VendorName" "ATI Proprietary Driver"
    Option        "ModelName" "Generic Autodetecting Monitor"
    Option        "DPMS" "true"
EndSection

Section "Device"
    Identifier  "aticonfig-Device[0]-0"
    Driver      "fglrx"
    BusID       "PCI:1:0:0"
EndSection

Section "Screen"
    Identifier "aticonfig-Screen[0]-0"
    Device     "aticonfig-Device[0]-0"
    Monitor    "aticonfig-Monitor[0]-0"
    DefaultDepth     24
    SubSection "Display"
        Viewport   0 0
        Depth     24
    EndSubSection
EndSection

]]>
Thu, 27 Sep 2012 14:31:59 +0000 http://forum.ubuntu-fr.org/viewtopic.php?pid=10915681#p10915681
<![CDATA[Réponse à : Pour Driver Propriétaire Ati Radeon HD 6xxxm ou plus.]]> http://forum.ubuntu-fr.org/viewtopic.php?pid=10910581#p10910581 Diahovez-Ivan a écrit :

salut,

Chercher votre driver propriétaire ATI Radeon HD,
http://support.amd.com/fr/gpudownload/Pages/index.aspx

Important supprimer " compiz " avant toute installation.
Par synaptic completement.
ou,

& sudo apt-get remove compiz
& sudo apt-get remove compiz-core
& sudo apt-get install build-essential cdbs fakeroot dh-make debhelper debconf libstdc++6 dkms libqtgui4 wget execstack libelfg0 dh-modaliases linux-headers-generic xserver-xorg-core libgcc1 mesa-utils
& sudo apt-get remove --purge fglrx fglrx_* fglrx-amdcccle* fglrx-dev* 
& wget http://www2.ati.com/drivers/linux/amd-driver-installer-12-4-x86.x86_64.run
& chmod +x amd-driver-installer-12-4-x86.x86_64.run
& sudo  ./amd-driver-installer-12-4-x86.x86_64.run
& sudo aticonfig --initial
& sudo  reboot

ou

# reboot

Tester sa carte graphique.

& lspci -nn | grep VGA

Pour supprimer le driver ATI Radeon HD,

& cd /usr/share/ati/
& sudo ./amd-uninstall.sh

Bonjour,

Cette méthode provient du WIKI
http://wiki.cchtml.com/index.php/Ubuntu … tion_Guide

J'ai tester cette méthode et cela ne marche pas et je n'y comprends plus rien !!!

J'ai un portable DELL 1558 avec une carte ATI Radeon HD 5670. J'ai donc télécharger le drivers
amd-driver-installer-12-8-x86.x86_64.zip (étant sur Linux Mint Maya 13 64 bits)

J'ai commencé par une installation manuelle :

$ sudo ./amd-driver-installer-12-8-x86.x86_64.run

Aucun problème le driver fonctionne normalement. J'ai bien le cube 3D avec $ fgl_glxgears

Je désinstalle proprement le bazar car il est conseillé de passer par un .DEB
Exactement ce que Diahovez-Ivan à fait !!!

Je me relance dans l'installation en lançant ces commandes :
d'ailleurs je ne comprends toujours pas pourquoi je dois installer des paquets i386 alors que je suis en 64 bits ???

$ sudo apt-get install ia32-libs-multiarch:i386 lib32gcc1 libc6-i386
$ sudo apt-get install ia32-libs

Installation du WIKI pour générer le .DEB

$ sudo apt-get install build-essential cdbs dh-make dkms execstack dh-modaliases fakeroot libqtgui4
$ sudo apt-get install ia32-libs-multiarch:i386 lib32gcc1 libc6-i386
$ sudo apt-get install ia32-libs
$ cd /usr ; sudo ln -svT lib /usr/lib64
$ wget http://www2.ati.com/drivers/linux/amd-driver-installer-12-8-x86.x86_64.zip
$ unzip amd-driver-installer-12-8-x86.x86_64.zip
$ chmod +x amd-driver-installer-8.982-x86.x86_64.run
$ sudo sh ./amd-driver-installer-8.982-x86.x86_64.run --buildpkg Ubuntu/precise
$ sudo dpkg -i fglrx*.deb
$ sudo amdconfig --initial -f

Tout semble OKAY aucune erreur. Je relance la machine.

C'est là que je ne comprends plus rien ! Je me retrouve avec un bureau 2D avec Gnome 2 et $ fgl_glxgears ne fonctionne plus et génère des erreurs.

]]>
Thu, 27 Sep 2012 07:47:36 +0000 http://forum.ubuntu-fr.org/viewtopic.php?pid=10910581#p10910581
<![CDATA[Réponse à : Pour Driver Propriétaire Ati Radeon HD 6xxxm ou plus.]]> http://forum.ubuntu-fr.org/viewtopic.php?pid=10902441#p10902441 Ne peut pas vous répondre.Pas de PC ...

]]>
Wed, 26 Sep 2012 16:18:14 +0000 http://forum.ubuntu-fr.org/viewtopic.php?pid=10902441#p10902441
<![CDATA[Réponse à : Pour Driver Propriétaire Ati Radeon HD 6xxxm ou plus.]]> http://forum.ubuntu-fr.org/viewtopic.php?pid=10894981#p10894981 Salut à tous

Voilà, je me permet de m'immiscer dans le fil de la discussion car je pense avoir un problème équivalent au titre:
J'ai fais l'acquisition dernièrement d'un mini-pc AMD E350 avec radeon HD6310; je lui est donc installé notre amis Precise Pangolin, installation effectué, mise à jour aussi etc... je décide dans un premier de ne pas installer de pilote propriétaire(flgrx et compagnie) seulement je constate quelques détails qui m'énervent au plus haut points: scintillement constant du bureau (impossible de régler le rafraichissement) luminosité de l'écran trop forte (les blancs sont "Eclatant" pour pas citer de pubs),"doublons" des polices de caractères ce qui créer un très légers flou,  légers alaisings général aussi, et niveau internet lag constant des vidéos en streaming (youtube, dailymotion, vimeo...).
Au bout d'un week-end de travail acharné sur sa face je décide de lui mettre catalyst 12.8 dans sa face, install dispo via les paramètres ok, j'ai beau paramétrer plus ou moins dans tous les sens catalyst rien ne change...
J'accuse donc mon écran d’être le fautif! (brancher en vga) mais un vieux pc sur lequel il y a ubuntu 10.10 marche du feux de dieu quand je le teste sur l'écran....
En clair jsuis un peu perdu ne sachant pas trop d'où pourrais venir le problème, enfin je suppose un problème graphique clair (donc paramètre carte?)

]]>
Wed, 26 Sep 2012 06:16:32 +0000 http://forum.ubuntu-fr.org/viewtopic.php?pid=10894981#p10894981
<![CDATA[Réponse à : Pour Driver Propriétaire Ati Radeon HD 6xxxm ou plus.]]> http://forum.ubuntu-fr.org/viewtopic.php?pid=10883771#p10883771 Euh, actuellement j'ai un autre petit problème http://forum.ubuntu-fr.org/viewtopic.php?id=1039831

]]>
Tue, 25 Sep 2012 12:08:57 +0000 http://forum.ubuntu-fr.org/viewtopic.php?pid=10883771#p10883771
<![CDATA[Réponse à : Pour Driver Propriétaire Ati Radeon HD 6xxxm ou plus.]]> http://forum.ubuntu-fr.org/viewtopic.php?pid=10879531#p10879531 Le gestionnaire de pilotes additionnels.

& sudo jockey-gtk
]]>
Tue, 25 Sep 2012 06:31:29 +0000 http://forum.ubuntu-fr.org/viewtopic.php?pid=10879531#p10879531
<![CDATA[Réponse à : Pour Driver Propriétaire Ati Radeon HD 6xxxm ou plus.]]> http://forum.ubuntu-fr.org/viewtopic.php?pid=10879331#p10879331 des la première commande c’était bon

restore of system environment completed

maintenant soit tu remets le pilote via le gestionnaire de pilotes additionnels méthode recommandé
ou plus compliqué tu retentes un des tutos

]]>
Tue, 25 Sep 2012 05:49:52 +0000 http://forum.ubuntu-fr.org/viewtopic.php?pid=10879331#p10879331
<![CDATA[Réponse à : Pour Driver Propriétaire Ati Radeon HD 6xxxm ou plus.]]> http://forum.ubuntu-fr.org/viewtopic.php?pid=10872851#p10872851 j'ai essayé les trois commande



  salif130@salif130-Satellite-L840D:~$ sudo /usr/share/ati/amd-uninstall.sh --force
[sudo] password for salif130: 
Forcing uninstall of AMD Catalyst(TM) Proprietary Driver.
No integrity verification is done.
restore of system environment completed
salif130@salif130-Satellite-L840D:~$ cd /usr/share/ati/
salif130@salif130-Satellite-L840D:/usr/share/ati$ sudo ./amd-uninstall.sh --force
[sudo] password for salif130: 
Forcing uninstall of AMD Catalyst(TM) Proprietary Driver.
No integrity verification is done.
cat: /usr/share/ati/libGLdir.txt: Aucun fichier ou dossier de ce type
rm: impossible de supprimer «/usr/share/ati/libGLdir.txt»: Aucun fichier ou dossier de ce type
restore of system environment completed
Error! There are no instances of module: fglrx
8.951 located in the DKMS tree.
Errors during DKMS module removal
Uninstall fglrx driver complete.
For detailed log of uninstall, please see /etc/ati/fglrx-uninstall.log
System must be rebooted to avoid system instability and potential data loss.
salif130@salif130-Satellite-L840D:/usr/share/ati$ 
]]>
Mon, 24 Sep 2012 17:16:28 +0000 http://forum.ubuntu-fr.org/viewtopic.php?pid=10872851#p10872851
<![CDATA[Réponse à : Pour Driver Propriétaire Ati Radeon HD 6xxxm ou plus.]]> http://forum.ubuntu-fr.org/viewtopic.php?pid=10869521#p10869521 ou,

& cd /usr/share/ati/
& sudo ./amd-uninstall.sh --force
]]>
Mon, 24 Sep 2012 11:43:09 +0000 http://forum.ubuntu-fr.org/viewtopic.php?pid=10869521#p10869521
<![CDATA[Réponse à : Pour Driver Propriétaire Ati Radeon HD 6xxxm ou plus.]]> http://forum.ubuntu-fr.org/viewtopic.php?pid=10869501#p10869501 Rectif:

& sudo /usr/share/ati/amd-uninstall.sh --force
]]>
Mon, 24 Sep 2012 11:39:19 +0000 http://forum.ubuntu-fr.org/viewtopic.php?pid=10869501#p10869501
<![CDATA[Réponse à : Pour Driver Propriétaire Ati Radeon HD 6xxxm ou plus.]]> http://forum.ubuntu-fr.org/viewtopic.php?pid=10866681#p10866681 c'est marrant il te donne la solution dans le log

sudo run /usr/share/ati/amd-uninstall.sh --force
]]>
Mon, 24 Sep 2012 05:56:55 +0000 http://forum.ubuntu-fr.org/viewtopic.php?pid=10866681#p10866681
<![CDATA[Réponse à : Pour Driver Propriétaire Ati Radeon HD 6xxxm ou plus.]]> http://forum.ubuntu-fr.org/viewtopic.php?pid=10865901#p10865901 les commandes des  deux dernier tuto




salif130@salif130-Satellite-L840D:~$ sudo cp /etc/X11/xorg.conf /etc/X11/xorg.fglrx.conf.bak
[sudo] password for salif130: 
cp: impossible d'évaluer «/etc/X11/xorg.conf»: Aucun fichier ou dossier de ce type
salif130@salif130-Satellite-L840D:~$ 



salif130@salif130-Satellite-L840D:~$  sudo apt-get remove fglrx-control xorg-driver-fglrx
[sudo] password for salif130: 
Lecture des listes de paquets... Fait
Construction de l'arbre des dépendances       
Lecture des informations d'état... Fait
Les paquets virtuels comme « fglrx-control » ne peuvent pas être supprimés
Les paquets virtuels comme « xorg-driver-fglrx » ne peuvent pas être supprimés
0 mis à jour, 0 nouvellement installés, 0 à enlever et 0 non mis à jour.
salif130@salif130-Satellite-L840D:~$ 





salif130@salif130-Satellite-L840D:~$  cat /etc/ati/fglrx-uninstall.log
*** AMD Catalyst(TM) Proprietary Driver Uninstall Log 2012-09-23 17:49:16 ***
File is missing from system /usr/share/ati/amdcccle/amdcccle_cs.qm.
File is missing from system /usr/share/ati/amdcccle/amdcccle_da_DK.qm.
File is missing from system /usr/share/ati/amdcccle/amdcccle_de.qm.
File is missing from system /usr/share/ati/amdcccle/amdcccle_el_GR.qm.
File is missing from system /usr/share/ati/amdcccle/amdcccle_es_ES.qm.
File is missing from system /usr/share/ati/amdcccle/amdcccle_fi_FI.qm.
File is missing from system /usr/share/ati/amdcccle/amdcccle_fr_FR.qm.
File is missing from system /usr/share/ati/amdcccle/amdcccle_hu_HU.qm.
File is missing from system /usr/share/ati/amdcccle/amdcccle_it_IT.qm.
File is missing from system /usr/share/ati/amdcccle/amdcccle_ja.qm.
File is missing from system /usr/share/ati/amdcccle/amdcccle_ko_KR.qm.
File is missing from system /usr/share/ati/amdcccle/amdcccle_nl_NL.qm.
File is missing from system /usr/share/ati/amdcccle/amdcccle_no.qm.
File is missing from system /usr/share/ati/amdcccle/amdcccle_pl.qm.
File is missing from system /usr/share/ati/amdcccle/amdcccle_pt_BR.qm.
File is missing from system /usr/share/ati/amdcccle/amdcccle_ru_RU.qm.
File is missing from system /usr/share/ati/amdcccle/amdcccle_sv_SE.qm.
File is missing from system /usr/share/ati/amdcccle/amdcccle_th.qm.
File is missing from system /usr/share/ati/amdcccle/amdcccle_tr_TR.qm.
File is missing from system /usr/share/ati/amdcccle/amdcccle_zh_CN.qm.
File is missing from system /usr/share/ati/amdcccle/amdcccle_zh_TW.qm.
File is missing from system /usr/share/ati/amdcccle/qt_de.qm.
File is missing from system /usr/share/ati/amdcccle/qt_es.qm.
File is missing from system /usr/share/ati/amdcccle/qt_fr.qm.
File is missing from system /usr/share/ati/amdcccle/qt_ja_JP.qm.
File is missing from system /usr/share/ati/amdcccle/qt_pl.qm.
File is missing from system /usr/share/ati/amdcccle/qt_pt.qm.
File is missing from system /usr/share/ati/amdcccle/qt_ru.qm.
File is missing from system /usr/share/ati/amdcccle/qt_sv.qm.
File is missing from system /usr/share/ati/amdcccle/qt_zh_CN.qm.
File is missing from system /usr/share/ati/amdcccle/qt_zh_TW.qm.
md5sum integrity check failed for /usr/lib/dri/fglrx_dri.so.
md5sum integrity check failed for /etc/ati/control.
md5sum integrity check failed for /usr/X11R6/lib64/modules/dri/fglrx_dri.so.
One or more files have been altered since installation.
Uninstall will not be completed.

To force uninstall, removing all installed files without verification,
run /usr/share/ati/amd-uninstall.sh --force.

Forcing uninstall is not recommended and may cause system corruption.

salif130@salif130-Satellite-L840D:~$
]]>
Mon, 24 Sep 2012 00:12:43 +0000 http://forum.ubuntu-fr.org/viewtopic.php?pid=10865901#p10865901
<![CDATA[Réponse à : Pour Driver Propriétaire Ati Radeon HD 6xxxm ou plus.]]> http://forum.ubuntu-fr.org/viewtopic.php?pid=10865311#p10865311
& sudo cp /etc/X11/xorg.conf /etc/X11/xorg.fglrx.conf.bak
 & sudo apt-get remove fglrx-control xorg-driver-fglrx
& cat /etc/ati/fglrx-uninstall.log

Je ne comprend rien à votre problème,quelle tuto que avez pris ?

]]>
Sun, 23 Sep 2012 22:07:45 +0000 http://forum.ubuntu-fr.org/viewtopic.php?pid=10865311#p10865311