Hello ! bonsoir à tous
Bon je viens de réinstaller Debian etch à partir de la netinst : j’ai migré directement en sid en utilisant le sources.list au carré (rubrique trucs et astuces), puis installé gnome (cette fois en entier : apt-get install gnome) : au passage c’est vraiment canon, ce thème en bleu et la spirale du fond d’écran, j’adore !
Puis je me lance sur l’install de fglrx : apt-get install fglrx-kernel-src (version sid candidate 8.43.2-1), puis m-a a-i fglrx, reboot puis j’édite le xorg.conf : pouvez vous me dire si c’est bon ?
[code]Section "ServerLayout"
Identifier "Default Layout"
Screen 0 “aticonfig-Screen[0]” 0 0
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
EndSection
Section "Files"
EndSection
Section "Module"
Load "i2c"
Load "bitmap"
Load "ddc"
Load "dri"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "vbe"
EndSection
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option “XkbRules” "xorg"
Option “XkbModel” "pc105"
Option “XkbLayout” "fr"
Option “XkbVariant” "latin9"
EndSection
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option “Device” "/dev/input/mice"
Option "CorePointer"
Option “Protocol” "ExplorerPS/2"
Option “Buttons” "7"
Option “ButtonMapping” "1 2 3 6 7"
Option “ZAxisMapping” "4 5"
EndSection
Section "Monitor"
Identifier "aticonfig-Monitor[0]"
Option “DPMS” "true"
EndSection
Section "Device"
Identifier "aticonfig-Device[0]"
Driver "fglrx"
BusID "PCI:1:0:0"
EndSection
Section "Screen"
Identifier "aticonfig-Screen[0]"
Device "aticonfig-Device[0]"
Monitor "aticonfig-Monitor[0]"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection
Section "DRI"
Mode 0666
EndSection
Section "Extensions"
Option “Composite” "1"
EndSection[/code]
Car la commande aticonfig --initial m’a fait n’importe quoi et j’ai du le modifier en copiant ce que j’ai lu à droite à gauche… juste pour vous montrerce que ça a fait :
[code]Section "ServerLayout"
Identifier "Default Layout"
Screen 0 “aticonfig-Screen[0]” 0 0
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
EndSection
Section "Files"
EndSection
Section "Module"
Load "i2c"
Load "bitmap"
Load "ddc"
Load "dri"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "vbe"
EndSection
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option “XkbRules” "xorg"
Option “XkbModel” "pc105"
Option “XkbLayout” "fr"
Option “XkbVariant” "latin9"
EndSection
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option “Protocol” "ExplorerPS/2"
Option “Buttons” "7"
Option “ButtonMapping” "1 2 3 6 7"
Option “ZAxisMapping” "4 5"
EndSection
Section "Monitor"
Identifier "Default Monitor"
Option "DPMS"
EndSection
Section "Monitor"
Identifier "aticonfig-Monitor[0]"
Option “VendorName” "ATI Proprietary Driver"
Option “ModelName” "Generic Autodetecting Monitor"
Option “DPMS” "true"
EndSection
Section "Device"
Identifier "ATI Technologies Inc RV350 [Mobility Radeon 9600 M10]"
Driver "ati"
BusID "PCI:1:0:0"
EndSection
Section "Device"
Identifier "aticonfig-Device[0]"
Driver "fglrx"
EndSection
Section "Screen"
Identifier "Default Screen"
Device "ATI Technologies Inc RV350 [Mobility Radeon 9600 M10]"
Monitor "Default Monitor"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "1440x900"
EndSubSection
EndSection
Section "Screen"
Identifier "aticonfig-Screen[0]"
Device "aticonfig-Device[0]"
Monitor "aticonfig-Monitor[0]"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection
Section "DRI"
Mode 0666
EndSection[/code]
Bon un petit reboot pour être sur et : ça n’a pas marché
et j’ai réalisé que j’avais mal lu le apt-cache policy fglrx-kernel-src qui spécifiais bien qu’il ne supportais qu’un xorg 7.1, et sid est passé à xorg 7.3… (bizarre puisque les derniers bidule.run de chez ati supporte le 7.3, qu’en pensez vous ?)
Puis-je downgrader xorg sans que cela ne casse toutes les dépendances ?
