mirror of
https://github.com/X11Libre/xf86-video-vesa.git
synced 2026-03-24 01:25:22 +00:00
c25d5f8725fa912100735b417fb3cbfb226f859f
The old code checked for whether or not files matching /dev/fb* or /dev/dri/card* were present on a system. This is wrong for multiple reasons. Vesa works fine alongside a framebuffer driver. Testing whether a device file exists or not is not enough to detarmine that a driver is present, those device files should also be able to be opened. Signed-off-by: stefan11111 <stefan11111@shitposting.expert>
xf86-video-vesa - Generic VESA video driver for the Xorg X server
All questions regarding this software should be directed at the Xorg mailing list:
https://lists.x.org/mailman/listinfo/xorg
The primary development code repository can be found at:
https://gitlab.freedesktop.org/xorg/driver/xf86-video-vesa
Please submit bug reports and requests to merge patches there.
For patch submission instructions, see:
https://www.x.org/wiki/Development/Documentation/SubmittingPatches
Description
Languages
C
89.8%
Makefile
5.1%
M4
4.5%
Shell
0.6%