search for: xglxpointerproc

Displaying 1 result from an estimated 1 matches for "xglxpointerproc".

2006 Jun 20
1
Bug with evdev corepointers
...Xgl during the last few weeks (which is also why there was no progress on my g-w-d rewrite). Today I found the time to debug Xgl and to find the bug. My mouse was configured as evdev device in xorg.conf, and to use it, it was set as the corepointer. With this setting, Xgl reproducably segfaults in xglxPointerProc() when returning from this function (the last thing gdb does is "pop ebp", which I think pretty strange) on device initialization (the function is called with onoff==DEVICE_INIT). The return value of InitPointerDeviceStruct() is 1. This bug only occurs if I have 'Option "CorePoi...