~ubuntu-branches/ubuntu/saucy/rovclock/saucy

« back to all changes in this revision

Viewing changes to debian/rovclock.8

  • Committer: Bazaar Package Importer
  • Author(s): Alexander GQ Gerasiov
  • Date: 2006-05-18 17:05:15 UTC
  • Revision ID: james.westby@ubuntu.com-20060518170515-5s1s9zzrk3jyu2rp
Tags: 0.6e-3
debian/control: set Architecture from all to i386, amd64.  Closes: #366934

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
.\"                                      Hey, EMACS: -*- nroff -*-
 
2
.\" First parameter, NAME, should be all caps
 
3
.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
 
4
.\" other parameters are allowed: see man(7), man(1)
 
5
.TH ROVCLOCK 8 "2006-03-05"
 
6
.\" Please adjust this date whenever revising the manpage.
 
7
.\"
 
8
.\" Some roff macros, for reference:
 
9
.\" .nh        disable hyphenation
 
10
.\" .hy        enable hyphenation
 
11
.\" .ad l      left justify
 
12
.\" .ad b      justify to both left and right margins
 
13
.\" .nf        disable filling
 
14
.\" .fi        enable filling
 
15
.\" .br        insert line break
 
16
.\" .sp <n>    insert n+1 empty lines
 
17
.\" for manpage-specific macros, see man(7)
 
18
.SH NAME
 
19
rovclock \- utility to control frequency rates of your Radeon card
 
20
.SH SYNOPSIS
 
21
.B rovclock
 
22
.RI [ options ]
 
23
.\".RI [  -x  <KHz>  ]  -i  |  -c  <MHz>  |  -m  <MHz>  |  -t  <name:val>
 
24
.SH DESCRIPTION
 
25
This manual page documents briefly the
 
26
.B rovclock
 
27
command.
 
28
.PP
 
29
This manual page was written for the
 
30
.B Debian
 
31
distribution because the original program does not have a manual page.
 
32
.PP
 
33
.\" TeX users may be more comfortable with the \fB<whatever>\fP and
 
34
.\" \fI<whatever>\fP escape sequences to invode bold face and italics, 
 
35
.\" respectively.
 
36
\fBrovclock\fP is a program that allow you to control frequency rates of your Radeon card.
 
37
.SH OPTIONS
 
38
A summary of options is included below.
 
39
.TP
 
40
.B \-i
 
41
Show info of your radeon card.
 
42
.TP
 
43
.B \-x N
 
44
Manually define xtal frequency to N KHz.
 
45
.br
 
46
It tries to detect the reference clock (xtal) from the video BIOS, if this doesn't work you can specify it manually with -t. Try 1432 or 2950 if the default value of 2700 does not work.
 
47
.TP
 
48
.B \-c N
 
49
Set core clock to N MHz.
 
50
.TP
 
51
.B \-m N
 
52
Set memory clock to N MHz.
 
53
.TP
 
54
.B \-t name:val
 
55
Set memory timings.
 
56
 
 
57
.SH SEE ALSO
 
58
.BR /usr/share/doc/rovclock/README,
 
59
.BR radeontool (1).
 
60
.br
 
61
This is quick and stupid manpage with merge some information from README and rovclock itself.
 
62
.SH AUTHOR
 
63
rovclock was written by Hasw (hasw@hasw.net).
 
64
.PP
 
65
This manual page was written by Alexander Gerasiov <gq@cs.msu.su>,
 
66
for the Debian project (but may be used by others).