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
Now open /etc/rc.local (still as root) and add the following lines BEFORE 'exit 0'
modprobe radeonAgain, 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.
echo OFF > /sys/kernel/debug/vgaswitcheroo/switch
This comment has been removed by the author.
ReplyDeleteHi,
ReplyDeleteThanks 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!
Great! Thanks. I have the same laptop.
ReplyDeleteDo you know if there is a way to actually get the P-button on the TimelineX keyboard work as in Windows?