again: continuous keyboard input problem
NoOp
glgxg at sbcglobal.net
Mon Feb 11 20:22:37 UTC 2008
On 02/11/2008 06:26 AM, Bram Kuijper wrote:
>> If it is a USB keyboard, you could unplug and replug it.
>
> unfortunately it is not a usb keyboard...
>
sudo dpkg-reconfigure xserver-xorg
and reconfigure the keyboard?
Might be helpful if you posted these sections from your
/etc/X11/xorg.conf file - I'm posting mine so that you can compare:
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "us"
EndSection
Section "ServerLayout"
Identifier "Default Layout"
screen 0 "Default Screen" 0 0
Inputdevice "Generic Keyboard"
Inputdevice "Configured Mouse"
# Uncomment if you have a wacom tablet
# InputDevice "stylus" "SendCoreEvents"
# InputDevice "cursor" "SendCoreEvents"
# InputDevice "eraser" "SendCoreEvents"
EndSection
More information about the ubuntu-users
mailing list