Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

radeontool(8) [debian man page]

RADEONTOOL(8)						      System Manager's Manual						     RADEONTOOL(8)

NAME
radeontool -- utility to get/set registers and to control backlight on radeon based laptops SYNOPSIS
radeontool [option] [command] DESCRIPTION
This manual page documents briefly the radeontool command. This manual page was written for the Debian distribution because the original program does not have a manual page. radeontool is a program that switches on/off backlight and external output on ATI Radeon based laptops, and is able to list or set register values. COMMANDS
You can specify one of the following commands: dac [on|off] Power down the external video output light [on|off] Power down the backlight stretch [on|off|vert|horiz|auto|manual] Adjusts stretching for resolution mismatch regs Show a listing of some random registers regmatch [pattern] Show registers matching wildcard pattern regset [pattern] [value] Set registers matching wildcard pattern OPTIONS
These programs follow the usual GNU command line syntax, with long options starting with two dashes (`-'). A summary of options is included below. --debug Show a little debug info --skip=n Skips the first n cards and acts on the n+1 AUTHOR
This manual page was written by Luigi Gangitano luigi@debian.org for the Debian system (but may be used by others). Permission is granted to copy, distribute and/or modify this document under the terms of the GNU General Public License, Version 2 any later version published by the Free Software Foundation. On Debian systems, the complete text of the GNU General Public License can be found in /usr/share/common-licenses/GPL. RADEONTOOL(8)

Check Out this Related Man Page

GLOGG(1)						      General Commands Manual							  GLOGG(1)

NAME
glogg -- interactively browses and searches through a file SYNOPSIS
glogg [QT options] [File] DESCRIPTION
This manual page documents briefly the glogg tool. This manual page was written for the Debian distribution because the original program does not have a manual page. For comprehensive docu- mentation, please see /usr/share/doc/glogg/documentation.html. glogg is a GUI application that helps browse and search through long and complex log files. OPTIONS
This program follows the usual GNU command line syntax, with long options starting with two dashes (`-'). A summary of options is included below. For a full summary of options, run glogg --help. -h, --help Show summary of options. -v, --version Show version of program. -d, --debug Increase the amount of debug information output by the program. The option can be specified several times to increase the amount further. SEE ALSO
grep (1), less (1). AUTHOR
This manual page was written by Nicolas Bonnefon nicolas@bonnefon.org for the Debian system (and may be used by others). Permission is granted to copy, distribute and/or modify this document under the terms of the GNU General Public License, Version 2 or any later version published by the Free Software Foundation. On Debian systems, the complete text of the GNU General Public License can be found in /usr/share/common-licenses/GPL. GLOGG(1)
Man Page

2 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

perl pattern search

can someone help me out with the bolded? else if (regmatch($Subject, "^Application") && (regmatch($From, "^etgh") && (regmatch($Body, ".*not authorized to use this server.*")))) what this section of the code is suppose to do is to scan through the contents of $Body, if do a set of... (1 Reply)
Discussion started by: SkySmart
1 Replies

2. UNIX for Advanced & Expert Users

vi register info

I found this to be a confusing subject so I wanted to share what I have learned. I finally figured it out from this website. vi editor FAQ (Frequently Asked Question List), Part 1/2 You MUST include the single double quotation in this. Obviously <letter> with any letter you feel like. ... (1 Reply)
Discussion started by: cokedude
1 Replies