Encore des problèmes avec xcompmgr :(

Bonsoir tout le monde

Je suis en traain de galérer avec xcompmgr, quand je tape

xcompmgr -c -f

le terminal clignote de partout et c’est completement inutilisable
pourtant je pense avoir tout ceux qu’il faut

glxinfo | grep 's3tc\|direct' direct rendering: Yes

reynald@debian:~$ dmesg | grep radeon [ 18.611253] radeonfb: Retrieved PLL infos from BIOS [ 18.611267] radeonfb: Reference=14.32 MHz (RefDiv=31) Memory=183.00 Mhz, System=133.00 MHz [ 18.611272] radeonfb: PLL min 12000 max 35000 [ 20.492057] radeonfb: Monitor 1 type LCD found [ 20.492062] radeonfb: Monitor 2 type no found [ 20.492068] radeonfb: panel ID string: 1024x768 [ 20.492072] radeonfb: detected LVDS panel size from BIOS: 1024x768 [ 20.492077] radeondb: BIOS provided dividers will be used [ 20.728052] radeonfb: Dynamic Clock Power Management enabled [ 20.904329] radeonfb (0000:01:05.0): ATI Radeon 4337 "C7" [ 20.981021] [drm] Initialized radeon 1.29.0 20080528 on minor 0

reynald@debian:~$ lspci | grep VGA 01:05.0 VGA compatible controller: ATI Technologies Inc Radeon IGP 330M/340M/350M

j’ai bidouillé un peu un xorg.conf

Section "Module"
Load  "i2c"
Load "bitmap"
Load "dbe"
Load "ddc"
Load "dri"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "record"
Load "type1"
Load "vbe"
# mano
Load "GLcore"
Load "synaptics"
EndSection

Section "InputDevice"
    Identifier    "Generic Keyboard"
    Driver        "kbd"
    Option        "CoreKeyboard"
    Option        "XkbRules"    "xorg"
    Option        "XkbModel"    "pc105"
    Option        "XkbLayout"    "fr"  # "fr-oss" pour Feisty et +
    Option        "XkbVariant"    "latin9"
EndSection


Section "Device"
Identifier "ATI Technologies, Inc. Radeon 330M/340M/350M (RS200 IGP)"
Driver "radeon"
# Nauji nustatymai
Option "AccelMethod" "EXA"
Option "AGPMode" "4"
Option "AGPFastWrite" "True"
Option "EnablePageFlip" "True"
Option "UseFBDev" "true"
BusID "PCI:1:5:0"
Option "DPMS"
#Videoram 65536
Option "RenderAccel" "true"
Option "SubPixelOrder" "NONE"
Option "ColorTiling" "false"
Option "XAANoOffscreenPixmaps" "true" # Utile si vous utilisez compiz
Option "RENDER" "enable"
#VideoRam 131072
EndSection

Section "Monitor"
Identifier "Generic Monitor"
Option "DPMS"
EndSection
Section "Screen"
Identifier "Default Screen"
Device "ATI Technologies, Inc. Radeon 330M/340M/350M (RS200 IGP)"
Monitor "Generic Monitor"
DefaultDepth 24
SubSection "Display"
Depth 16
Modes "1024x768"
EndSubSection
SubSection "Display"
Depth 24
Modes "1024x768"
EndSubSection
EndSection

Section "Extensions"
        Option          "Composite"     "Enable"
EndSection

Section "DRI"
        Mode    0666
EndSection

Qu’en pensez vous ? :neutral_face:
Merci :smt006

edit: j’allais oublié j’ai ajouté des trucs dans /etc/modules

[code] /etc/modules: kernel modules to load at boot time.

This file contains the names of kernel modules that should be loaded

at boot time, one per line. Lines beginning with “#” are ignored.

Parameters can be specified after the module name.

loop
agpgart
ati_agp
radeonfb
radeon
[/code]

Bon je me repond a moi meme

en fait c’etait conky …

Résolu