Announcement

Collapse
No announcement yet.

is it a input problem?

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    is it a input problem?

    when i start the program kate and kcontrol and kaffeine from the kconsole,
    the console always display this :

    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
    so,how does this mean,is it the input problem?how can i fix it?

    #2
    Re: is it a input problem?

    is this done as root?


    sudo kcontrol

    Comment


      #3
      Re: is it a input problem?

      I get that error also. The way I solved it is to edit the xorg.conf file and remove the following lines:

      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
      and
      Code:
          InputDevice   "stylus" "SendCoreEvents"
          InputDevice   "cursor" "SendCoreEvents"
          InputDevice   "eraser" "SendCoreEvents"

      Comment


        #4
        Re: is it a input problem?

        I get a simliar issue, but the proggies open and work fine, so I do not worry about it too much


        Will

        Comment

        Working...
        X