<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://www.thinkwiki.org/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Gandro</id>
	<title>ThinkWiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://www.thinkwiki.org/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Gandro"/>
	<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/wiki/Special:Contributions/Gandro"/>
	<updated>2026-05-05T03:01:53Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.31.12</generator>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=CS4624&amp;diff=42603</id>
		<title>CS4624</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=CS4624&amp;diff=42603"/>
		<updated>2009-04-10T12:02:36Z</updated>

		<summary type="html">&lt;p&gt;Gandro: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
{| width=&amp;quot;100%&amp;quot;&lt;br /&gt;
|style=&amp;quot;vertical-align:top&amp;quot; |&lt;br /&gt;
&amp;lt;div style=&amp;quot;margin: 0; margin-right:10px; border: 1px solid #dfdfdf; padding: 0em 1em 1em 1em; background-color:#F8F8FF; align:right;&amp;quot;&amp;gt;&lt;br /&gt;
=== CS4624 ===&lt;br /&gt;
This is a Cirrus Logic Audio controller&lt;br /&gt;
&lt;br /&gt;
Note: This chip is paired with a [[CS4297|CS4297A]] AC'97 Audio controller, only one sound driver should be loaded.&lt;br /&gt;
&lt;br /&gt;
=== Features ===&lt;br /&gt;
* Chipset: CS4624&lt;br /&gt;
* Interface: PCI&lt;br /&gt;
* PCI ID: 1013:6003&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
|style=&amp;quot;vertical-align:top&amp;quot; |&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Linux ALSA driver ===&lt;br /&gt;
This sound chip is supported by the snd-cs46xx kernel module. &lt;br /&gt;
&lt;br /&gt;
==== Problems with suspend and resume in kernel prior 2.6.29 ====&lt;br /&gt;
The driver has a bug in that sound does not work after suspend and resume. If the cs46xx Alsa driver is compiled as a module though, sound can be reinitialized by removing and reloading the module and resetting the alsamixer soundlevels. A simple bash-script (to be run as root) that does this, would look roughly like this:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;#!/bin/sh&lt;br /&gt;
/etc/rc.d/init.d/alsa stop&lt;br /&gt;
modprobe -r cs46xx&lt;br /&gt;
modprobe cs46xx&lt;br /&gt;
/etc/rc.d/init.d/alsa start&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Do note that the link to &amp;quot;/etc/rc.d/init.d/alsa&amp;quot; may have to be modified depending on where your distributions init-files are placed.&lt;br /&gt;
&lt;br /&gt;
Without the kernel config option {{kernelconf|CONFIG_SND_CS46XX_NEW_DSP|[ ]|Currus Logic (Sound Fusion) New DSP support||||}}  suspend and resume works perfectly. However, the old DPS image has no support for multichannel sound or dmix, so you have to use a soundserver like &amp;lt;tt&amp;gt;esd&amp;lt;/tt&amp;gt; or PulseAudio to allow multiple applications to play sounds at the same time.&lt;br /&gt;
&lt;br /&gt;
==== Problems with the microphone ====&lt;br /&gt;
If you can't seem to use your mic with this card, open up alsamixer and set the following 3 channels to &amp;quot;capture&amp;quot;: MIC, CAPTURE, ADC. Make sure your amixer output contains following: &lt;br /&gt;
 Simple mixer control 'ADC',0&lt;br /&gt;
   Capabilities: volume cswitch cswitch-joined&lt;br /&gt;
   Playback channels: Front Left - Front Right&lt;br /&gt;
   Capture channels: Front Left - Front Right&lt;br /&gt;
   Limits: 0 - 32767 &lt;br /&gt;
   Front Left: 32767 [100%] Capture [on]&lt;br /&gt;
   Front Right: 32767 [100%] Capture [on] &lt;br /&gt;
(see also: http://alsa.opensrc.org/cs46xx)&lt;br /&gt;
&lt;br /&gt;
=== ThinkPads this chip may be found in ===&lt;br /&gt;
* {{600X}}&lt;br /&gt;
* {{A20m}}, {{A20p}}, {{A21m}}, {{A21p}}, {{A22m}}, {{A22p}}&lt;br /&gt;
* {{T20}}, {{T21}}, {{T22}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Components]]&lt;/div&gt;</summary>
		<author><name>Gandro</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=LCD_Brightness&amp;diff=40317</id>
		<title>LCD Brightness</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=LCD_Brightness&amp;diff=40317"/>
		<updated>2008-12-19T13:57:01Z</updated>

		<summary type="html">&lt;p&gt;Gandro: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Stub}}&lt;br /&gt;
&lt;br /&gt;
== Regular ACPI ==&lt;br /&gt;
&lt;br /&gt;
This worked for my {{X61}}:&lt;br /&gt;
&lt;br /&gt;
Once your brightness keys work, you can set the brightness by writing to the procfs:&lt;br /&gt;
&lt;br /&gt;
{{cmdroot|echo 100 &amp;gt; /proc/acpi/video/VID1/LCD0/brightness}}&lt;br /&gt;
&lt;br /&gt;
using a script and acpid events. However this may lead to a bug (screen flickers) described on the Debian mailing list [[http://www.mail-archive.com/debian-x@lists.debian.org/msg71942.html]]. This bug is related to the X server as it does not occur on the tty1. To fix it change your xrandr backlight control to native:&lt;br /&gt;
&lt;br /&gt;
{{cmduser|$xrandr --output LVDS --set BACKLIGHT_CONTROL native}}&lt;br /&gt;
&lt;br /&gt;
For my {{X61}}, these following scripts from [http://d.hatena.ne.jp/conceal-rs/20080309/1205083315 this japanese site] helped:&lt;br /&gt;
&lt;br /&gt;
 % cat /etc/acpi/video_brightnessdown.sh&lt;br /&gt;
 #!/bin/sh&lt;br /&gt;
 xbacklight -dec 10%&lt;br /&gt;
&lt;br /&gt;
 % cat /etc/acpi/video_brightnessup.sh&lt;br /&gt;
 #!/bin/sh&lt;br /&gt;
 xbacklight -inc 10%&lt;br /&gt;
=== 2.6.26 kernel ===&lt;br /&gt;
&lt;br /&gt;
If you are using a 2.6.26 kernel, you are supposed to use the regular ACPI backlight control instead of thinkpad-acpi, on any Lenovo (Windows Vista-capable) ThinkPad.&lt;br /&gt;
&lt;br /&gt;
Modify the kernel config by first disabling CONFIG_THINKPAD_ACPI_VIDEO and then enabling both CONFIG_VIDEO_OUTPUT_CONTROL and CONFIG_ACPI_VIDEO [http://www.nabble.com/T61-Brightness-keys-with-2.6.26-not-working-(NVIDIA)-td18577619.html]  While you are at it, be sure to read the well-written help sections for the kernel config settings :)&lt;br /&gt;
&lt;br /&gt;
== Thinkpad-ACPI ==&lt;br /&gt;
&lt;br /&gt;
If you have an older ThinkPad model, such as the {{T20}}, you may want to use [[thinkpad-acpi]].&lt;br /&gt;
You can adjust the brightness of your screen by software using either procfs or sysfs.&lt;br /&gt;
&lt;br /&gt;
If the following commands fail, you may want to try other module parameters for thinkpad-acpi. I had to use &amp;lt;tt&amp;gt;backlight_mode=1&amp;lt;/tt&amp;gt; for example on my {{T20}}.&lt;br /&gt;
Just add the following line to your {{path|/etc/modprobe.conf}}&lt;br /&gt;
 options thinkpad-acpi brightness_mode=1&lt;br /&gt;
&lt;br /&gt;
See the chapter &amp;lt;tt&amp;gt;LCD brightness control&amp;lt;/tt&amp;gt; of {{path|Documentation/laptops/thinkpad-acpi.txt}} in the kernel sources for more informations.&lt;br /&gt;
&lt;br /&gt;
==== Using procfs ====&lt;br /&gt;
&lt;br /&gt;
To adjust the brightness to a certain level:&lt;br /&gt;
&lt;br /&gt;
{{cmdroot|echo 'level 3' &amp;gt; /proc/acpi/ibm/brightness}}&lt;br /&gt;
&lt;br /&gt;
Just one level up or down:&lt;br /&gt;
&lt;br /&gt;
{{cmdroot|echo 'up' &amp;gt; /proc/acpi/ibm/brightness}} &amp;lt;br /&amp;gt;&lt;br /&gt;
{{cmdroot|echo 'down' &amp;gt; /proc/acpi/ibm/brightness}}&lt;br /&gt;
&lt;br /&gt;
See {{path|/proc/acpi/ibm/brightness}} for a list of all available commands.&lt;br /&gt;
&lt;br /&gt;
==== Using sysfs ====&lt;br /&gt;
&lt;br /&gt;
The sysfs-interface allows more a flexible method of brightness control:&lt;br /&gt;
&lt;br /&gt;
Get the current brightness level:&lt;br /&gt;
&lt;br /&gt;
{{cmdroot|cat /sys/class/backlight/thinkpad_screen/actual_brightness}}&lt;br /&gt;
&lt;br /&gt;
Get the highest brightness level:&lt;br /&gt;
&lt;br /&gt;
{{cmdroot|cat /sys/class/backlight/thinkpad_screen/max_brightness}}&lt;br /&gt;
&lt;br /&gt;
Adjust the brightness to a certain level:&lt;br /&gt;
&lt;br /&gt;
{{cmdroot|echo 3 &amp;gt; /sys/class/backlight/thinkpad_screen/brightness}}&lt;br /&gt;
&lt;br /&gt;
== Ubuntu 8.10 Intrepid Ibex ==&lt;br /&gt;
The hardware keys work out of the box on a clean install of Ubuntu 8.10 Intrepid Ibex.  No tweaking necessary.&lt;/div&gt;</summary>
		<author><name>Gandro</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=CS4624&amp;diff=40194</id>
		<title>CS4624</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=CS4624&amp;diff=40194"/>
		<updated>2008-12-10T15:52:54Z</updated>

		<summary type="html">&lt;p&gt;Gandro: /* Linux ALSA driver */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
{| width=&amp;quot;100%&amp;quot;&lt;br /&gt;
|style=&amp;quot;vertical-align:top&amp;quot; |&lt;br /&gt;
&amp;lt;div style=&amp;quot;margin: 0; margin-right:10px; border: 1px solid #dfdfdf; padding: 0em 1em 1em 1em; background-color:#F8F8FF; align:right;&amp;quot;&amp;gt;&lt;br /&gt;
=== CS4624 ===&lt;br /&gt;
This is a Cirrus Logic Audio controller&lt;br /&gt;
&lt;br /&gt;
Note: This chip is paired with a [[CS4297|CS4297A]] AC'97 Audio controller, only one sound driver should be loaded.&lt;br /&gt;
&lt;br /&gt;
=== Features ===&lt;br /&gt;
* Chipset: CS4624&lt;br /&gt;
* Interface: PCI&lt;br /&gt;
* PCI ID: 1013:6003&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
|style=&amp;quot;vertical-align:top&amp;quot; |&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Linux OSS driver ===&lt;br /&gt;
This sound chip is supported by the cs46xx kernel module.&lt;br /&gt;
&lt;br /&gt;
=== Linux ALSA driver ===&lt;br /&gt;
This sound chip is supported by the snd-cs46xx kernel module. The driver has a bug in that sound does not work after suspend and resume. If the cs46xx Alsa driver is compiled as a module though, sound can be reinitialized by removing and reloading the module and resetting the alsamixer soundlevels. A simple bash-script (to be run as root) that does this, would look roughly like this:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;#!/bin/sh&lt;br /&gt;
/etc/rc.d/init.d/alsa stop&lt;br /&gt;
modprobe -r cs46xx&lt;br /&gt;
modprobe cs46xx&lt;br /&gt;
/etc/rc.d/init.d/alsa start&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Do note that the link to &amp;quot;/etc/rc.d/init.d/alsa&amp;quot; may have to be modified depending on where your distributions init-files are placed.&lt;br /&gt;
&lt;br /&gt;
Without the kernel config option {{kernelconf|CONFIG_SND_CS46XX_NEW_DSP|[ ]|Currus Logic (Sound Fusion) New DSP support||||}}  suspend and resume works perfectly. However, the old DPS image has no support for multichannel sound or dmix, so you have to use a soundserver like &amp;lt;tt&amp;gt;esd&amp;lt;/tt&amp;gt; or PulseAudio to allow multiple applications to play sounds at the same time.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
If you can't seem to use your mic with this card, open up alsamixer and set the following 3 channels to &amp;quot;capture&amp;quot;: MIC, CAPTURE, ADC. Make sure your amixer output contains following: &lt;br /&gt;
 Simple mixer control 'ADC',0&lt;br /&gt;
   Capabilities: volume cswitch cswitch-joined&lt;br /&gt;
   Playback channels: Front Left - Front Right&lt;br /&gt;
   Capture channels: Front Left - Front Right&lt;br /&gt;
   Limits: 0 - 32767 &lt;br /&gt;
   Front Left: 32767 [100%] Capture [on]&lt;br /&gt;
   Front Right: 32767 [100%] Capture [on] &lt;br /&gt;
(see also: http://alsa.opensrc.org/cs46xx)&lt;br /&gt;
&lt;br /&gt;
=== ThinkPads this chip may be found in ===&lt;br /&gt;
* {{600X}}&lt;br /&gt;
* {{A20m}}, {{A20p}}, {{A21m}}, {{A21p}}, {{A22m}}, {{A22p}}&lt;br /&gt;
* {{T20}}, {{T21}}, {{T22}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Components]]&lt;/div&gt;</summary>
		<author><name>Gandro</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=CS4624&amp;diff=40193</id>
		<title>CS4624</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=CS4624&amp;diff=40193"/>
		<updated>2008-12-10T15:51:54Z</updated>

		<summary type="html">&lt;p&gt;Gandro: /* Linux ALSA driver */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
{| width=&amp;quot;100%&amp;quot;&lt;br /&gt;
|style=&amp;quot;vertical-align:top&amp;quot; |&lt;br /&gt;
&amp;lt;div style=&amp;quot;margin: 0; margin-right:10px; border: 1px solid #dfdfdf; padding: 0em 1em 1em 1em; background-color:#F8F8FF; align:right;&amp;quot;&amp;gt;&lt;br /&gt;
=== CS4624 ===&lt;br /&gt;
This is a Cirrus Logic Audio controller&lt;br /&gt;
&lt;br /&gt;
Note: This chip is paired with a [[CS4297|CS4297A]] AC'97 Audio controller, only one sound driver should be loaded.&lt;br /&gt;
&lt;br /&gt;
=== Features ===&lt;br /&gt;
* Chipset: CS4624&lt;br /&gt;
* Interface: PCI&lt;br /&gt;
* PCI ID: 1013:6003&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
|style=&amp;quot;vertical-align:top&amp;quot; |&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Linux OSS driver ===&lt;br /&gt;
This sound chip is supported by the cs46xx kernel module.&lt;br /&gt;
&lt;br /&gt;
=== Linux ALSA driver ===&lt;br /&gt;
This sound chip is supported by the snd-cs46xx kernel module. The driver has a bug in that sound does not work after suspend and resume. If the cs46xx Alsa driver is compiled as a module though, sound can be reinitialized by removing and reloading the module and resetting the alsamixer soundlevels. A simple bash-script (to be run as root) that does this, would look roughly like this:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;#!/bin/sh&lt;br /&gt;
/etc/rc.d/init.d/alsa stop&lt;br /&gt;
modprobe -r cs46xx&lt;br /&gt;
modprobe cs46xx&lt;br /&gt;
/etc/rc.d/init.d/alsa start&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Do note that the link to &amp;quot;/etc/rc.d/init.d/alsa&amp;quot; may have to be modified depending on where your distributions init-files are placed.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Without the kernel config option {{kernelconf|CONFIG_SND_CS46XX_NEW_DSP|[ ]|Currus Logic (Sound Fusion) New DSP support||||}}  suspend and resume works perfectly. However, the old DPS image has no support for multichannel sound or dmix, so you have to use a soundserver like &amp;lt;tt&amp;gt;esd&amp;lt;/tt&amp;gt; or PulseAudio to allow multiple applications to play sounds at the same time&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
If you can't seem to use your mic with this card, open up alsamixer and set the following 3 channels to &amp;quot;capture&amp;quot;: MIC, CAPTURE, ADC. Make sure your amixer output contains following: &lt;br /&gt;
 Simple mixer control 'ADC',0&lt;br /&gt;
   Capabilities: volume cswitch cswitch-joined&lt;br /&gt;
   Playback channels: Front Left - Front Right&lt;br /&gt;
   Capture channels: Front Left - Front Right&lt;br /&gt;
   Limits: 0 - 32767 &lt;br /&gt;
   Front Left: 32767 [100%] Capture [on]&lt;br /&gt;
   Front Right: 32767 [100%] Capture [on] &lt;br /&gt;
(see also: http://alsa.opensrc.org/cs46xx)&lt;br /&gt;
&lt;br /&gt;
=== ThinkPads this chip may be found in ===&lt;br /&gt;
* {{600X}}&lt;br /&gt;
* {{A20m}}, {{A20p}}, {{A21m}}, {{A21p}}, {{A22m}}, {{A22p}}&lt;br /&gt;
* {{T20}}, {{T21}}, {{T22}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Components]]&lt;/div&gt;</summary>
		<author><name>Gandro</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=How_to_configure_cpudynd&amp;diff=40188</id>
		<title>How to configure cpudynd</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=How_to_configure_cpudynd&amp;diff=40188"/>
		<updated>2008-12-10T15:30:59Z</updated>

		<summary type="html">&lt;p&gt;Gandro: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{NOTE|See the [[How_to_make_use_of_Dynamic_Frequency_Scaling|Dynamic Frequency Scaling HOWTO]] on how to avoid using cpu frequency scaling daemons by using the kernel builtin ondemand governor.}}&lt;br /&gt;
&lt;br /&gt;
If you decide not to use the ACPI throttling functionality (as you certainly will on simple SpeedStep models like all T2x), cpudynd will work by changing the kernels frequency scaling governors: it will load the powersave governor by default and exchange it against the performance governor if the CPU load exceeds a certain level. Therefore, you have to make sure that those two governors can be used by the kernel, i.e. their modules (&amp;lt;tt&amp;gt;cpufreq_performance&amp;lt;/tt&amp;gt; and &amp;lt;tt&amp;gt;cpufreq_powersave&amp;lt;/tt&amp;gt;) are loaded properly.&lt;br /&gt;
&lt;br /&gt;
{{NOTE|There is a &amp;quot;bug&amp;quot; in cpudynd 1.0.1: The interval which is passed with the &amp;lt;tt&amp;gt;-i&amp;lt;/tt&amp;gt; parameter is handled as deciseconds instead of seconds, which causes unnecessary wakeups of the cpu. Use the &amp;lt;tt&amp;gt;-ms&amp;lt;/tt&amp;gt; parameter with the value in milliseconds as a workarouond for this. }}&lt;br /&gt;
&lt;br /&gt;
In {{Debian}}, all you have to do is:&lt;br /&gt;
:{{cmdroot|apt-get install cpudyn}}&lt;br /&gt;
In most cases it will work out of the box. &lt;br /&gt;
&lt;br /&gt;
This is the default Debian config, but works well out of the box:&lt;br /&gt;
&lt;br /&gt;
 # Cpudyn configure options&lt;br /&gt;
 &lt;br /&gt;
 ################################################&lt;br /&gt;
 # COMMON OPTIONS&lt;br /&gt;
 ################################################&lt;br /&gt;
 #&lt;br /&gt;
 # Internal between idle ratio tests in 1/10 sec increments&lt;br /&gt;
 #&lt;br /&gt;
 INTERVAL=1&lt;br /&gt;
 &lt;br /&gt;
 ################################################&lt;br /&gt;
 # CPUFREQ OPTIONS&lt;br /&gt;
 ################################################&lt;br /&gt;
 #&lt;br /&gt;
 # CPU idle work ratio to speed up&lt;br /&gt;
 #&lt;br /&gt;
 CPU_UP=0.5&lt;br /&gt;
 &lt;br /&gt;
 #&lt;br /&gt;
 # CPU idle work ratio to speed down&lt;br /&gt;
 #&lt;br /&gt;
 CPU_DOWN=0.9&lt;br /&gt;
 &lt;br /&gt;
 #&lt;br /&gt;
 # when using cputhrottling, what state to switch when speeding down&lt;br /&gt;
 #&lt;br /&gt;
 THROTTLING_LOW=7&lt;br /&gt;
 &lt;br /&gt;
 ################################################&lt;br /&gt;
 # DISK OPTIONS&lt;br /&gt;
 # (disabled by default)&lt;br /&gt;
 ################################################&lt;br /&gt;
 #&lt;br /&gt;
 # Timeout to put the disk in standby mode if there was no&lt;br /&gt;
 # io during that period (in seconds)&lt;br /&gt;
 #&lt;br /&gt;
 #TIMEOUT=120&lt;br /&gt;
 &lt;br /&gt;
 #&lt;br /&gt;
 # Specified disks to spindown (comma separated devices)&lt;br /&gt;
 #&lt;br /&gt;
 # DISKS=/dev/hda,/dev/hdb&lt;br /&gt;
 &lt;br /&gt;
 ################################################&lt;br /&gt;
 # EXTRA OPTIONS&lt;br /&gt;
 ################################################&lt;br /&gt;
 &lt;br /&gt;
 # Available options are&lt;br /&gt;
 # -acpi disables cpufreq and force the use of acpi&lt;br /&gt;
 # -asus enables asus_acpi in some laptops&lt;br /&gt;
 # -nice count also nice CPU usage as load as well&lt;br /&gt;
 # -minf value Set the minimum CPU frequency in a value between 0.0 and 1.0&lt;br /&gt;
 #&lt;br /&gt;
 # EXTRA_OPTIONS=&amp;quot;&amp;quot;&lt;/div&gt;</summary>
		<author><name>Gandro</name></author>
		
	</entry>
</feed>