FeatureDisplaySwitching: Difference between revisions

From cchtml.com
No edit summary
 
(OOgepMfCFGUtx)
Line 1: Line 1:
The Proprietary Driver supports runtime display switching.
Well macadaima nuts, how about 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]]

Revision as of 02:45, 7 October 2011

Well macadaima nuts, how about that.