← 返回命令列表

Linux command

aticonfig 命令

文本

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

常用示例

Display current GPU configuration

aticonfig --query-monitor

Set up initial X configuration

sudo aticonfig --initial

Enable dual monitors in extended mode

sudo aticonfig --initial=dual-head --screen-layout=right

Set resolution for display

aticonfig --resolution=0,1920x1080

Enable or disable Vsync

aticonfig --set-pcs-str="DDX,EnableVSync,1"

Show GPU temperature and fan speed

aticonfig --odgt

List all displays

aticonfig --list-adapters

Set GPU clock speeds

aticonfig --odsc=950,1200

说明

aticonfig is a configuration utility for AMD/ATI proprietary graphics drivers (Catalyst/fglrx). It provides command-line control over display settings, GPU parameters, and X.org configuration for AMD Radeon graphics cards. The tool generates and modifies X configuration files, manages multi-monitor setups, and provides access to OverDrive features for monitoring temperatures and adjusting clock speeds. It serves as the CLI counterpart to the AMD Catalyst Control Center graphical tool. Configuration changes for X.org typically require restart of the X server to take effect. OverDrive settings for clocks and fan control can be applied at runtime.

参数

--initial
Generate a basic X configuration for the AMD GPU.
--initial=dual-head
Configure for dual monitor setup.
--query-monitor
Display connected monitors and their status.
--list-adapters
List all detected graphics adapters.
--resolution _adapter,resolution_
Set screen resolution for an adapter.
--screen-layout _position_
Set layout for dual monitors (left, right, above, below).
--odgt
Display GPU temperature (OverDrive Get Temperature).
--odgc
Display GPU clock information.
--odsc _core,memory_
Set GPU core and memory clock speeds.
--od-enable
Enable OverDrive (overclocking features).
--set-pcs-str _path,value_
Set a persistent configuration string.
--lsa
List adapters with detailed information.

FAQ

What is the aticonfig command used for?

aticonfig is a configuration utility for AMD/ATI proprietary graphics drivers (Catalyst/fglrx). It provides command-line control over display settings, GPU parameters, and X.org configuration for AMD Radeon graphics cards. The tool generates and modifies X configuration files, manages multi-monitor setups, and provides access to OverDrive features for monitoring temperatures and adjusting clock speeds. It serves as the CLI counterpart to the AMD Catalyst Control Center graphical tool. Configuration changes for X.org typically require restart of the X server to take effect. OverDrive settings for clocks and fan control can be applied at runtime.

How do I run a basic aticonfig example?

Run `aticonfig --query-monitor` in a terminal, then adjust file names, paths, flags, or remote targets for your system.

What does --initial do in aticonfig?

Generate a basic X configuration for the AMD GPU.