You are not logged in.

#1 2008-12-11 23:48:16

b0uncyfr0
Member
Registered: 2008-05-11
Posts: 140

KDE4 [unstable] Keyboard is dead (Solved)

Yep the keyboard refuses to work. Tried it in openbox and it works fine. This just happened after i fixed the xorg 7.4 keyboard problems. Maybe theyre related but im not sure. The mouse works fine.

Heres a few pieces of xorg.conf:

Section "ServerLayout"

# Serial Mouse not detected
# USB Mouse not detected
    Identifier     "Xorg Configured"
    Screen      0  "Screen0" 0 0
    InputDevice    "Keyboard0" "CoreKeyboard"
    InputDevice    "PS/2 Mouse" "CorePointer"
EndSection

Section "ServerFlags"
    Option         "AllowMouseOpenFail" "true"
    Option         "Xinerama" "0"
    Option         "AutoAddDevices" "False"
EndSection

Section "InputDevice"
    Identifier     "Keyboard0"
    Driver         "keyboard"
    Option         "CoreKeyboard"
    Option         "XkbRules" "xorg"
    Option         "XkbModel" "pc105"
    Option         "XkbLayout" "us"
    Option         "XkbVariant" ""
EndSection

Last edited by b0uncyfr0 (2008-12-12 08:30:01)

Offline

#2 2008-12-12 03:18:57

FrozenFox
Member
From: College Station, TX
Registered: 2008-03-23
Posts: 422
Website

Re: KDE4 [unstable] Keyboard is dead (Solved)

Not sure how to solve your problem with your current settings, but perhaps try this..

Set the driver in xorg.conf there for the keyboard to evdev instead, and install xf86-input-evdev accordingly. Then, go to system settings -> regional & language -> keyboard layout. Set the keyboard model to evdev-managed keyboard. Gnome needs something similar done. I'm not sure about openbox.

Offline

#3 2008-12-12 04:12:42

b0uncyfr0
Member
Registered: 2008-05-11
Posts: 140

Re: KDE4 [unstable] Keyboard is dead (Solved)

When i start with the evdev driver, i cant type anything in kdm thus i cant login. This is after selecting evdev managed keyboard in settings.
But when i use the keyboard driver , i can type in kdm but nothing once im logged in.

EDIT: It was that stupid option slow keys. Who knew slow keys would completely disable your keyboard.

Last edited by b0uncyfr0 (2008-12-12 08:29:30)

Offline

Board footer

Powered by FluxBB