FeatureDisplaySwitching
From cchtml.com
(Difference between revisions)
(New page: The Proprietary Driver supports runtime display switching. To list displays that To switch between different display output Category:FeatureUseCase) |
m (Protected "FeatureDisplaySwitching": Excessive vandalism ([edit=autoconfirmed] (expires 04:12, 14 October 2011 (UTC)) [move=autoconfirmed] (expires 04:12, 14 October 2011 (UTC)))) |
||
| (5 intermediate revisions by 4 users not shown) | |||
| Line 1: | Line 1: | ||
The Proprietary Driver supports runtime display switching. | The Proprietary Driver supports runtime display switching. | ||
| − | To list displays that | + | To list displays that are connected |
| + | |||
| + | <pre> | ||
| + | $ aticonfig --query-monitor | ||
| + | Connected monitors: lvds, tmds1 | ||
| + | Enabled monitors: lvds | ||
| + | </pre> | ||
| + | |||
| + | To switch between different display outputs (to enable the Laptop LCD and DVI LCD as above). | ||
| + | <pre> | ||
| + | $ aticonfig --enable-monitor=lvds,tmds1 | ||
| + | Using /etc/X11/xorg.conf | ||
| + | </pre> | ||
| + | |||
| + | To allow the driver to find an enable displays automatically. | ||
| + | <pre> | ||
| + | $ aticonfig --enable-monitor=auto | ||
| + | Using /etc/X11/xorg.conf | ||
| + | </pre> | ||
| + | |||
| − | |||
[[Category:FeatureUseCase]] | [[Category:FeatureUseCase]] | ||
Latest revision as of 23:12, 6 October 2011
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-monitor=lvds,tmds1 Using /etc/X11/xorg.conf
To allow the driver to find an enable displays automatically.
$ aticonfig --enable-monitor=auto Using /etc/X11/xorg.conf