Difference between revisions of "Rovclock"

From ThinkWiki
Jump to: navigation, search
 
Line 1: Line 1:
[http://www.hasw.net/linux/ http://www.hasw.net/linux/]
+
==Generel==
 +
Rovclock is a utility to control frequency rates of your Radeon card.
 +
 
 +
For laptop use, this is very helpfull to underclock the Radeon card for powersaving when running on batteries.
 +
By underclocking it is possible to prevent the fan from running.
 +
 
 +
This can also be used to gain performance by overclocking.
 +
 
 +
Get it from: [http://www.hasw.net/linux/ http://www.hasw.net/linux/]
  
 
==Features==
 
==Features==
Line 7: Line 15:
  
 
==Usage==
 
==Usage==
 +
 +
Set the core(-c) freq. to 100Mhz and the memory(-m) freq. to 120Mhz.
 +
{{cmduser|sudo rovclock -c 100 -m 120}}
 +
 +
Get current frequencies among others info(-i).
 +
{{cmduser|sudo rovclock -i}}
 +
 +
==Stable clockrates==
 +
T42, Radeon 7500:
 +
Core: 100Mhz
 +
Mem: 120 Mhz
 +
 +
T42, Radeon 7500 using DVI output on Port replicator:
 +
Core: 100Mhz
 +
Mem: 180Mhz
 +
 +
{{WARN|Setting the memory under 100Mhz may hang your card.}}
 +
 +
[[Category:Tools]]

Revision as of 07:12, 19 October 2005

Generel

Rovclock is a utility to control frequency rates of your Radeon card.

For laptop use, this is very helpfull to underclock the Radeon card for powersaving when running on batteries. By underclocking it is possible to prevent the fan from running.

This can also be used to gain performance by overclocking.

Get it from: http://www.hasw.net/linux/

Features

Used to under-/overclock Radeon gfx-cards.

  • Controls GPU core frequency
  • Controls gfx-memory frequency

Usage

Set the core(-c) freq. to 100Mhz and the memory(-m) freq. to 120Mhz.

$ sudo rovclock -c 100 -m 120

Get current frequencies among others info(-i).

$ sudo rovclock -i

Stable clockrates

T42, Radeon 7500: Core: 100Mhz Mem: 120 Mhz

T42, Radeon 7500 using DVI output on Port replicator: Core: 100Mhz Mem: 180Mhz

ATTENTION!
Setting the memory under 100Mhz may hang your card.