Your message dated Wed, 11 Feb 2026 19:34:31 +0100
with message-id <aYzLtyvqKPkv4PIb@end>
and subject line Re: Bug#502161: xserver-xorg-input-kbd: Starts with NumLock 
on, but NumLock is broken on IBM-SK-8845 keyboards.
has caused the Debian Bug report #502161,
regarding xserver-xorg-input-kbd: Starts with NumLock on, but NumLock is broken 
on IBM-SK-8845 keyboards.
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
502161: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=502161
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: xserver-xorg-input-kbd
Version: 1:1.3.1-1
Severity: normal

Dear X team,

the X server starts GDM with NumLock switched on. This would not be a
big issue if the bug #464041 would not prevent the NumLock key to work
on some keybords (like IBM-SK-8845): this removes seven alphabetic
letters and prevents from typing some passords. Also, I am a bit puzzled
because on some other computers I use, NumLock is not on by default.
Could it be an issue with the keyboard driver?

If the issue can not be fixed for Lenny, I volunteer to submit a patch to the
release notes. However, I do not know how to work around the bug in the login
screen: can `xmodmap -e "keycode 77 = Num_Lock"' be added somewhere to have an
effect before login? (the way I solve the problem is to switch on the original
Bluetooth keyboard of the machine, press numlock, switch off the keyboard and
forget it somewhere on my desk for a week).

Have a nice day,

-- Charles Plessy, Tsurumi, Kanagawa, Japan

PS: other relevant links on the Internet:

https://www-304.ibm.com/systems/support/supportsite.wss/docdisplay?lndocid=MIGR-5069645&brandind=5000020
https://bugs.freedesktop.org/show_bug.cgi?id=14061
https://bugs.launchpad.net/ubuntu/+source/xkeyboard-config/+bug/35080

PPS:

ection "InputDevice"
        Identifier      "Generic Keyboard"
        Driver          "kbd"
        Option          "XkbRules"      "xorg"
        Option          "XkbModel"      "pc104"
        Option          "XkbLayout"     "us"
EndSection

Section "InputDevice"
        Identifier      "Configured Mouse"
        Driver          "mouse"
        Option          "CorePointer"
        Option          "Device"                "/dev/input/mice"
        Option          "Protocol"              "ImPS/2"
        Option          "Emulate3Buttons"       "true"
        Option      "EmulateWheel"        "on"
        Option      "EmulateWheelTimeOut" "200"
        Option      "EmulateWheelButton"  "2"
        Option      "YAxisMapping"        "4 5"
        Option      "XAxisMapping"        "6 7"
        Option      "ZAxisMapping"        "4 5"
EndSection

Section "Device"
        Identifier      "Configured Video Device"
        BusID           "PCI:240:16:0"
        Option          "UseFBDev"              "true"
EndSection

Section "Monitor"
        Identifier      "Configured Monitor"
EndSection

Section "Screen"
        Identifier      "Default Screen"
        Monitor         "Configured Monitor"
EndSection

PPPS: numlockx is not installed on my machine.

-- System Information:
Debian Release: lenny/sid
  APT prefers testing
  APT policy: (500, 'testing'), (1, 'experimental')
Architecture: powerpc (ppc64)

Kernel: Linux 2.6.26-1-powerpc64 (SMP w/2 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages xserver-xorg-input-kbd depends on:
ii  libc6                         2.7-13     GNU C Library: Shared libraries
ii  xserver-xorg-core             2:1.4.2-6  Xorg X server - core server

xserver-xorg-input-kbd recommends no packages.

xserver-xorg-input-kbd suggests no packages.

-- no debconf information



--- End Message ---
--- Begin Message ---
Hello,

Cleaning up old bugs...

My best guess would be that e.g. the numlockx package was installed and
doing this, or gdm3 configured to do this. Anyway xserver-xorg-input-kbd
wouldn't be doing this.

Since this is very old and the system has probably been dumped since
then :) I am closing it.

Samuel

Charles Plessy, le mar. 14 oct. 2008 12:55:10 +0900, a ecrit:
> Package: xserver-xorg-input-kbd
> Version: 1:1.3.1-1
> Severity: normal
> 
> Dear X team,
> 
> the X server starts GDM with NumLock switched on. This would not be a
> big issue if the bug #464041 would not prevent the NumLock key to work
> on some keybords (like IBM-SK-8845): this removes seven alphabetic
> letters and prevents from typing some passords. Also, I am a bit puzzled
> because on some other computers I use, NumLock is not on by default.
> Could it be an issue with the keyboard driver?
> 
> If the issue can not be fixed for Lenny, I volunteer to submit a patch to the
> release notes. However, I do not know how to work around the bug in the login
> screen: can `xmodmap -e "keycode 77 = Num_Lock"' be added somewhere to have an
> effect before login? (the way I solve the problem is to switch on the original
> Bluetooth keyboard of the machine, press numlock, switch off the keyboard and
> forget it somewhere on my desk for a week).
> 
> Have a nice day,
> 
> -- Charles Plessy, Tsurumi, Kanagawa, Japan
> 
> PS: other relevant links on the Internet:
> 
> https://www-304.ibm.com/systems/support/supportsite.wss/docdisplay?lndocid=MIGR-5069645&brandind=5000020
> https://bugs.freedesktop.org/show_bug.cgi?id=14061
> https://bugs.launchpad.net/ubuntu/+source/xkeyboard-config/+bug/35080
> 
> PPS:
> 
> ection "InputDevice"
>       Identifier      "Generic Keyboard"
>       Driver          "kbd"
>       Option          "XkbRules"      "xorg"
>       Option          "XkbModel"      "pc104"
>       Option          "XkbLayout"     "us"
> EndSection
> 
> Section "InputDevice"
>         Identifier      "Configured Mouse"
>         Driver          "mouse"
>         Option          "CorePointer"
>         Option          "Device"                "/dev/input/mice"
>         Option          "Protocol"              "ImPS/2"
>         Option          "Emulate3Buttons"       "true"
>         Option      "EmulateWheel"        "on"
>         Option      "EmulateWheelTimeOut" "200"
>         Option      "EmulateWheelButton"  "2"
>         Option      "YAxisMapping"        "4 5"
>         Option      "XAxisMapping"        "6 7"
>         Option      "ZAxisMapping"        "4 5"
> EndSection
> 
> Section "Device"
>       Identifier      "Configured Video Device"
>       BusID           "PCI:240:16:0"
>       Option          "UseFBDev"              "true"
> EndSection
> 
> Section "Monitor"
>       Identifier      "Configured Monitor"
> EndSection
> 
> Section "Screen"
>       Identifier      "Default Screen"
>       Monitor         "Configured Monitor"
> EndSection
> 
> PPPS: numlockx is not installed on my machine.
> 
> -- System Information:
> Debian Release: lenny/sid
>   APT prefers testing
>   APT policy: (500, 'testing'), (1, 'experimental')
> Architecture: powerpc (ppc64)
> 
> Kernel: Linux 2.6.26-1-powerpc64 (SMP w/2 CPU cores)
> Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
> Shell: /bin/sh linked to /bin/bash
> 
> Versions of packages xserver-xorg-input-kbd depends on:
> ii  libc6                         2.7-13     GNU C Library: Shared libraries
> ii  xserver-xorg-core             2:1.4.2-6  Xorg X server - core server
> 
> xserver-xorg-input-kbd recommends no packages.
> 
> xserver-xorg-input-kbd suggests no packages.
> 
> -- no debconf information
> 
> 

-- 
Samuel
* x remarque qu'avec un peu de volonté, on peut faire du code de porc
dans d'importe quel langage Turing-complet
 -+- x sur #ens-mim - codons porc -+-

--- End Message ---

Reply via email to