|
Description
|
After a non-root (sunID) user login:
# ps -el -o gid,fname |grep Xorg
10 Xorg
This breaks the assumption in DRI related code, and causes several critical bugs:
* glxinfo will kill Xorg
* DRI authentication failed
This bug cannot be reproduced in snv_68a, but exists in latest Xorg build.
|