Http://www.linlap.com/wiki/acer+aspire+4830tg+timelinex
Acer Aspire 4830 TGAuthor (s)
Mark Baas
Introduction
This laptop is a fine laptop for Linux, it needs some tweaks though. Optimus support by the Ironhide project is still unstable, however I'm still working on it.
The results are based on an installation of Ubuntu 11.10 Oneiric.
Specifications
Name |
Acer Aspire 4830TG |
Processor |
Intel Core 5 2430 M |
Screen |
14" |
RAM |
4 GB |
HDD |
640 GB |
Optical Drive |
DVD Multilayer |
Graphics |
Nvidia gt 540 M |
Network |
Wireless, Bluetooth |
Linux Compatibility
Device |
Compatibility |
Comments |
Processor |
Yes |
Monitoring and clocking cocould be done by the i7z project |
Screen |
Yes |
Backlight needs acpi_osi = Linux in boot parameters |
HDD |
Yes |
Optical Drive |
Yes |
Graphics |
Partial |
Experimental support for Optimus by Ironhide project |
Sound |
Partial |
Sound usually works, when it doesnt simply suspend & resume to get sound working |
Ethernet |
Yes |
Wireless |
Yes |
Bluetooth |
Yes |
USB |
Yes |
Card Reader |
Tested SD-card, works fine |
Camera |
Yes |
Notes
Notes on Optimus: Do not install any 3rd party drivers at startup. First enable xorg-edgers ppa and ironhide ppa (google it). Then follow the ironhide installation instructions.
I had the problem that ironhide's power. d script to disable nvidia on startup caused nvidia to not work anymore. So manually I disable the card with the ironhide-disablecard script every time.
Notes on battery life:
This is probably the most important part. you 'd probably buy this laptop for it's battery and then finding out that linux sucks when it comes to power saving. well don't worry, I got 5 + hours running linux, just as much as windows. here is what you do:
Install cpufreqd and place the following cpufreqd. conf in/etc:
[General]
pidfile=/var/run/cpufreqd.pid
poll_interval=5
verbosity=5
[/General]
[Profile]
name=Normal
minfreq=0%
maxfreq=100%
policy=ondemand
[/Profile]
[Profile]
name=Powersave
minfreq=800MHz
maxfreq=1000MHz
policy=powersave
[/Profile]
[Profile]
name=Performance
minfreq=0%
maxfreq=100%
policy=performance
[/Profile]
[Rule]
name=AC
ac=on
profile=Normal
[/Rule]
[Rule]
name=Battery
ac=off
profile=Powersave
[/Rule]
[Rule]
name=Games
profile=Performance
programs=optirun,optirun32,optirun64
[/Rule]
This will put the cpu in powersave mode when being on battery.
Then add the following parameters to/etc/default/grub line GRUB_CMDLINE_LINUX_DEFAULT: pcie_aspm = force acpi_osi = Linux i915.i915 _ enable_rc6 = 1
Ironhide installa script to disable nvidia on power up. For me this messes up the nvidia driver, so every startup on battery I execute the ironhide-disablecard script to not let nvidia burn my battery.
Summary
I am very satisfied with this laptop, however I am still struggling with ironhide and playing games on my nvidia card. Anyhow, this laptop model is relatively new and it's future looks bright.