Differences between revisions 1 and 2
Revision 1 as of 2007-05-04 15:31:15
Size: 2823
Editor: gtang
Comment:
Revision 2 as of 2007-05-04 15:32:15
Size: 2924
Editor: gtang
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
This error is not harmful. You can ignore it without any trouble to use eman.  This error is not harmful. You can ignore it without any trouble to use eman.
Line 4: Line 4:
Line 6: Line 7:
Line 8: Line 8:
Line 19: Line 18:

Line 22: Line 19:
Line 24: Line 20:
Line 34: Line 29:
Line 44: Line 38:
Line 54: Line 47:


Then also a bit further down in the file you need to look for the below lines, or ones similar to these:  
Then also a bit further down in the file you need to look for the below lines, or ones similar to these:
Line 59: Line 49:
Line 69: Line 58:

Line 72: Line 59:
Line 75: Line 61:

the solution is come from this link, I copy it here in case that link is not approachable.
the solution is come from this [http://kubuntuforums.net/forums/index.php?topic=7964.0;topicseen link], I copy it here in case that [http://kubuntuforums.net/forums/index.php?topic=7964.0;topicseen link] is not approachable.

This error is not harmful. You can ignore it without any trouble to use eman.

If you think this is annoying and want to get rid of it, please do as following:

Seems a lot of users are getting the below errors when running applications from the console:
Code:
X Error: BadDevice, invalid or uninitialized input device 168
  Major opcode:  148
  Minor opcode:  3
  Resource id:  0x0
Failed to open device
X Error: BadDevice, invalid or uninitialized input device 168
  Major opcode:  148
  Minor opcode:  3
  Resource id:  0x0
Failed to open device
To fix this, look for the lines posted below, or similar to, and comment them out of your /etc/X11/xorg.conf file:
Code:
# 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
Then also a bit further down in the file you need to look for the below lines, or ones similar to these:
Code:
Section "ServerLayout"
        Identifier      "Default Layout"
        Screen          "Default Screen"
        InputDevice     "Generic Keyboard"
        InputDevice     "Configured Mouse"
#       InputDevice     "stylus" "SendCoreEvents"
#       InputDevice     "cursor" "SendCoreEvents"
#       InputDevice     "eraser" "SendCoreEvents"
EndSection
**WARNING** If you fail to comment the lines below that are commented out, then X will *NOT* start when you go to restart the X server.
Once you comment those things out then a restart of X is needed.  Once X is back up and running again you shouldn't see those errors anymore.

the solution is come from this [http://kubuntuforums.net/forums/index.php?topic=7964.0;topicseen link], I copy it here in case that [http://kubuntuforums.net/forums/index.php?topic=7964.0;topicseen link] is not approachable.

Ubuntu_baddevice_error (last edited 2008-11-26 04:42:30 by localhost)