Comment 226 for bug 108527

Revision history for this message
In , Daniel (daniel-redhat-bugs) wrote :

For these tests I enabled desktop-effects and rebooted to make sure AIGLX and
compiz were there from the start.

The first time the screen froze after about 20 minutes of use (the test with the
xorg.conf file in place, as it usually is). The second time (without the
xorg.conf file) it froze after about 5 minutes of use. Both times the screen
froze completely except for the mouse pointer which still moves but can't click
anywhere. The keyboard freezes also.

Logging to the laptop from another machine via ssh works fine, this is how I
copied the logs. Here is some extra info taken after the second freeze:

[root@dragon ~]# uptime
 21:03:10 up 15 min, 3 users, load average: 0.00, 0.10, 0.17
[root@dragon ~]# free
             total used free shared buffers cached
Mem: 1034820 714744 320076 0 36076 301340
-/+ buffers/cache: 377328 657492
Swap: 1048568 0 1048568
[root@dragon ~]# vmstat
procs -----------memory---------- ---swap-- -----io---- --system-- -----cpu------
 r b swpd free buff cache si so bi bo in cs us sy id wa st
 0 0 0 320032 36080 301352 0 0 355 32 310 893 9 3 80 8 0

[root@dragon ~]# ps ax | grep comp
 2867 ? S 0:02 compiz --sm-client-id default1 glib gconf
 3799 pts/3 S+ 0:00 grep comp
[root@dragon ~]# strace -p 2867
Process 2867 attached - interrupt to quit
select(5, [4], [], NULL, NULL

Hope it helps...