import NVIDIA-FreeBSD-x86-185.18.36
[nvidia.git] / doc / html / chapter-16.html
1 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2 <html>
3 <head>
4 <meta name="generator" content=
5 "HTML Tidy for FreeBSD (vers 1 September 2005), see www.w3.org">
6 <meta http-equiv="Content-Type" content=
7 "text/html; charset=us-ascii">
8 <title>Chapter&nbsp;16.&nbsp;Using the XRandR Extension</title>
9 <meta name="generator" content="DocBook XSL Stylesheets V1.68.1">
10 <link rel="start" href="index.html" title=
11 "NVIDIA Accelerated FreeBSD Graphics Driver README and Installation Guide">
12 <link rel="up" href="part-01.html" title=
13 "Part&nbsp;I.&nbsp;Installation and Configuration Instructions">
14 <link rel="prev" href="chapter-15.html" title=
15 "Chapter&nbsp;15.&nbsp;Configuring TV-Out">
16 <link rel="next" href="chapter-17.html" title=
17 "Chapter&nbsp;17.&nbsp;Configuring a Notebook">
18 </head>
19 <body>
20 <div class="navheader">
21 <table width="100%" summary="Navigation header">
22 <tr>
23 <th colspan="3" align="center">Chapter&nbsp;16.&nbsp;Using the
24 XRandR Extension</th>
25 </tr>
26 <tr>
27 <td width="20%" align="left"><a accesskey="p" href=
28 "chapter-15.html">Prev</a>&nbsp;</td>
29 <th width="60%" align="center">Part&nbsp;I.&nbsp;Installation and
30 Configuration Instructions</th>
31 <td width="20%" align="right">&nbsp;<a accesskey="n" href=
32 "chapter-17.html">Next</a></td>
33 </tr>
34 </table>
35 <hr></div>
36 <div class="chapter" lang="en">
37 <div class="titlepage">
38 <div>
39 <div>
40 <h2 class="title"><a name="xrandrextension" id=
41 "xrandrextension"></a>Chapter&nbsp;16.&nbsp;Using the XRandR
42 Extension</h2>
43 </div>
44 </div>
45 </div>
46 <p>X.Org version X11R6.8.1 contains support for the rotation
47 component of the XRandR extension, which allows screens to be
48 rotated at 90 degree increments.</p>
49 <p>The driver supports rotation with the extension when 'Option
50 "RandRRotation"' is enabled in the X config file.</p>
51 <p>Workstation RGB or CI overlay visuals will function at lower
52 performance and the video overlay will not be available when
53 RandRRotation is enabled.</p>
54 <p>You can query the available rotations using the 'xrandr' command
55 line interface to the RandR extension by running:</p>
56 <pre class="screen">
57     xrandr -q
58 </pre>
59 <p>You can set the rotation orientation of the screen by running
60 any of:</p>
61 <pre class="screen">
62     xrandr -o left
63     xrandr -o right
64     xrandr -o inverted
65     xrandr -o normal
66 </pre>
67 <p>Rotation may also be set through the nvidia-settings
68 configuration utility in the "Rotation Settings" panel.</p>
69 <p>SLI and rotation are incompatible. Rotation will be disabled
70 when SLI is enabled.</p>
71 <p>TwinView and rotation can be used together, but rotation affects
72 the entire desktop. This means that the same rotation setting will
73 apply to both display devices in a TwinView pair. Note also that
74 the <code class="computeroutput">TwinViewOrientation</code> option
75 applies before rotation does. For example, if you have two screens
76 side-by-side and you want to rotate them, you should set
77 <code class="computeroutput">TwinViewOrientation</code> to
78 <code class="computeroutput">Above</code> or <code class=
79 "computeroutput">Below</code>.</p>
80 </div>
81 <div class="navfooter">
82 <hr>
83 <table width="100%" summary="Navigation footer">
84 <tr>
85 <td width="40%" align="left"><a accesskey="p" href=
86 "chapter-15.html">Prev</a>&nbsp;</td>
87 <td width="20%" align="center"><a accesskey="u" href=
88 "part-01.html">Up</a></td>
89 <td width="40%" align="right">&nbsp;<a accesskey="n" href=
90 "chapter-17.html">Next</a></td>
91 </tr>
92 <tr>
93 <td width="40%" align="left" valign="top">
94 Chapter&nbsp;15.&nbsp;Configuring TV-Out&nbsp;</td>
95 <td width="20%" align="center"><a accesskey="h" href=
96 "index.html">Home</a></td>
97 <td width="40%" align="right" valign="top">
98 &nbsp;Chapter&nbsp;17.&nbsp;Configuring a Notebook</td>
99 </tr>
100 </table>
101 </div>
102 </body>
103 </html>