PDA

View Full Version : BadDevice, invalid or uninitialized input device 167


Ne0z
April 22nd, 2007, 10:20 PM
X Error: BadDevice, invalid or uninitialized input device 167
Major opcode: 145
Minor opcode: 3
Resource id: 0x0
Failed to open device
X Error: BadDevice, invalid or uninitialized input device 167
Major opcode: 145
Minor opcode: 3
Resource id: 0x0
Failed to open device



hi guys
any idea what error is this ?

i'm a program to set up my pc as a server but when i ran my program it gave the above error.

thanks for ur help guys :)

regards

JT673
April 22nd, 2007, 10:28 PM
Woah! You're a program :O? You must be a very smart program to report here! Can I meet your programmer?

Back to business...I get that error sometimes, but it doesn't affect my Internet connection. I wouldn't worry too much on it, maybe look it up on Google or Launchpad.

Ne0z
April 23rd, 2007, 12:04 AM
oops,

correction !

I HAVE a program ..
haha

lptr
April 28th, 2007, 11:04 AM
Same here on Feisty:

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 deviceAny time I'm running adept updater getting this error. Nothing appears in /var/log/messages.

Would be great to know where it comes from.

Anyone of the X-guys hanging in here to give us a hint?

rob*

nemarona
April 30th, 2007, 10:50 PM
Good to know I'm not the only one. I've had this error ever since the early days of Hoary. No idea what it is, although it seems to do no harm...
eduardo@altepc:~$ kate foo.txt
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
It happens quite often, with a variety of commands. I have no clue. Anyone?

nemarona
April 30th, 2007, 11:06 PM
OK guys, the solution's here:

http://kubuntuforums.net/forums/index.php?topic=7964.0;topicseen

It amounts to commenting out some offending lines in your /etc/X11/xorg.conf file. No idea why it works, though.

cyberslayer
April 30th, 2007, 11:09 PM
You need to remove the wacom devices in xorg.conf. Type the following:


cd /etc/X11
sudo cp xorg.conf xorgbackup.conf
sudo gedit xorg.conf


There are three sections in xorg.conf for wacom devices. Delete all three. Now go down to the bottom of the file and remove the three InputDevice entries for the wacom devices under the ServerLayout section. Save the file and reboot. This should fix the errors.

lptr
May 2nd, 2007, 11:16 AM
yes, this does the job. Thank you guys.

Wacom: Well, I expect here on this box I will never need such a thing.

rob*