Bonjour, j'essaie en vain de faire fonctionner comme il faut ce pilote catalayst!
1/ Installation avec dépôt testing RPMFUSION activé (je suis en 2.6.30)
# yum install kmod-catalyst xorg-x11-drv-catalyst-libs*.i586* livna-config-display
# vim /etc/modprobe.d/blacklist.conf
j'ai blacklister radeon et radeonhd
# mv /boot/initrd-2.6.30.5-32.fc11.x86_64.img /boot/initrd-2.6.30.5-32.fc11.x86_64.img.back
# mkinitrd -v /boot/initrd-`uname -r`.img `uname -r`
# aticonfig --set-pcs-str="DDX,EnableRandr12,FALSE"
# vim /etc/X11/xorg.conf
Section "ServerLayout"
    Identifier     "Default Layout"
    Screen      0  "Screen0" 0 0
EndSection

Section "Files"
    ModulePath   "/usr/lib64/xorg/modules/extensions/catalyst"
    ModulePath   "/usr/lib64/xorg/modules"
EndSection

Section "ServerFlags"
    Option        "AIGLX" "on"
EndSection

Section "Monitor"
    Identifier   "Belinea"
    VendorName   "Belinea"
    ModelName    "103026"
    ModeLine     "1280x1024_60.00" 109.0 1280 1361 1496 1712 1024 1027 1034 1063 -hsync +vsync
    Option        "RightOf" "Samsung"
EndSection

Section "Monitor"
    Identifier   "Samsung"
    VendorName   "Samsung"
    ModelName    "SyncMaster T200"
    ModeLine     "1680x1050_60.00" 119.0 1680 1728 1760 1840 1050 1053 1059 1080 +hsync -vsync
EndSection

Section "Device"
    Identifier  "Videocard0"
    Driver      "fglrx"
    VendorName  "ATI"
    BoardName   "RADEON SAPHIRE HD 4670"
    Option        "DRI" "on"
    Option        "AccelMethod" "EXA"
    Option        "HDMI" "true"
    Option        "monitor-DVI-I_1/digital" "Samsung"
    Option        "monitor-DVI-I_2/analog" "Belinea"
    Option        "RROutputOrder" "Samsung"
    Option        "HWCursor" "true"
    Option        "SWCursor" "false"
    Option        "OpenGLOverlay" "off"
    Option        "VideoOverlay" "on"
    BusID       "PCI:4:0:0"
EndSection

Section "Screen"
    Identifier "Screen0"
    Device     "Videocard0"
    Monitor    "Samsung"
    DefaultDepth     24
    SubSection "Display"
        Option        "PreferredMode" "1680x1050"
    EndSubSection
    SubSection "Display"

        #Virtual    2960 1050
        Viewport   0 0
        Depth     24
    EndSubSection
EndSection

Section "Extensions"
    Option        "Composite" "Enable"
EndSection
2/ Problème
Je n'est pas de dual screen mais plutot un mode clone
Je n'est pas la 3D !
$ glxgears 
Error: couldn't get an RGB, Double-buffered visual
$ fglrxinfo 
Error: couldn't find RGB GLX visual!
Bon... Utilise amdcccle pour faire ce que tu recherche avec l'ancienne méthode. En cas de résolution différentes, là par contre...

Refait moi un xorg.conf plus propre dans ce style :
# Xorg configuration created by livna-config-display

Section "ServerLayout"
Identifier "Default Layout"
Screen 0 "Screen0" 0 0
EndSection

Section "Files"
ModulePath "/usr/lib64/xorg/modules/extensions/catalyst"
ModulePath "/usr/lib64/xorg/modules"
EndSection

Section "ServerFlags"
Option "AIGLX" "on"
EndSection

Section "Device"
Identifier "Videocard0"
Driver "fglrx"
Option "OpenGLOverlay" "off"
Option "VideoOverlay" "on"
EndSection

Section "Screen"
Identifier "Screen0"
Device "Videocard0"
DefaultDepth 24
EndSection

Section "Extensions"
Option "Composite" "Enable"
EndSection
La gestion du multi-écran par l'ancienne méthode ne se fait pas par RANDR 1.2-99!( normal en plus on le désactive car la version actuel 1.2.99, en fait la bétâ de la 1.3, n'est pas prise en compte par cette version du pilote! mais cela je l'ai déjà dit!)

Tu peux lire la doc sur le manuel du pilote propriétaire qui reste valable dans ce cas là, même si il faut que je la mette à jours vu qu'il y a eu pas mal de nouveautés. Tu peux directement passer par le panneau de contrôle ATI qui est fonctionnel avec l'ancienne méthode comme avec la méthode RandR/XRandR 1.2-99! Par contre il reste quelques petits problèmes, avec cette dernière, pour qu'il garde les paramètres au reboot... (RandR 1.2 sous F10!) et là je n'arrive pas à expliquer pourquoi...

Pour l'affichage avec deux résolutions différentes, j'ai bien peur que l'ancienne méthode ne soit pas des plus adapté... Car c'est RandR 1.1 qui est utilisé et à une gestion très anciennes des écrans, ce qui fait qu'elle n'est pas vraiment adapté à ce genre de choses...

Blender et autres sont parfaitement fonctionnel, il faut juste s'assurer que le pilote est bien fglrx(catalyst, mais bon... il reste encore des restes au niveau des noms dans le code interne...) et non mesa!


Pour information, cette version du pilote est un mixe entre la version 2.1 avec des morceaux de la version 3.1 dont cette dernière version devrait être pleinement supporté d'ici peut.
$ rpm -qa | grep catalyst
xorg-x11-drv-catalyst-libs-9.8-1.fc11.x86_64
kmod-catalyst-2.6.30.5-32.fc11.x86_64-9.8-1.fc11.2.x86_64
xorg-x11-drv-catalyst-9.8-1.fc11.x86_64
xorg-x11-drv-catalyst-libs-9.8-1.fc11.i586
amdcccle
# aticonfig --initial=dual-head --screen-layout=RightOf
# cat /etc/X11/xorg.conf
Section "ServerLayout"
    Identifier     "Default Layout"
    Screen      0  "Screen0" 0 0
    Screen         "aticonfig-Screen[0]-1" 0 0
EndSection

Section "Files"
    ModulePath   "/usr/lib64/xorg/modules/extensions/catalyst"
    ModulePath   "/usr/lib64/xorg/modules"
EndSection

Section "ServerFlags"
    Option        "AIGLX" "on"
EndSection

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

Section "Device"
    Identifier  "Videocard0"
    Driver      "fglrx"
    Option        "OpenGLOverlay" "off"
    Option        "VideoOverlay" "on"
    BusID       "PCI:4:0:0"
EndSection

Section "Device"
    Identifier  "aticonfig-Device[0]-1"
    Driver      "fglrx"
    Option        "OpenGLOverlay" "off"
    Option        "VideoOverlay" "on"
    BusID       "PCI:4:0:0"
    Screen      1
EndSection

Section "Screen"
    Identifier "Screen0"
    Device     "Videocard0"
    DefaultDepth     24
EndSection

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

Section "Extensions"
    Option        "Composite" "Enable"
EndSection
# grep -E "EE|WW" /var/log/Xorg.0.log
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(II) Loading extension MIT-SCREEN-SAVER
(WW) Falling back to old probe method for fglrx
(WW) This ATI Proprietary Linux Driver does not guarantee support of video driver ABI higher than 2.0
(WW) Video driver ABI version of the X server is 5.0
(WW) fglrx: No matching Device section for instance (BusID PCI:0@0:0:0) found
(WW) fglrx: No matching Device section for instance (BusID PCI:0@0:2:0) found
(WW) fglrx: No matching Device section for instance (BusID PCI:0@0:6:0) found
(WW) fglrx: No matching Device section for instance (BusID PCI:0@0:7:0) found
(WW) fglrx: No matching Device section for instance (BusID PCI:0@0:20:3) found
(WW) fglrx: No matching Device section for instance (BusID PCI:0@0:20:4) found
(WW) fglrx: No matching Device section for instance (BusID PCI:0@0:0:0) found
(WW) fglrx: No matching Device section for instance (BusID PCI:0@0:2:0) found
(WW) fglrx: No matching Device section for instance (BusID PCI:0@0:6:0) found
(WW) fglrx: No matching Device section for instance (BusID PCI:0@0:7:0) found
(WW) fglrx: No matching Device section for instance (BusID PCI:0@0:17:0) found
(WW) fglrx: No matching Device section for instance (BusID PCI:0@0:18:0) found
(WW) fglrx: No matching Device section for instance (BusID PCI:0@0:18:1) found
(WW) fglrx: No matching Device section for instance (BusID PCI:0@0:18:2) found
(WW) fglrx: No matching Device section for instance (BusID PCI:0@0:19:0) found
(WW) fglrx: No matching Device section for instance (BusID PCI:0@0:19:1) found
(WW) fglrx: No matching Device section for instance (BusID PCI:0@0:19:2) found
(WW) fglrx: No matching Device section for instance (BusID PCI:0@0:20:0) found
(WW) fglrx: No matching Device section for instance (BusID PCI:0@0:20:1) found
(WW) fglrx: No matching Device section for instance (BusID PCI:0@0:20:2) found
(WW) fglrx: No matching Device section for instance (BusID PCI:0@0:20:3) found
(WW) fglrx: No matching Device section for instance (BusID PCI:0@0:20:4) found
(WW) fglrx: No matching Device section for instance (BusID PCI:0@0:20:5) found
(WW) fglrx: No matching Device section for instance (BusID PCI:0@4:0:1) found
(WW) fglrx(0): board is an unknown third party board, chipset is supported
(WW) fglrx(1): board is an unknown third party board, chipset is supported
(WW) fglrx(0): could not detect X server version (query_status=-1)
(WW) fglrx(1): could not detect X server version (query_status=-1)
(WW) fglrx(1): Option "VideoOverlay" is not used
(WW) fglrx(1): Option "VendorName" is not used
(WW) fglrx(1): Option "ModelName" is not used
(WW) AIGLX: 3D driver claims to not support visual 0x23
(WW) AIGLX: 3D driver claims to not support visual 0x24
(WW) AIGLX: 3D driver claims to not support visual 0x25
(WW) AIGLX: 3D driver claims to not support visual 0x26
(WW) AIGLX: 3D driver claims to not support visual 0x27
(WW) AIGLX: 3D driver claims to not support visual 0x28
(WW) AIGLX: 3D driver claims to not support visual 0x29
(WW) AIGLX: 3D driver claims to not support visual 0x2a
(WW) AIGLX: 3D driver claims to not support visual 0x2b
(WW) AIGLX: 3D driver claims to not support visual 0x2c
(WW) AIGLX: 3D driver claims to not support visual 0x2d
(WW) AIGLX: 3D driver claims to not support visual 0x2e
(WW) AIGLX: 3D driver claims to not support visual 0x2f
(WW) AIGLX: 3D driver claims to not support visual 0x30
(WW) AIGLX: 3D driver claims to not support visual 0x31
(WW) AIGLX: 3D driver claims to not support visual 0x32
(WW) AIGLX: 3D driver claims to not support visual 0x33
(WW) AIGLX: 3D driver claims to not support visual 0x34
(WW) AIGLX: 3D driver claims to not support visual 0x35
(WW) AIGLX: 3D driver claims to not support visual 0x36
(WW) AIGLX: 3D driver claims to not support visual 0x37
(WW) AIGLX: 3D driver claims to not support visual 0x38
(WW) AIGLX: 3D driver claims to not support visual 0x39
(WW) AIGLX: 3D driver claims to not support visual 0x3a
(WW) AIGLX: 3D driver claims to not support visual 0x3b
(WW) AIGLX: 3D driver claims to not support visual 0x3c
(WW) AIGLX: 3D driver claims to not support visual 0x3d
(WW) AIGLX: 3D driver claims to not support visual 0x3e
(WW) AIGLX: 3D driver claims to not support visual 0x3f
(WW) AIGLX: 3D driver claims to not support visual 0x40
(WW) AIGLX: 3D driver claims to not support visual 0x41
(WW) AIGLX: 3D driver claims to not support visual 0x42
(WW) AIGLX: 3D driver claims to not support visual 0x43
(WW) AIGLX: 3D driver claims to not support visual 0x44
(WW) AIGLX: 3D driver claims to not support visual 0x45
(WW) AIGLX: 3D driver claims to not support visual 0x46
(WW) AIGLX: 3D driver claims to not support visual 0x47
(WW) AIGLX: 3D driver claims to not support visual 0x48
(WW) AIGLX: 3D driver claims to not support visual 0x49
(WW) AIGLX: 3D driver claims to not support visual 0x4a
(WW) AIGLX: 3D driver claims to not support visual 0x4b
(WW) AIGLX: 3D driver claims to not support visual 0x4c
(WW) AIGLX: 3D driver claims to not support visual 0x4d
(WW) AIGLX: 3D driver claims to not support visual 0x4e
(WW) AIGLX: 3D driver claims to not support visual 0x4f
(WW) AIGLX: 3D driver claims to not support visual 0x50
(WW) AIGLX: 3D driver claims to not support visual 0x51
(WW) AIGLX: 3D driver claims to not support visual 0x52
(WW) AIGLX: 3D driver claims to not support visual 0x53
(WW) AIGLX: 3D driver claims to not support visual 0x54
(WW) AIGLX: 3D driver claims to not support visual 0x55
(WW) AIGLX: 3D driver claims to not support visual 0x56
(WW) AIGLX: 3D driver claims to not support visual 0x57
(WW) AIGLX: 3D driver claims to not support visual 0x58
(WW) AIGLX: 3D driver claims to not support visual 0x59
(WW) AIGLX: 3D driver claims to not support visual 0x5a
(WW) AIGLX: 3D driver claims to not support visual 0x5b
(WW) AIGLX: 3D driver claims to not support visual 0x5c
(WW) AIGLX: 3D driver claims to not support visual 0x5d
(WW) AIGLX: 3D driver claims to not support visual 0x5e
(WW) AIGLX: 3D driver claims to not support visual 0x5f
(WW) AIGLX: 3D driver claims to not support visual 0x60
(WW) AIGLX: 3D driver claims to not support visual 0x61
(WW) AIGLX: 3D driver claims to not support visual 0x62
(WW) AIGLX: 3D driver claims to not support visual 0x63
(WW) AIGLX: 3D driver claims to not support visual 0x64
(WW) AIGLX: 3D driver claims to not support visual 0x65
(WW) AIGLX: 3D driver claims to not support visual 0x66
(WW) AIGLX: 3D driver claims to not support visual 0x67
(WW) AIGLX: 3D driver claims to not support visual 0x68
(WW) AIGLX: 3D driver claims to not support visual 0x69
(WW) AIGLX: 3D driver claims to not support visual 0x6a
(WW) AIGLX: 3D driver claims to not support visual 0x6b
(WW) AIGLX: 3D driver claims to not support visual 0x6c
(WW) AIGLX: 3D driver claims to not support visual 0x6d
(WW) AIGLX: 3D driver claims to not support visual 0x6e
(WW) AIGLX: 3D driver claims to not support visual 0x6f
(WW) AIGLX: 3D driver claims to not support visual 0x70
(WW) AIGLX: 3D driver claims to not support visual 0x71
(WW) AIGLX: 3D driver claims to not support visual 0x72
(WW) AIGLX: 3D driver claims to not support visual 0x8a
(WW) AIGLX: 3D driver claims to not support visual 0x8b
(WW) AIGLX: 3D driver claims to not support visual 0x8c
(WW) AIGLX: 3D driver claims to not support visual 0x8d
(WW) AIGLX: 3D driver claims to not support visual 0x8e
(WW) AIGLX: 3D driver claims to not support visual 0x8f
(WW) AIGLX: 3D driver claims to not support visual 0x90
(WW) AIGLX: 3D driver claims to not support visual 0x91
(WW) AIGLX: 3D driver claims to not support visual 0x92
(WW) AIGLX: 3D driver claims to not support visual 0x93
(WW) AIGLX: 3D driver claims to not support visual 0x94
(WW) AIGLX: 3D driver claims to not support visual 0x95
(WW) AIGLX: 3D driver claims to not support visual 0x96
(WW) AIGLX: 3D driver claims to not support visual 0x97
(WW) AIGLX: 3D driver claims to not support visual 0x98
(WW) AIGLX: 3D driver claims to not support visual 0x99
(WW) AIGLX: 3D driver claims to not support visual 0x9a
(WW) AIGLX: 3D driver claims to not support visual 0x9b
(WW) AIGLX: 3D driver claims to not support visual 0x9c
(WW) AIGLX: 3D driver claims to not support visual 0x9d
(WW) AIGLX: 3D driver claims to not support visual 0x9e
(WW) AIGLX: 3D driver claims to not support visual 0x9f
(WW) AIGLX: 3D driver claims to not support visual 0xa0
(WW) AIGLX: 3D driver claims to not support visual 0xa1
(WW) AIGLX: 3D driver claims to not support visual 0xa2
(WW) AIGLX: 3D driver claims to not support visual 0xa3
(WW) AIGLX: 3D driver claims to not support visual 0xa4
(WW) AIGLX: 3D driver claims to not support visual 0xa5
(WW) AIGLX: 3D driver claims to not support visual 0xa6
(WW) AIGLX: 3D driver claims to not support visual 0xa7
(WW) AIGLX: 3D driver claims to not support visual 0xa8
(WW) AIGLX: 3D driver claims to not support visual 0xa9
(WW) AIGLX: 3D driver claims to not support visual 0xaa
(WW) AIGLX: 3D driver claims to not support visual 0xab
(WW) AIGLX: 3D driver claims to not support visual 0xac
(WW) AIGLX: 3D driver claims to not support visual 0xad
(WW) AIGLX: 3D driver claims to not support visual 0xae
(WW) AIGLX: 3D driver claims to not support visual 0xaf
(WW) AIGLX: 3D driver claims to not support visual 0xb0
(WW) AIGLX: 3D driver claims to not support visual 0xb1
(WW) AIGLX: 3D driver claims to not support visual 0xb2
(WW) AIGLX: 3D driver claims to not support visual 0xb3
(WW) AIGLX: 3D driver claims to not support visual 0xb4
(WW) AIGLX: 3D driver claims to not support visual 0xb5
(WW) AIGLX: 3D driver claims to not support visual 0xb6
(WW) AIGLX: 3D driver claims to not support visual 0xb7
(WW) AIGLX: 3D driver claims to not support visual 0xb8
(WW) AIGLX: 3D driver claims to not support visual 0xb9
(WW) AIGLX: 3D driver claims to not support visual 0xba
(WW) AIGLX: 3D driver claims to not support visual 0xbb
(WW) AIGLX: 3D driver claims to not support visual 0xbc
(WW) AIGLX: 3D driver claims to not support visual 0xbd
(WW) AIGLX: 3D driver claims to not support visual 0xbe
(WW) AIGLX: 3D driver claims to not support visual 0xbf
(WW) AIGLX: 3D driver claims to not support visual 0xc0
(WW) AIGLX: 3D driver claims to not support visual 0xc1
(WW) AIGLX: 3D driver claims to not support visual 0xc2
(WW) AIGLX: 3D driver claims to not support visual 0xc3
(WW) AIGLX: 3D driver claims to not support visual 0xc4
(WW) AIGLX: 3D driver claims to not support visual 0xc5
(WW) AIGLX: 3D driver claims to not support visual 0xc6
(WW) AIGLX: 3D driver claims to not support visual 0xc7
(WW) AIGLX: 3D driver claims to not support visual 0xc8
(WW) AIGLX: 3D driver claims to not support visual 0xc9
(WW) AIGLX: 3D driver claims to not support visual 0xca
(WW) AIGLX: 3D driver claims to not support visual 0xcb
(WW) AIGLX: 3D driver claims to not support visual 0xcc
(WW) AIGLX: 3D driver claims to not support visual 0xcd
(WW) AIGLX: 3D driver claims to not support visual 0xce
(WW) AIGLX: 3D driver claims to not support visual 0xcf
(WW) AIGLX: 3D driver claims to not support visual 0xd0
(WW) AIGLX: 3D driver claims to not support visual 0xd1
(WW) AIGLX: 3D driver claims to not support visual 0xd2
(WW) AIGLX: 3D driver claims to not support visual 0xd3
(WW) AIGLX: 3D driver claims to not support visual 0xd4
(WW) AIGLX: 3D driver claims to not support visual 0xd5
(WW) AIGLX: 3D driver claims to not support visual 0xd6
(WW) AIGLX: 3D driver claims to not support visual 0xd7
(WW) AIGLX: 3D driver claims to not support visual 0xd8
(WW) AIGLX: 3D driver claims to not support visual 0xd9
j'essaie un:
# aticonfig --initial=dual-head --screen-layout=above --xinerama=on --resolution=0,1680x1050
voila le xorg.conf
# Xorg configuration created by livna-config-display

Section "ServerLayout"
    Identifier     "Default Layout"
    Screen      0  "Screen0" 0 0
    Screen         "aticonfig-Screen[0]-1" Above "Screen0"
EndSection

Section "Files"
    ModulePath   "/usr/lib64/xorg/modules/extensions/catalyst"
    ModulePath   "/usr/lib64/xorg/modules"
EndSection

Section "ServerFlags"
    Option        "AIGLX" "on"
    Option        "Xinerama" "on"
EndSection

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

Section "Device"
    Identifier  "Videocard0"
    Driver      "fglrx"
    Option        "OpenGLOverlay" "off"
    Option        "VideoOverlay" "on"
    BusID       "PCI:4:0:0"
EndSection

Section "Device"
    Identifier  "aticonfig-Device[0]-1"
    Driver      "fglrx"
    Option        "OpenGLOverlay" "off"
    Option        "VideoOverlay" "on"
    BusID       "PCI:4:0:0"
    Screen      1
EndSection

Section "Screen"
    Identifier "Screen0"
    Device     "Videocard0"
    DefaultDepth     24
EndSection

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

Section "Extensions"
    Option        "Composite" "Enable"
EndSection
Alors c'est rigolo car je suis moitié en dual screen moitié en clone
bonjour,

bon, je commence à m'impatienter. Mon xorg.conf ne veut pas changer, à chaque démarrage il me se réécrit toujours pour un driver "flgrx".
J'ai supprimer les fichiers swp. Rien à faire, toujours et toujours.

Les symptômes sont claires, quand je lance le serveur X l'ordinateur marche bien si ce n'est que l'image se fige sur la selection des sessions graphiques avec une apparence genre canal + crypté méchamment. Si je change mon xorg.conf pour avoir un driver "radeon" lorsque je lance le serveur X, écran noir. Je ne comprends pas !
Si je lance system-config-display ca ouvre bel et bien la fenêtre bien, tout est par défaut ! rien n'a changer, matériel radeon etc...
Cependant au lancement de system-config-display il m'affiche un system d'erreur :
Couldn't start X server on card 0
Impossible de démarrer le serveur X avec l'ancienne configuration. Essai d'une nouvelle configuration
yum remove *catalyst*!
ou encore
livna-config-display --Disable
Ou encore désactive les services liée au pilote! (fglrx et catalyst)

Lire la documentation pour l'installation au propre du pilote propriétaire!

Pour Bio :
 aticonfig --initial
rpm -e --nodeps livna-config-display
Si tu préfère...
fglrxinfo met la même chose :
$ fglrxinfo 
X Error of failed request:  BadRequest (invalid request code or no such operation)
  Major opcode of failed request:  135 (GLX)
  Minor opcode of failed request:  19 (X_GLXQueryServerString)
  Serial number of failed request:  14
  Current serial number in output stream:  14
Edit : C'est bon mon problème est résolu, je me suis tromper de noyau, il ne fallait pas prendre le noyau PAE.

J'ai refait la manipulation sous le noyau (sans PAE à la fin) et cela fonctionne parfaitement. Merci à gros_nonos et à Sylvain pour les modifications de la documentation. Je peux enfin me remettre sous Blender.

Au passage, voici fglrxinfo :
$ fglrxinfo
display: :0.0  screen: 0
OpenGL vendor string: ATI Technologies Inc.
OpenGL renderer string: ATI Mobility Radeon HD 3650
OpenGL version string: 2.1.8870
Regarde si en mettant l'akmods du pilote catalyst ne résout pas ton problème!

Si ton cpu est un x86_64 passe directement par la version 64bits! encore une fois de toute manière en cas de besoin tu peux utiliser des logiciels/librairies/etc.... 32bits!

Acer me dit que c'est un C2D, donc passage par la case x86_64 est un luxe à se passer!
rebonjour, bon voilà après avoir fait votre méthode pas d'amélioration, j'en suis venu à tout désinstaller puis à réinstaller comme si je souhaitais installer le 9.8 , puis à installer du kernel devel et compagnie réinstaler les xorg-x11-drivers, enfin à désinstaller que les logiciels en rapport a flgrx ou catalyst !

et bah ca vient de marcher !
je ne comprends pas !
Il veut bien enfin me redonner les pouvoirs et changer le driver comme je souhaite !

PS: j'ai la meme configuration que STALKERS à savoir un Mobility Radeon HD 3650, seulement chez moi le 9.8 ca ne marche absolument pas. Même avec la méthode de qui que ce soit. Donc je reste réservé sur le 9.8, je retenterais le coup plus tard quand je serai moins dépendant de mon PC, pour le moment je reste sur mon simple "radeon".

Merci encore.

Edit : j'ai aussi supprimer dans usr/lib64/xorg/drivers/modules le module fglrx.so
J'étais énervé j'ai donc tout supprimer ce qui etait en rapport avec fglrx (ce qui ne m'avait avancé à rien). Seulement j'ai remarqué que lors de l'installation du 9.8 il faisait appel à ce module. Je souhaiterais donc le recupérer, comment fais-je donc ?
Fil Rouge wrote:rebonjour, bon voilà après avoir fait votre méthode pas d'amélioration, j'en suis venu à tout désinstaller puis à réinstaller comme si je souhaitais installer le 9.8 , puis à installer du kernel devel et compagnie réinstaler les xorg-x11-drivers, enfin à désinstaller que les logiciels en rapport a flgrx ou catalyst !

et bah ca vient de marcher !
je ne comprends pas !
Il veut bien enfin me redonner les pouvoirs et changer le driver comme je souhaite !

PS: j'ai la meme configuration que STALKERS à savoir un Mobility Radeon HD 3650, seulement chez moi le 9.8 ca ne marche absolument pas. Même avec la méthode de qui que ce soit. Donc je reste réservé sur le 9.8, je retenterais le coup plus tard quand je serai moins dépendant de mon PC, pour le moment je reste sur mon simple "radeon".

Merci encore.

Edit : j'ai aussi supprimer dans usr/lib64/xorg/drivers/modules le module fglrx.so
J'étais énervé j'ai donc tout supprimer ce qui etait en rapport avec fglrx (ce qui ne m'avait avancé à rien). Seulement j'ai remarqué que lors de l'installation du 9.8 il faisait appel à ce module. Je souhaiterais donc le recupérer, comment fais-je donc ?
Note que je t avais dit comment désinstaller et désactiver fglrx !
oui mais ca n'avait rien changer comme je l'ai dis
"rebonjour, bon voilà après avoir fait votre (vos) méthodes pas d'amélioration"

Ca n'avait pas marcher, et pourtant j'ai suivi à la lettre. Même si ca venait sûrement de là.
Je lis et essai ce qu'on me dit, merci encore pour vos attentions et votre conseils ca m'a été utile plus d'une fois.
La recherche du forum aussi 😃
Étonnant, je possède une carte Mobility Radeon HD 3650 (sur un Dell Studio 17) et tout a fini par fonctionner...
Dans un premier temps j'avais suivi la méthode en mettant le .run (comme développé par gros_nonos) puis j'ai essayé avec le kmod-catalyst, ça a fonctionné.

Tu nous dis avoir suivi la méthode.
En particulier, es-tu sûr d'avoir bien reconstruit l'initrd ?
Car la commande mkinitrd -v /boot/initrd- [...] ne reconstruira rien si l'initrd.img en question existe déjà. Ajoute l'option -f (pour --force), ce qui va forcer la construction de l'initrd.img. Ce qui donne :
mkinitrd -f -v /boot/initrd-`uname -r`.img `uname -r`
Un retour sur le driver à installer pour une HD4830 RV770 avt de se lancer dans l'inconnu ? Excuser moi tous mais je reviens de déménager...J'ai donc survolé uniquement le fil carte ATI. La doc ne parle pas spécifiquement du RV770 et je vois que des posseseurs de carte 4850 et 4670 installe le kmod-catalyst...Je viens juste de migrer vers F11 et j'aimerais pas faire de boulettes...
Toutes les R6xx ->R7xx! Généralement on parle du nom de la génération des gpu et non pas du nom des cartes qui est HD2xxx ->HD4xxx (les HD3xxx ne sont que des HD2xxx, donc à base de R6xx, optimisé surtout au niveau du dégagement de chaleur et de la vitesse!)
Bon, une succes story???

J'ai réinstallé en suivant la nouvelle doc et ca à l'air de fonctionner... alors qu'avant je tenais juste 4 minutes max avant plantage, je suis désormais à
[Simon@Akihabara ~]$ uptime 
 20:21:49 up 19 min,  3 users,  load average: 1.42, 1.34, 0.79
Et ce, en faisant tourner fgl_glxgears :
[Simon@Akihabara ~]$ fgl_glxgears 
Using GLX_SGIX_pbuffer
12620 frames in 5.0 seconds = 2524.000 FPS
14588 frames in 5.0 seconds = 2917.600 FPS
13353 frames in 5.0 seconds = 2670.600 FPS
14832 frames in 5.0 seconds = 2966.400 FPS
14850 frames in 5.0 seconds = 2970.000 FPS
J'ai juste une question... le truc de l'initrd, faudra-t'il le refaire à chaque nouveau noyau???
cocaaladioxine wrote:J'ai juste une question... le truc de l'initrd, faudra-t'il le refaire à chaque nouveau noyau???
Sauf si je me trompe, un initrd est construit à chaque nouveau noyau ?
La commande doit donc dans ce cas s'exécuter toute seule lorsqu'un nouveau noyau s'installe.
Ah ben oui question idiote, je ne sais pas pourquoi j'avais l'impression qu'il y avait des arguments particuliers qui avaient du être passés lors de l'execution de la commande.... mais non... okay alors 🙂 autant pour moi!!!