mpv/libdha
ben 02813b9b8b updated pci ids list, fixed vidix drivers compilation and added nearly exhaustive pci ids for nvidia driver
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22892 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-04-01 13:58:06 +00:00
..
bin
dhahelperwin The FSF changed postal address. 2006-09-01 12:11:11 +00:00
kernelhelper Remove generated test program on clean, not just on distclean. 2007-03-24 15:26:13 +00:00
sysdep Hack around libavutil/bswap.h compilation problems due to always_inline undefined. 2006-12-07 11:58:07 +00:00
AsmMacros.h
Makefile Move pci.db out of its single-file subdirectory. 2007-04-01 12:31:15 +00:00
README
libdha.c in solaris the I/O device to mmap() is /dev/xsvc, not /dev/mem 2007-03-28 18:45:02 +00:00
libdha.h
mtrr.c Make MTRR setup work on AMD64 and simplify some #ifdefs 2005-09-03 19:17:28 +00:00
pci.c GNU/kFreeBSD support, closes Bugzilla #704. 2007-01-10 14:56:23 +00:00
pci.db updated pci ids list, fixed vidix drivers compilation and added nearly exhaustive pci ids for nvidia driver 2007-04-01 13:58:06 +00:00
pci_db2c.awk
test.c

README

lidbha - Direct Hardware Access library
=======================================

This library was designed for providing direct hardware access under different
OS'es and architectures, so it's platform- and os-independent.

The main project on the top of libdha is Vidix. It provides userspace
video 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 'reported
as working' list (these platforms are used daily):
 Linux/x86
 FreeBSD/x86
 NetBSD/x86
 Linux/PPC

There 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 ways
to 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
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)