Remote driver for the Xorg X server.
Go to file
Jeremy Huddleston 02918fd534 Don't use XFreeXDGA to determine DGA support
If our server supports DGA and we want to build the dummy driver without it,
XFreeXDGA will be defined by the server and will be picked up rather than
our configuration option.  This change forces us to honor our configuration
hoice.

Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com>
2012-01-09 01:00:40 -08:00
src Don't use XFreeXDGA to determine DGA support 2012-01-09 01:00:40 -08:00
.gitignore .gitignore: use common defaults with custom section # 24239 2009-11-19 11:28:42 -05:00
COPYING COPYING: replace stub file with actual Copyright notice 2010-06-12 15:39:03 -04:00
Makefile.am Don't try to make an INSTALL file 2009-12-01 10:36:35 -05:00
README Add README with pointers to mailing list, bugzilla & git repos 2009-01-30 20:38:25 -08:00
autogen.sh Update autogen.sh to one that does objdir != srcdir. 2005-08-18 09:03:46 +00:00
configure.ac Don't use XFreeXDGA to determine DGA support 2012-01-09 01:00:40 -08:00

README

xf86-video-dummy - virtual/offscreen frame buffer driver for the Xorg X server

Please submit bugs & patches to the Xorg bugzilla:

        https://bugs.freedesktop.org/enter_bug.cgi?product=xorg

All questions regarding this software should be directed at the
Xorg mailing list:

        http://lists.freedesktop.org/mailman/listinfo/xorg

The master development code repository can be found at:

        git://anongit.freedesktop.org/git/xorg/driver/xf86-video-dummy

        http://cgit.freedesktop.org/xorg/driver/xf86-video-dummy

For more information on the git code manager, see:

        http://wiki.x.org/wiki/GitPage