readme.dha
来自「君正早期ucos系统(只有早期的才不没有打包成库),MPLAYER,文件系统,图」· DHA 代码 · 共 31 行
DHA
31 行
lidbha - Direct Hardware Access library=======================================This library was designed for providing direct hardware access under differentOS'es and architectures, so it's platform- and os-independent.The main project on the top of libdha is Vidix. It provides userspacevideo drivers for Matrox, Ati, 3Dlabs, Trident (and it's still evolving).For the full list of supported OS'es read the sources, anyway here's a 'reportedas working' list (these platforms are used daily): Linux/x86 FreeBSD/x86 NetBSD/x86 Linux/PPCThere are different ways to access the hardware, normally only ROOT can do that.With root privileges libdha will run fine, but there are some others waysto use it as a normal user:1, set the SUID bit on the binary (in this way it runs with root privileges)2, use svgalib kernel helper (please read the comment in the Makefile)3, use dhahelper (not yet finished)The library is based on XFree86 and gfxdump (a utility from the GATOS project)sources.Original import and design by Nick Kurshev and Alex Beregszaszi.Current maintenance and dhahelper by Alex Beregszaszi.Svgalib kernelhelper support by Matan Ziv-Av.(for the e-mail addresses see the AUTHORS file in MPlayer)
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?