Announcement

Collapse
No announcement yet.

What's this?

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

    What's this?

    Went to open Konqueror in Konsole and got this. Konqueror then opened and I tried to find my lost docs but to no avail.
    james@office:~$ kdesu konqueror
    X Error: BadDevice, invalid or uninitialized input device 169
    Major opcode: 147
    Minor opcode: 3
    Resource id: 0x0
    Failed to open device
    X Error: BadDevice, invalid or uninitialized input device 169
    Major opcode: 147
    Minor opcode: 3
    Resource id: 0x0
    Failed to open device
    X Error: BadDevice, invalid or uninitialized input device 169
    Major opcode: 147
    Minor opcode: 3
    Resource id: 0x0
    Failed to open device
    X Error: BadDevice, invalid or uninitialized input device 169
    Major opcode: 147
    Minor opcode: 3
    Resource id: 0x0
    Failed to open device
    konqueror: ERROR: translation of "%n Image of %1 loaded." doesn't contain 2 different plural forms as expected
    konqueror: ERROR: translation of "%n Image of %1 loaded." doesn't contain 2 different plural
    forms as expected
    Thanks in advance. Regards, James.
    konqueror: WARNING: KonqFactory::createView : no factory

    #2
    Re: What's this?

    Did Konqueror never open?
    Did you wait awhile?

    (I always get those cryptic errors like that, but it's never been fatal. I think I read that it's a bug that has been fixed but not implemented.)
    An intellectual says a simple thing in a hard way. An artist says a hard thing in a simple way. Charles Bukowski

    Comment


      #3
      Re: What's this?

      Originally posted by wavemaker

      X Error: BadDevice, invalid or uninitialized input device 169
      Major opcode: 147
      Minor opcode: 3
      Resource id: 0x0
      Failed to open device
      X Error: BadDevice, invalid or uninitialized input device 169
      Major opcode: 147
      Minor opcode: 3
      Resource id: 0x0
      Failed to open device
      X Error: BadDevice, invalid or uninitialized input device 169
      Major opcode: 147
      Minor opcode: 3
      Resource id: 0x0
      Failed to open device
      X Error: BadDevice, invalid or uninitialized input device 169
      Major opcode: 147
      Minor opcode: 3
      Resource id: 0x0
      Those errors are fixable -- just use kate to edit the applicable sections of your /etc/X11/xorg.conf file to put #'s in front of the offending lines and stanzas, so it looks similar to this:

      Code:
      Section "ServerLayout"
        Identifier   "Default Layout"
        Screen   0 "Screen0" 0 0
        InputDevice  "Generic Keyboard"
        InputDevice  "Configured Mouse"
      #  InputDevice  "stylus" "SendCoreEvents"
      #  InputDevice  "cursor" "SendCoreEvents"
      #  InputDevice  "eraser" "SendCoreEvents"
      EndSection
      .
      .
      { some material to leave alone in here }
      .
      .

      Code:
      # Section "InputDevice"
      #  Identifier   "stylus"
      #  Driver     "wacom"
      #  Option     "Device" "/dev/input/wacom"
      #  Option     "Type" "stylus"
      #  Option     "ForceDevice" "ISDV4"		# Tablet PC ONLY
      # EndSection
      
      # Section "InputDevice"
      #  Identifier   "eraser"
      #  Driver     "wacom"
      #  Option     "Device" "/dev/input/wacom"
      #  Option     "Type" "eraser"
      #  Option     "ForceDevice" "ISDV4"		# Tablet PC ONLY
      # EndSection
      
      # Section "InputDevice"
      #  Identifier   "cursor"
      #  Driver     "wacom"
      #  Option     "Device" "/dev/input/wacom"
      #  Option     "Type" "cursor"
      #  Option     "ForceDevice" "ISDV4"		# Tablet PC ONLY
      # EndSection

      Comment

      Working...
      X