mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-28 09:59:56 +00:00
Follow-up after https://github.com/X11Libre/xserver/pull/399 Signed-off-by: stefan11111 <stefan11111@shitposting.expert>
33 lines
1.3 KiB
Groff
33 lines
1.3 KiB
Groff
.\" $XFree86: xc/programs/Xserver/hw/xfree86/fbdevhw/fbdevhw.man,v 1.1 2001/01/24 00:06:34 dawes Exp $
|
|
.TH FBDEVHW @drivermansuffix@ @vendorversion@
|
|
.SH NAME
|
|
fbdevhw \- os-specific submodule for framebuffer device access
|
|
.SH DESCRIPTION
|
|
.B fbdevhw
|
|
provides functions for talking to a framebuffer device. It is
|
|
os-specific. It is a submodule used by other video drivers.
|
|
A
|
|
.B fbdevhw
|
|
module is currently available for linux framebuffer devices.
|
|
.PP
|
|
.BR fbdev (@drivermansuffix@)
|
|
is a non-accelerated driver which runs on top of the
|
|
fbdevhw module. fbdevhw can be used by other drivers too, this
|
|
is usually activated with `Option "UseFBDev"' in the device section.
|
|
.SH CONFIGURATION DETAILS
|
|
Drivers using this module, like fbdev, usually have options
|
|
for setting the desired framebuffer device in xorg.conf.
|
|
For drivers that don't, or if this isn't set in xorg.conf,
|
|
fbdevhw also reads the FRAMEBUFFER environment variable for
|
|
the path to the framebuffer device it should use.
|
|
.SH "SEE ALSO"
|
|
.BR Xorg (@appmansuffix@),
|
|
.BR xorg.conf (@filemansuffix@),
|
|
.BR xorgconfig (@appmansuffix@),
|
|
.BR Xserver (@appmansuffix@),
|
|
.BR X (@miscmansuffix@),
|
|
.BR fbdev (@drivermansuffix@)
|
|
.SH AUTHORS
|
|
Authors include: Gerd Knorr, based on the XF68_FBDev Server code
|
|
(Martin Schaller, Geert Uytterhoeven).
|