Table of Contents
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:
- Single Head Mode (single display)
- Clone Mode (same content on both screens)
- Mirror Mode (same content on both screens, with identical display resolution and refresh rates)
- Big Desktop (one desktop stretched across two screens)
- 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:
- 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.
6 comments
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?
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
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?
go to catalyst control center > display manager>adjustments>use display for scaling and graphics processor scaling
I got a problem:
aticonfig: unrecognized option ‘–internal-agp=off’
aticonfig: parsing the command-line failed
So what i can to do???
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