fbdev.man 2.27 KB
Newer Older
Kaleb Keithley's avatar
Kaleb Keithley committed
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
.\" shorthand for double quote that works everywhere.
.ds q \N'34'
.TH FBDEV __drivermansuffix__ __vendorversion__
.SH NAME
fbdev \- video driver for framebuffer device
.SH SYNOPSIS
.nf
.B "Section \*qDevice\*q"
.BI "  Identifier \*q"  devname \*q
.B  "  Driver \*qfbdev\*q"
.BI "  BusID  \*qpci:" bus : dev : func \*q
\ \ ...
.B EndSection
.fi
.SH DESCRIPTION
.B fbdev
gravity's avatar
gravity committed
17
is an __xservername__ driver for framebuffer devices.  This is a non-accelerated
Kaleb Keithley's avatar
Kaleb Keithley committed
18
19
20
21
22
23
24
25
26
27
28
driver, the following framebuffer depths are supported: 8, 15, 16, 24.
All visual types are supported for depth 8, and TrueColor visual is
supported for the other depths.  Multi-head configurations are supported.
.SH SUPPORTED HARDWARE
The 
.B fbdev
driver supports all hardware where a framebuffer driver is available.
fbdev uses the os-specific submodule fbdevhw(__drivermansuffix__) to talk
to the kernel
device driver.  Currently a fbdevhw module is available for linux.
.SH CONFIGURATION DETAILS
gravity's avatar
gravity committed
29
Please refer to __xconfigfile__(__filemansuffix__) for general configuration
Kaleb Keithley's avatar
Kaleb Keithley committed
30
31
32
33
34
35
36
37
38
39
details.  This section only covers configuration details specific to
this driver.
.PP
For this driver it is not required to specify modes in the screen 
section of the config file.  The
.B fbdev
driver can pick up the currently used video mode from the framebuffer 
driver and will use it if there are no video modes configured.
.PP
For PCI boards you might have to add a BusID line to the Device
40
section.  See above for a sample line.
Kaleb Keithley's avatar
Kaleb Keithley committed
41
42
43
44
45
46
47
48
49
.PP
The following driver 
.B Options
are supported:
.TP
.BI "Option \*qfbdev\*q \*q" string \*q
The framebuffer device to use. Default: /dev/fb0.
.TP
.BI "Option \*qShadowFB\*q \*q" boolean \*q
Adam Jackson's avatar
Adam Jackson committed
50
51
Enable or disable use of the shadow framebuffer layer. Mandatory for 24bpp
framebuffers on newer servers. Default: on.
Kaleb Keithley's avatar
Kaleb Keithley committed
52
53
54
55
.TP
.BI "Option \*qRotate\*q \*q" string \*q
Enable rotation of the display. The supported values are "CW" (clockwise,
90 degrees), "UD" (upside down, 180 degrees) and "CCW" (counter clockwise,
Adam Jackson's avatar
Adam Jackson committed
56
57
270 degrees). Implies use of the shadow framebuffer layer. Disabled for 24bpp
framebuffers. Default: off.
Kaleb Keithley's avatar
Kaleb Keithley committed
58
.SH "SEE ALSO"
59
__xservername__(__appmansuffix__), __xconfigfile__(__filemansuffix__), Xserver(__appmansuffix__),
Kaleb Keithley's avatar
Kaleb Keithley committed
60
61
X(__miscmansuffix__), fbdevhw(__drivermansuffix__)
.SH AUTHORS
62
Authors include: Gerd Knorr, Michel D\(:anzer, Geert Uytterhoeven