← 返回命令列表

Linux command

radeontool 命令

文本

复制后可按需替换文件名、目录或参数。

常用示例

Turn off the laptop backlight

radeontool light off

Turn on the laptop backlight

radeontool light on

Disable external video output

radeontool dac off

Enable external video output

radeontool dac on

Display a sampling of register values

radeontool regs

Show registers matching a pattern

radeontool regmatch [pattern]

Set registers matching a pattern

radeontool regset [pattern] [value]

说明

radeontool is a utility for controlling hardware features on ATI Radeon-based graphics cards, primarily used on laptops. It provides direct access to backlight control, external display output, and low-level register manipulation. The tool communicates directly with the graphics hardware through memory-mapped I/O, allowing control over features not exposed through standard display drivers. Common uses include scripted backlight control for power management and debugging display issues.

参数

light on|off
Control the laptop panel backlight power state
dac on|off
Control external video output (VGA/DVI) power state
stretch on|off|vert|horiz|auto|manual
Control LCD stretching when running non-native resolutions
regs
Display a sampling of important register values
regmatch _pattern_
Show registers whose names match the wildcard pattern
regset _pattern_ _value_
Set registers matching the wildcard pattern to value
--debug
Enable verbose debugging output.
--skip=_n_
Skip the first n Radeon cards and operate on card n+1.
--instance=_n_
Use a specific Radeon card instance by number.

FAQ

What is the radeontool command used for?

radeontool is a utility for controlling hardware features on ATI Radeon-based graphics cards, primarily used on laptops. It provides direct access to backlight control, external display output, and low-level register manipulation. The tool communicates directly with the graphics hardware through memory-mapped I/O, allowing control over features not exposed through standard display drivers. Common uses include scripted backlight control for power management and debugging display issues.

How do I run a basic radeontool example?

Run `radeontool light off` in a terminal, then adjust file names, paths, flags, or remote targets for your system.

What does light on|off do in radeontool?

Control the laptop panel backlight power state