Showing posts with label meerkat. Show all posts
Showing posts with label meerkat. Show all posts

Monday, May 2, 2011

Basic configuration For the Acer TimelineX 3820TG

After upgrading to Ubuntu 11.04 (Natty) there are some things you will need to do. I'll start this with the easy stuff.

1. Fix the screen brightness - unless you apply this, you will not be able to increase/decrease brightness on this computer (thus sucking battery life):
  • As root navigate to (you can do this by entering "gksu nautilus") and edit : /etc/default/grub
  • Change the line GRUB_CMDLINE_LINUX=""    to  GRUB_CMDLINE_LINUX="acpi_osi=Linux"
  • save the file
  • and then (in a terminal): sudo update-grub
  • reboot
2. To enable vertical scrolling with the trackpad do the following:
  • Navigate to /etc/modprobe.d/
  • Make a file called psmouse.conf and paste this text into it:
options psmouse proto=imps
  • save as root in the folder (you should already be there) /etc/modprobe.d/
  • that's it. 
EDIT: I've found a touchpad driver which doesn't require any system tweaking at all. Just install this file:
http://people.canonical.com/~sforshee/alps-touchpad/psmouse-alps-0.9/psmouse-alps-dkms_0.9_all.deb

The source of the driver can be found here.

My next post on this computer will cover the switchable graphics card which will be a little bit more technical. Until we do that, you'll only have about 2.5 hours of battery life.

If you are feeling brave, you can always find this info in the Ubuntu forums. 

Monday, March 14, 2011

Use the Windows key to open the panel in Ubuntu

I've seen this tip in a number of different places.  I think it's useful for someone starting in Linux from Windows. This tutorial is provided by the Ubuntu Sharing blog

[The] Windows key, the Super key between Ctrl and Alt is used for launching Main menu in Windows system and Ubuntu using Alt+F1 instead.
If you’d like Super key as keyboard shortcut to launch Gnome Main menu in Ubuntu, follow this simple tutorial.
1.) Press Alt+F2 to launch “Run Application” box, type in gconf-editor and click Run.

2.) Navigate to apps/metacity/global_keybindings/, in right click to set value of “panel_main_menu” to “Super_L”