On Fri, Feb 09, 2001 at 08:03:46PM +0100, Raffaele Sandrini wrote:
> I set in my bios, that it should enable Num Lock at Startup but Linux 
> switches it of when it starts. How can i configure bash or anything other to 
> enable Num Lock at Login? How can configure X-Server to switch it 
> automatically to on?

For the console (text mode), put this into ~/.bash_profile:

case `basename \`tty\`` in
  tty[1-9]) setleds +num;;
esac

For X, search on freshmeat for "numlockx", build it, install it, and run it
from one of your X startup files.

-- 
SGI products are used to create the 'Bugs' that entertain us in theatres
and at home. - SGI job posting
Geek Code 3.1:  GCS d? s+: a- C++ UL++$ P++>+++ L+++>++++ E- W--(++) N+ o+
!K w---$ O M- V? PS+ PE Y+ PGP t 5++ X+ R++ tv b+ DI++++ D G e* h+ r y+

Reply via email to