Package: xserver-xorg-input-kbd Version: 1:1.2.2-3 Severity: normal After stopping my X session and starting another today, I noticed that my keyboard LEDs were no longer working. They light up when I switch back to console mode, but are turned off again when I switch back to X, regardless of the current *Lock states.
>From the timing of my last session and my upgrades, I would say that this occurred with the past month or so. (It would certainly agree with the 1.2.2 release.) I tried downgrading, but the conflict with xserver-xorg-core was a bit too much for me. And yes, I did check xorg.conf to make sure it said "kbd". I'm attaching it just in case, especially since I'm using a grp_led option. -- System Information: Debian Release: lenny/sid APT prefers unstable APT policy: (500, 'unstable') Architecture: i386 (i686) Kernel: Linux 2.6.21-2-k7 (SMP w/1 CPU core) Locale: LANG=en_CA.UTF-8, LC_CTYPE=en_CA.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Versions of packages xserver-xorg-input-kbd depends on: ii libc6 2.6.1-5 GNU C Library: Shared libraries ii xserver-xorg-core 2:1.4-2 X.Org X server -- core server xserver-xorg-input-kbd recommends no packages. -- no debconf information
# xorg.conf (xorg X Window System server configuration file) # # This file was generated by dexconf, the Debian X Configuration tool, using # values from the debconf database. # # Edit this file with caution, and see the xorg.conf manual page. # (Type "man xorg.conf" at the shell prompt.) # # This file is automatically updated on xserver-xorg package upgrades *only* # if it has not been modified since the last upgrade of the xserver-xorg # package. # # If you have edited this file but would like it to be automatically updated # again, run the following command: # sudo dpkg-reconfigure -phigh xserver-xorg Section "Files" EndSection Section "InputDevice" Identifier "Generic Keyboard" Driver "kbd" Option "CoreKeyboard" Option "XkbRules" "xorg" Option "XkbModel" "pc104" Option "XkbLayout" "us,ca" Option "XkbOptions" "ctrl:swapcaps,grp:rwin_toggle,grp_led:scroll" EndSection Section "InputDevice" Identifier "Configured Mouse" Driver "mouse" Option "CorePointer" Option "Device" "/dev/input/mice" Option "Protocol" "ImPS/2" Option "Emulate3Buttons" "true" EndSection Section "Device" Identifier "ATI Technologies Inc Radeon RV250 If [Radeon 9000]" Driver "ati" BusID "PCI:1:0:0" EndSection Section "Monitor" Identifier "SyncMaster" Option "DPMS" HorizSync 30-61 VertRefresh 56-75 EndSection Section "Screen" Identifier "Default Screen" Device "ATI Technologies Inc Radeon RV250 If [Radeon 9000]" Monitor "SyncMaster" DefaultDepth 24 SubSection "Display" Modes "1024x768" "800x600" "640x480" EndSubSection EndSection Section "ServerLayout" Identifier "Default Layout" Screen "Default Screen" InputDevice "Generic Keyboard" InputDevice "Configured Mouse" EndSection