summaryrefslogtreecommitdiff
path: root/driver/xf86-video-vesa/man/vesa.man
diff options
context:
space:
mode:
Diffstat (limited to 'driver/xf86-video-vesa/man/vesa.man')
-rw-r--r--driver/xf86-video-vesa/man/vesa.man59
1 files changed, 59 insertions, 0 deletions
diff --git a/driver/xf86-video-vesa/man/vesa.man b/driver/xf86-video-vesa/man/vesa.man
new file mode 100644
index 000000000..046c2fa39
--- /dev/null
+++ b/driver/xf86-video-vesa/man/vesa.man
@@ -0,0 +1,59 @@
+.\" $XFree86: xc/programs/Xserver/hw/xfree86/drivers/vesa/vesa.man,v 1.2 2001/01/27 18:20:56 dawes Exp $
+.\" shorthand for double quote that works everywhere.
+.ds q \N'34'
+.TH VESA __drivermansuffix__ __vendorversion__
+.SH NAME
+vesa \- Generic VESA video driver
+.SH SYNOPSIS
+.nf
+.B "Section \*qDevice\*q"
+.BI " Identifier \*q" devname \*q
+.B " Driver \*qvesa\*q"
+\ \ ...
+.B EndSection
+.fi
+.SH DESCRIPTION
+.B vesa
+is an __xservername__ driver for generic VESA video cards. It can drive most
+VESA-compatible video cards, but only makes use of the basic standard
+VESA core that is common to these cards. The driver supports depths 8, 15
+16 and 24.
+.SH SUPPORTED HARDWARE
+The
+.B vesa
+driver supports most VESA-compatible video cards. There are some known
+exceptions, and those should be listed here.
+.SH CONFIGURATION DETAILS
+Please refer to __xconfigfile__(__filemansuffix__) for general configuration
+details. This section only covers configuration details specific to this
+driver.
+.PP
+The driver auto-detects the presence of VESA-compatible hardware. The
+.B ChipSet
+name may optionally be specified in the config file
+.B \*qDevice\*q
+section, and will override the auto-detection:
+.PP
+.RS 4
+"vesa"
+.RE
+.PP
+The following driver
+.B Options
+are supported:
+.TP
+.BI "Option \*qShadowFB\*q \*q" boolean \*q
+Enable or disable use of the shadow framebuffer layer. Default: on.
+
+This option is recommended for performance reasons.
+.TP
+.BI "Option \*qModeSetClearScreen\*q \*q" boolean \*q
+Clear the screen on mode set. Some BIOSes seem to be broken in the
+sense that the newly set video mode is bogus if they are asked to
+clear the screen during mode setting. If you experience problems try
+to turn this option off. Default: on.
+
+.SH "SEE ALSO"
+__xservername__(__appmansuffix__), __xconfigfile__(__filemansuffix__), xorgcfg(__appmansuffix__), xorgconfig(__appmansuffix__), Xserver(__appmansuffix__), X(__miscmansuffix__)
+.SH AUTHORS
+Authors include: Paulo Ce\'sar Pereira de Andrade.