Announcement

Collapse
No announcement yet.

Input device error (again)

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

    Input device error (again)

    Is the first part of this error message the Wacom stuff? From a search this seems to be fairly common.
    I was hoping someone could translate the xlib and kdeinit references and advise me what to do about it.
    Thanks



    Code:
      X Error: BadDevice, invalid or uninitialized input device 167
     Major opcode: 144
     Minor opcode: 3
     Resource id: 0x0
    Failed to open device
    X Error: BadDevice, invalid or uninitialized input device 167
     Major opcode: 144
     Minor opcode: 3
     Resource id: 0x0
    Failed to open device
    Xlib: connection to ":0.0" refused by server
    Xlib: No protocol specified
    
    kdeinit: Can't connect to the X Server.
    kdeinit: Might not terminate at end of session.
    Xlib: connection to ":0.0" refused by server
    Xlib: No protocol specified
    
    kded: cannot connect to X server :0.0
    DCOP aborting call from 'anonymous-5880' to 'kded'
    kded: ERROR: Communication problem with kded, it probably crashed.

    #2
    Re: Input device error (again)

    Originally posted by addr
    Is the first part of this error message the Wacom stuff?
    I'd say so

    Originally posted by addr
    I was hoping someone could translate the xlib and kdeinit references
    Did you try to make use of kdesu on / from a console (aka terminal)?

    Comment


      #3
      Re: Input device error (again)

      No, but I do have a 'Superuser' desktop launcher set up with the Command kdesu and I may have used that in the same session.

      Comment


        #4
        Re: Input device error (again)

        O.k., let's try to sort this out:

        On a K/console, issue the following commands one by one and "compare & contrast" the results:

        Code:
        # launching Kate as regular user
        kate
        # Ditto as "super user" - bad
        sudo kate
        # Ditto as "super user" - good
        kdesu kate
        If I were guessing right, the error messages will change according to the command in question ...

        Comment

        Working...
        X