Sophie

Sophie

distrib > Mandriva > 2010.1 > x86_64 > media > non-free-release > by-pkgid > 2bc856bd2f534db528cd46d1d32cafd0 > files > 4

nvidia173-doc-html-173.14.25-3mdv2010.1.x86_64.rpm

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta name="generator" content=
"HTML Tidy for Linux (vers 1 September 2005), see www.w3.org">
<meta http-equiv="Content-Type" content=
"text/html; charset=us-ascii">
<title>Appendix&nbsp;C.&nbsp;Display Device Names</title>
<meta name="generator" content="DocBook XSL Stylesheets V1.68.1">
<link rel="start" href="index.html" title=
"NVIDIA Accelerated Linux Graphics Driver README and Installation Guide">
<link rel="up" href="part-02.html" title=
"Part&nbsp;II.&nbsp;Appendices">
<link rel="prev" href="appendix-b.html" title=
"Appendix&nbsp;B.&nbsp;X Config Options">
<link rel="next" href="appendix-d.html" title=
"Appendix&nbsp;D.&nbsp;GLX Support">
</head>
<body>
<div class="navheader">
<table width="100%" summary="Navigation header">
<tr>
<th colspan="3" align="center">Appendix&nbsp;C.&nbsp;Display Device
Names</th>
</tr>
<tr>
<td width="20%" align="left"><a accesskey="p" href=
"appendix-b.html">Prev</a>&nbsp;</td>
<th width="60%" align="center">Part&nbsp;II.&nbsp;Appendices</th>
<td width="20%" align="right">&nbsp;<a accesskey="n" href=
"appendix-d.html">Next</a></td>
</tr>
</table>
<hr></div>
<div class="appendix" lang="en">
<div class="titlepage">
<div>
<div>
<h2 class="title"><a name="displaydevicenames" id=
"displaydevicenames"></a>Appendix&nbsp;C.&nbsp;Display Device
Names</h2>
</div>
</div>
</div>
<p>A "display device" refers to some piece of hardware capable of
displaying an image. There are three categories of display devices:
analog displays (i.e., CRTs), digital displays (i.e., digital flat
panels (DFPs)), and televisions. Note that analog flat panels are
considered the same as analog CRTs by the NVIDIA Linux driver.</p>
<p>A "display device name" is a string description that uniquely
identifies a display device; it follows the format
"&lt;type&gt;-&lt;number&gt;", for example: "CRT-0", "CRT-1",
"DFP-0", or "TV-0". Note that the number indicates how the display
device connector is wired on the graphics card, and has nothing to
do with how many of that kind of display device are present. This
means, for example, that you may have a "CRT-1", even if you do not
have a "CRT-0". To determine which display devices are currently
connected, you may check your X log file for a line similar to the
following:</p>
<pre class="screen">
    (II) NVIDIA(0): Connected display device(s): CRT-0, DFP-0
</pre>
<p>Display device names can be used in the MetaMode, HorizSync, and
VertRefresh X config options to indicate which display device a
setting should be applied to. For example:</p>
<pre class="screen">
    Option "MetaModes"   "CRT-0: 1600x1200,  DFP-0: 1024x768"
    Option "HorizSync"   "CRT-0: 50-110;     DFP-0: 40-70"
    Option "VertRefresh" "CRT-0: 60-120;     DFP-0: 60"
</pre>
<p>Specifying the display device name in these options is not
required; if display device names are not specified, then the
driver attempts to infer which display device a setting applies to.
In the case of MetaModes, for example, the first mode listed is
applied to the "first" display device, and the second mode listed
is applied to the "second" display device. Unfortunately, it is
often unclear which display device is the "first" or "second". That
is why specifying the display device name is preferable.</p>
<p>When specifying display device names, you may also omit the
number part of the name, though this is only useful if you only
have one of that type of display device. For example, if you have
one CRT and one DFP connected, you may reference them in the
MetaMode string as follows:</p>
<pre class="screen">
    Option "MetaModes"   "CRT: 1600x1200,  DFP: 1024x768"
</pre>
<p></p>
</div>
<div class="navfooter">
<hr>
<table width="100%" summary="Navigation footer">
<tr>
<td width="40%" align="left"><a accesskey="p" href=
"appendix-b.html">Prev</a>&nbsp;</td>
<td width="20%" align="center"><a accesskey="u" href=
"part-02.html">Up</a></td>
<td width="40%" align="right">&nbsp;<a accesskey="n" href=
"appendix-d.html">Next</a></td>
</tr>
<tr>
<td width="40%" align="left" valign="top">Appendix&nbsp;B.&nbsp;X
Config Options&nbsp;</td>
<td width="20%" align="center"><a accesskey="h" href=
"index.html">Home</a></td>
<td width="40%" align="right" valign="top">
&nbsp;Appendix&nbsp;D.&nbsp;GLX Support</td>
</tr>
</table>
</div>
</body>
</html>