voRia wrote:***
Now a little howto for using the repository.
I wrote the following instructions starting from a freshly installed Ubuntu, with 'proposed' repositories enabled and all the latest updates installed.
If you already followed my old howtos, there will be no problems because all the packages in repository have version number greater than my old packages. So, they will be updated to latest versions anyway.
First thing to do, let's add the repository to our installation.
Go to 'System'->'Administration'->'Software Sources'.
Click on 'Third-Party Software', 'Add' and paste one of the following lines, depending on your Ubuntu version.
if you are using Karmic:
Code: Select all
deb http://ppa.launchpad.net/voria/ppa/ubuntu karmic main
if you are using Jaunty:
Code: Select all
deb http://ppa.launchpad.net/voria/ppa/ubuntu jaunty main
If you are using Intrepid:
Code: Select all
deb http://ppa.launchpad.net/voria/ppa/ubuntu intrepid main
then click on 'Add Source'.
If you need the source code, add this line too:
for Karmic:
Code: Select all
deb-src http://ppa.launchpad.net/voria/ppa/ubuntu karmic main
for Jaunty:
Code: Select all
deb-src http://ppa.launchpad.net/voria/ppa/ubuntu jaunty main
for Intrepid:
Code: Select all
deb-src http://ppa.launchpad.net/voria/ppa/ubuntu intrepid main
Now go on 'Updates' and make sure the option 'Pre-released updates (*-proposed)' is enabled.
Click on 'Close', then 'Reload'.
An error will popup for security reasons, due to the missing GPG signing key.
Open a terminal and launch this command
Code: Select all
sudo apt-get install voria-ppa-keyring && sudo apt-get update
This will install the GPG key for the repository.
You will have to confirm the operation, typing 'Yes' means you trust my repository (me
).
Now the repository is enabled, just update the system to latest versions to have all the issues with Ubuntu on NC10 automatically fixed.
Here is a summary of all the issues and their fixes.
- The FN keys issue
Automatically fixed with official kernel 2.6.27-13 and newers.
- The brightness problem with gnome-power-manager and the FN-F5 key
Automatically fixed.
To enable the FN-F5 key you have to install the
nc10-scripts package, containing the needed script, that will be automatically mapped to the key.
However, if you already have a local configuration in your user home for hotkeys, this has the precedence over the global one.
To use the global one, you need to delete the following configuration files in your home:
Code: Select all
/home/<user name>/.gconf/apps/metacity/keybinding_commands/%gconf.xml
/home/<user name>/.gconf/apps/metacity/global_keybindings/%gconf.xml
Notice that this way any other manually configured hotkey is lost too. You have to reconfigure them.
NOTE:
If you are on Jaunty, you have to enable the 'commands' plugin in advanced compiz configuration in order to use keybindings.
Install the
compizconfig-settings-manager package to get the advanced compiz configuration manager.
- Enable the wireless card (with RFKILL support) and the FN-F9 key
Just install the
linux-backports-modules-jaunty package if you are on Jaunty, or the
linux-backports-modules-intrepid package if you are on Intrepid.
To enable the FN-F9 key you have to install the
nc10-scripts package, containing the needed script, that will be automatically mapped to the key. Also, a new rule is added to sudo configuration file in order to run the script with no password needed. Like the FN-F5 key, you have to delete the user local configuration (if it exists and it was created before the new package was installed) to use the global one.
- The sensitivity issue with the touchpad
Automatically fixed.
- The excessive Load Cycling problem
Automatically fixed.
At your choice, you can change the default options for laptop-mode in
/etc/laptop-mode/laptop-mode.conf file. More informations
here.
- Update ALSA drivers
Just install the
alsa-modules package.
- Enable the FN-F4 key
Check
this howto for more info.
All you have to do now is to setup all the remaining unused FN keys the way you want, you can find more instructions
here.
Happy 'ubuntuing' with your NC10!