By the way, why does it try to access /etc/ld.so.nohwcap 49 times when
failing once should be enough? One getpid() would seem enough too.
$ strace glxinfo -B 2>&1|sort|uniq -c|sort -n|tail -n 3
     54 access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or 
directory)
     62 recvmsg(3, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource 
temporarily unavailable)
    116 getpid()                                = 1422
I'll send you the full strace.
_______________________________________________
Nouveau mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/nouveau

Reply via email to