[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#295042: Bug #295042 - /usr/X11R6/bin/XFree86: cannot use keyboard in gdm or kdm after fresh install of sarge



Hi

why have you commented the Xkb lines in the keyboard definition ?

Section "InputDevice"
  Identifier  "Generic Keyboard"
  Driver    "keyboard"
  Option    "CoreKeyboard"
# Option    "XkbRules"	"xfree86"
# Option    "XkbModel"	"pc104"
# Option    "XkbLayout"	"us"
EndSection

it should be :


Section "InputDevice"
  Identifier  "Generic Keyboard"
  Driver    "keyboard"
  Option    "CoreKeyboard"
 Option    "XkbRules"	"xfree86"
 Option    "XkbModel"	"pc104"
 Option    "XkbLayout"	"us"
EndSection

I asked why because the installer is not able to comment those
lines, it would have changed their values at most. Did anybody
else used your box ?

Cheers
Alban





Reply to: