There is a possible lock in:
xc/lib/Xrandr/Xrandr.c function : _XRRGetScreenInfo
What can happen is that the nbr of bytes really read by
_XRRGetScreenInfo can be not equal to nbytesRead (it can be stricly
greater). So, the last _XEatData can "lock" _XRRGetScreenInfo.
There is, I guess, various way to fix this problem. An economical
way is to replace _XRead16Pad by _XRead16 for reading the rates.
Regards, Olivier
_______________________________________________
Xpert mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xpert