1VOODOO(4) Kernel Interfaces Manual VOODOO(4)
2
3
4
6 voodoo - Voodoo video driver
7
9 Section "Device"
10 Identifier "devname"
11 Driver "voodoo"
12 ...
13 EndSection
14
16 voodoo is an Xorg driver for Voodoo 1 and Voodoo 2 series video
17 adapters. On the Voodoo 1 the driver uses a shadow buffer in system
18 memory as the video adapter has only 3D acceleration. Selected portions
19 of the shadow framebuffer are copied out to the Voodoo board at the
20 right time. Because of this, the speed of the driver is very dependent
21 on the CPU. Processors nowadays are actually rather fast at moving data
22 so we get very good speed anyway as the shadow framebuffer is in cached
23 RAM.
24
25 The Voodoo2 has 16bpp acceleration and the driver provides accelerated
26 versions of most operations except angled lines and stipples. Acceler‐
27 ated alpha blending with the Render extension is also supported as is
28 DGA.
29
30 This driver supports 16bpp modes currently. The video hardware supports
31 image conversion from 24bpp to 16bpp but the hardware is 16bpp only.
32
33 The Voodoo 1 series cards can go up to 800x600 resolution while the
34 Voodoo 2 can reach 1024x768 providing it has at least 2Mb of frame buf‐
35 fer memory. 1024x768 2D mode does not require two cards configured in
36 scan-line interleave mode (SLI).
37
38 Multihead and Xinerama configurations are supported. SLI configurations
39 will be treated as multiple video cards.
40
41 Limited support for DPMS screen saving is available. The "standby" and
42 "suspend" modes are just painting the screen black. The "off" mode
43 turns the Voodoo board off and thus works correctly.
44
45 This driver does not support a virtual screen size different from the
46 display size. This is a hardware limitation. 3D rendering is also not
47 supported.
48
50 Please refer to xorg.conf(5) for general configuration details. This
51 section only covers configuration details specific to this driver.
52
53 The following driver Options are supported:
54
55 Option "ShadowFB" "boolean"
56 Enables a shadow buffer in main memory. This turns off accelera‐
57 tion but for otherwise unaccelerated operations can improve per‐
58 formance materially. Default: off for voodoo2, on for voodoo1.
59
60 Option "NoAccel" "boolean"
61 Disables acceleration if set. Unless debugging this option
62 should only be set if ShadowFB is enabled. Default: off for
63 voodoo2, on for voodoo1.
64
66 The driver interacts badly with the sstfb frame buffer driver as there
67 is insufficient information to restore the chip to its previous state.
68
70 Xorg(1), xorg.conf(5), Xserver(1), X(7)
71
73 Authors: Alan Cox, Ghozlane Toumi, Henrik Harmsen.
74
75
76
77X Version 11 xf86-video-voodoo 1.2.4 VOODOO(4)