FeatureDisplaySwitching
From cchtml.com
(Difference between revisions)
| Line 11: | Line 11: | ||
To switch between different display outputs (to enable the Laptop LCD and DVI LCD as above). | To switch between different display outputs (to enable the Laptop LCD and DVI LCD as above). | ||
<pre> | <pre> | ||
| − | aticonfig --enable=lvds,tmds1 | + | $ aticonfig --enable=lvds,tmds1 |
Using /etc/X11/xorg.conf | Using /etc/X11/xorg.conf | ||
</pre> | </pre> | ||
| Line 17: | Line 17: | ||
To allow the driver to find an enable displays automatically. | To allow the driver to find an enable displays automatically. | ||
<pre> | <pre> | ||
| − | aticonfig --enable=auto | + | $ aticonfig --enable=auto |
Using /etc/X11/xorg.conf | Using /etc/X11/xorg.conf | ||
</pre> | </pre> | ||
Revision as of 08:56, 22 March 2007
The Proprietary Driver supports runtime display switching.
To list displays that are connected
$ aticonfig --query-monitor Connected monitors: lvds, tmds1 Enabled monitors: lvds
To switch between different display outputs (to enable the Laptop LCD and DVI LCD as above).
$ aticonfig --enable=lvds,tmds1 Using /etc/X11/xorg.conf
To allow the driver to find an enable displays automatically.
$ aticonfig --enable=auto Using /etc/X11/xorg.conf