Results 1 to 5 of 5

Thread: Enabling numlock at booting in Mint 10

  1. #1
    Join Date
    Dec 2010
    Posts
    11

    Enabling numlock at booting in Mint 10

    I was having Linux Mint 10 operating system installed on my Acer Aspire 4920 Notebook and my system was working fine. As soon as new Mint 10 version was released, I installed Linux Mint 10 on my Acer Aspire 4920 system. Also I updated my system by installing latest update patch and I have also installed Kaspersky antivirus software so that my system could be protected from adware, malware etc. I wanted to enable the Number lock while my system is booting but I am unaware of the steps to do it and therefore I need a solution describing the steps which will help me in enabling number lock without any error.

  2. #2
    Join Date
    Apr 2009
    Posts
    994

    Re: Enabling numlock at booting in Mint 10

    You can easily enable number lock on the system while it is booting. To enable the number lock on the system you may need to follow the steps given below:
    1. You need to install Package Manager on your system. After the installation of Package Manager you need to launch it by double clicking on it.
    2. In the Package Manager, you need to go to the Preferences/Startup Applications and from the startup application you may need to add a launcher for numlockx.
    3. You may need to click on the “Add” button and then enter the following details such as
      • Name = numlockx
      • Command = numlockx on
      • Description = enable numlock at startup
    4. Save these setting now the number lock will be enabled at the time of booting.

  3. #3
    Join Date
    Nov 2009
    Posts
    687

    Re: Enabling numlock at booting in Mint 10

    To enable the number lock at the time of booting you may need to install numlockx by typing the given below command in the terminal window:
    Code:
    sudo aptitude install numlockx
    After the installation of numlockx you may need to add a new entry in the Xsession file by following the steps given below:
    Code:
    sudo vim /etc/X11/Xsession
    You need to scroll the page until you see the line “exit (0)”. After you find “exit (0)” you need to paste the code given below above it:
    Code:
    # Turn on numlock when X starts.
    if [ -x /usr/bin/numlockx ]; then
        /usr/bin/numlockx on
    Fi
    Now you need to save this file and restart the system to check if the number lock has been enabled at booting time.

  4. #4
    Join Date
    Dec 2010
    Posts
    11

    Re: Enabling numlock at booting in Mint 10

    Thanks for providing me the solution. From the above given solution it was possible for me to enable the number lock at the time when the system starts up. I wanted to know if there is some software available through which I can enable number lock because typing the above given code in very pathetic job. I need a solution describing the software which will help me in enabling the number lock when the system is booting.

  5. #5
    Join Date
    May 2008
    Posts
    2,680

    Re: Enabling numlock at booting in Mint 10

    You can enable number lock in Linux platform while it is booting by making use of KDE software. KDE software provides an integrated set of cross-platform applications designed to run on Linux. You need to install KDE application on your system. After installing you need to launch it by double clicking on it from the desktop. You need to click on the Peripherals menu from KDE window and select “Keyboards”. In the Keyboards option you will be having two options for the Numlock on KDE startup. To enable number lock you need to click on Turn on option button and the number lock will be enabled at the time of system startup.

Similar Threads

  1. How to turn on Numlock in Windows 7?
    By Kanwaljeet in forum Operating Systems
    Replies: 6
    Last Post: 06-03-2011, 10:29 AM
  2. double booting linux mint with windows 7
    By Hahtalekin in forum Operating Systems
    Replies: 5
    Last Post: 12-01-2011, 11:21 AM
  3. Replies: 4
    Last Post: 12-01-2011, 11:13 AM
  4. Replies: 4
    Last Post: 02-01-2011, 11:08 PM
  5. Numlock problem
    By Tahseen Shahzad in forum Hardware Peripherals
    Replies: 4
    Last Post: 14-11-2008, 04:10 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,713,562,484.23827 seconds with 17 queries