Friday, August 1, 2025
Home ยป Helpful ATIconfig fglrx commands

Helpful ATIconfig fglrx commands

by blackMOREOps
6 comments

ATI Proprietary Linux Driver (ATIconfig fglrx) Features

The ATI Proprietary Linux driver (ATIconfig fglrx) provides TV Output support for ATI graphics cards that support TV out. The ATI Proprietary Linuxย (ATIconfig fglrx) driver also allows for the following monitor arrangements:

  1. Single Head Mode (single display)
  2. Clone Mode (same content on both screens)
  3. Mirror Mode (same content on both screens, with identical display resolution and refresh rates)
  4. Big Desktop (one desktop stretched across two screens)
  5. Dual Head (separate instances of X running on each screen)

ATI Workstation Product Support

The ATI Proprietary Linux driver is designed to support the following ATI Workstation products: ATI Config Linux Edition - blackMORE Ops

  • FireGLโ„ข V7350
  • FireGLโ„ข V3300
  • FireGLโ„ข X1-128
  • FireGLโ„ข V7300
  • FireGLโ„ข V3200
  • FireGLโ„ข X1-256p
  • FireGLโ„ข V7200
  • FireGLโ„ข V3100
  • FireGLโ„ข 8800
  • FireGLโ„ข V7100
  • FireGLโ„ข X3-256
  • FireGLโ„ข 8700
  • FireGLโ„ข V5200
  • FireGLโ„ข X3
  • FireMVโ„ข 2200 (Single card configuration)
  • FireGLโ„ข V5100
  • FireGLโ„ข X2-256
  • Mobilityโ„ข FireGLโ„ข V5000
  • FireGLโ„ข V5000
  • FireGLโ„ข Z1-128
  • Mobilityโ„ข FireGLโ„ข 9100
  • FireGLโ„ข V3400
  • FireGLโ„ข T2-128
  • Mobilityโ„ข FireGLโ„ข T2

ATI Mobilityโ„ข Product Support

The ATI Proprietary Linux driver is designed to support the following ATI Mobilityโ„ข products:

  • Mobilityโ„ข Radeonยฎ X1800
  • Mobilityโ„ข Radeonยฎ 9800
  • Mobilityโ„ข Radeonยฎ X1600
  • Mobilityโ„ข Radeonยฎ 9600
  • Mobilityโ„ข Radeonยฎ X1400
  • Mobilityโ„ข Radeonยฎ 9550
  • Mobilityโ„ข Radeonยฎ X1300
  • Mobilityโ„ข Radeonยฎ 9500
  • Mobilityโ„ข Radeonยฎ X800
  • Mobilityโ„ข Radeonยฎ 9000
  • Mobilityโ„ข Radeonยฎ X700
  • Mobilityโ„ข Radeonยฎ 9200
  • Mobilityโ„ข Radeonยฎ X600
  • Radeonยฎ Xpress 200M series
  • Mobilityโ„ข Radeonยฎ X300

ATI Integrated Product Support

The ATI Proprietary Linux driver is designed to support the following ATI Integrated products:

  • Radeonยฎ Xpress 200 series
  • Radeonยฎ 9100 IGP
  • Radeonยฎ 9200 IGP
  • Mobilityโ„ข Radeonยฎ 9000 IGP series
  • Mobilityโ„ข Radeonยฎ 9100 IGP series

Caution: This software driver provides 2D support only for the ATI Radeonยฎ 9100 IGP and ATI Radeonยฎ 9100 PRO IGP.

ATI Desktop Product Family Support

The ATI Proprietary Linux driver is designed to support the following ATI desktop products:

  • Radeonยฎ X1900 series
  • Radeonยฎ 9800 series
  • Radeonยฎ X1800 series
  • Radeonยฎ 9600 series
  • Radeonยฎ X1600 series
  • Radeonยฎ 9200 series
  • Radeonยฎ X1300 series
  • Radeonยฎ 9000 series
  • Radeonยฎ X850 series
  • Radeonยฎ 9700 series
  • Radeonยฎ X800 series
  • Radeonยฎ 9550 series
  • Radeonยฎ X700 series
  • Radeonยฎ 9500 series
  • Radeonยฎ X600 series
  • Radeonยฎ 9100 series
  • Radeonยฎ X300/X550 series
  • Radeonยฎ 8500 series

Just make sure your product is listed here, otherwise following commands are not supported.

Helpful ATIconfig commands

Initial setup (creates device section using fglrx)

ย aticonfig --initial

Enable Video acceleration (Xv Overlay)

ย ย ย ย  aticonfig -overlay-type=Xv

Force fglrx to use kernelโ€™s AGP driver instead of own implementation

(only use when internal agpgart doesnโ€™t work)

ย ย ย  aticonfig --internal-agp=off

Note: Newer fglrx driver versions do not include an internal AGPGART so the kernel agpgart is used no matter what.

Use extended desktop with two monitors (dual-head and big desktop)

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

This command will generate a dual head configuration file with the second screen located to the right of the first screen.

Setup big Desktop to Horizontal and Set Overlay on the Secondary Display

ย ย ย  aticonfig --dtop=horizontal --overlay-on=1

This command will set up big desktop to horizontal and set overlay on the secondary display.

If black borders doesnโ€™t remove try this :

ย aticonfig --query-monitor # to see monitors
 aticonfig --query-dispattrib=tmds2 #to see supported values
 aticonfig --set-dispattrib=tmds2,sizeX:1920 # to set X resolution
 aticonfig --set-dispattrib=tmds2,sizey:1080 # to set Y resolution
 aticonfig --set-dispattrib=tmds2,positionX:0 # to set X position to 0
 aticonfig --set-dispattrib=tmds2,positionY:0 # to set Y position to 0

ย Print information about power states.

ย ย ย  aticonfig --list-powerstates

Or, for us lazy folk, the shorter version is

ย ย ย aticonfig --lsp

Set a power state to the lowest (battery friendly)

ย ย ย  aticonfig --set-powerstate=1

Note: check out available power states using aticonfig โ€“list-powerstates
Note: this option does not work when an external monitor is connected

Print information about connected and enabled monitors

ย ย ย  aticonfig --query-monitor

How to enable two monitors on the fly

Assume you have two monitors already setup correctly
This example enables laptop internal monitor (lvds) and external monitor (crt1)

ย ย ย  aticonfig --enable-monitor=lvds,crt1 --effective=now

Note: aticonfig โ€“enable-monitor=STRING,STRING where STRING can be one of the following set, separated by commas: none,crt1,crt2,lvds,tv,tmds1,tmds2,auto.

Only 2 displays can be enabled at the same time. Any displays that are not on the list will be disabled.

Note: check out connected and enabled monitors using aticonfig โ€“query-monitor

Turn off the second monitor on the fly and start to use only laptop internal monitor (lvds)

ย ย ย  aticonfig --enable-monitor=lvds --effective=now

Swap monitors on the fly when using big desktop mode

ย ย ย  aticonfig --swap-monitor --effective=now

Note: This only works for big desktop setup. This will swap the contents on the two monitors.

Get temperature:

ย ย ย aticonfig --odgt

Get Fan speed:

ย ย ย aticonfig --pplib-cmd "get fanspeed 0"

Replace 0 with the FAN number. i.e. 0, 1. etc.

Set Fan Speed:

ย ย ย aticonfig --pplib-cmd "set fanspeed 0 40"

Where 0 is the fan number and 40 is the percent of speed you want it to run.

ATIConfigHelp Page

You may also like

6 comments

endomondo October 18, 2013 - 2:28 am

this is one of the most concise post on aticonfig commands. ati doco is horrible .. some commands didn't work though, but I think different version of fglrx got different commands. Can you confirm?

Reply
Sergii Iermolenko June 6, 2014 - 9:40 pm

Thank you all commands on
OpenGL renderer string: AMD Radeon R9 200 Series
OpenGL version string: 4.4.12874 Compatibility Profile Context 14.10.1006.1001
works fine

Reply
Gfurst July 9, 2014 - 5:20 am

Hey, I have a fresh install but screen is scaled down, black borders around.
using the aticonfig –set-dispattrib= for the sizes fixes the problem but non-permanently. How can I make it persistent?

Reply
Sergii Iermolenko July 9, 2014 - 5:05 pm

go to catalyst control center > display manager>adjustments>use display for scaling and graphics processor scaling

Reply
Lcssgml September 26, 2014 - 10:55 pm

I got a problem:
aticonfig: unrecognized option ‘–internal-agp=off’
aticonfig: parsing the command-line failed
So what i can to do???

Reply
zatk January 10, 2016 - 6:59 am

Hello
i am using kali linux 2.0 sana
but i have Ati radeon hd 3650 how can i install driver and Thanks for giving lots of information with details

Reply

Leave your solution or comment to help others. Comment don't need registration or real email, so feel free.

[script_19]

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Best site to learn Linux, Security, Hacking and Kali Linux