Good day list, <br><br>I'm currently facing an issue where the mouse clicks seem to be ignored on an older box. I found some bug report which seem to be similar to my issue ( mouse moves but won't click : <a href="https://bugzilla.redhat.com/show_bug.cgi?id=494999">https://bugzilla.redhat.com/show_bug.cgi?id=494999</a> ). Following the indication in comment #16, I installed the debug package for xorg and ran gdb ( using the 2 pointer example for fedora rawhide or Fedora 10 ):<br>
<br>Attaching to program: /usr/lib/debug/usr/bin/Xorg.debug, process 2631<br>warning: Unable to find dynamic linker breakpoint function.<br>GDB will be unable to debug shared library initializers<br>and track explicitly loaded dynamic code.<br>
0xffffe424 in __kernel_vsyscall ()<br>(gdb) p/x inputInfo.pointer->deviceGrab.grab->resource<br>Cannot access memory at address 0x78<br>(gdb) p/x inputInfo.pointer->grab->resource<br>There is no member named grab.<br>
(gdb) p/x inputInfo.pointer<br>$1 = 0x0<br>(gdb) p/x inputInfo<br>$2 = {numDevices = 0xb7a6fb20, devices = 0x0, off_devices = 0x0, keyboard = 0x0, pointer = 0x0}<br><br>I'm running xorg 1.6.1. Is there other pointers I should try to get more info on this issue ? Or it is simply NOT a grab issue ? I looked in the source for 1.6.1 and the GrabPtr seem to be defined like in the first example but I'm not very familiar with the Xorg source and probably mistaken. Any other leads I should follow ?<br>
<br>Thanks you for any help you can provide.<br><br>Phil<br>