All of lore.kernel.org
 help / color / mirror / Atom feed
* Is it possible to modify "Frequency Table Helpers" to let Overclock?
@ 2005-01-20  2:34 Javi
  2005-01-20  5:12 ` Nebojsa Trpkovic
  2005-01-20  9:12 ` Dominik Brodowski
  0 siblings, 2 replies; 3+ messages in thread
From: Javi @ 2005-01-20  2:34 UTC (permalink / raw)
  To: cpufreq

First of all, hi everybody, it's my first mail to the list :)

I use to have my CPU overclocked and I would like to use dynamic CPU frequency scaling.
I have an AMD64 3400+ (754) which default's  frequency  is 2400Mhz, but I always run it at 2800Mhz.

The problem is that I can't use dynamic CPU frequency scaling because the max abiable speed I can set is 2400Mhz, so I can't overclock :(

# for i in $( ls /sys/devices/system/cpu/cpu0/cpufreq ); do  echo -n $i;  echo -n ": ";  cat $i; done ;
cpuinfo_cur_freq: 2000000
cpuinfo_max_freq: 2400000 
cpuinfo_min_freq: 1000000
scaling_available_frequencies: 2400000 2200000 2000000 1800000 1000000
scaling_available_governors: ondemand userspace
scaling_cur_freq: 2000000
scaling_driver: powernow-k8
scaling_governor: ondemand 
scaling_max_freq: 2400000 
scaling_min_freq: 1000000
scaling_setspeed: 2000000

Is there a way to change "Frequency Table Helpers" to let me overclock?

Thanks in advance.

Javi.

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Is it possible to modify "Frequency Table Helpers" to let Overclock?
  2005-01-20  2:34 Is it possible to modify "Frequency Table Helpers" to let Overclock? Javi
@ 2005-01-20  5:12 ` Nebojsa Trpkovic
  2005-01-20  9:12 ` Dominik Brodowski
  1 sibling, 0 replies; 3+ messages in thread
From: Nebojsa Trpkovic @ 2005-01-20  5:12 UTC (permalink / raw)
  To: cpufreq

I guess you overclock by rising the FSB and frequency changes by cpufreq 
are done by changing the multiplier, so you still can overclock your 
Athlon. You'll just set your FSB to 233MHz and run it at 2800MHz, and 
when it's not under load it will run on 1166MHz. Check this with 
/proc/cpuinfo.

Just guessing...



Javi wrote:

>First of all, hi everybody, it's my first mail to the list :)
>
>I use to have my CPU overclocked and I would like to use dynamic CPU frequency scaling.
>I have an AMD64 3400+ (754) which default's  frequency  is 2400Mhz, but I always run it at 2800Mhz.
>
>The problem is that I can't use dynamic CPU frequency scaling because the max abiable speed I can set is 2400Mhz, so I can't overclock :(
>
># for i in $( ls /sys/devices/system/cpu/cpu0/cpufreq ); do  echo -n $i;  echo -n ": ";  cat $i; done ;
>cpuinfo_cur_freq: 2000000
>cpuinfo_max_freq: 2400000 
>cpuinfo_min_freq: 1000000
>scaling_available_frequencies: 2400000 2200000 2000000 1800000 1000000
>scaling_available_governors: ondemand userspace
>scaling_cur_freq: 2000000
>scaling_driver: powernow-k8
>scaling_governor: ondemand 
>scaling_max_freq: 2400000 
>scaling_min_freq: 1000000
>scaling_setspeed: 2000000
>
>Is there a way to change "Frequency Table Helpers" to let me overclock?
>
>Thanks in advance.
>
>Javi.
>
>
>_______________________________________________
>Cpufreq mailing list
>Cpufreq@lists.linux.org.uk
>http://lists.linux.org.uk/mailman/listinfo/cpufreq
>
>  
>

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Is it possible to modify "Frequency Table Helpers" to let Overclock?
  2005-01-20  2:34 Is it possible to modify "Frequency Table Helpers" to let Overclock? Javi
  2005-01-20  5:12 ` Nebojsa Trpkovic
@ 2005-01-20  9:12 ` Dominik Brodowski
  1 sibling, 0 replies; 3+ messages in thread
From: Dominik Brodowski @ 2005-01-20  9:12 UTC (permalink / raw)
  To: Javi; +Cc: cpufreq

On Thu, Jan 20, 2005 at 02:34:51AM +0000, Javi wrote:
> First of all, hi everybody, it's my first mail to the list :)
> 
> I use to have my CPU overclocked and I would like to use dynamic CPU frequency scaling.
> I have an AMD64 3400+ (754) which default's  frequency  is 2400Mhz, but I always run it at 2800Mhz.
> 
> The problem is that I can't use dynamic CPU frequency scaling because the max abiable speed I can set is 2400Mhz, so I can't overclock :(

The values reported by cpufreq are the values the CPU is supposed to run
at, that is the hardcoded FSB speed mutliplied by the "multiplier factor".
If you modify the FSB (and not the multiplier), this isn't detectable by
cpufreq. However, if you modify the multiplier, you'd need to override the
PSB or ACPI tables, and the frequency table helpers are the wrong place to
look for that.

	Dominik

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2005-01-20  9:12 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-01-20  2:34 Is it possible to modify "Frequency Table Helpers" to let Overclock? Javi
2005-01-20  5:12 ` Nebojsa Trpkovic
2005-01-20  9:12 ` Dominik Brodowski

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.