Re: [Trisquel-users] Setup powertop --auto-tune at startup

2015-04-19 Thread t8mf4nu6lizp
Regarding the mouse behavior, goto powertop and find the tunable that controls the mouse. On my computer it seems to be Autosuspend for USB device USB Optical Mouse [3-2]. Hit enter to toggle that tunable and powertop shows you what it does when it disables it. You can put that command

Re: [Trisquel-users] Setup powertop --auto-tune at startup

2015-04-17 Thread nicodemusso85
like this? #!/bin/sh -e # # rc.local # # This script is executed at the end of each multiuser runlevel. # Make sure that the script will exit 0 on success or any other # value on error. # # In order to enable or disable this script just change the execution # bits. # # By default this script does

Re: [Trisquel-users] Setup powertop --auto-tune at startup

2015-04-17 Thread t8mf4nu6lizp
Two things, first /etc/rc.local needs to be executablesudo chmod +x /etc/rc.local and you should use full paths, so replace powertop with the output ofwhich powertop

Re: [Trisquel-users] Setup powertop --auto-tune at startup

2015-04-17 Thread nicodemusso85
i've just edited the file: #!/bin/sh -e # # rc.local # # This script is executed at the end of each multiuser runlevel. # Make sure that the script will exit 0 on success or any other # value on error. # # In order to enable or disable this script just change the execution # bits. # # By default

[Trisquel-users] Setup powertop --auto-tune at startup

2015-04-16 Thread nicodemusso85
I have Trisquel 7 running on a Lenovo x60 with Libreboot. Every time i notice some buzz/noises coming from the motherboard. I was able to avoid this noise following this: http://www.libreboot.org/docs/misc/index.html#trisquel7_powertop so every time i log into the system i have to run this