On Mon, 3 Jan 2005 19:21:29 +0100 (CET), Thomas Hellstr�m <[EMAIL PROTECTED]> wrote: > Fatal error: > WaitForSomething(): select returned 22.
DRM returns nonstandard return codes to the poll() function. At one point I tried fixing things to make DRM return the correct values but there are too many X server out there and I couldn't figure out a solution to keep old servers running so I reverted back to the old code. You probably have a version where poll() is returning the standard values. I think 22 is the return from a correct poll implementation but it won't work for most X servers. DRM incorrectly only returns zero. The kernel people have been complaining about this and would like it fixed if we can come up with a solution. -- Jon Smirl [EMAIL PROTECTED] ------------------------------------------------------- The SF.Net email is sponsored by: Beat the post-holiday blues Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek. It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt -- _______________________________________________ Dri-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/dri-devel
