1VESA(4) Kernel Interfaces Manual VESA(4)
2
3
4
6 vesa - Generic VESA video driver
7
9 Section "Device"
10 Identifier "devname"
11 Driver "vesa"
12 ...
13 EndSection
14
16 vesa is an Xorg driver for generic VESA video cards. It can drive most
17 VESA-compatible video cards, but only makes use of the basic standard
18 VESA core that is common to these cards. The driver supports depths 8,
19 15 16 and 24.
20
22 The vesa driver supports most VESA-compatible video cards. There are
23 some known exceptions, and those should be listed here.
24
26 Please refer to xorg.conf(5) for general configuration details. This
27 section only covers configuration details specific to this driver.
28
29 The driver auto-detects the presence of VESA-compatible hardware. The
30 ChipSet name may optionally be specified in the config file "Device"
31 section, and will override the auto-detection:
32
33 "vesa"
34
35 The following driver Options are supported:
36
37 Option "ShadowFB" "boolean"
38 Enable or disable use of the shadow framebuffer layer. Default:
39 on.
40
41 This option is recommended for performance reasons.
42
43 Option "ModeSetClearScreen" "boolean"
44 Clear the screen on mode set. Some BIOSes seem to be broken in
45 the sense that the newly set video mode is bogus if they are
46 asked to clear the screen during mode setting. If you experience
47 problems try to turn this option off. Default: on.
48
49
51 Xorg(1), xorg.conf(5), Xserver(1), X(7)
52
54 Authors include: Paulo CeĀ“sar Pereira de Andrade.
55
56
57
58X Version 11 xf86-video-vesa 2.3.0 VESA(4)