Re: Autmatically switch "Num Lock" to on at Login

2001-02-09 Thread Ethan Benson
On Fri, Feb 09, 2001 at 03:11:09PM -0600, Dave Sherohman wrote: > > For the console (text mode), put this into ~/.bash_profile: > > case `basename \`tty\`` in > tty[1-9]) setleds +num;; > esac try this instead: if tty > /dev/null 2>&1 ; then case $(basename `tty`) in tty[1-9])

Re: Autmatically switch "Num Lock" to on at Login

2001-02-09 Thread Bob Hilliard
Raffaele Sandrini <[EMAIL PROTECTED]> writes: > 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? /

Re: Autmatically switch "Num Lock" to on at Login

2001-02-09 Thread Dave Sherohman
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 > automati

Re: Autmatically switch "Num Lock" to on at Login

2001-02-09 Thread Hall Stevenson
> 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? Not a solution, but I know it can be done. Mandrake-Li

Autmatically switch "Num Lock" to on at Login

2001-02-09 Thread Raffaele Sandrini
Hi, 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? cheers, Raffaele -- Raffaele Sandrini <[EMAIL PROTECTED