Hello,<br><br><span class="postbody">
Here is the setup. I am running two different desktop computers, each
with their own monitor, but with only one keyboard / mouse. I am using
a Belkin KVM switch to control the keyboard / mouse function between
the two. The switch has USB inputs and USB outputs. <br>

<br>
I am running Fedora10 (F1)0) on each desktop computer. Each has a
different NVIDIA Quadro card installed, and I am running NVIDIA drivers
(different version of each because the one card is not supported
anymore).
<br>

<br>Everything works fine, until I launch OpenOffice on either computer.
At that point, when I use the KVM to switch mouse / keyboard to the
other desktop X will crash. I have not been able to reproduce this with
anything other than the OpenOffice suite of applications. <br>

<br>
It has something to do with the evdev module.... here is the backtrace in the Xorg.0.log 
<br><br>(EE) Belkin Corporation Flip CC: Read error: No such device<br>(II) config/hal: removing device Belkin Corporation Flip CC<br>(II) Belkin Corporation Flip CC: Close<br>(II) UnloadModule: "evdev"<br>(EE) Dell Dell USB Keyboard: Read error: No such device<br>
(II) config/hal: removing device Dell Dell USB Keyboard<br>(II) Dell Dell USB Keyboard: Close<br>(II) UnloadModule: "evdev"<br>(II) config/hal: Adding input device Belkin Corporation Flip KVM<br>(**) Belkin Corporation Flip KVM: always reports core events<br>
(**) Belkin Corporation Flip KVM: Device: "/dev/input/event3"<br>(II) Belkin Corporation Flip KVM: Found 5 mouse buttons<br>(II) Belkin Corporation Flip KVM: Found x and y relative axes<br>(II) Belkin Corporation Flip KVM: Configuring as mouse<br>
(**) Belkin Corporation Flip KVM: YAxisMapping: buttons 4 and 5<br>(**) Belkin Corporation Flip KVM: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200<br>(II) XINPUT: Adding extended input device "Belkin Corporation Flip KVM" (type: MOUSE)<br>
(II) config/hal: Adding input device Belkin Corporation Flip KVM<br>(**) Belkin Corporation Flip KVM: always reports core events<br>(**) Belkin Corporation Flip KVM: Device: "/dev/input/event7"<br>(II) Belkin Corporation Flip KVM: Found keys<br>
(II) Belkin Corporation Flip KVM: Configuring as keyboard<br>(II) XINPUT: Adding extended input device "Belkin Corporation Flip KVM" (type: KEYBOARD)<br>(**) Option "xkb_rules" "evdev"<br>(**) Belkin Corporation Flip KVM: xkb_rules: "evdev"<br>
(**) Option "xkb_model" "pc105+inet"<br>(**) Belkin Corporation Flip KVM: xkb_model: "pc105+inet"<br>(**) Option "xkb_layout" "us"<br>(**) Belkin Corporation Flip KVM: xkb_layout: "us"<br>
<br>Backtrace:<br>0: /usr/bin/Xorg(xorg_backtrace+0x26) [0x4e7a26]<br>1: /usr/bin/Xorg(xf86SigHandler+0x39) [0x47a679]<br>2: /lib64/libc.so.6 [0x33dac32f90]<br>3: /usr/bin/Xorg(XkbStringText+0x1c) [0x56711c]<br>4: /usr/bin/Xorg(XkbWriteXKBGeometry+0x191) [0x5587d1]<br>
5: /usr/bin/Xorg(XkbWriteXKBKeymapForNames+0x5bb) [0x557d1b]<br>6: /usr/bin/Xorg(XkbDDXLoadKeymapByNames+0x18a) [0x561cba]<br>7: /usr/bin/Xorg(ProcXkbGetKbdByName+0x3ab) [0x53fb2b]<br>8: /usr/bin/Xorg(Dispatch+0x364) [0x4468d4]<br>
9: /usr/bin/Xorg(main+0x45d) [0x42cd1d]<br>10: /lib64/libc.so.6(__libc_start_main+0xe6) [0x33dac1e576]<br>11: /usr/bin/Xorg [0x42c0f9]<br><br>Fatal server error:<br>Caught signal 11.  Server aborting<br><br>(II) Power Button (FF): Close<br>
(II) UnloadModule: "evdev"<br>(II) Power Button (CM): Close<br>(II) UnloadModule: "evdev"<br>(II) Macintosh mouse button emulation: Close<br>(II) UnloadModule: "evdev"<br>(II) USB Optical Mouse: Close<br>
(II) UnloadModule: "evdev"<br>(II) Belkin Corporation Flip KVM: Close<br>(II) UnloadModule: "evdev"<br>(II) Belkin Corporation Flip KVM: Close<br>(II) UnloadModule: "evdev"<br><br><br><br>Also, here is my xorg.conf<br>
<br>[root@cio11-6305z usr]# cat /etc/X11/xorg.conf <br># nvidia-xconfig: X configuration file generated by nvidia-xconfig<br># nvidia-xconfig:  version 1.0  (buildmeister@builder58)  Thu Jul 17 18:39:00 PDT 2008<br><br># Xorg configuration created by system-config-display<br>
<br>Section "ServerLayout"<br>    Identifier     "single head configuration"<br>    Screen      0  "Screen0" 0 0<br>#    InputDevice    "Mouse0" "CorePointer"<br>#    InputDevice    "Keyboard0" "CoreKeyboard"<br>
EndSection<br><br>#Section "InputDevice"<br>    # generated from default<br>#    Identifier     "Mouse0"<br>#    Driver         "mouse"<br>#    Option         "Protocol" "auto"<br>
#    Option       "Protocol" "ImPS/2"<br>#    Option         "Device" "/dev/input/mice"<br>#    Option         "Emulate3Buttons" "no"<br>#    Option         "ZAxisMapping" "4 5"<br>
#EndSection<br><br>#Section "InputDevice"<br><br># keyboard added by rhpxl<br>#    Identifier     "Keyboard0"<br>#    Driver         "kbd"<br>#    Option         "XkbModel" "pc105"<br>
#    Option         "XkbLayout" "us"<br>#EndSection<br><br>Section "Monitor"<br>    Identifier     "Monitor0"<br>    VendorName     "Unknown"<br>    ModelName      "Unknown"<br>
    HorizSync       30.0 - 110.0<br>    VertRefresh     50.0 - 150.0<br>    Option         "DPMS"<br>EndSection<br><br>Section "Device"<br>    Identifier     "Videocard0"<br>    Driver         "nvidia"<br>
EndSection<br><br>Section "Screen"<br>    Identifier     "Screen0"<br>    Device         "Videocard0"<br>    Monitor        "Monitor0"<br>    DefaultDepth    24<br>    Option         "TwinView" "True"<br>
    Option         "MetaModes" "nvidia-auto-select, nvidia-auto-select"<br>    SubSection     "Display"<br>        Viewport    0 0<br>        Depth       24<br>        Modes      "1280x960" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"<br>
    EndSubSection<br>EndSection<br><br><br>and here are related packages:<br></span>openoffice.org-graphicfilter-3.0.1-15.2.fc10.x86_64
<br>
openoffice.org-brand-3.0.1-15.2.fc10.x86_64
<br>
openoffice.org-xsltfilter-3.0.1-15.2.fc10.x86_64
<br>
openoffice.org-ure-3.0.1-15.2.fc10.x86_64
<br>
openoffice.org-math-3.0.1-15.2.fc10.x86_64
<br>
openoffice.org-pdfimport-3.0.1-15.2.fc10.x86_64
<br>
openoffice.org-core-3.0.1-15.2.fc10.x86_64
<br>
openoffice.org-impress-core-3.0.1-15.2.fc10.x86_64
<br>
openoffice.org-impress-3.0.1-15.2.fc10.x86_64
<br>
openoffice.org-math-core-3.0.1-15.2.fc10.x86_64
<br>
openoffice.org-calc-core-3.0.1-15.2.fc10.x86_64
<br>
openoffice.org-presenter-screen-3.0.1-15.2.fc10.x86_64
<br>
openoffice.org-calc-3.0.1-15.2.fc10.x86_64
<br>
openoffice.org-draw-core-3.0.1-15.2.fc10.x86_64
<br>
openoffice.org-langpack-en-3.0.1-15.2.fc10.x86_64
<br>
openoffice.org-writer-core-3.0.1-15.2.fc10.x86_64
<br>
openoffice.org-draw-3.0.1-15.2.fc10.x86_64
<br>
openoffice.org-writer-3.0.1-15.2.fc10.x86_64
<br>

<br>
xorg-x11-server-Xorg-1.5.3-6.fc10.x86_64
<br>
xorg-x11-server-common-1.5.3-6.fc10.x86_64
<br>
xorg-x11-server-utils-7.4-3.fc10.x86_64
<br>

<br>
xorg-x11-drv-evdev-2.1.0-1.fc10.x86_64
<br>

<br>
glibc-headers-2.9-3.x86_64
<br>
glibc-common-2.9-3.x86_64
<br>
glibc-devel-2.9-3.x86_64
<br>
glibc-2.9-3.x86_64<br><br>Any help would be appreciated.  Also, the other box is not 64bit, but I can recreate the exact results by doing the same procedure.  1) log in, 2) open openoffice, 3) use KVM to switch mouse/keyboard control to the other box<br>
<br><br><span class="postbody"><br clear="all"></span><br>-- <br>Rediscover the Web<br><a href="http://www.mozilla.com/firefox/">http://www.mozilla.com/firefox/</a><br>