


Code: Select all
glxgears
FGLTexMgr: open of shared memory object failed (Permission denied)
__FGLTexMgrCreateObject: __FGLTexMgrSHMmalloc failed!!!
FGLTexMgr: open of shared memory object failed (Permission denied)
__FGLTexMgrCreateObject: __FGLTexMgrSHMmalloc failed!!!

Code: Select all
XGL Present
compiz: dbus_bus_get error: Unable to determine the address of the message bus (try 'man dbus-launch' and 'man dbus-daemon' for help)
compiz: Plugin 'dbus':initDisplay failed
compiz: Couldn't activate plugin 'dbus'
compiz: 'csm' plugin must be loaded after 'dbus' plugin
compiz: Can't activate 'csm' plugin due to dependency problems

Yes I finally saw it in the wiki! Thanks.nesl247 wrote:Phlogiston: You need to launch a dbus session via dbus-launch since you obviously are not using gnome via the /etc/rc.conf XSESSION variable.

I too get this. But did get compiz-quinnstorm.0.0.13.11 to compile and am usingpelandritus wrote:
Trying to emerge all the versions of compiz-quinnstorm presents today (revision 448) in xgl-coffee overlay y obtain the same error:
Code:
screen.o: In function `makeOutputWindow':
screen.c:(.text+0x2722): undefined reference to `XCompositeGetOverlayWindow'
collect2: ld returned 1 exit status
make[2]: *** [compiz] Error 1
make[2]: Leaving directory `/var/tmp/portage/compiz-quinnstorm-0.0.13.54/work/compiz/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/compiz-quinnstorm-0.0.13.54/work/compiz'
make: *** [all] Error 2
!!! ERROR: x11-wm/compiz-quinnstorm-0.0.13.54 failed.
Call stack:
ebuild.sh, line 1546: Called dyn_compile
ebuild.sh, line 937: Called src_compile
compiz-quinnstorm-0.0.13.54.ebuild, line 66: Called die
!!! make failed
I'm in amd64 arquitecture and two months ago i compiled previous versions of compiz and all the stuff with no problems.
¿Any idea?
I get this too, and really don't know how to proceed. I haven't updated in a couple of months either, so I'm hoping I have all of the new deps (so far I think xgl, mesa and cairo have been updated).
Code: Select all
then mv -f ".deps/display.Tpo" ".deps/display.Po"; else rm -f ".deps/display.Tpo"; exit 1; fi
texture.c: In function 'bindPixmapToTexture':
texture.c:222: error: 'GLX_TEXTURE_FORMAT_EXT' undeclared (first use in this function)
texture.c:222: error: (Each undeclared identifier is reported only once
texture.c:222: error: for each function it appears in.)
texture.c:223: error: 'GLX_MIPMAP_TEXTURE_EXT' undeclared (first use in this function)
texture.c:270: error: 'GLX_TEXTURE_TARGET_EXT' undeclared (first use in this function)
texture.c:271: warning: passing argument 3 of 'screen->queryDrawable' makes integer from pointer without a cast
texture.c:273: error: 'GLX_TEXTURE_2D_EXT' undeclared (first use in this function)
texture.c:285: error: 'GLX_TEXTURE_RECTANGLE_EXT' undeclared (first use in this function)
texture.c:316: error: 'GLX_FRONT_LEFT_EXT' undeclared (first use in this function)
texture.c:317: warning: passing argument 3 of 'screen->bindTexImage' makes integer from pointer without a cast
texture.c: In function 'releasePixmapFromTexture':
texture.c:348: error: 'GLX_FRONT_LEFT_EXT' undeclared (first use in this function)
texture.c:348: warning: passing argument 3 of 'screen->releaseTexImage' makes integer from pointer without a cast
texture.c: In function 'enableTexture':
texture.c:372: error: 'GLX_FRONT_LEFT_EXT' undeclared (first use in this function)
texture.c:373: warning: passing argument 3 of 'screen->bindTexImage' makes integer from pointer without a cast
texture.c: In function 'disableTexture':
texture.c:452: error: 'GLX_FRONT_LEFT_EXT' undeclared (first use in this function)
texture.c:452: warning: passing argument 3 of 'screen->releaseTexImage' makes integer from pointer without a cast
make[2]: *** [texture.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory `/var/tmp/portage/compiz-quinnstorm-0.0.13.57-r1/work/compiz/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/compiz-quinnstorm-0.0.13.57-r1/work/compiz'
make: *** [all] Error 2
!!! ERROR: x11-wm/compiz-quinnstorm-0.0.13.57-r1 failed.
Call stack:
ebuild.sh, line 1546: Called dyn_compile
ebuild.sh, line 937: Called src_compile
compiz-quinnstorm-0.0.13.57-r1.ebuild, line 64: Called die
!!! make failed
!!! If you need support, post the topmost build error, and the call stack if relevant.
!!! This ebuild is from an overlay: '/usr/local/overlays/xgl-coffee'
Yes, yes please, if you could do that i'll be happy. ¿Can u send compiz-quinnstorm-0.13.20 binary to my mail? pelandritus(at)gmail.comkabage wrote: If you need a 64 bit binary of 13.11 or 13.20 quinnstorm let me know, other than that
I don't really know what to do.


Tried that but it didn't fix the problem...nesl247 wrote:Remove splash from fade I think.Phlogiston wrote:Xgl/Compiz runs quite nice here now, but I got that nasty switcher bug again: The window of the switcher stays there when I release alt-tab... It's quite annoying. Anyone knows what to do?



yea i have already done thatBloot wrote:Re-emerge xgl stuff. It happens in my system sometimes, xgl is still buggy, you can live with it thought.
yea i been using flash with no problem since the last time a compiz version caused thisxanas3712 wrote:It doesn't sound connected to me at all. Even if the events correspond I'm not convinced that flash had anything to do with your problem in compiz. I'm using flash and have no problems with compiz. Can you run an strace of compiz? Is compiz segfaulting or what exactly is it stopping on?
zero@vger ~ $ strace compiz --replace dbus csm
execve("/usr/bin/compiz", ["compiz", "--replace", "dbus", "csm"], [/* 54 vars */]) = 0
brk(0) = 0x80cea54
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xa7fbe000
access("/etc/ld.so.preload", R_OK) = -1 ENOENT (No such file or directory)
open("/etc/ld.so.cache", O_RDONLY) = 3
fstat64(3, {st_mode=S_IFREG|0644, st_size=99665, ...}) = 0
mmap2(NULL, 99665, PROT_READ, MAP_PRIVATE, 3, 0) = 0xa7fa5000
close(3) = 0
open("/usr/lib/libpng12.so.0", O_RDONLY) = 3
read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\300:\0"..., 512) = 512
fstat64(3, {st_mode=S_IFREG|0755, st_size=152120, ...}) = 0
mmap2(NULL, 154300, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xa7f7f000
madvise(0xa7f7f000, 154300, MADV_SEQUENTIAL|0x1) = 0
mmap2(0xa7fa4000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x24) = 0xa7fa4000
close(3) = 0
open("/usr/lib/libXcomposite.so.1", O_RDONLY) = 3
read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\0\n\0\000"..., 512) = 512
fstat64(3, {st_mode=S_IFREG|0755, st_size=8012, ...}) = 0
mmap2(NULL, 10712, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xa7f7c000
madvise(0xa7f7c000, 10712, MADV_SEQUENTIAL|0x1) = 0
mmap2(0xa7f7e000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1) = 0xa7f7e000
close(3) = 0
open("/usr/lib/libXdamage.so.1", O_RDONLY) = 3
read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0P\t\0\000"..., 512) = 512
fstat64(3, {st_mode=S_IFREG|0755, st_size=6892, ...}) = 0
mmap2(NULL, 9592, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xa7f79000
madvise(0xa7f79000, 9592, MADV_SEQUENTIAL|0x1) = 0
mmap2(0xa7f7b000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1) = 0xa7f7b000
close(3) = 0
open("/usr/lib/libXfixes.so.3", O_RDONLY) = 3
read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\240\20"..., 512) = 512
fstat64(3, {st_mode=S_IFREG|0755, st_size=17140, ...}) = 0
mmap2(NULL, 19756, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xa7f74000
madvise(0xa7f74000, 19756, MADV_SEQUENTIAL|0x1) = 0
mmap2(0xa7f78000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x3) = 0xa7f78000
close(3) = 0
open("/usr/lib/libXrandr.so.2", O_RDONLY) = 3
read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\300\f\0"..., 512) = 512fstat64(3, {st_mode=S_IFREG|0755, st_size=11040, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xa7f73000
mmap2(NULL, 13788, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xa7f6f000
madvise(0xa7f6f000, 13788, MADV_SEQUENTIAL|0x1) = 0
mmap2(0xa7f72000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2) = 0xa7f72000
close(3) = 0
open("/usr/lib/libXinerama.so.1", O_RDONLY) = 3
read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0@\t\0\000"..., 512) = 512
fstat64(3, {st_mode=S_IFREG|0755, st_size=7300, ...}) = 0
mmap2(NULL, 9948, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xa7f6c000
madvise(0xa7f6c000, 9948, MADV_SEQUENTIAL|0x1) = 0
mmap2(0xa7f6e000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1) = 0xa7f6e000
close(3) = 0
open("/usr/lib/libXext.so.6", O_RDONLY) = 3
read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\20*\0\000"..., 512) = 512
fstat64(3, {st_mode=S_IFREG|0755, st_size=60916, ...}) = 0
mmap2(NULL, 59324, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xa7f5d000
madvise(0xa7f5d000, 59324, MADV_SEQUENTIAL|0x1) = 0
mmap2(0xa7f6b000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xe) = 0xa7f6b000
close(3) = 0
open("/usr/lib/libstartup-notification-1.so.0", O_RDONLY) = 3
read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\300&\0"..., 512) = 512
fstat64(3, {st_mode=S_IFREG|0755, st_size=33004, ...}) = 0
mmap2(NULL, 35748, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xa7f54000
madvise(0xa7f54000, 35748, MADV_SEQUENTIAL|0x1) = 0
mmap2(0xa7f5c000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x7) = 0xa7f5c000
close(3) = 0
open("/usr/lib/libSM.so.6", O_RDONLY) = 3
read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\200!\0"..., 512) = 512
fstat64(3, {st_mode=S_IFREG|0755, st_size=36028, ...}) = 0
mmap2(NULL, 34388, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xa7f4b000
madvise(0xa7f4b000, 34388, MADV_SEQUENTIAL|0x1) = 0
mmap2(0xa7f53000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x8) = 0xa7f53000
close(3) = 0
open("/usr/lib/libICE.so.6", O_RDONLY) = 3
read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\0208\0"..., 512) = 512
fstat64(3, {st_mode=S_IFREG|0755, st_size=85484, ...}) = 0
mmap2(NULL, 90768, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xa7f34000
madvise(0xa7f34000, 90768, MADV_SEQUENTIAL|0x1) = 0
mmap2(0xa7f48000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x14) = 0xa7f48000
mmap2(0xa7f49000, 4752, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0xa7f49000
close(3) = 0
open("/usr/lib/libX11.so.6", O_RDONLY) = 3
read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\260I\1"..., 512) = 512
fstat64(3, {st_mode=S_IFREG|0755, st_size=1020368, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xa7f33000
mmap2(NULL, 1007028, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xa7e3d000
madvise(0xa7e3d000, 1007028, MADV_SEQUENTIAL|0x1) = 0
mmap2(0xa7f2f000, 16384, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xf2) = 0xa7f2f000
close(3) = 0
open("/lib/libdl.so.2", O_RDONLY) = 3
read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0000\f\0"..., 512) = 512
fstat64(3, {st_mode=S_IFREG|0755, st_size=10140, ...}) = 0
mmap2(NULL, 12408, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xa7e39000
madvise(0xa7e39000, 12408, MADV_SEQUENTIAL|0x1) = 0
mmap2(0xa7e3b000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1) = 0xa7e3b000
close(3) = 0
open("/lib/libm.so.6", O_RDONLY) = 3
read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\2003\0"..., 512) = 512
fstat64(3, {st_mode=S_IFREG|0755, st_size=162668, ...}) = 0
mmap2(NULL, 155776, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xa7e12000
madvise(0xa7e12000, 155776, MADV_SEQUENTIAL|0x1) = 0
mmap2(0xa7e37000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x24) = 0xa7e37000
close(3) = 0
open("/lib/libc.so.6", O_RDONLY) = 3
read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0 Z\1\000"..., 512) = 512fstat64(3, {st_mode=S_IFREG|0755, st_size=1303120, ...}) = 0
mmap2(NULL, 1275292, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xa7cda000
madvise(0xa7cda000, 1275292, MADV_SEQUENTIAL|0x1) = 0
mmap2(0xa7e0b000, 16384, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x130) = 0xa7e0b000
mmap2(0xa7e0f000, 9628, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0xa7e0f000
close(3) = 0
open("/lib/libz.so.1", O_RDONLY) = 3
read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\260\23"..., 512) = 512
fstat64(3, {st_mode=S_IFREG|0755, st_size=72164, ...}) = 0
mmap2(NULL, 70340, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xa7cc8000
madvise(0xa7cc8000, 70340, MADV_SEQUENTIAL|0x1) = 0
mmap2(0xa7cd9000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x11) = 0xa7cd9000
close(3) = 0
open("/usr/lib/libXrender.so.1", O_RDONLY) = 3
read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\220\25"..., 512) = 512
fstat64(3, {st_mode=S_IFREG|0755, st_size=32580, ...}) = 0
mmap2(NULL, 34888, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xa7cbf000
madvise(0xa7cbf000, 34888, MADV_SEQUENTIAL|0x1) = 0
mmap2(0xa7cc7000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x7) = 0xa7cc7000
close(3) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xa7cbe000
open("/usr/lib/libXau.so.6", O_RDONLY) = 3
read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\320\n\0"..., 512) = 512fstat64(3, {st_mode=S_IFREG|0755, st_size=8384, ...}) = 0
mmap2(NULL, 10848, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xa7cbb000
madvise(0xa7cbb000, 10848, MADV_SEQUENTIAL|0x1) = 0
mmap2(0xa7cbd000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1) = 0xa7cbd000
close(3) = 0
open("/usr/lib/libXdmcp.so.6", O_RDONLY) = 3
read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0 \20\0\000"..., 512) = 512
fstat64(3, {st_mode=S_IFREG|0755, st_size=18868, ...}) = 0
mmap2(NULL, 20236, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xa7cb6000
madvise(0xa7cb6000, 20236, MADV_SEQUENTIAL|0x1) = 0
mmap2(0xa7cba000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x3) = 0xa7cba000
close(3) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xa7cb5000
set_thread_area({entry_number:-1 -> 6, base_addr:0xa7cb5a10, limit:1048575, seg_32bit:1, contents:0, read_exec_only:0, limit_in_pages:1, seg_not_present:0, useable:1}) = 0
mprotect(0xa7e0b000, 8192, PROT_READ) = 0
mprotect(0xa7fda000, 4096, PROT_READ) = 0
munmap(0xa7fa5000, 99665) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0xa7cb5a58) = 19598
waitpid(19598, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0) = 19598
--- SIGCHLD (Child exited) @ 0 (0) ---
fstat64(1, {st_mode=S_IFCHR|0620, st_rdev=makedev(136, 1), ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xa7fbd000
write(1, "XGL Present\n", 12XGL Present
) = 12
rt_sigaction(SIGHUP, {0x805a8b0, [HUP], SA_RESTART}, {SIG_DFL},= 0
rt_sigaction(SIGCHLD, {0x805a8b0, [CHLD], SA_RESTART}, {SIG_DFL},= 0
brk(0) = 0x80cea54
brk(0x80efa54) = 0x80efa54
brk(0x80f0000) = 0x80f0000
socket(PF_FILE, SOCK_STREAM, 0) = 3
uname({sys="Linux", node="vger", ...}) = 0
connect(3, {sa_family=AF_FILE, path="/tmp/.ICE-unix/8835"}, 21) = 0
fcntl64(3, F_SETFD, FD_CLOEXEC) = 0
write(3, "\0\1\0\0\0\0\0\0",= 8
read(3, "\0\1\0003\0\0\0\0",= 8
access("/home/zero/.ICEauthority", R_OK) = 0
open("/home/zero/.ICEauthority", O_RDONLY) = 4
fstat64(4, {st_mode=S_IFREG|0600, st_size=185, ...}) = 0
mmap2(NULL, 131072, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xa7c95000
read(4, "\0\3ICE\0\0\0-local/vger:/tmp/.ICE-un"..., 131072) = 185
read(4, "", 131072) = 0
close(4) = 0
munmap(0xa7c95000, 131072) = 0
write(3, "\0\2\1\0\4\0\0\0\0\0\0\0\0\0\0\0\3\0MIT\0\0\0\3\0001.0"..., 40) = 40
read(3, "\0\6\0003\2\0\0\0",= 8
read(3, "\3\0MIT\0\0\0\3\0001.0\0\0\0", 16) = 16
fcntl64(3, F_GETFD) = 0x1 (flags FD_CLOEXEC)
fcntl64(3, F_SETFD, FD_CLOEXEC) = 0
access("/home/zero/.ICEauthority", R_OK) = 0
open("/home/zero/.ICEauthority", O_RDONLY) = 4
fstat64(4, {st_mode=S_IFREG|0600, st_size=185, ...}) = 0
mmap2(NULL, 131072, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xa7c95000
read(4, "\0\3ICE\0\0\0-local/vger:/tmp/.ICE-un"..., 131072) = 185
read(4, "", 131072) = 0
close(4) = 0
munmap(0xa7c95000, 131072) = 0
write(3, "\0\7\1\0\5\0\0\0\1\0\0\0\0\0\0\0\4\0XSMP\0\0\3\0MIT\0\0"..., 48) = 48
read(3, "\0\10\0\1\2\0\0\0",= 8
read(3, "\3\0KDE\0\0\0\3\0001.0\0\0\0", 16) = 16
write(3, "\1\1\1\0\1\0\0\0\0\0\0\0\0\0\0\0", 16) = 16
read(3, "\1\2\0\1\6\0\0\0",= 8
read(3, "%\0\0\0001076676572000115931833000000"..., 48) = 48
uname({sys="Linux", node="vger", ...}) = 0
socket(PF_FILE, SOCK_STREAM, 0) = 4
uname({sys="Linux", node="vger", ...}) = 0
uname({sys="Linux", node="vger", ...}) = 0
connect(4, {sa_family=AF_FILE, path="/tmp/.X11-unix/X1"}, 19) = 0
uname({sys="Linux", node="vger", ...}) = 0
fcntl64(4, F_SETFD, FD_CLOEXEC) = 0
access("/home/zero/.Xauthority", R_OK) = 0
open("/home/zero/.Xauthority", O_RDONLY) = 5
fstat64(5, {st_mode=S_IFREG|0600, st_size=115, ...}) = 0
mmap2(NULL, 131072, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xa7c95000
read(5, "\1\0\0\4vger\0\0011\0\22MIT-MAGIC-COOKIE-1\0"..., 131072) = 115
read(5, "", 131072) = 0
close(5) = 0
munmap(0xa7c95000, 131072) = 0
writev(4, [{"l\0\v\0\0\0\22\0\20\0\0\0", 12}, {"MIT-MAGIC-COOKIE-1", 18}, {"\0\0", 2}, {"\333\222#\244A\na\374\302\24M\316\34N\232E", 16}], 4) = 48
fcntl64(4, F_GETFL) = 0x2 (flags O_RDWR)
fcntl64(4, F_SETFL, O_RDWR|O_NONBLOCK) = 0
read(4, "\1\0\v\0\0\0K\0",= 8
read(4, "\200\35,\4\0\0 \3\377\377\37\0\0\1\0\0\24\0\377\377\1\7"..., 300) = 300write(4, "7\0\5\0\0\0 \3R\0\0\0\10\0\0\0\377\377\377\0b\0\5\0\f\0"..., 64) = 64
read(4, "\1\0\2\0\0\0\0\0\1\205\0\0\24\0\0\0\0\0\0\0\24\0\0\0\230"..., 32) = 32
read(4, "\1\10\3\0\305\r\0\0\37\0\0\0\0\0\0\0\0237\0\0\30\0\0\0"..., 32) = 32
readv(4, [{"*Box.background:\t#eae9e8\n*Box.fo"..., 14099}, {"\0", 1}], 2) = 14100
write(4, "\205\0\1\0", 4) = 4
read(4, "\1\0\4\0\0\0\0\0\377\377?\0\4\0\0\0\1\0\0\200\4\0\0\0\230"..., 32) = 32writev(4, [{"b\0\5\0\t\0 \3", 8}, {"XKEYBOARD", 9}, {"\0\0\0", 3}], 3) = 20
read(4, "\1\0\5\0\0\0\0\0\1\213W\224\24\0\0\0\1\0\0\200\24\0\0\0"..., 32) = 32
write(4, "\213\0\2\0\1\0\0\0",= 8
read(4, "\1\1\6\0\0\0\0\0\1\0\0\0\0\20\0\0p\265\327\10\0\0\0\0\10"..., 32) = 32
write(4, "\213\10\7\0\0\1\7\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 28) = 28
read(4, "\1\1\7\0\257\3\0\0\0\0\10\377\7\0\0\21\21\10\346\0\370"..., 32) = 32
read(4, "\370\r\0\0\0\0\0\0",= 8
read(4, "\0\0\0\0\1\0\0\0\1\1\0\0\2\1\0\0\1\1\1\1\0\0\0\0\3\3\0"..., 3764) = 3764
write(4, "\213\1\5\0\1\0\1\0\0\0\0\0\0\0\0\0\5\0\5\0\213\1\4\0\1"..., 44) = 44
read(4, "\1\6\n\0\320\5\0\0\10\0\0\0\0\0\0\0\0\0\0\0\10\0\0\0\0"..., 32) = 32
read(4, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\33\377"..., 5952) = 5952
write(4, "w\1\1\0", 4) = 4
read(4, "\1\3\v\0\6\0\0\0\1\0\0\0\0\0\0\0\4\0\0\0\1\0\0\200\4\0"..., 32) = 32
readv(4, [{"2>\0B\0\0%m\0@}\234M\0\0\0\0\0\177\200\0]|\0", 24}, {"", 0}], 2) = 24
write(4, "\20\0\6\0\16\0\1\0_NET_SUPPORTED\4\0", 24) = 24
read(4, "\1\0\f\0\0\0\0\0\31\1\0\0\0\0\0\0\30\0\0\0\1\0\0\200\30"..., 32) = 32
write(4, "\20\0\10\0\30\0\1\0_NET_SUPPORTING_WM_CHECK", 32) = 32
read(4, "\1\0\r\0\0\0\0\0007\1\0\0\0\0\0\0 \0\0\0\1\0\0\200 \0\0"..., 32) = 32
write(4, "\20\0\5\0\v\0\1\0UTF8_STRINGT", 20) = 20
read(4, "\1\0\16\0\0\0\0\0\343\0\0\0\0\0\0\0\24\0\0\0\1\0\0\200"..., 32) = 32
write(4, "\20\0\5\0\f\0\1\0_NET_WM_NAME", 20) = 20
read(4, "\1\0\17\0\0\0\0\0\354\0\0\0\0\0\0\0\24\0\0\0\1\0\0\200"..., 32) = 32
write(4, "\20\0\7\0\23\0\1\0_NET_WM_WINDOW_TYPEC", 28) = 28
read(4, "\1\0\20\0\0\0\0\0\366\0\0\0\0\0\0\0\34\0\0\0\1\0\0\200"..., 32) = 32
write(4, "\20\0\t\0\33\0\1\0_NET_WM_WINDOW_TYPE_DESK"..., 36) = 36
read(4, "\1\0\21\0\0\0\0\0M\1\0\0\0\0\0\0$\0\0\0\1\0\0\200$\0\0"..., 32) = 32
write(4, "\20\0\10\0\30\0\1\0_NET_WM_WINDOW_TYPE_DOCK", 32) = 32
read(4, "\1\0\22\0\0\0\0\0N\1\0\0\0\0\0\0 \0\0\0\1\0\0\200 \0\0"..., 32) = 32
write(4, "\20\0\t\0\33\0\1\0_NET_WM_WINDOW_TYPE_TOOL"..., 36) = 36
read(4, "\1\0\23\0\0\0\0\0\35\1\0\0\0\0\0\0$\0\0\0\1\0\0\200$\0"..., 32) = 32
write(4, "\20\0\10\0\30\0\1\0_NET_WM_WINDOW_TYPE_MENU", 32) = 32
read(4, "\1\0\24\0\0\0\0\0\n\1\0\0\0\0\0\0 \0\0\0\1\0\0\200 \0\0"..., 32) = 32
write(4, "\20\0\t\0\33\0\1\0_NET_WM_WINDOW_TYPE_UTIL"..., 36) = 36
read(4, "\1\0\25\0\0\0\0\0001\1\0\0\0\0\0\0$\0\0\0\1\0\0\200$\0"..., 32) = 32
write(4, "\20\0\t\0\32\0\1\0_NET_WM_WINDOW_TYPE_SPLA"..., 36) = 36
read(4, "\1\0\26\0\0\0\0\0\6\1\0\0\0\0\0\0$\0\0\0\1\0\0\200$\0\0"..., 32) = 32
write(4, "\20\0\t\0\32\0\1\0_NET_WM_WINDOW_TYPE_DIAL"..., 36) = 36
read(4, "\1\0\27\0\0\0\0\0%\1\0\0\0\0\0\0$\0\0\0\1\0\0\200$\0\0"..., 32) = 32
write(4, "\20\0\t\0\32\0\1\0_NET_WM_WINDOW_TYPE_NORM"..., 36) = 36
read(4, "\1\0\30\0\0\0\0\0\367\0\0\0\0\0\0\0$\0\0\0\1\0\0\200$\0"..., 32) = 32
write(4, "\20\0\v\0!\0\1\0_NET_WM_WINDOW_TYPE_DROP"..., 44) = 44
read(4, "\1\0\31\0\0\0\0\0\201\1\0\0\0\0\0\0,\0\0\0\1\0\0\200,\0"..., 32) = 32
write(4, "\20\0\n\0\36\0\1\0_NET_WM_WINDOW_TYPE_POPU"..., 40) = 40
read(4, "\1\0\32\0\0\0\0\0\202\1\0\0\0\0\0\0(\0\0\0\1\0\0\200(\0"..., 32) = 32
write(4, "\20\0\t\0\33\0\1\0_NET_WM_WINDOW_TYPE_TOOL"..., 36) = 36
read(4, "\1\0\33\0\0\0\0\0\203\1\0\0\0\0\0\0$\0\0\0\1\0\0\200$\0"..., 32) = 32
write(4, "\20\0\n\0 \0\1\0_NET_WM_WINDOW_TYPE_NOTI"..., 40) = 40
read(4, "\1\0\34\0\0\0\0\0\204\1\0\0\0\0\0\0(\0\0\0\1\0\0\200(\0"..., 32) = 32
write(4, "\20\0\t\0\31\0\1\0_NET_WM_WINDOW_TYPE_COMB"..., 36) = 36
read(4, "\1\0\35\0\0\0\0\0\205\1\0\0\0\0\0\0$\0\0\0\1\0\0\200$\0"..., 32) = 32
write(4, "\20\0\10\0\27\0\1\0_NET_WM_WINDOW_TYPE_DNDB", 32) = 32
read(4, "\1\0\36\0\0\0\0\0\206\1\0\0\0\0\0\0 \0\0\0\1\0\0\200 \0"..., 32) = 32
write(4, "\20\0\10\0\26\0\1\0_NET_WM_WINDOW_OPACITYDB", 32) = 32
read(4, "\1\0\37\0\0\0\0\0\207\1\0\0\0\0\0\0 \0\0\0\1\0\0\200 \0"..., 32) = 32
write(4, "\20\0\t\0\31\0\1\0_NET_WM_WINDOW_BRIGHTNES"..., 36) = 36
read(4, "\1\0 \0\0\0\0\0\210\1\0\0\0\0\0\0$\0\0\0\1\0\0\200$\0\0"..., 32) = 32
write(4, "\20\0\t\0\31\0\1\0_NET_WM_WINDOW_SATURATIO"..., 36) = 36
read(4, "\1\0!\0\0\0\0\0\211\1\0\0\0\0\0\0$\0\0\0\1\0\0\200$\0\0"..., 32) = 32
write(4, "\20\0\7\0\22\0\1\0_NET_ACTIVE_WINDOWUR", 28) = 28
read(4, "\1\0"\0\0\0\0\0?\1\0\0\0\0\0\0\34\0\0\0\1\0\0\200\34\0"..., 32) = 32
write(4, "\20\0\6\0\17\0\1\0_NET_WM_DESKTOPD", 24) = 24
read(4, "\1\0#\0\0\0\0\0\351\0\0\0\0\0\0\0\30\0\0\0\1\0\0\200\30"..., 32) = 32
write(4, "\20\0\6\0\r\0\1\0_NET_WORKAREAOPD", 24) = 24
read(4, "\1\0$\0\0\0\0\0\f\1\0\0\0\0\0\0\30\0\0\0\1\0\0\200\30\0"..., 32) = 32
write(4, "\20\0\10\0\25\0\1\0_NET_DESKTOP_VIEWPORTTIO", 32) = 32
read(4, "\1\0%\0\0\0\0\0<\1\0\0\0\0\0\0 \0\0\0\1\0\0\200 \0\0\0"..., 32) = 32
write(4, "\20\0\10\0\25\0\1\0_NET_DESKTOP_GEOMETRYTIO", 32) = 32
read(4, "\1\0&\0\0\0\0\0;\1\0\0\0\0\0\0 \0\0\0\1\0\0\200 \0\0\0"..., 32) = 32
write(4, "\20\0\7\0\24\0\1\0_NET_CURRENT_DESKTOP", 28) = 28
read(4, "\1\0\'\0\0\0\0\0=\1\0\0\0\0\0\0\34\0\0\0\1\0\0\200\34\0"..., 32) = 32
write(4, "\20\0\10\0\27\0\1\0_NET_NUMBER_OF_DESKTOPSO", 32) = 32
read(4, "\1\0(\0\0\0\0\0:\1\0\0\0\0\0\0 \0\0\0\1\0\0\200 \0\0\0"..., 32) = 32
write(4, "\20\0\6\0\r\0\1\0_NET_WM_STATEF_D", 24) = 24
read(4, "\1\0)\0\0\0\0\0\357\0\0\0\0\0\0\0\30\0\0\0\1\0\0\200\30"..., 32) = 32
write(4, "\20\0\7\0\23\0\1\0_NET_WM_STATE_MODALT", 28) = 28
read(4, "\1\0*\0\0\0\0\0)\1\0\0\0\0\0\0\34\0\0\0\1\0\0\200\34\0"..., 32) = 32
write(4, "\20\0\7\0\24\0\1\0_NET_WM_STATE_STICKY", 28) = 28
read(4, "\1\0+\0\0\0\0\0\360\0\0\0\0\0\0\0\34\0\0\0\1\0\0\200\34"..., 32) = 32
write(4, "\20\0\t\0\34\0\1\0_NET_WM_STATE_MAXIMIZED_"..., 36) = 36
read(4, "\1\0,\0\0\0\0\0\361\0\0\0\0\0\0\0$\0\0\0\1\0\0\200$\0\0"..., 32) = 32
write(4, "\20\0\t\0\34\0\1\0_NET_WM_STATE_MAXIMIZED_"..., 36) = 36
read(4, 0xafc93af0, 32) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN, revents=POLLIN}], 1, -1) = 1
read(4, "\1\0-\0\0\0\0\0\362\0\0\0\0\0\0\0$\0\0\0\1\0\0\200$\0\0"..., 32) = 32
write(4, "\20\0\7\0\24\0\1\0_NET_WM_STATE_SHADED", 28) = 28
read(4, "\1\0.\0\0\0\0\0O\1\0\0\0\0\0\0\34\0\0\0\1\0\0\200\34\0"..., 32) = 32
write(4, "\20\0\t\0\32\0\1\0_NET_WM_STATE_SKIP_TASKB"..., 36) = 36
read(4, "\1\0/\0\0\0\0\0P\1\0\0\0\0\0\0$\0\0\0\1\0\0\200$\0\0\0"..., 32) = 32
write(4, "\20\0\10\0\30\0\1\0_NET_WM_STATE_SKIP_PAGER", 32) = 32
read(4, "\1\0000\0\0\0\0\0Q\1\0\0\0\0\0\0 \0\0\0\1\0\0\200 \0\0"..., 32) = 32
write(4, "\20\0\7\0\24\0\1\0_NET_WM_STATE_HIDDEN", 28) = 28
read(4, "\1\0001\0\0\0\0\0R\1\0\0\0\0\0\0\34\0\0\0\1\0\0\200\34"..., 32) = 32
write(4, "\20\0\10\0\30\0\1\0_NET_WM_STATE_FULLSCREEN", 32) = 32
read(4, "\1\0002\0\0\0\0\0\363\0\0\0\0\0\0\0 \0\0\0\1\0\0\200 \0"..., 32) = 32
write(4, "\20\0\7\0\23\0\1\0_NET_WM_STATE_ABOVEC", 28) = 28
read(4, "\1\0003\0\0\0\0\0"\1\0\0\0\0\0\0\34\0\0\0\1\0\0\200\34"..., 32) = 32
write(4, "\20\0\7\0\23\0\1\0_NET_WM_STATE_BELOWC", 28) = 28
read(4, "\1\0004\0\0\0\0\0S\1\0\0\0\0\0\0\34\0\0\0\1\0\0\200\34"..., 32) = 32
write(4, "\20\0\n\0\37\0\1\0_NET_WM_STATE_DEMANDS_AT"..., 40) = 40
read(4, "\1\0005\0\0\0\0\0T\1\0\0\0\0\0\0(\0\0\0\1\0\0\200(\0\0"..., 32) = 32
write(4, "\20\0\t\0\33\0\1\0_NET_WM_STATE_DISPLAY_MO"..., 36) = 36
read(4, "\1\0006\0\0\0\0\0\212\1\0\0\0\0\0\0$\0\0\0\1\0\0\200$\0"..., 32) = 32
write(4, "\20\0\7\0\23\0\1\0_NET_WM_ACTION_MOVEA", 28) = 28
read(4, "\1\0007\0\0\0\0\0U\1\0\0\0\0\0\0\34\0\0\0\1\0\0\200\34"..., 32) = 32
write(4, "\20\0\10\0\25\0\1\0_NET_WM_ACTION_RESIZE_MO", 32) = 32
read(4, "\1\0008\0\0\0\0\0V\1\0\0\0\0\0\0 \0\0\0\1\0\0\200 \0\0"..., 32) = 32
write(4, "\20\0\7\0\24\0\1\0_NET_WM_ACTION_STICK", 28) = 28
read(4, "\1\0009\0\0\0\0\0Y\1\0\0\0\0\0\0\34\0\0\0\1\0\0\200\34"..., 32) = 32
write(4, "\20\0\10\0\27\0\1\0_NET_WM_ACTION_MINIMIZEO", 32) = 32
read(4, "\1\0:\0\0\0\0\0W\1\0\0\0\0\0\0 \0\0\0\1\0\0\200 \0\0\0"..., 32) = 32
write(4, "\20\0\t\0\34\0\1\0_NET_WM_ACTION_MAXIMIZE_"..., 36) = 36
read(4, "\1\0;\0\0\0\0\0[\1\0\0\0\0\0\0$\0\0\0\1\0\0\200$\0\0\0"..., 32) = 32
write(4, "\20\0\t\0\34\0\1\0_NET_WM_ACTION_MAXIMIZE_"..., 36) = 36
read(4, "\1\0<\0\0\0\0\0Z\1\0\0\0\0\0\0$\0\0\0\1\0\0\200$\0\0\0"..., 32) = 32
write(4, "\20\0\t\0\31\0\1\0_NET_WM_ACTION_FULLSCREE"..., 36) = 36
read(4, "\1\0=\0\0\0\0\0\\\1\0\0\0\0\0\0$\0\0\0\1\0\0\200$\0\0\0"..., 32) = 32
write(4, "\20\0\7\0\24\0\1\0_NET_WM_ACTION_CLOSE", 28) = 28
read(4, "\1\0>\0\0\0\0\0^\1\0\0\0\0\0\0\34\0\0\0\1\0\0\200\34\0"..., 32) = 32
write(4, "\20\0\7\0\24\0\1\0_NET_WM_ACTION_SHADE", 28) = 28
read(4, "\1\0?\0\0\0\0\0X\1\0\0\0\0\0\0\34\0\0\0\1\0\0\200\34\0"..., 32) = 32
write(4, "\20\0\10\0\27\0\1\0_NET_WM_ALLOWED_ACTIONSE", 32) = 32
read(4, "\1\0@\0\0\0\0\0J\1\0\0\0\0\0\0 \0\0\0\1\0\0\200 \0\0\0"..., 32) = 32
write(4, "\20\0\6\0\r\0\1\0_NET_WM_STRUTED_", 24) = 24
read(4, "\1\0A\0\0\0\0\0\0\1\0\0\0\0\0\0\30\0\0\0\1\0\0\200\30\0"..., 32) = 32
write(4, "\20\0\10\0\25\0\1\0_NET_WM_STRUT_PARTIALNSE", 32) = 32
read(4, "\1\0B\0\0\0\0\0G\1\0\0\0\0\0\0 \0\0\0\1\0\0\200 \0\0\0"..., 32) = 32
write(4, "\20\0\7\0\21\0\1\0_NET_WM_USER_TIMETIA", 28) = 28
read(4, "\1\0C\0\0\0\0\0\370\0\0\0\0\0\0\0\34\0\0\0\1\0\0\200\34"..., 32) = 32
write(4, "\20\0\5\0\f\0\1\0_NET_WM_ICON", 20) = 20
read(4, "\1\0D\0\0\0\0\0\352\0\0\0\0\0\0\0\24\0\0\0\1\0\0\200\24"..., 32) = 32
write(4, "\20\0\6\0\20\0\1\0_NET_CLIENT_LIST", 24) = 24
read(4, "\1\0E\0\0\0\0\0008\1\0\0\0\0\0\0\30\0\0\0\1\0\0\200\30"..., 32) = 32
write(4, "\20\0\t\0\31\0\1\0_NET_CLIENT_LIST_STACKIN"..., 36) = 36
read(4, "\1\0F\0\0\0\0\0009\1\0\0\0\0\0\0$\0\0\0\1\0\0\200$\0\0"..., 32) = 32
write(4, "\20\0\7\0\22\0\1\0_NET_FRAME_EXTENTSTA", 28) = 28
read(4, "\1\0G\0\0\0\0\0L\1\0\0\0\0\0\0\34\0\0\0\1\0\0\200\34\0"..., 32) = 32
write(4, "\20\0\7\0\21\0\1\0_NET_FRAME_WINDOWSTA", 28) = 28
read(4, "\1\0H\0\0\0\0\0i\1\0\0\0\0\0\0\34\0\0\0\1\0\0\200\34\0"..., 32) = 32
write(4, "\20\0\4\0\10\0\1\0WM_STATE", 16) = 16
read(4, "\1\0I\0\0\0\0\0b\0\0\0\0\0\0\0\20\0\0\0\1\0\0\200\20\0"..., 32) = 32
write(4, "\20\0\6\0\17\0\1\0WM_CHANGE_STATEO", 24) = 24
read(4, "\1\0J\0\0\0\0\0000\1\0\0\0\0\0\0\30\0\0\0\1\0\0\200\30"..., 32) = 32
write(4, "\20\0\5\0\f\0\1\0WM_PROTOCOLS", 20) = 20
read(4, "\1\0K\0\0\0\0\0\347\0\0\0\0\0\0\0\24\0\0\0\1\0\0\200\24"..., 32) = 32
write(4, "\20\0\6\0\20\0\1\0WM_CLIENT_LEADER", 24) = 24
read(4, "\1\0L\0\0\0\0\0\344\0\0\0\0\0\0\0\30\0\0\0\1\0\0\200\30"..., 32) = 32
write(4, "\20\0\6\0\20\0\1\0WM_DELETE_WINDOW", 24) = 24
read(4, "\1\0M\0\0\0\0\0\345\0\0\0\0\0\0\0\30\0\0\0\1\0\0\200\30"..., 32) = 32
write(4, "\20\0\6\0\r\0\1\0WM_TAKE_FOCUSDOW", 24) = 24
read(4, "\1\0N\0\0\0\0\0\350\0\0\0\0\0\0\0\30\0\0\0\1\0\0\200\30"..., 32) = 32
write(4, "\20\0\5\0\f\0\1\0_NET_WM_PING", 20) = 20
read(4, "\1\0O\0\0\0\0\0\356\0\0\0\0\0\0\0\24\0\0\0\1\0\0\200\24"..., 32) = 32
write(4, "\20\0\7\0\24\0\1\0_NET_WM_SYNC_REQUEST", 28) = 28
read(4, "\1\0P\0\0\0\0\0\364\0\0\0\0\0\0\0\34\0\0\0\1\0\0\200\34"..., 32) = 32
write(4, "\20\0\t\0\34\0\1\0_NET_WM_SYNC_REQUEST_COU"..., 36) = 36
read(4, "\1\0Q\0\0\0\0\0\365\0\0\0\0\0\0\0$\0\0\0\1\0\0\200$\0\0"..., 32) = 32
write(4, "\20\0\7\0\21\0\1\0_NET_CLOSE_WINDOWEST", 28) = 28
read(4, "\1\0R\0\0\0\0\0A\1\0\0\0\0\0\0\34\0\0\0\1\0\0\200\34\0"..., 32) = 32
write(4, "\20\0\7\0\22\0\1\0_NET_WM_MOVERESIZEST", 28) = 28
read(4, "\1\0S\0\0\0\0\0C\1\0\0\0\0\0\0\34\0\0\0\1\0\0\200\34\0"..., 32) = 32
write(4, "\20\0\10\0\26\0\1\0_NET_MOVERESIZE_WINDOWOU", 32) = 32
read(4, "\1\0T\0\0\0\0\0D\1\0\0\0\0\0\0 \0\0\0\1\0\0\200 \0\0\0"..., 32) = 32
write(4, "\20\0\7\0\23\0\1\0_NET_RESTACK_WINDOWD", 28) = 28
read(4, "\1\0U\0\0\0\0\0B\1\0\0\0\0\0\0\34\0\0\0\1\0\0\200\34\0"..., 32) = 32
write(4, "\20\0\7\0\24\0\1\0_NET_SHOWING_DESKTOP", 28) = 28
read(4, "\1\0V\0\0\0\0\0@\1\0\0\0\0\0\0\34\0\0\0\1\0\0\200\34\0"..., 32) = 32
write(4, "\20\0\5\0\f\0\1\0_XSETROOT_ID", 20) = 20
read(4, "\1\0W\0\0\0\0\0+\1\0\0\0\0\0\0\24\0\0\0\1\0\0\200\24\0"..., 32) = 32
write(4, "\20\0\6\0\r\0\1\0_XROOTPMAP_IDDES", 24) = 24
read(4, "\1\0X\0\0\0\0\0\200\1\0\0\0\0\0\0\30\0\0\0\1\0\0\200\30"..., 32) = 32
write(4, "\20\0\10\0\26\0\1\0_COMPIZ_TOOLKIT_ACTIONOU", 32) = 32
read(4, "\1\0Y\0\0\0\0\0l\1\0\0\0\0\0\0 \0\0\0\1\0\0\200 \0\0\0"..., 32) = 32
write(4, "\20\0\n\0 \0\1\0_COMPIZ_TOOLKIT_ACTION_M"..., 40) = 40
read(4, "\1\0Z\0\0\0\0\0m\1\0\0\0\0\0\0(\0\0\0\1\0\0\200(\0\0\0"..., 32) = 32
write(4, "\20\0\v\0!\0\1\0_COMPIZ_TOOLKIT_ACTION_R"..., 44) = 44
read(4, "\1\0[\0\0\0\0\0n\1\0\0\0\0\0\0,\0\0\0\1\0\0\200,\0\0\0"..., 32) = 32
write(4, "\20\0\v\0"\0\1\0_COMPIZ_TOOLKIT_ACTION_W"..., 44) = 44
read(4, "\1\0\\\0\0\0\0\0o\1\0\0\0\0\0\0,\0\0\0\1\0\0\200,\0\0\0"..., 32) = 32
write(4, "\20\0\f\0(\0\1\0_COMPIZ_TOOLKIT_ACTION_F"..., 48) = 48
read(4, "\1\0]\0\0\0\0\0p\1\0\0\0\0\0\0000\0\0\0\1\0\0\2000\0\0"..., 32) = 32
write(4, "\20\0\6\0\17\0\1\0_MOTIF_WM_HINTS_", 24) = 24
read(4, "\1\0^\0\0\0\0\0\372\0\0\0\0\0\0\0\30\0\0\0\1\0\0\200\30"..., 32) = 32
write(4, "\20\0\5\0\t\0\1\0XdndAware_HI", 20) = 20
read(4, "\1\0_\0\0\0\0\0\374\0\0\0\0\0\0\0\24\0\0\0\1\0\0\200\24"..., 32) = 32
write(4, "\20\0\5\0\t\0\1\0XdndEnter_HI", 20) = 20
read(4, "\1\0`\0\0\0\0\0\33\1\0\0\0\0\0\0\24\0\0\0\1\0\0\200\24"..., 32) = 32
write(4, "\20\0\5\0\t\0\1\0XdndLeave_HI", 20) = 20
read(4, "\1\0a\0\0\0\0\0\24\1\0\0\0\0\0\0\24\0\0\0\1\0\0\200\24"..., 32) = 32
write(4, "\20\0\5\0\f\0\1\0XdndPosition", 20) = 20
read(4, "\1\0b\0\0\0\0\0#\1\0\0\0\0\0\0\24\0\0\0\1\0\0\200\24\0"..., 32) = 32
write(4, "\20\0\4\0\7\0\1\0MANAGERi", 16) = 16
read(4, "\1\0c\0\0\0\0\0\342\0\0\0\0\0\0\0\20\0\0\0\1\0\0\200\20"..., 32) = 32
write(4, "\20\0\4\0\7\0\1\0TARGETSi", 16) = 16
read(4, "\1\0d\0\0\0\0\0t\1\0\0\0\0\0\0\20\0\0\0\1\0\0\200\20\0"..., 32) = 32
write(4, "\20\0\4\0\10\0\1\0MULTIPLE", 16) = 16
read(4, "\1\0e\0\0\0\0\0u\1\0\0\0\0\0\0\20\0\0\0\1\0\0\200\20\0"..., 32) = 32
write(4, "\20\0\5\0\t\0\1\0TIMESTAMPion", 20) = 20
read(4, "\1\0f\0\0\0\0\0v\1\0\0\0\0\0\0\24\0\0\0\1\0\0\200\24\0"..., 32) = 32
write(4, "\20\0\4\0\7\0\1\0VERSIONM", 16) = 16
read(4, "\1\0g\0\0\0\0\0w\1\0\0\0\0\0\0\20\0\0\0\1\0\0\200\20\0"..., 32) = 32
write(4, "\20\0\5\0\t\0\1\0ATOM_PAIRion", 20) = 20
read(4, "\1\0h\0\0\0\0\0x\1\0\0\0\0\0\0\24\0\0\0\1\0\0\200\24\0"..., 32) = 32
write(4, "\20\0\6\0\17\0\1\0_NET_STARTUP_ID_", 24) = 24
read(4, "\1\0i\0\0\0\0\0006\1\0\0\0\0\0\0\30\0\0\0\1\0\0\200\30"..., 32) = 32
writev(4, [{"b\0\5\0\t\0\1\0", 8}, {"Composite", 9}, {"\0\0\0", 3}], 3) = 20
read(4, "\1\0j\0\0\0\0\0\1\231\0\0\24\0\0\0\1\0\0\200\24\0\0\0\230"..., 32) = 32writev(4, [{"b\0\5\0\t\0\1\0", 8}, {"Composite", 9}, {"\0\0\0", 3}], 3) = 20
read(4, "\1\0k\0\0\0\0\0\1\231\0\0\24\0\0\0\1\0\0\200\24\0\0\0\230"..., 32) = 32write(4, "\231\0\3\0\0\0\0\0\3\0\0\0", 12) = 12
read(4, "\1Jl\0\0\0\0\0\0\0\0\0\3\0\0\0\f\0\0\0\1\0\0\0\0\0\0\0"..., 32) = 32
writev(4, [{"b\0\4\0\6\0\0\0", 8}, {"DAMAGE", 6}, {"\0\0", 2}], 3) = 16
read(4, "\1\0m\0\0\0\0\0\1\232m\254\20\0\0\0\1\0\0\200\20\0\0\0"..., 32) = 32
write(4, "\232\0\3\0\1\0\0\0\0\0\0\0", 12) = 12
read(4, "\1Jn\0\0\0\0\0\1\0\0\0\0\0\0\0\f\0\0\0\1\0\0\0\0\0\0\0"..., 32) = 32
writev(4, [{"b\0\4\0\5\0\0\0", 8}, {"RANDR", 5}, {"\0\0\0", 3}], 3) = 16
read(4, "\1\0o\0\0\0\0\0\1\227l\0\20\0\0\0\1\0\0\200\20\0\0\0\230"..., 32) = 32
writev(4, [{"b\0\3\0\4\0\0\0", 8}, {"SYNC", 4}], 2) = 12
read(4, "\1\0p\0\0\0\0\0\1\212U\222\f\0\0\0\1\0\0\200\f\0\0\0\230"..., 32) = 32
writev(4, [{"b\0\4\0\5\0\0\0", 8}, {"SHAPE", 5}, {"\0\0\0", 3}], 3) = 16
read(4, "\1\0q\0\0\0\0\0\1\200@\0\20\0\0\0\1\0\0\200\20\0\0\0\230"..., 32) = 32
write(4, "\213\1\4\0\0\1\4\1\0\0\4\1_STA\1\0\t\0\1\0 \3R\0\0\0\234"..., 88) = 88read(4, "\1\0t\0\0\0\0\0\213\1\0\0\0\0\0\0$\0\0\0\0\0\0\0$\0\0\0"..., 32) = 32
write(4, "\26\1\4\0\1\0 \3\213\1\0\0\0\0\0\0\20\0\4\0\5\0 \3WM_S"..., 32) = 32
read(4, "\1\0v\0\0\0\0\0\214\1\0\0\0\0\0\0\20\0\0\0\0\0\0\0\20\0"..., 32) = 32
write(4, "\27\1\2\0\214\1\0\0",= 8
read(4, "\1\265w\0\0\0\0\0\4\0\300\1\1\0\0\0\0\0\0\0\10\0\0\0\1"..., 32) = 32
write(4, "\2\1\4\0\4\0\300\1\0\10\0\0\0\0\2\0\20\0\6\0\r\0 \3_NE"..., 40) = 40
read(4, "\1\0y\0\0\0\0\0\337\0\0\0\0\0\0\0\30\0\0\0\0\0\0\0\30\0"..., 32) = 32
write(4, "\27\1\2\0\337\0\0\0",= 8
read(4, "\1\265z\0\0\0\0\0\0\0\0\0\1\0\0\0\0\0\0\0\10\0\0\0\1\0"..., 32) = 32
ioctl(4, FIONREAD, [0]) = 0
write(4, "\1\0\n\0\2\0 \3R\0\0\0\234\377\234\377\1\0\1\0\0\0\0\0"..., 72) = 72
read(4, "\34\336|\0\2\0 \3\354\0\0\0/\336\301\354\0\354\10\10X "..., 32) = 32
write(4, "\26\0\4\0\2\0 \3\214\1\0\0/\336\301\354\27\0\2\0\214\1"..., 24) = 24
read(4, "\1\265~\0\0\0\0\0\2\0 \3\0\0\0\0\0\0\0\0\10\0\0\0\0\0\0"..., 32) = 32
ioctl(4, FIONREAD, [0]) = 0
write(4, "\31\0\v\0R\0\0\0\0\0\2\0! \f\10R\0\0\0\342\0\0\0/\336\301"..., 44) = 44
read(4, 0xafc932f4, 32) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN, revents=POLLIN}], 1, -1) = 1
read(4, "\21\20~\0\4\0\300\1\4\0\300\1\25\267\t\10\315\274\t\10"..., 32) = 32
write(4, "+\0\1\0", 4) = 4
read(4, 0xafc93af0, 32) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN, revents=POLLIN}], 1, -1) = 1
read(4, "\1\1\200\0\0\0\0\0\1\0\0\0\1\0\0\200\4\0\0\0\230\336\32"..., 32) = 32
write(4, "\231\2\3\0R\0\0\0\1\0\2\0+ \1\0", 16) = 16
read(4, 0xafc93af0, 32) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN, revents=POLLIN}], 1, -1) = 1
read(4, "\1\1\202\0\0\0\0\0\1\0\0\0\0\0\0\0\4\0\0\0\230\336\32\10"..., 32) = 32
write(4, "\26\2\4\0\2\0 \3\337\0\0\0/\336\301\354\27\0\2\0\337\0"..., 24) = 24
read(4, 0xafc93b00, 32) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN, revents=POLLIN}], 1, -1) = 1
read(4, "\1\265\204\0\0\0\0\0\2\0 \3\0\0\0\0\0\0\0\0\10\0\0\0\0"..., 32) = 32
write(4, "$\2\1\0\2\0\4\0R\0\0\0\0\10\0\0?\200z\0+\0\1\0", 24) = 24
read(4, 0xafc93af0, 32) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN, revents=POLLIN}], 1, -1) = 1
read(4, "\1\1\207\0\0\0\0\0\1\0\0\0\0\0\0\0\4\0\0\0\230\336\32\10"..., 32) = 32
write(4, "\20\0\7\0\21\0\4\0_NET_STARTUP_INFO\336\301\354", 28) = 28
read(4, "\1\0\210\0\0\0\0\0d\1\0\0\0\0\0\0\34\0\0\0\1\0\0\200\34"..., 32) = 32
write(4, "\20\0\10\0\27\0\4\0_NET_STARTUP_INFO_BEGIN\0", 32) = 32
read(4, "\1\0\211\0\0\0\0\0e\1\0\0\0\0\0\0 \0\0\0\1\0\0\200 \0\0"..., 32) = 32
gettimeofday({1159318331, 55536}, NULL) = 0
write(4, "\3\0\2\0R\0\0\0\16N\2\0R\0\0\0", 16) = 16
read(4, "\1\0\212\0\3\0\0\0,\0\0\0\1\0\1\1\377\377\377\377\0\0\0"..., 32) = 32
read(4, "?\300z\0?\200z\0\0\0\32\10", 12) = 12
read(4, "\1\30\213\0\0\0\0\0R\0\0\0\0\0\0\0\0\5\0\4\0\0\0\0\10\0"..., 32) = 32
write(4, "T\0\4\0 \0\0\0\0\0\0\0\0\0\0\0", 16) = 16
read(4, "\1\0\214\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1\0\0\200\20"..., 32) = 32
open("/etc/ld.so.cache", O_RDONLY) = 5
fstat64(5, {st_mode=S_IFREG|0644, st_size=99665, ...}) = 0
mmap2(NULL, 99665, PROT_READ, MAP_PRIVATE, 5, 0) = 0xa7c9c000
close(5) = 0
open("/usr/lib/libXcursor.so.1", O_RDONLY) = 5
read(5, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0p$\0\000"..., 512) = 512fstat64(5, {st_mode=S_IFREG|0755, st_size=36064, ...}) = 0
mmap2(NULL, 38584, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 5, 0) = 0xa7fb3000
madvise(0xa7fb3000, 38584, MADV_SEQUENTIAL|0x1) = 0
mmap2(0xa7fbc000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 5, 0x8) = 0xa7fbc000
close(5) = 0
munmap(0xa7c9c000, 99665) = 0
writev(4, [{"5\1\4\0\3\0 \3R\0\0\0\1\0\1\0bT\4\0\6\0NF", 24}, {"RENDER", 6}, {"\0\0", 2}], 3) = 32
read(4, "\1\0\216\0\0\0\0\0\1\226\0\247\20\0\0\0\0\0\0\0\20\0\0"..., 32) = 32
write(4, "\226\0\3\0\0\0\0\0\n\0\0\0\226\1\1\0", 16) = 16
read(4, "\1J\217\0\0\0\0\0\0\0\0\0\n\0\0\0\20\0\0\0\1\0\0\0\0\0"..., 32) = 32
read(4, "\1b\220\0J\0\0\0\7\0\0\0\1\0\0\0\7\0\0\0\4\0\0\0\1\0\0"..., 32) = 32
read(4, ""\0\0\0\1\1\32\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1\0\0\0\0"..., 296) = 296open("/usr/share/X11/locale/locale.alias", O_RDONLY) = 5
fstat64(5, {st_mode=S_IFREG|0644, st_size=77204, ...}) = 0
mmap2(NULL, 131072, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xa7c95000
read(5, "#\t$XdotOrg: lib/X11/nls/locale.a"..., 131072) = 77204
read(5, "", 131072) = 0
close(5) = 0
munmap(0xa7c95000, 131072) = 0
open("/usr/share/X11/locale/locale.dir", O_RDONLY) = 5
fstat64(5, {st_mode=S_IFREG|0644, st_size=32527, ...}) = 0
mmap2(NULL, 131072, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xa7c95000
read(5, "#\t$XdotOrg: lib/X11/nls/locale.d"..., 131072) = 32527
close(5) = 0
munmap(0xa7c95000, 131072) = 0
access("/usr/share/X11/locale/C/XLC_LOCALE", R_OK) = 0
open("/usr/share/X11/locale/C/XLC_LOCALE", O_RDONLY) = 5
fstat64(5, {st_mode=S_IFREG|0644, st_size=772, ...}) = 0
mmap2(NULL, 131072, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xa7c95000
read(5, "# $Xorg: C,v 1.3 2000/08/17 19:"..., 131072) = 772
read(5, "", 131072) = 0
close(5) = 0
munmap(0xa7c95000, 131072) = 0
open("/usr/share/X11/locale/locale.alias", O_RDONLY) = 5
fstat64(5, {st_mode=S_IFREG|0644, st_size=77204, ...}) = 0
mmap2(NULL, 131072, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xa7c95000
read(5, "#\t$XdotOrg: lib/X11/nls/locale.a"..., 131072) = 77204
read(5, "", 131072) = 0
close(5) = 0
munmap(0xa7c95000, 131072) = 0
open("/usr/share/X11/locale/locale.dir", O_RDONLY) = 5
fstat64(5, {st_mode=S_IFREG|0644, st_size=32527, ...}) = 0
mmap2(NULL, 131072, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xa7c95000
read(5, "#\t$XdotOrg: lib/X11/nls/locale.d"..., 131072) = 32527
close(5) = 0
munmap(0xa7c95000, 131072) = 0
access("/usr/share/X11/locale/C/XLC_LOCALE", R_OK) = 0
open("/usr/share/X11/locale/C/XLC_LOCALE", O_RDONLY) = 5
fstat64(5, {st_mode=S_IFREG|0644, st_size=772, ...}) = 0
mmap2(NULL, 131072, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xa7c95000
read(5, "# $Xorg: C,v 1.3 2000/08/17 19:"..., 131072) = 772
read(5, "", 131072) = 0
close(5) = 0
munmap(0xa7c95000, 131072) = 0
uname({sys="Linux", node="vger", ...}) = 0
open("/home/zero/.Xdefaults-vger", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/home/zero/.cursors/default/cursors/00000000000000000000000000000000", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/home/zero/.cursors/default/index.theme", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/home/zero/.icons/default/cursors/00000000000000000000000000000000", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/home/zero/.icons/default/index.theme", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/share/cursors/xorg-x11/default/cursors/00000000000000000000000000000000", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/share/cursors/xorg-x11/default/index.theme", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/share/cursors/default/cursors/00000000000000000000000000000000", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/share/cursors/default/index.theme", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/share/icons/default/cursors/00000000000000000000000000000000", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/share/icons/default/index.theme", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/share/pixmaps/default/cursors/00000000000000000000000000000000", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/share/pixmaps/default/index.theme", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/share/cursors/xorg-x11/default/cursors/00000000000000000000000000000000", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/share/cursors/xorg-x11/default/index.theme", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/share/cursors/default/cursors/00000000000000000000000000000000", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/share/cursors/default/index.theme", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/share/pixmaps/xorg-x11/default/cursors/00000000000000000000000000000000", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/share/pixmaps/xorg-x11/default/index.theme", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/share/icons/default/cursors/00000000000000000000000000000000", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/share/icons/default/index.theme", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/share/pixmaps/default/cursors/00000000000000000000000000000000", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/share/pixmaps/default/index.theme", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/home/zero/.cursors/default/cursors/00000000000000000000000000000000", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/home/zero/.cursors/default/index.theme", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/home/zero/.icons/default/cursors/00000000000000000000000000000000", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/home/zero/.icons/default/index.theme", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/share/cursors/xorg-x11/default/cursors/00000000000000000000000000000000", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/share/cursors/xorg-x11/default/index.theme", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/share/cursors/default/cursors/00000000000000000000000000000000", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/share/cursors/default/index.theme", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/share/icons/default/cursors/00000000000000000000000000000000", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/share/icons/default/index.theme", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/share/pixmaps/default/cursors/00000000000000000000000000000000", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/share/pixmaps/default/index.theme", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/share/cursors/xorg-x11/default/cursors/00000000000000000000000000000000", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/share/cursors/xorg-x11/default/index.theme", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/share/cursors/default/cursors/00000000000000000000000000000000", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/share/cursors/default/index.theme", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/share/pixmaps/xorg-x11/default/cursors/00000000000000000000000000000000", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/share/pixmaps/xorg-x11/default/index.theme", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/share/icons/default/cursors/00000000000000000000000000000000", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/share/icons/default/index.theme", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/share/pixmaps/default/cursors/00000000000000000000000000000000", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/share/pixmaps/default/index.theme", O_RDONLY) = -1 ENOENT (No such file or directory)
writev(4, [{"7\0\4\0\4\0 \3\3\0 \3\0\0\0\0H\1\7\0\3\0 \3\4\0 \3\1\0"..., 116}, {"GLX", 3}, {"\0", 1}], 3) = 120
read(4, 0xafc9329c, 32) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN, revents=POLLIN}], 1, -1) = 1
read(4, "\1\0\227\0\0\0\0\0\1\224Y\232\f\0\0\0\0\0\0\0\f\0\0\0\230"..., 32) = 32write(4, "\224\7\3\0\1\0\0\0\4\0\0\0", 12) = 12
read(4, "\1 \230\0\0\0\0\0\1\0\0\0\2\0\0\0H\0\0\0\325`\241\247W"..., 32) = 32
write(4, "\224\23\3\0\0\0\0\0\2\0\0\0", 12) = 12
read(4, "\1\0\231\0\1\0\0\0F\230\31\10\4\0\0\0\237\203\31\10\250"..., 32) = 32
read(4, "1.2\0", 4) = 4
write(4, "\224\23\3\0\0\0\0\0\3\0\0\0", 12) = 12
read(4, "\1\0\232\0<\0\0\0F\230\31\10\360\0\0\0\237\203\31\10\250"..., 32) = 32
read(4, "GLX_ARB_multisample GLX_EXT_visu"..., 240) = 240
write(4, "\224\21\4\0\4\0\1\0\3\0\0\0\0\0\0\0", 16) = 16
read(4, "\1\0\233\0\20\1\0\0\4\0\0\0"\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 32) = 32
read(4, "\v\200\0\0,\0\0\0\23\200\0\0,\0\0\0\20\200\0\0\3\0\0\0"..., 272) = 272
read(4, "\v\200\0\0-\0\0\0\23\200\0\0-\0\0\0\20\200\0\0\3\0\0\0"..., 272) = 272
read(4, "\v\200\0\0.\0\0\0\23\200\0\0.\0\0\0\20\200\0\0\3\0\0\0"..., 272) = 272
read(4, "\v\200\0\0/\0\0\0\23\200\0\0/\0\0\0\20\200\0\0\3\0\0\0"..., 272) = 272
mmap2(NULL, 266240, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xa7c74000
write(4, "\224\24\377\2\1\0\0\0\4\0\0\0\354\v\0\0GL_ARB_depth_te"..., 3108) = 3108
read(4, 0xafc9348c, 32) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN, revents=POLLIN}], 1, -1) = 1
read(4, "\1\0\236\0\0\0\0\0\1\0\0\0&\0\0\0hqb\t%X\31\10\354\v\0"..., 32) = 32
write(4, "\224\201\3\0\1\0\0\0\3\37\0\0", 12) = 12
read(4, 0xafc933dc, 32) = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=4, events=POLLIN, revents=POLLIN}], 1, -1) = 1
read(4, "\1\0\237\0005\1\0\0\0\0\0\0\323\4\0\0\4\0\0\0\206g\202"..., 32) = 32
read(4, "GL_ARB_depth_texture GL_ARB_imag"..., 1235) = 1235
read(4, "\377", 1) = 1
write(4, "\224\201\3\0\1\0\0\0\2\37\0\0", 12) = 12
read(4, "\1\0\240\0\7\0\0\0\0\0\0\0\31\0\0\0\4\0\0\0\206g\202\247"..., 32) = 32
read(4, "1.2 (2.0.2 NVIDIA 87.74)\0", 25) = 25
read(4, "RB_", 3) = 3
write(4, "\224u\3\0\1\0\0\0\342\204\0\0", 12) = 12
read(4, "\1\0\241\0\0\0\0\0\0\0\0\0\1\0\0\0\4\0\0\0\206g\202\247"..., 32) = 32
write(4, "\224\21\5\0\33\5\0\0\1\0\0\0 \206\0\0\255\210\0\0", 20) = 20
read(4, "\1\0\242\0\0\0\0\0\0\0\0\0\1\0\0\0\20\0\0\0\0\0\0\0\0\0"..., 32) = 32
write(4, "\224u\3\0\1\0\0\0003\r\0\0", 12) = 12
read(4, "\1\0\243\0\0\0\0\0\0\0\0\0\1\0\0\0\0\20\0\0\206g\202\247"..., 32) = 32
write(4, "\224u\3\0\1\0\0\0\342\204\0\0", 12) = 12
read(4, "\1\0\244\0\0\0\0\0\0\0\0\0\1\0\0\0\4\0\0\0\206g\202\247"..., 32) = 32
--- SIGSEGV (Segmentation fault) @ 0 (0) ---
+++ killed by SIGSEGV +++
Process 19597 detached
zero@vger ~ $


no problem, i understandPhlogiston wrote:Jupiter1TX: Please do NOT post such big logs, better use pastebin for that. It's quite annoying to scroll through the whole output.
Thanks in advance
actually i also have gnome on here, same problemMay-C wrote:Jupiter1TX:
I had this messages too some time ago. My problem was kde related. If you use kde try something else like gnome or xfce. If you only have kde you can test it with another user or move .kde to something like .kdeback...
If you don't even use kde forget my post
Code: Select all
dbus-launch cgwd --replace &
dbus-launch --auto-syntax --exit-with-session compiz --replace dbus csm &
#dbus-launch --auto-syntax --exit-with-session compiz-manager &
LittleBoy ~ # compiz
XGL Present
** (process:5641): WARNING **: bailing, couln't find a val for put_viewport_up in
[put]->a_put_viewport_up or
[put]->d_a_put_viewport_up
** (process:5641): WARNING **: bailing, couln't find a val for put_viewport_down in
[put]->a_put_viewport_down or
[put]->d_a_put_viewport_down
Terminated