[Bug 57885] Xorg server crashed with AMD Radeon HD 6310

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Wed Dec 26 02:47:17 PST 2012


https://bugs.freedesktop.org/show_bug.cgi?id=57885

--- Comment #14 from Nemo_bis <federicoleva at tiscali.it> ---
The nasty thing is that keyboard doesn't work at all when this bug happens.
I've seen the using non-PAE kernel doesn't help and now I'm trying

while true;
  do
    LOG=$(date -Ihours).txt;
    for i in /proc/[0-9]*/fd;
      do
      echo "$(sudo ls $i | wc -l): $i" >> $LOG;
      done;
    OPEN=$(cat /proc/sys/fs/file-nr);
    echo "$OPEN" >> openfiles.log;
    if $(echo $OPEN | grep -qE "^[0-9]{6,}"); then
      tput bel
    fi
    date >> openfiles.log;
    sleep 600;
  done

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.x.org/archives/xorg-driver-ati/attachments/20121226/54d6bc3d/attachment.html>


More information about the xorg-driver-ati mailing list