Salut Pierrot!
Bon, malgré quelques petits ennuis, dont la suppression du binaire /usr/bin/X, j'ai pu installé le driver proprio' sans trop de problème. Il fonctionne désormais, et j'ai bel et bien l'habillement des fenêtres avec compiz également.
Cependant, tout n'est pas encore réglé pour ma part. Tout d'abord, concernant mon fichier xorg.conf, que voici:
Code : Tout sélectionner
Section "ServerLayout"
Identifier "X.org Configured"
Screen 0 "aticonfig-Screen[0]-0" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection
Section "Files"
ModulePath "/usr/lib/xorg/modules"
FontPath "/usr/share/fonts/misc"
FontPath "/usr/share/fonts/100dpi:unscaled"
FontPath "/usr/share/fonts/75dpi:unscaled"
FontPath "/usr/share/fonts/TTF"
FontPath "/usr/share/fonts/Type1"
EndSection
Section "Module"
Load "dbe"
Load "dri2"
Load "record"
Load "dri"
Load "extmod"
Load "glx"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
EndSection
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5 6 7"
EndSection
Section "Monitor"
Identifier "Monitor0"
VendorName "Monitor Vendor"
ModelName "Monitor Model"
EndSection
Section "Monitor"
Identifier "aticonfig-Monitor[0]-0"
Option "VendorName" "ATI Proprietary Driver"
Option "ModelName" "Generic Autodetecting Monitor"
Option "DPMS" "true"
EndSection
Section "Device"
### Available Driver options are:-
### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
### [arg]: arg optional
#Option "SWcursor" # [<bool>]
#Option "ignoreconnector" # [<str>]
#Option "forcereduced" # [<bool>]
#Option "forcedpi" # <i>
#Option "useconfiguredmonitor" # [<bool>]
#Option "HPD" # <str>
#Option "ScaleType" # [<str>]
#Option "UseAtomBIOS" # [<bool>]
#Option "AtomBIOS" # [<str>]
#Option "UnverifiedFeatures" # [<bool>]
#Option "Audio" # [<bool>]
#Option "AudioStreamSilence" # [<str>]
#Option "HDMI" # [<str>]
#Option "COHERENT" # [<str>]
#Option "ForceLowPowerMode" # [<bool>]
#Option "LowPowerModeEngineClock" # <i>
Identifier "Card0"
Driver "radeonhd"
VendorName "ATI Technologies Inc"
BoardName "Mobility Radeon HD 3400 Series"
Option "NoAccel" "false"
Option "AccelMethod" "XAA"
#Option "offscreensize" # [<str>]
Option "NoRandr" "false"
#Option "RROutputOrder" # [<str>]
Option "DRI" "true"
Option "DPMS" "true"
Option "RenderAccel" "true"
#Option "TVMode" # [<str>]
BusID "PCI:1:0:0"
EndSection
Section "Device"
Identifier "aticonfig-Device[0]-0"
Driver "fglrx"
BusID "PCI:1:0:0"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
SubSection "Display"
Viewport 0 0
Depth 1
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 4
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 8
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 15
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 16
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
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
Ne trouves-tu pas étrange qu'il y ait deux section "Device" ? Une pour radeonhd et une autre pour fglrx... J'ai utilisé la commande aticonfig --initial, qui m'a généré le fichier de conf que tu peux voir ci-dessus, mais je trouve quand même étrange qu'il y ait toujours la présence du pilote radeonhd.
Ensuite, lors de l'utilisation de compiz, j'ai des freeeze de mon interface graphique, notamment lorsque j'affiche une nouvelle fenêtre. L'interface graphique se fige pendant 3 à 4 secondes et reprend ensuite... Serait-ce lié à la présence du pilote radeonhd dans le xorg.conf? Un conflit?
Sinon, je ne peux désormais plus régler la luminosité de mon écran avec le pilote propriétaire =( =( =( Y arrives-tu toi?
Voici par exemple, des résultats de la commande xbacklight:
Code : Tout sélectionner
[stephan@stephan-laptop ~]$ xbacklight -get
100.000000
[stephan@stephan-laptop ~]$ xbacklight -set 50
X Error of failed request: BadValue (integer parameter out of range for operation)
Major opcode of failed request: 156 (RANDR)
Minor opcode of failed request: 13 (RRChangeOutputProperty)
Value in failed request: 0x89
Serial number of failed request: 16
Current serial number in output stream: 17
[stephan@stephan-laptop ~]$
Tu as une idée?
EDIT: J'ai viré la section avec le pilote radeonhd et retesté compiz, mais le freeze de l'interface graphique persiste... =S