Je viens juste d'installer ArchiLinux et j'ai quelques problemes avec Compiz/Emerald.
Quand je lance Compiz via fusion-icon, Emerald se charge automatiquement et bizarrement aucune décoration de fenetre n'apparait, alors qu'il y en a des tonnes d'installées par défaut, et une de séléctionner, rien n'apparait a l'écran, l'accélération 3D est bien fonctionnel (5k fps sur glxgear), mais Emerald n'a pas l'air de fonctionner correctement

J'ai du en premier pour désactiver l'accélération logiciel rajouter "radeon.modeset=0",
Voici quelques infos :
xorg.conf :
Code : Tout sélectionner
Section "ServerLayout"
Identifier "X.org Configured"
Screen 0 "Screen0" 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 "dri2"
Load "dbe"
Load "dri"
Load "glx"
Load "extmod"
Load "drm"
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"
Option "XkbLayout" "fr"
Option "XkbVariant" ""
EndSection
Section "Monitor"
Identifier "Monitor0"
VendorName "Monitor Vendor"
ModelName "Monitor Model"
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 "NoAccel" # [<bool>]
#Option "AccelMethod" # [<str>]
#Option "offscreensize" # [<str>]
#Option "SWcursor" # [<bool>]
#Option "ignoreconnector" # [<str>]
#Option "forcereduced" # [<bool>]
#Option "forcedpi" # <i>
#Option "useconfiguredmonitor" # [<bool>]
#Option "HPD" # <str>
#Option "NoRandr" # [<bool>]
#Option "RROutputOrder" # [<str>]
#Option "DRI" # [<bool>]
#Option "TVMode" # [<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 "radeon"
VendorName "ATI Technologies Inc"
BoardName "RV670PRO [Radeon HD 3850]"
BusID "PCI:1:0:0"
Option "AccelMethod" "EXA"
Option "EnablePageFlip" "on"
Option "EXAVSync" "yes"
Option "DynamicPM" "on"
Option "ClockGating" "on"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Asus VW220T"
Monitor "Configured Monitor"
SubSection "Display"
Viewport 0 0
Depth 24
Virtual 1680 1050
EndSubSection
EndSection
Section "Extensions"
Option "Composite" "Enable"
EndSection
Code : Tout sélectionner
Gathering information about your system...
Distribution: Arch Linux
Desktop environment: GNOME
Graphics chip: ATI Technologies Inc RV670PRO [Radeon HD 3850]
Driver in use: radeon
Rendering method: AIGLX
Checking if it's possible to run Compiz on your system...
Checking for texture_from_pixmap... [ OK ]
Checking for non power of two support... [ OK ]
Checking for composite extension... [ OK ]
Checking for FBConfig... [ OK ]
Checking for hardware/setup problems... [ OK ]
Merci