x11/libXxf86dga: Fix the incorrect pkg-descr

PR:		286542
Approved by:	manu (x11, maintainer)
This commit is contained in:
mew14930xvi
2025-06-08 05:43:06 +03:00
committed by Vladimir Druzenko
parent f8988a4231
commit 87b9904401
+9 -1
View File
@@ -1 +1,9 @@
This package contains the XKB file library.
The XFree86-DGA extension is an X server extension for allowing client
programs direct access to the video frame buffer.
XFree86-DGA is not intended as a direct rendering API, but rather, as a
mechanism to "get the X Server out of the way" so that some other
direct rendering API can have full access to the hardware. With this
in mind, DGA does provide clients some direct access to the hardware
without requiring a separate rendering API, but this access is limited
to direct linear framebuffer access.