Hi again Ruben,
To be sure, today I did again the same test I mentioned you with same
results. While I can easly do it using the default SNA, *I can not
reproduce the bug using intel UXA acceleration*. I see in your logs you
have an intel card, you can do this test yourself. Restart X after
creating a /etc/xorg.conf:
# /etc/X11/xorg.conf
Section "ServerLayout"
Identifier "X.org Configured"
Screen 0 "Screen0" 0 0
EndSection
Section "Device"
Identifier "Card0"
Driver "intel"
BusID "PCI:0:2:0"
#Option "AccelMethod" "SNA"
Option "AccelMethod" "UXA"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection
And try to reproduce the bug. Perhaps it's not just a cwm bug.
Walter