head 1.4; access; symbols pkgsrc-2013Q2:1.4.0.10 pkgsrc-2013Q2-base:1.4 pkgsrc-2012Q4:1.4.0.8 pkgsrc-2012Q4-base:1.4 pkgsrc-2011Q4:1.4.0.6 pkgsrc-2011Q4-base:1.4 pkgsrc-2011Q2:1.4.0.4 pkgsrc-2011Q2-base:1.4 pkgsrc-2009Q4:1.4.0.2 pkgsrc-2009Q4-base:1.4 pkgsrc-2009Q3:1.3.0.4 pkgsrc-2009Q3-base:1.3 pkgsrc-2009Q2:1.3.0.2 pkgsrc-2009Q2-base:1.3 pkgsrc-2009Q1:1.2.0.6 pkgsrc-2009Q1-base:1.2 pkgsrc-2008Q4:1.2.0.4 pkgsrc-2008Q4-base:1.2 pkgsrc-2008Q3:1.2.0.2 pkgsrc-2008Q3-base:1.2 cube-native-xorg:1.1.0.12 cube-native-xorg-base:1.1 pkgsrc-2008Q2:1.1.0.10 pkgsrc-2008Q2-base:1.1 cwrapper:1.1.0.8 pkgsrc-2008Q1:1.1.0.6 pkgsrc-2008Q1-base:1.1 pkgsrc-2007Q4:1.1.0.4 pkgsrc-2007Q4-base:1.1 pkgsrc-2007Q3:1.1.0.2 pkgsrc-2007Q3-base:1.1; locks; strict; comment @# @; 1.4 date 2009.10.29.19.12.03; author jakllsch; state dead; branches; next 1.3; 1.3 date 2009.06.07.11.23.47; author wiz; state Exp; branches; next 1.2; 1.2 date 2008.09.18.20.56.01; author bjs; state Exp; branches; next 1.1; 1.1 date 2007.08.14.21.34.37; author joerg; state Exp; branches; next ; desc @@ 1.4 log @Upstream has done a black root window on startup for a while, no point in doing it twice, and in a way that prevents `xsetroot -default` from working. @ text @$NetBSD: patch-ah,v 1.3 2009/06/07 11:23:47 wiz Exp $ This patch provides a black background by default--a little nicer, no? --- dix/window.c.orig 2009-03-21 01:57:50 +0200 +++ dix/window.c 2009-05-19 14:35:57 +0300 @@@@ -138,8 +138,12 @@@@ Equipment Corporation. * ChangeWindowDeviceCursor ******/ -static unsigned char _back_lsb[4] = {0x88, 0x22, 0x44, 0x11}; -static unsigned char _back_msb[4] = {0x11, 0x44, 0x22, 0x88}; +/* TODO: Perhaps we should allow the user/system administrator + * to set this via environment variable or configuration + * directive? + */ +static unsigned char _back_lsb[4] = {0x00, 0x00, 0x00, 0x00}; +static unsigned char _back_msb[4] = {0x00, 0x00, 0x00, 0x00}; static Bool WindowParentHasDeviceCursor(WindowPtr pWin, DeviceIntPtr pDev, @ 1.3 log @Update to 1.6.1.901, first 1.6.2 prerelease. Lots of changes since last pkgsrc version 1.4.x. Based on patches provided by Hasso Tepper on pkgsrc-users. Enable dri by default. NOTE: You must install new versions of all dependencies, old ones won't work! @ text @d1 1 a1 1 $NetBSD$ @ 1.2 log @Welcome to modular-xorg-server-1.4.2. This long-overdue update brings many improvements: - Many improvements to EXA - Input Hotplugging via HAL or dbus (not enabled yet) - Support for RandR 1.2. Users using a dual-head configuration are encouraged to see for more information. - The server now uses the same version of Mesa we have in pkgsrc; this likely will result in more reliable OpenGL/DRI operation. I realize that this server is still not the latest release (1.5.0); upgrading to that version will require an involved mesa update, libpciaccess, etc. I hope that by the next quarter, that work will be done. Please file a problem report and/or contact us via the usual means (mailing lists, etc.) should you encounter any issues. @ text @d6 2 a7 2 --- dix/window.c.orig 2008-06-10 13:57:18.000000000 -0400 +++ dix/window.c d9 1 a9 1 * d15 2 a16 2 + * to set this via environment variable or configuration + * directive? d21 2 a22 2 _X_EXPORT int screenIsSaved = SCREEN_SAVER_OFF; @ 1.1 log @Add modeline2c.awk, which replaces modeline2c.pl from Xorg. This allows us to drop the Perl dependency. @ text @d3 8 a10 4 --- hw/xfree86/common/Makefile.in.orig 2007-08-14 20:51:05.000000000 +0200 +++ hw/xfree86/common/Makefile.in @@@@ -990,8 +990,8 @@@@ uninstall-am: uninstall-info-am uninstal uninstall-sdkHEADERS d12 10 a22 7 -xf86DefModeSet.c: $(srcdir)/modeline2c.pl $(MODEDEFSOURCES) - cat $(MODEDEFSOURCES) | $(PERL) $(srcdir)/modeline2c.pl > $@@ +xf86DefModeSet.c: $(srcdir)/modeline2c.awk $(MODEDEFSOURCES) + cat $(MODEDEFSOURCES) | $(AWK) -f $(srcdir)/modeline2c.awk > $@@ # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: @