Re: [Fwd: Question: Re: Problem's with the keyboard]
Joel Dice <[email protected]>
| Newsgroups | gmane.comp.freedesktop.xserver |
|---|---|
| Message-ID | <[email protected]> |
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.