Re: [Ubuntu-x-swat] [Bug 377191] Re: irregular screen blanking (every few seconds)

2009-06-11 Thread pn
Thanks, it does work now with the new intel xorg drivers from http://ppa.launchpad.net/xorg-edgers/ppa/ubuntu, so this seems to be related to the old intel drivers. Geir Ove Myhr wrote: Could you run the following loop which outputs the number of lines in /var/log/Xorg.0.log every second and

[Ubuntu-x-swat] [Bug 377191] Re: irregular screen blanking (every few seconds)

2009-06-10 Thread Geir Ove Myhr
Could you run the following loop which outputs the number of lines in /var/log/Xorg.0.log every second and see if it increases when the screen blanks: `while true; do wc -l /var/log/Xorg.0.log; sleep 1; done`. If it does, it is a sign that some Xrandr call is to blame. You may also check if