Home > Ubuntu, Uncategorized > Why does my keypad reset my X server?

Why does my keypad reset my X server?

For a while I’ve had this weird bug on my Ubuntu laptop where, while using an external keyboard, if I hit any key on the numeric keypad the current X server would reset. Incredibly annoying. What’s worse, is that I never really got around to “fixing” the problem, I just trained my right hand to not stray too far to the right. But of course, accidents happen, and this last time of losing work was the final “home loan that brought down the US economy”.

The problem originates somewhere between XGL and using your numeric keypad to control the pointer (known as Mouse Keys).

If you’re sure you don’t need XGL (check your xorg.conf first!), then simply remove it:

sudo apt-get remove xserver-xgl

And disable your Mouse Keys:

  1. System -> Preferences -> Keyboard
  2. Mouse Keys (tab)
  3. Uncheck “Allow to control the pointer using the keyboard”

Now restart your machine, and VoilĂ 

Categories: Ubuntu, Uncategorized Tags:
  1. No comments yet.
  1. No trackbacks yet.