Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 

The Unofficial Ubuntu Starter Guide
Prev Home Next

Q: How to turn on Num Lock on GNOME startup?

  1. Read General Notes
  2. Read How to add extra repositories?
  3. sudo apt-get install numlockx
    sudo cp /etc/X11/gdm/Init/Default /etc/X11/gdm/Init/Default_backup
    sudo gedit /etc/X11/gdm/Init/Default
  4. Find this line
    ...
    exit 0
  5. Add the following lines above it
    if [ -x /usr/bin/numlockx ]; then
      /usr/bin/numlockx on
    fi
  6. Save the edited file (sample)
  7. Read How to restart GNOME without rebooting computer?
The Unofficial Ubuntu Starter Guide
Prev Home Next

 
 
  Published under the terms of the GNU General Public License Design by Interspire