[Bug 48074] Re: gok gives an X Window System error

Henrik Nilsen Omma henrik at ubuntu.com
Wed Jun 7 20:23:26 UTC 2006


*** This bug is a duplicate of bug 42308 ***

I have also seen this error on the Live CD, though GOK runs fine on my
desktop system.

Forum user 'ginn' seems to also have found the solution for it:

Comment out these lines:
Section "InputDevice"
Driver "wacom"
Identifier "stylus"
Option "Device" "/dev/wacom" # Change to
# /dev/input/event
# for USB
Option "Type" "stylus"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection

Section "InputDevice"
Driver "wacom"
Identifier "eraser"
Option "Device" "/dev/wacom" # Change to
# /dev/input/event
# for USB
Option "Type" "eraser"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection

Section "InputDevice"
Driver "wacom"
Identifier "cursor"
Option "Device" "/dev/wacom" # Change to
# /dev/input/event
# for USB
Option "Type" "cursor"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection

*** and also ***
InputDevice "stylus" "SendCoreEvents"
InputDevice "cursor" "SendCoreEvents"
InputDevice "eraser" "SendCoreEvents"
under Section "ServerLayout"

Can this be converted to a more general fix?

** Attachment added: "GOK errors"
   http://librarian.launchpad.net/3016842/gok-error.txt

** Attachment added: "xorg.conf"
   http://librarian.launchpad.net/3016843/xorg.conf.txt

** Changed in: gok (Ubuntu)
       Status: Unconfirmed => Confirmed

-- 
gok gives an X Window System error
https://launchpad.net/bugs/48074




More information about the desktop-bugs mailing list