ports/sysutils/rovclock/files/rovclock.8
Alexey Dokuchaev 3cf6bb2668 Add a port of `sysutils/rovclock', an overclocking utility for ATI Radeon
video cards.  Manual page and port description were obtained from identic
Debian package.

WWW: http://www.hasw.net/linux/
2017-03-28 17:23:28 +00:00

66 lines
2.1 KiB
Groff

.\" Hey, EMACS: -*- nroff -*-
.\" First parameter, NAME, should be all caps
.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
.\" other parameters are allowed: see man(7), man(1)
.TH ROVCLOCK 8 "2006-03-05"
.\" Please adjust this date whenever revising the manpage.
.\"
.\" Some roff macros, for reference:
.\" .nh disable hyphenation
.\" .hy enable hyphenation
.\" .ad l left justify
.\" .ad b justify to both left and right margins
.\" .nf disable filling
.\" .fi enable filling
.\" .br insert line break
.\" .sp <n> insert n+1 empty lines
.\" for manpage-specific macros, see man(7)
.SH NAME
rovclock \- utility to control frequency rates of your Radeon card
.SH SYNOPSIS
.B rovclock
.RI [ options ]
.\".RI [ -x <KHz> ] -i | -c <MHz> | -m <MHz> | -t <name:val>
.SH DESCRIPTION
This manual page documents briefly the
.B rovclock
command.
.PP
This manual page was written for the
.B Debian
distribution because the original program does not have a manual page.
.PP
.\" TeX users may be more comfortable with the \fB<whatever>\fP and
.\" \fI<whatever>\fP escape sequences to invode bold face and italics,
.\" respectively.
\fBrovclock\fP is a program that allow you to control frequency rates of your Radeon card.
.SH OPTIONS
A summary of options is included below.
.TP
.B \-i
Show info of your Radeon card.
.TP
.B \-x N
Manually define xtal frequency to N KHz.
.br
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.
.TP
.B \-c N
Set core clock to N MHz.
.TP
.B \-m N
Set memory clock to N MHz.
.TP
.B \-t name:val
Set memory timings.
.SH SEE ALSO
.BR /usr/share/doc/rovclock/README,
.BR radeontool (1).
.br
This is quick and stupid manpage which merges some information from README and rovclock itself.
.SH AUTHOR
rovclock was written by Hasw (hasw@hasw.net).
.PP
This manual page was written by Alexander Gerasiov <gq@cs.msu.su>,
for the Debian project (but may be used by others).