Wednesday, November 4, 2009

Paria Kennedy Streaming

Activate the numeric keypad in Ubuntu

213gr6h Good for those of us from Windows a veces es muy molesto que Ubuntu no venga con esta función predeterminada , pero tranquilos aquí les traigo una solución sencilla que funciona tanto en Ubuntu 7.10 hasta la última versión.


  • Vamos a instalar numlock...así que abrimos el terminal ( Aplicaciones → accesorios → terminal ) y escribimos :

sudo aptitude install numlockx

  • Once done, we asked our password and we'll have to wait a few minutes while installing numlockx.
  • Again go to terminal and type:

    sudo gedit / etc / gdm / Init / Default

  • Done this will open a window, we go to final file and placed before the exit 0 the following code:

& # 160;    if [ -x /usr/bin/numlockx ]; then

                               /usr/bin/numlockx on
                     
fi


done this reboot and see that when you log our number pad is activated.

0 comments:

Post a Comment