1NOUVEAU(4) Kernel Interfaces Manual NOUVEAU(4)
2
3
4
6 nouveau - NVIDIA video driver
7
9 Section "Device"
10 Identifier "devname"
11 Driver "nouveau"
12 ...
13 EndSection
14
16 nouveau is an Xorg driver for NVIDIA video cards. The driver supports
17 2D acceleration and provides support for the following framebuffer
18 depths: (15,) 16 and 24. TrueColor visuals are supported for these
19 depths.
20
21
23 The nouveau driver supports PCI, PCI-Express and AGP video cards based
24 on the following NVIDIA chips:
25
26 RIVA TNT NV4
27
28 RIVA TNT2 NV5
29
30 GeForce 256, QUADRO NV10
31
32 GeForce2, QUADRO2 NV11 & NV15
33
34 GeForce3, QUADRO DCC NV20
35
36 nForce, nForce2 NV1A, NV1F
37
38 GeForce4, QUADRO4 NV17, NV18, NV25, NV28
39
40 GeForce FX, QUADRO FX NV30, NV31, NV34, NV35, NV36, NV37, NV38
41
42 GeForce 6XXX NV40, NV41, NV43, NV44, NV45, C51, MCP61
43
44 GeForce 7XXX G70, G71, G72, G73, MCP67, MCP68, MCP73
45
46 GeForce 8XXX, 9XXX, 2XX, 3XX
47 G80, G84, G86, G92, G94, G96, G98, G200, GT215,
48 GT216, GT218, MCP77, MCP79, MCP89
49
50 GeForce 4XX, 5XX GF100, GF104, GF106, GF108, GF110, GF114, GF116,
51 GF117, GF119
52
53 GeForce 6XX, 7XX GK104, GK106, GK107, GK110, GK208
54
55 GeForce GTX 750 GM107
56
57
59 Please refer to xorg.conf(5) for general configuration details. This
60 section only covers configuration details specific to this driver.
61
62 The driver auto-detects the chipset type and the amount of video memory
63 present for all chips.
64
65 The following driver Options are supported:
66
67 Option "HWCursor" "boolean"
68 Enable or disable the HW cursor. Default: on.
69
70 Option "AccelMethod" "string"
71 Specify the acceleration method. One of "none", or "exa".
72 Default: exa.
73
74 Option "NoAccel" "boolean"
75 Disable or enable acceleration. Default: acceleration is
76 enabled.
77
78 Option "ShadowFB" "boolean"
79 Enable or disable use of the shadow framebuffer layer. Default:
80 off.
81
82 Option "WrappedFB" "boolean"
83 Enable or disable wfb, only affects nv50+. Useful for some
84 legacy configurations where high rendering latency is perceived.
85 Default: wfb is disabled.
86
87 Option "GLXVBlank" "boolean"
88 Synchronize GLX clients to VBlank. Useful where tearing is a
89 problem, harmful if the GPU isn't fast enough to keep up with
90 the monitor refresh rate. Default: on.
91
92 Option "ZaphodHeads" "string"
93 Specify the randr output(s) to use with zaphod mode for a par‐
94 ticular driver instance. If you use this option you most use
95 this option for all instances of the driver.
96 For example: Option "ZaphodHeads" "LVDS,VGA-0" will assign
97 xrandr outputs LVDS and VGA-0 to this instance of the driver.
98
99 Option "PageFlip" "boolean"
100 Enable DRI2 page flipping. Default: on.
101
102 Option "SwapLimit" "integer"
103 Set maximum allowed number of pending OpenGL double-buffer swaps
104 for a drawable before a client is blocked.
105 A value of 1 corresponds to double-buffering. A value of 2 cor‐
106 responds to triple-buffering. Higher values may allow higher
107 framerate, but also increase lag for interactive applications,
108 e.g., games. Nouveau currently reliably supports a maximum value
109 of 2 on XOrg 1.12+. A maximum setting of 2 on older x-servers is
110 allowed, but it will break conformance with the OpenML
111 OML_sync_control specification and will cause failure of soft‐
112 ware that relies on correct presentation timing behaviour as
113 defined in that specification.
114 Default: 1.
115
116 Option "DRI" "integer"
117 Define the maximum level of DRI to enable. Valid values are 2 or
118 3. exa acceleration will honor the maximum level if it is sup‐
119 ported. Under glamor acceleration DRI3 is always enabled if
120 supported, as glamor currently does not support DRI2. Default: 2
121 on exa, 3 on glamor.
122
124 Xorg(1), xorg.conf(5), Xserver(1), X(7)
125
127 Authors include: David McKay, Jarno Paananen, Chas Inman, Dave Schmenk,
128 Mark Vojkovich
129
131 NOTICE TO USER: The source code is copyrighted under U.S. and
132 international laws. Users and possessors of this source code are
133 hereby granted a nonexclusive, royalty-free copyright license to use
134 this code in individual and commercial software.
135
136 Any use of this source code must include, in the user documentation
137 and internal comments to the code, notices to the end user as follows:
138
139 Copyright 1993-2003 NVIDIA, Corporation. All rights reserved.
140
141 NVIDIA, CORPORATION MAKES NO REPRESENTATION ABOUT THE SUITABILITY OF
142 THIS SOURCE CODE FOR ANY PURPOSE. IT IS PROVIDED "AS IS" WITHOUT
143 EXPRESS OR IMPLIED WARRANTY OF ANY KIND. NVIDIA, CORPORATION DISCLAIMS
144 ALL WARRANTIES WITH REGARD TO THIS SOURCE CODE, INCLUDING ALL IMPLIED
145 WARRANTIES OF MERCHANTABILITY, NONINFRINGEMENT, AND FITNESS FOR A PAR‐
146 TICULAR PURPOSE. IN NO EVENT SHALL NVIDIA, CORPORATION BE LIABLE FOR
147 ANY SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL DAMAGES, OR ANY
148 DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
149 WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
150 ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
151 SOURCE CODE.
152
153 U.S. Government End Users. This source code is a "commercial
154 item," as that term is defined at 48 C.F.R. 2.101 (OCT 1995), con‐
155 sisting of "commercial computer software" and "commercial computer
156 software documentation," as such terms are used in 48 C.F.R.
157 12.212 (SEPT 1995) and is provided to the U.S. Government only as a
158 commercial end item. Consistent with 48 C.F.R. 12.212 and 48
159 C.F.R. 227.7202-1 through 227.7202-4 (JUNE 1995), all U.S. Government
160 End Users acquire the source code with only those rights set forth
161 herein.
162
163
164
165
166X Version 11 xf86-video-nouveau 1.0.15 NOUVEAU(4)