Folks:
Just installed OBSD and trying to use kde with kdm as login. On the kdm
screen, the mouse works, but the keyboard will not. I have tried
several keyboards with no result. On the other hand, when I boot into
xdm, no problem there - both mouse and keyboard works and I can log
into the system. I already have an OBSD server and firewall running,
but this is my first stab at an OBSD desktop.
Here's the keyboard section of my xorg.conf
# nano -w xorg.conf
Section "InputDevice"
Identifier "keyboard1"
Driver "kbd"
Option "XkbModel" "pc104"
Option "XkbLayout "us"
Option "XkbOptions ""
EndSection
And here is the output of wsconsctl
# wsconsctl -a
keyboard.type=pc-xt
keyboard.bell.pitch=400
keyboard.bell.period=100
keyboard.bell.volume=50
keyboard.bell.pitch.default=400
keyboard.bell.period.default=100
keyboard.bell.volume.default=50
wsconsctl: Use explicit arg to view keyboard.map.
keyboard.repeat.del1=400
keyboard.repeat.deln=100
keyboard.repeat.del1.default=400
keyboard.repeat.deln.default=100
keyboard.ledstate=0
keyboard.encoding=us
mouse.type=ps2
display.type=vga-pci
display.focus=1
display.screen_on=250
display.screen_off=600000
display.vblank=off
display.kbdact=off
display.msact=off
display.outact=off
Is there something I need to configure somewhere to make keyboards work.
TIA