Differences between revisions 1 and 5 (spanning 4 versions)
Revision 1 as of 2007-05-04 15:31:15
Size: 2823
Editor: gtang
Comment:
Revision 5 as of 2008-11-26 04:42:30
Size: 3042
Editor: localhost
Comment: converted to 1.6 markup
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.

But
to compile EMAN on Ubuntu (>7.04), you need set ENABLE_UBUNTU in ccmake, type 't' for advanced setting.
Line 4: Line 6:
Line 6: Line 9:
Line 8: Line 10:
Line 19: Line 20:

Line 22: Line 21:
Line 24: Line 22:
Line 34: Line 31:
Line 44: Line 40:
Line 54: Line 49:


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 51:
Line 69: Line 60:

Line 72: Line 61:
Line 75: Line 63:

the solution is come from this link, I copy it here in case that link is not approachable.
the solution is come from [[http://kubuntuforums.net/forums/index.php?topic=7964.0;topicseen|Ubuntu forum]], 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.

But to compile EMAN on Ubuntu (>7.04), you need set ENABLE_UBUNTU in ccmake, type 't' for advanced setting.

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 Ubuntu forum, I copy it here in case that link is not approachable.

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