mirror of
https://github.com/X11Libre/xf86-video-fbdev.git
synced 2026-03-28 03:09:28 +00:00
Compare commits
1 Commits
XPRINT_BAS
...
XPRINT_BEG
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
4f361e1c61 |
@@ -15,7 +15,7 @@ fbdev \- video driver for framebuffer device
|
|||||||
.fi
|
.fi
|
||||||
.SH DESCRIPTION
|
.SH DESCRIPTION
|
||||||
.B fbdev
|
.B fbdev
|
||||||
is an XFree86 driver for framebuffer devices. This is a non-accelerated
|
is an __xservername__ driver for framebuffer devices. This is a non-accelerated
|
||||||
driver, the following framebuffer depths are supported: 8, 15, 16, 24.
|
driver, the following framebuffer depths are supported: 8, 15, 16, 24.
|
||||||
All visual types are supported for depth 8, and TrueColor visual is
|
All visual types are supported for depth 8, and TrueColor visual is
|
||||||
supported for the other depths. Multi-head configurations are supported.
|
supported for the other depths. Multi-head configurations are supported.
|
||||||
@@ -27,7 +27,7 @@ fbdev uses the os-specific submodule fbdevhw(__drivermansuffix__) to talk
|
|||||||
to the kernel
|
to the kernel
|
||||||
device driver. Currently a fbdevhw module is available for linux.
|
device driver. Currently a fbdevhw module is available for linux.
|
||||||
.SH CONFIGURATION DETAILS
|
.SH CONFIGURATION DETAILS
|
||||||
Please refer to XF86Config(__filemansuffix__) for general configuration
|
Please refer to __xconfigfile__(__filemansuffix__) for general configuration
|
||||||
details. This section only covers configuration details specific to
|
details. This section only covers configuration details specific to
|
||||||
this driver.
|
this driver.
|
||||||
.PP
|
.PP
|
||||||
@@ -38,7 +38,8 @@ driver can pick up the currently used video mode from the framebuffer
|
|||||||
driver and will use it if there are no video modes configured.
|
driver and will use it if there are no video modes configured.
|
||||||
.PP
|
.PP
|
||||||
For PCI boards you might have to add a BusID line to the Device
|
For PCI boards you might have to add a BusID line to the Device
|
||||||
section. See above for a sample line. You can use "XFree86 -scanpci"
|
section. See above for a sample line. You can use \*q\__xservername__
|
||||||
|
-scanpci\*q
|
||||||
to figure out the correct values.
|
to figure out the correct values.
|
||||||
.PP
|
.PP
|
||||||
The following driver
|
The following driver
|
||||||
@@ -56,7 +57,7 @@ Enable rotation of the display. The supported values are "CW" (clockwise,
|
|||||||
90 degrees), "UD" (upside down, 180 degrees) and "CCW" (counter clockwise,
|
90 degrees), "UD" (upside down, 180 degrees) and "CCW" (counter clockwise,
|
||||||
270 degrees). Implies use of the shadow framebuffer layer. Default: off.
|
270 degrees). Implies use of the shadow framebuffer layer. Default: off.
|
||||||
.SH "SEE ALSO"
|
.SH "SEE ALSO"
|
||||||
XFree86(1), XF86Config(__filemansuffix__), xf86config(1), Xserver(1),
|
__xservername__(__appmansuffix__), __xconfigfile__(__filemansuffix__), xorgconfig(__appmansuffix__), Xserver(__appmansuffix__),
|
||||||
X(__miscmansuffix__), fbdevhw(__drivermansuffix__)
|
X(__miscmansuffix__), fbdevhw(__drivermansuffix__)
|
||||||
.SH AUTHORS
|
.SH AUTHORS
|
||||||
Authors include: Gerd Knorr, Michel Dänzer, Geert Uytterhoeven
|
Authors include: Gerd Knorr, Michel Dänzer, Geert Uytterhoeven
|
||||||
|
|||||||
@@ -186,7 +186,7 @@ static XF86ModuleVersionInfo FBDevVersRec =
|
|||||||
MODULEVENDORSTRING,
|
MODULEVENDORSTRING,
|
||||||
MODINFOSTRING1,
|
MODINFOSTRING1,
|
||||||
MODINFOSTRING2,
|
MODINFOSTRING2,
|
||||||
XF86_VERSION_CURRENT,
|
XORG_VERSION_CURRENT,
|
||||||
FBDEV_MAJOR_VERSION, FBDEV_MINOR_VERSION, 0,
|
FBDEV_MAJOR_VERSION, FBDEV_MINOR_VERSION, 0,
|
||||||
ABI_CLASS_VIDEODRV,
|
ABI_CLASS_VIDEODRV,
|
||||||
ABI_VIDEODRV_VERSION,
|
ABI_VIDEODRV_VERSION,
|
||||||
|
|||||||
Reference in New Issue
Block a user