[xorg 6.8]Problème avec l'extension SHAPE non chargée [résolu]

Dans les logs j’ai continuellement cette erreur :
[fixed]Xlib: extension “SHAPE” missing on display ":0.0[/fixed]
dois je spécifier le chargement de cette extension dans un fichier de conf ?
Apparemment cette extension permet la transparence (pseudo ?) dans certains cas ( lorsqu’on bouge une icone, utilisée egalement par certains skins de mplayer)
QQun a t il une idée du probleme ?

Chez moi (le dernier Xorg aussi ;)) :
fixed LoadModule: “extmod”
(II) Loading /usr/X11R6/lib/modules/extensions/libextmod.a
(II) Module extmod: vendor=“X.Org Foundation”
compiled for 6.8.0, module version = 1.0.0
Module class: X.Org Server Extension
ABI class: X.Org Server Extension, version 0.2
(II) Loading extension SHAPE
(II) Loading extension MIT-SUNDRY-NONSTANDARD
(II) Loading extension BIG-REQUESTS
(II) Loading extension SYNC
(II) Loading extension MIT-SCREEN-SAVER
(II) Loading extension XC-MISC
(II) Loading extension XFree86-VidModeExtension
(II) Loading extension XFree86-Misc
(II) Loading extension XFree86-DGA
(II) Loading extension DPMS
(II) Loading extension TOG-CUP
(II) Loading extension Extended-Visual-Information
(II) Loading extension XVideo
(II) Loading extension XVideo-MotionCompensation
(II) Loading extension X-Resource[/fixed]
Pb de conf de xorg.conf :??: ?

voici mon xorg.conf :
[fixed]Section “Files”
FontPath “unix/:-1” # local font server
# if the local font server has problems, we can fall back on these
EndSection
Section “Module”
Load “dbe”
Load “freetype”
Load “glx”
EndSection
Section “InputDevice”
Identifier “Generic Keyboard”
Driver “keyboard”
Option “CoreKeyboard”
Option “XkbRules” “xfree86”
Option “XkbModel” “pc105”
Option “XkbLayout” “fr”
EndSection
Section “InputDevice”
Identifier “Configured Mouse”
Driver “mouse”
Option “CorePointer”
Option “Device” “/dev/psaux”
Option “Protocol” “PS/2”
Option “Emulate3Buttons” “true”
Option “ZAxisMapping” “4 5”
EndSection

Section “InputDevice”
Identifier “Generic Mouse”
Driver “mouse”
Option “SendCoreEvents” “true”
Option “Device” “/dev/input/mice”
Option “Protoco” “ImPS/2”
Option “Emulate3Buttons” “true”
Option “ZAxisMapping” “4 5”
EndSection
Section “Device”
Identifier “NVIDIA Corporation NV35 [GeForce FX 5900XT]”
Driver “nvidia”
Option “DPMS”
Option “RenderAccel” “true”
EndSection

Section “Extensions”
Option “Composite” “Enable” # à activer pour l’option composite de Xorg
Option “RENDER” “true”
EndSection
Section “Monitor”
Identifier “monitor1”
VendorName “Generic”
ModelName “1280x1204 @ 70 Hz”
HorizSync 30-70
VertRefresh 30-70
ModeLine “1152x864” 97.19 1152 1200 1440 1536 864 866 878 904 #70Hz
EndSection
Section “Screen”
Identifier “Default Screen”
Device “NVIDIA Corporation NV35 [GeForce FX 5900XT]”
Monitor “monitor1”
DefaultDepth 24

    SubSection "Display"
            Depth           1
            Modes           "800x600" "640x480"
    EndSubSection
    SubSection "Display"
            Depth           4
            Modes           "800x600" "640x480"
    EndSubSection
    SubSection "Display"
            Depth           8
            Modes           "800x600" "640x480"
    EndSubSection
    Subsection "Display"
    Depth 8
    Modes     "1152x864" "1024x768" "800x600" "640x480"
EndSubsection
                                                                                
Subsection "Display"
    Depth 15
    Modes     "1152x864" "1024x768" "800x600" "640x480"
EndSubsection
                                                                                
Subsection "Display"
    Depth 16
     Modes     "1152x864" "1024x768" "800x600" "640x480"
EndSubsection
                                                                                
Subsection "Display"
    Depth 24
     Modes     "1152x864" "1024x768" "800x600" "640x480"
EndSubsection

EndSection
Section “ServerLayout”
Identifier “Default Layout”
Screen “Default Screen”
InputDevice “Generic Keyboard”
InputDevice “Configured Mouse”
InputDevice “Generic Mouse”
EndSection

[/fixed]

Le mien est sur la FAQ MDK p38,39/46

Sinon, mon pointeur de souris (photo via APN :D) :

édit : à première vue, il te manque extmod …

en effet c’etait bien ça qui manquait
merci j_c_p :wink:

De rien :wink:

up
j’ai besoin des lignes en question et pas moyen de les retrouver dans la FAQ.
Si qqun peut les poster ici ça serait sympa :slight_smile: