Gnome desktop fails to start after login (NEW DISCOVERY)

Stephen Liu satimis at yahoo.com
Fri Aug 18 16:47:54 UTC 2006


Hi folks,

Following was found;

cat /var/log/Xorg.log
...
....
Option "Device" "/dev/wacom"
(EE) xf860OpenSerial:cannot open /dev/wacom
no such file or directory
Error opening /dev/wacom No such file of directory
* end *

the above message repeated continuously.


I don't have Wacom tablet.

cat /etc/X11/xorg.conf
....
....
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
.....
* end *

B.R.
SL




More information about the ubuntu-users mailing list