blob: 7178e9f9e99f4daa8554b00f5b3e657692472ff7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
|
<table class="head">
<tr>
<td class="head-ltitle">LIGHT(4)</td>
<td class="head-vol">Device Drivers Manual (sgimips)</td>
<td class="head-rtitle">LIGHT(4)</td>
</tr>
</table>
<div class="manual-text">
<section class="Sh">
<h1 class="Sh" id="NAME"><a class="permalink" href="#NAME">NAME</a></h1>
<p class="Pp"><code class="Nm">light</code> — <span class="Nd">SGI
Light/Entry/Starter (LG1/LG2) graphics controller</span></p>
</section>
<section class="Sh">
<h1 class="Sh" id="SYNOPSIS"><a class="permalink" href="#SYNOPSIS">SYNOPSIS</a></h1>
<p class="Pp"><code class="Cd">light* at gio? slot ?</code>
<br/>
<code class="Cd">wsdisplay* at light? console ?</code></p>
</section>
<section class="Sh">
<h1 class="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1>
<p class="Pp">The <code class="Nm">light</code> driver supports the SGI Light
series of graphics controllers, also known as Entry or Starter graphics and
designated LG1 or LG2. These controllers have a fixed 1024x768 resolution
with 8-bit colour depth. Unlike most SGI offerings, both 13w3 and VGA video
cables are supported. <code class="Nm">light</code> is found in Indigo and
Crimson machines.</p>
</section>
<section class="Sh">
<h1 class="Sh" id="SEE_ALSO"><a class="permalink" href="#SEE_ALSO">SEE
ALSO</a></h1>
<p class="Pp"><a class="Xr">sgimips/gio(4)</a>,
<a class="Xr">sgimips/grtwo(4)</a>, <a class="Xr">sgimips/newport(4)</a>,
<a class="Xr">wscons(4)</a></p>
</section>
<section class="Sh">
<h1 class="Sh" id="HISTORY"><a class="permalink" href="#HISTORY">HISTORY</a></h1>
<p class="Pp">The <code class="Nm">light</code> driver first appeared in
<span class="Ux">NetBSD 5.0</span>.</p>
</section>
<section class="Sh">
<h1 class="Sh" id="AUTHORS"><a class="permalink" href="#AUTHORS">AUTHORS</a></h1>
<p class="Pp">Stephen M. Rumble wrote this driver.</p>
</section>
<section class="Sh">
<h1 class="Sh" id="BUGS"><a class="permalink" href="#BUGS">BUGS</a></h1>
<p class="Pp">Much is unknown about the REX chipset. Therefore, the driver
relies on the PROM to properly initialise the graphics.</p>
<p class="Pp">This driver will not run without modification on Crimson
machines.</p>
</section>
</div>
<table class="foot">
<tr>
<td class="foot-date">February 17, 2017</td>
<td class="foot-os">NetBSD 10.1</td>
</tr>
</table>
|