[Fwd: Question: Re: Problem's with the keyboard]

Joel Dice joel.dice@colorado.edu
Tue, 13 Jan 2004 14:17:51 -0700 (MST)


On Tue, 13 Jan 2004, Leonardo Lopes Pereira wrote:

> Thank you, now my keypad are working =D
> But when I restart my X it return to don't work, how can I put tu it
> work every time?
> And it work's but the led still off every time.

I don't know about the LED, but I just start Xvesa and my window manager
in a shell script like this:

#!/bin/sh

sudo Xvesa :1 &
icewm --display=:1 &

You could do something like this and add

xmodmap -display :1 -e "keycode 77 = Num_Lock Pointer_EnableKeys"

to the end.  There's probably a better way, though.