<html>
    <head>
      <base href="https://bugs.freedesktop.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW --- - Xorg server crashed with AMD Radeon HD 6310"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=57885#c14">Comment # 14</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW --- - Xorg server crashed with AMD Radeon HD 6310"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=57885">bug 57885</a>
              from <span class="vcard"><a class="email" href="mailto:federicoleva@tiscali.it" title="Nemo_bis <federicoleva@tiscali.it>"> <span class="fn">Nemo_bis</span></a>
</span></b>
        <pre>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</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>