This series is a counterproposal to Nicolas's patch "dummy: Add support for custom resolutions (RandR 1.2)" [1]
This version allows using xrandr's --fb option to resize the screen rather than having to try to create fake modes that pass validation against made-up hardware constraints. It also allows resizing the framebuffer all the way up to 32767x34767 (assuming malloc succeeds). I didn't try to test the interaction of that with DGA and opted instead to just get rid of DGA support. Let me know if you think DGA in xf86-video-dummy is actually useful for something and I can try to see if that makes sense. [1] http://lists.x.org/archives/xorg-devel/2014-November/044580.html Aaron Plattner (6): Remove pointless empty functions Delete XV stuff Delete dPtr->screenSaver Remove DGA support Get rid of dPtr->FBBase Support RandR 1.2 configure.ac | 9 -- src/Makefile.am | 5 -- src/dummy.h | 20 ----- src/dummy_cursor.c | 2 - src/dummy_dga.c | 175 ------------------------------------ src/dummy_driver.c | 253 ++++++++++++++++------------------------------------- 6 files changed, 73 insertions(+), 391 deletions(-) delete mode 100644 src/dummy_dga.c -- 2.2.2 _______________________________________________ [email protected]: X.Org development Archives: http://lists.x.org/archives/xorg-devel Info: http://lists.x.org/mailman/listinfo/xorg-devel
