It usually helps to wait on a notifier, and not on a NVAllocRec.. Oops.
[nouveau] / man / nouveau.man
1 .\" $XFree86: xc/programs/Xserver/hw/xfree86/drivers/nv/nv.man,v 1.30 2006/06/16 00:19:32 mvojkovi Exp $ 
2 .\" shorthand for double quote that works everywhere.
3 .ds q \N'34'
4 .TH NV __drivermansuffix__ __vendorversion__
5 .SH NAME
6 nv \- NVIDIA video driver
7 .SH SYNOPSIS
8 .nf
9 .B "Section \*qDevice\*q"
10 .BI "  Identifier \*q"  devname \*q
11 .B  "  Driver \*qnv\*q"
12 \ \ ...
13 .B EndSection
14 .fi
15 .SH DESCRIPTION
16 .B nv 
17 is an __xservername__ driver for NVIDIA video cards.  The driver supports 2D 
18 acceleration and provides support for the following framebuffer depths:
19 8, 15, 16 (except Riva128) and 24.  All
20 visual types are supported for depth 8, TrueColor and DirectColor
21 visuals are supported for the other depths with the exception of
22 the Riva128 which only supports TrueColor in the higher depths. 
23
24 .SH SUPPORTED HARDWARE
25 The
26 .B nv
27 driver supports PCI, PCI-Express and AGP video cards based on the following NVIDIA chips:
28 .TP 22
29 .B RIVA 128
30 NV3
31 .TP 22
32 .B RIVA TNT
33 NV4
34 .TP 22
35 .B RIVA TNT2
36 NV5
37 .TP 22
38 .B GeForce 256, QUADRO 
39 NV10
40 .TP 22
41 .B GeForce2, QUADRO2
42 NV11 & NV15  
43 .TP 22
44 .B GeForce3, QUADRO DCC
45 NV20
46 .TP 22
47 .B nForce, nForce2
48 NV1A, NV1F
49 .TP 22
50 .B GeForce4, QUADRO4
51 NV17, NV18, NV25, NV28
52 .TP 22
53 .B GeForce FX, QUADRO FX
54 NV30, NV31, NV34, NV35, NV36, NV37, NV38 
55 .TP 22
56 .B GeForce 6XXX
57 NV40, NV41, NV43, NV44, NV45, C51
58 .TP 22
59 .B GeForce 7XXX
60 G70, G71, G72, G73
61
62 .SH CONFIGURATION DETAILS
63 Please refer to __xconfigfile__(__filemansuffix__) for general configuration
64 details.  This section only covers configuration details specific to this
65 driver.
66 .PP
67 The driver auto-detects the chipset type and the amount of video memory
68 present for all chips.
69 .PP
70 The following driver
71 .B Options
72 are supported:
73 .TP
74 .BI "Option \*qHWCursor\*q \*q" boolean \*q
75 Enable or disable the HW cursor.  Default: on.
76 .TP
77 .BI "Option \*qNoAccel\*q \*q" boolean \*q
78 Disable or enable acceleration.  Default: acceleration is enabled.
79 .TP
80 .BI "Option \*qUseFBDev\*q \*q" boolean \*q
81 Enable or disable use of an OS-specific fb interface (and is not supported
82 on all OSs).  See fbdevhw(__drivermansuffix__) for further information.
83 Default: off.
84 .TP
85 .BI "Option \*qCrtcNumber\*q \*q" integer \*q
86 Many graphics cards with NVIDIA chips have two video outputs.  
87 The driver attempts to autodetect
88 which one the monitor is connected to.  In the case that autodetection picks
89 the wrong one, this option may be used to force usage of a particular output. 
90 The options are "0" or "1".
91 Default: autodetected.
92 .TP
93 .BI "Option \*qFlatPanel\*q \*q" boolean \*q
94 The driver usually can autodetect the presence of a digital flat panel.  In
95 the case that this fails, this option can be used to force the driver to 
96 treat the attached device as a digital flat panel.  With this 
97 driver, a digital flat panel will work only if it was POSTed by the BIOS, 
98 that is, the computer
99 must have booted to the panel.  If you have a dual head card
100 you may also need to set the option CrtcNumber described above.
101 Default: autodetected.
102 .TP
103 .BI "Option \*qFPDither\*q \*q" boolean \*q
104 Many digital flat panels (particularly ones on laptops) have only 6 bits 
105 per component color resolution.
106 This option tells the driver to dither from 8 bits per component to 6 before
107 the flat panel truncates it. 
108 Default: off.
109 .TP
110 .BI "Option \*qFPScale\*q \*q" boolean \*q 
111 Supported only on GeForce4 and newer chips, this option
112 tells to the driver to scale lower resolutions up to the flat panel's native
113 resolution.  Default: on.
114 .TP 
115 .BI "Option \*qRotate\*q \*qCW\*q"
116 .TP
117 .BI "Option \*qRotate\*q \*qCCW\*q"
118 Rotate the display clockwise or counterclockwise.  This mode is unaccelerated.
119 Default: no rotation.
120
121 Note: The Resize and Rotate extension will be disabled if the Rotate "CW" or
122 Rotate "CCW" options are used.
123 .TP
124 .BI "Option \*qRotate\*q \*qRandR\*q"
125 Enable rotation of the screen using the Resize and Rotate extension.
126 This mode is unaccelerated.
127 Default: no rotation support.
128 .TP
129 .BI "Option \*qShadowFB\*q \*q" boolean \*q
130 Enable or disable use of the shadow framebuffer layer.  Default: off.
131 .SH "SEE ALSO"
132 __xservername__(__appmansuffix__), __xconfigfile__(__filemansuffix__), xorgconfig(__appmansuffix__), Xserver(__appmansuffix__), X(__miscmansuffix__)
133 .SH AUTHORS
134 Authors include: David McKay, Jarno Paananen, Chas Inman, Dave Schmenk, 
135 Mark Vojkovich
136 .SH COPYRIGHT
137 .LP
138 NOTICE TO USER:   The source code  is copyrighted under  U.S. and
139 international laws.  Users and possessors of this source code are
140 hereby granted a nonexclusive,  royalty-free copyright license to
141 use this code in individual and commercial software.
142 .LP
143 Any use of this source code must include,  in the user documentation and
144 internal comments to the code,  notices to the end user as follows:
145 .LP
146 Copyright 1993-2003 NVIDIA, Corporation.  All rights reserved.
147 .LP
148 NVIDIA, CORPORATION MAKES NO REPRESENTATION ABOUT THE SUITABILITY
149 OF  THIS SOURCE  CODE  FOR ANY PURPOSE.  IT IS  PROVIDED  "AS IS"
150 WITHOUT EXPRESS OR IMPLIED WARRANTY OF ANY KIND.  NVIDIA, CORPORATION 
151 DISCLAIMS ALL WARRANTIES  WITH REGARD  TO THIS SOURCE CODE,
152 INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY, NONINFRINGEMENT,  
153 AND FITNESS  FOR A PARTICULAR PURPOSE.   IN NO EVENT SHALL
154 NVIDIA, CORPORATION  BE LIABLE FOR ANY SPECIAL,  INDIRECT,  INCIDENTAL, 
155 OR CONSEQUENTIAL DAMAGES,  OR ANY DAMAGES  WHATSOEVER RESULTING FROM 
156 LOSS OF USE,  DATA OR PROFITS,  WHETHER IN AN ACTION
157 OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,  ARISING OUT OF
158 OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOURCE CODE.
159 .LP
160 U.S. Government  End  Users.   This source code  is a "commercial
161 item,"  as that  term is  defined at  48 C.F.R. 2.101 (OCT 1995),
162 consisting  of "commercial  computer  software"  and  "commercial
163 computer  software  documentation,"  as such  terms  are  used in
164 48 C.F.R. 12.212 (SEPT 1995)  and is provided to the U.S. Government 
165 only as  a commercial end item.   Consistent with  48 C.F.R.
166 12.212 and  48 C.F.R. 227.7202-1 through  227.7202-4 (JUNE 1995),
167 all U.S. Government End Users  acquire the source code  with only
168 those rights set forth herein.                                   
169