You are Here:
Linux Lite 6.6 FINAL Released - Support for 22 Languages Added - See Release Announcement Section



How to enable Numlock on login screen

Author (Read 5815 times)

0 Members and 1 Guest are viewing this topic.

Re: How to enable Numlock on login screen
« Reply #6 on: February 01, 2016, 04:41:02 PM »
 

flatstuff

  • New to Forums
  • *
  • 3
    Posts
  • Reputation: 0
  • Linux Lite Member
    • View Profile

  • CPU: Intel(R) Core(TM)2 Duo CPU T7250 @ 2.00GHz

  • MEMORY: 4Gb

  • VIDEO CARD: NVIDIA Corporation G84M [GeForce 8600M GT]
So I got it to work, basically the same info as the first post by misko_2083, but in a different folder/file

I used the folder

/usr/share/lightdm/lightdm.conf.d/ and added the line

"greeter-setup-script=/usr/bin/numlockx on" to the end of the file

50-greeter-wrapper.conf

So happy now to have that working...not sure why the different folder but will keep learning!

Terry
 

Re: How to enable Numlock on login screen
« Reply #5 on: February 01, 2016, 10:41:02 AM »
 

flatstuff

  • New to Forums
  • *
  • 3
    Posts
  • Reputation: 0
  • Linux Lite Member
    • View Profile

  • CPU: Intel(R) Core(TM)2 Duo CPU T7250 @ 2.00GHz

  • MEMORY: 4Gb

  • VIDEO CARD: NVIDIA Corporation G84M [GeForce 8600M GT]
Thanks nomko, but that did not work either.  Don't think it is something with my system as its basically a fresh install. Will keep researching.

Terry
 

Re: How to enable Numlock on login screen
« Reply #4 on: February 01, 2016, 08:34:57 AM »
 

nomko

  • Forum Regular
  • ***
  • 117
    Posts
  • Reputation: 13
  • Linux Lite Member
    • View Profile
    • My personal Linux site

  • CPU: Intel Core i7

  • MEMORY: 16Gb

  • VIDEO CARD: Intel 4th. Gen. integr. GPU/Nvidia GeForce GTX860M
My laptop:
MSI GE70-2PE*Quad core Intel Core i7-4710HQ*Kingston 16 GB RAM*Intel 4th Gen. Integr. GPU/NVidia GeForce GTX860M*Qualcomm Atheros Killer E2200/Intel Wireless 3160

I don't need Google, my wife knows everything!

My Linux website
 

Re: How to enable Numlock on login screen
« Reply #3 on: January 30, 2016, 11:49:56 PM »
 

flatstuff

  • New to Forums
  • *
  • 3
    Posts
  • Reputation: 0
  • Linux Lite Member
    • View Profile

  • CPU: Intel(R) Core(TM)2 Duo CPU T7250 @ 2.00GHz

  • MEMORY: 4Gb

  • VIDEO CARD: NVIDIA Corporation G84M [GeForce 8600M GT]
I am new to Linux Lite and have been searching for this information, but it does not work...

when I added the information to /etc/lightdm/lightdm.conf file which I had to create, my system would not boot into LL anymore. I dropped into a root command line and removed the line and then it booted up fine.

I even tried the line "activate-numlock=true" which I have used before on another system, but it doesn't do anything. Any help would be appreciated as this is driving me crazy!!!

Terry
 

Re: How to enable Numlock on login screen
« Reply #2 on: March 28, 2015, 10:24:40 PM »
 

Jerry

  • Linux Lite Creator
  • Administrator
  • Platinum Level Poster
  • *****
  • 8777
    Posts
  • Reputation: 801
  • Linux Lite Member
    • View Profile
    • Linux Lite OS

  • CPU: Intel Core i9-10850K CPU @ 3.60GHz

  • MEMORY: 32Gb

  • VIDEO CARD: nVidia GeForce GTX 1650

  • Kernel: 5.x
Thank you for including this misko :)
 

How to enable Numlock on login screen
« Reply #1 on: March 28, 2015, 12:53:18 PM »
 

anon222

  • Muted
  • Gold Level Poster
  • *
  • 688
    Posts
  • Reputation: 192
  • Linux Lite Member
    • View Profile

  • CPU: Dual core Pentium E5700 3GHz

  • MEMORY: 3Gb

  • VIDEO CARD: GeForce GT 430
Press Ctrl+Alt+T to open Terminal
First you need to install the package numlockx. Type in:
Code: [Select]
sudo apt-get install numlockxThen you need to change /etc/lightdm/lightdm.conf file

Two ways to do it:
1. Run this command:
Code: [Select]
sudo sh -c "printf '\ngreeter-setup-script=/usr/bin/numlockx on' >> /etc/lightdm/lightdm.conf"It will add this line greeter-setup-script=/usr/bin/numlockx on at the end of the file.

2. Open /etc/lightdm/lightdm.conf file with superuser privileges
Code: [Select]
sudo  leafpad /etc/lightdm/lightdm.confthen add this line to the end of the /etc/lightdm/lightdm.conf file
Code: [Select]
greeter-setup-script=/usr/bin/numlockx on
Additional info:
greeter-setup-script=/usr/bin/numlockx off
will disable Numlock on login screen
Code: [Select]
sudo  leafpad /etc/lightdm/lightdm.conf
 

 

-->
X Close Ad

Linux Lite 6.6 FINAL Released - Support for 22 Languages Added - See Release Announcement Section