On Wed, 04 Feb 2009 20:27:00 +0200
Gregory Machin wrote:

> I'm getting an Acer aspire one (150) as there is a model that ships running 
> linux it obviously runs Linux ...daaa .. lol. And after some googling  there 
> are others that have gentoo and Ubunto running on it. can any. Thus i 
> conclude that it should run fedora 10 i386 .. can anyone make 
> recommendations. I would obviously like to recompile the the kernel, to 
> squeeze all I can out of it. Where could i find a good example config file to 
> start with. should I be using i386 ?

My Acer Aspire One works fine with F10/i386.  I got the model that came with
Windows XP on it because that was the one with an actual hard drive in it.  I
just reformatted and installed F10 and everything just worked without any
further fiddling around.

I added this to /etc/rc.local as well.  It gets better battery life this way:

echo ondemand > /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor
echo ondemand > /sys/devices/system/cpu/cpu1/cpufreq/scaling_governor
cat /sys/devices/system/cpu/cpu0/cpufreq/ondemand/sampling_rate_max
> /sys/devices/system/cpu/cpu0/cpufreq/ondemand/sampling_rate 
echo 1500 > /proc/sys/vm/dirty_writeback_centisecs
echo 20 > /proc/sys/vm/dirty_ratio
echo 10 > /proc/sys/vm/dirty_background_ratio
 
echo 1 > /sys/devices/system/cpu/sched_smt_power_savings
echo 10 > /sys/module/snd_hda_intel/parameters/power_save
echo 5 > /proc/sys/vm/laptop_mode
 
#Decrease power usage of USB while idle
[ -w /sys/bus/usb/devices/1-5/power/level ] && echo auto
> /sys/bus/usb/devices/1-5/power/level [ -w 
> /sys/bus/usb/devices/5-5/power/level ] && echo auto > 
> /sys/bus/usb/devices/5-5/power/level


-- 
MELVILLE THEATRE ~ Melville Sask ~ http://www.melvilletheatre.com
DRY CLEANER BUSINESS FOR SALE ~ http://www.canadadrycleanerforsale.com

-- 
fedora-list mailing list
[email protected]
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines

Reply via email to