je relance le sujet , j'ai installé cette fois 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