Files
2024-10-30 03:27:58 -04:00

94 lines
3.5 KiB
HTML

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta name="generator" content=
"HTML Tidy for Linux/x86 (vers 1 September 2005), see www.w3.org">
<meta http-equiv="Content-Type" content=
"text/html; charset=us-ascii">
<title>Chapter&nbsp;37.&nbsp;Configuring External and Removable
GPUs</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="installationandconfiguration.html" title=
"Part&nbsp;I.&nbsp;Installation and Configuration Instructions">
<link rel="prev" href="kms.html" title=
"Chapter&nbsp;36.&nbsp;Direct Rendering Manager Kernel Modesetting (DRM KMS)">
<link rel="next" href="ngx.html" title="Chapter&nbsp;38.&nbsp;NGX">
</head>
<body>
<div class="navheader">
<table width="100%" summary="Navigation header">
<tr>
<th colspan="3" align="center">Chapter&nbsp;37.&nbsp;Configuring
External and Removable GPUs</th>
</tr>
<tr>
<td width="20%" align="left"><a accesskey="p" href=
"kms.html">Prev</a>&nbsp;</td>
<th width="60%" align="center">Part&nbsp;I.&nbsp;Installation and
Configuration Instructions</th>
<td width="20%" align="right">&nbsp;<a accesskey="n" href=
"ngx.html">Next</a></td>
</tr>
</table>
<hr></div>
<div class="chapter" lang="en">
<div class="titlepage">
<div>
<div>
<h2 class="title"><a name="egpu" id=
"egpu"></a>Chapter&nbsp;37.&nbsp;Configuring External and Removable
GPUs</h2>
</div>
</div>
</div>
<p>This driver release supports the use of external GPUs, or eGPUs,
such as those commonly connected via Thunderbolt. However, system
stability when an eGPU is unplugged while in use (also known as
"hot-unplug") is not guaranteed. This includes situations where the
eGPU is being used to display the X11 desktop.</p>
<p>External GPUs are often used in short-running compute scenarios,
which better tolerate the eGPU being hot-unplugged. In such cases,
a different GPU may be used to display the X11 desktop.</p>
<p>To prevent system instability from hot-unplugging an eGPU while
being used to display the X11 desktop, the NVIDIA X driver does not
configure X screens on external GPUs by default.</p>
<p>This behavior may also apply to GPUs attached to internal PCIe
slots with hot-unplug support, such as in some enterprise
systems.</p>
<p>To override this behavior in xorg.conf, see <a href=
"xconfigoptions.html#AllowExternalGpus"><code class=
"computeroutput">Option "AllowExternalGpus" "boolean"</code></a>.
Then, external GPUs may be configured with X as one would any other
secondary GPU, by specifying the BusID in the Device section in
xorg.conf. See the xorg.conf man page for more information on the
BusID option, and <a href="faq.html#busid">&ldquo;What is the
format of a PCI Bus ID?&rdquo;</a> for information on how to
determine the BusID.</p>
</div>
<div class="navfooter">
<hr>
<table width="100%" summary="Navigation footer">
<tr>
<td width="40%" align="left"><a accesskey="p" href=
"kms.html">Prev</a>&nbsp;</td>
<td width="20%" align="center"><a accesskey="u" href=
"installationandconfiguration.html">Up</a></td>
<td width="40%" align="right">&nbsp;<a accesskey="n" href=
"ngx.html">Next</a></td>
</tr>
<tr>
<td width="40%" align="left" valign="top">
Chapter&nbsp;36.&nbsp;Direct Rendering Manager Kernel Modesetting
(DRM KMS)&nbsp;</td>
<td width="20%" align="center"><a accesskey="h" href=
"index.html">Home</a></td>
<td width="40%" align="right" valign="top">
&nbsp;Chapter&nbsp;38.&nbsp;NGX</td>
</tr>
</table>
</div>
</body>
</html>