Monday, April 2, 2012

Acer TimelineX Configuration on Ubuntu 12.04

Since I've recently upgraded from 11.04 to 12.04 I thought it would be good to share my experience with other Acer TimelineX 3820tg owners. 

Fixes from the kernel: 
  • All of the 'atom bios' video issues appear to be gone
  • You'll no longer need to tweak the trackpad
Screen Brightness Configuration
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 
Radeon blacklisting
First, open /etc/modprobe.d/blacklist.conf as root (I always use "gksu nautilus" to open the file manager as root and then navigate there). Once you have opened it with a text editor add the following line add the end:
blacklist radeon
Once you have done that, save the file and close the text editor. When you reboot, the system will no longer try to use the radeon card.

Note: If you plan on using the Radeon card, don't perform the blacklist step. 


Using Switcheroo
You'll need to do this in order to tell your system to use the Intel chipset instead of the radeon (blacklisting is not enough).
Now open /etc/rc.local (still as root) and add the following lines BEFORE 'exit 0'

modprobe radeon
echo OFF > /sys/kernel/debug/vgaswitcheroo/switch
Again, save the file. Now the radeon module will be re-loaded, vgaswitcheroo will be reenabled and the ATI card will be turned off. Cooler, quieter and better battery life.

3 comments:

  1. This comment has been removed by the author.

    ReplyDelete
  2. Hi,

    Thanks for sharing, it helped me a lot as I am using the exact same machine.

    However, may I know if you have any idea on how to make use of the Radeon 5650 card on this machine with 12.04?

    I tried the Restricted Drivers FGLRX but that dont even boot with unity 3D.

    I tried the ATI Catalyst driver and that boots directly to commandline!

    It will be great if you can share your findings with me.

    Thanks!

    ReplyDelete
  3. Great! Thanks. I have the same laptop.

    Do you know if there is a way to actually get the P-button on the TimelineX keyboard work as in Windows?

    ReplyDelete