summaryrefslogtreecommitdiff
path: root/man/neomagic.man
blob: 040e0eb57e04f1be6cff26fe5991b016edc3b19f (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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
.\" $XFree86: xc/programs/Xserver/hw/xfree86/drivers/neomagic/neomagic.man,v 1.4 2003/02/20 03:22:52 dawes Exp $ 
.\" shorthand for double quote that works everywhere.
.ds q \N'34'
.TH NEOMAGIC __drivermansuffix__ __vendorversion__
.SH NAME
neomagic \- Neomagic video driver
.SH SYNOPSIS
.nf
.B "Section \*qDevice\*q"
.BI "  Identifier \*q"  devname \*q
.B  "  Driver \*qneomagic\*q"
\ \ ...
.B EndSection
.fi
.SH DESCRIPTION
.B neomagic 
is an __xservername__ driver for the Neomagic graphics chipsets found in many
laptop computers.  
.SH SUPPORTED HARDWARE
.B neomagic
supports the following chipsets:
.PP
.TP 
MagicGraph 128    (NM2070)
.TP
MagicGraph 128V   (NM2090)
.TP 
MagicGraph 128ZV  (NM2093)
.TP 
MagicGraph 128ZV+ (NM2097)
.TP 
MagicGraph 128XD  (NM2160)
.TP 
MagicGraph 256AV  (NM2200)
.TP 
MagicGraph 256AV+ (NM2230)
.TP 
MagicGraph 256ZX  (NM2360)
.TP 
MagicGraph 256XL+ (NM2380)
.PP
The driver supports depths 8, 15, 16 and 24 for all chipsets except the
NM2070 which does not support depth 24.  All depths are accelerated except for
depth 24 which is only accelerated on NM2200
and newer models.  All visuals are supported in depth 8.  TrueColor and
DirectColor visuals are supported in the other depths.

.SH CONFIGURATION DETAILS
Please refer to __xconfigfile__(__filemansuffix__) for general configuration
details.  This section only covers configuration details specific to this
driver.
.PP
The following driver
.B Options
are supported
.TP
.BI "Option \*qNoAccel\*q \*q" boolean \*q
Disable or enable acceleration.  Default: acceleration is enabled.
.TP
.BI "Option \*qSWCursor\*q \*q" boolean \*q
Disable or enable software cursor.  Default: software cursor is disable
and a hardware cursor is used.
.TP
.BI "Option \*qPCIBurst\*q \*q" boolean \*q
Disable or enable PCI burst modes.  Default: enabled.
.TP
.BI "Option \*qRotate\*q \*qCW\*q"
.TP
.BI "Option \*qRotate\*q \*qCCW\*q"
Rotate the display clockwise or counterclockwise.  This mode is unaccelerated.
Default: no rotation.
.TP
.BI "Option \*qShadowFB\*q \*q" boolean \*q
Enable or disable use of the shadow framebuffer layer.  Default: off.
.TP
.BI "Option \*qOverlayMem\*q \*q" integer \*q
Reserve the given amount of memory (in bytes) for the XVideo overlay.  On
boards with limited memory, display of large XVideo buffers might fail due
to insufficient available memory.  Using this option solves the problem at
the expense of reducing the memory available for other operations.  For
full\-resolution DVDs, 829440 bytes (720x576x2) are necessary.
.PP
.B Note
.br
On some laptops using the 2160 chipset (MagicGraph 128XD) the
following options are needed to avoid a lock-up of the graphic engine:
.nf
    Option "XaaNoScanlineImageWriteRect"
    Option "XaaNoScanlineCPUToScreenColorExpandFill"
.fi

.SH "SEE ALSO"
__xservername__(__appmansuffix__), __xconfigfile__(__filemansuffix__), xorgconfig(__appmansuffix__), Xserver(__appmansuffix__), X(__miscmansuffix__)
.SH AUTHORS
Authors include: Jens Owen, Kevin E. Martin, and also Egbert Eich,  
Mark Vojkovich, Alan Hourihane.