summaryrefslogtreecommitdiff
path: root/hw/dmx
AgeCommit message (Collapse)AuthorFilesLines
2004-08-27Add missing reply for DMX (Rik Faith).Kevin E Martin1-0/+1
2004-08-09- Fix building without Xfixes extensionKevin E Martin1-0/+4
- Fix building without Xevie - Fix building without DPMS - Fix "Extensions" section config file support to accept general boolean options
2004-07-31Add new extension enable/disable feature. This code is a small step in theKevin E Martin3-18/+11
right direction -- i.e., moving towards full run-time config of extensions. Currently, only XTEST, XINERAMA, RENDER, XKB, and XEVIE are supported.
2004-07-28When using DMX console input, make detached screens display as grey (vs.Rik Faith2-5/+26
white for attached and black for dead-space).
2004-07-18Addition of console input after removal of core backend input that is notRik Faith2-4/+45
on screen 0 can cause a segfault. Fix by preventing reinitialization of detached inputs. When Xinerama is active and screen 0 is detached, pixmaps for XGetImage must be obtained from another screen.
2004-07-07Bugzilla #817Rik Faith5-6/+12
2004-07-06- Disable building DMX on OSs that have not been verified to buildKevin E Martin5-29/+56
correctly (Kevin Martin). - Fix DMX build when Xinerama is not enabled (Kevin Martin).
2004-06-30Add Distributed Multihead X (DMX) supportKevin E Martin433-0/+102943