Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-10-10 | update to xbacklight 1.1.1 | Matthieu Herrb | |
2009-10-10 | update to xfs 1.1.0. | Matthieu Herrb | |
2009-10-10 | update to xmodmap 1.0.4 | Matthieu Herrb | |
2009-10-10 | update to xset 1.1.0. tested by naddy@ | Matthieu Herrb | |
2009-10-10 | updates | Matthieu Herrb | |
2009-10-06 | Merge intel driver autoconfiguration changes from upstream: | Matthieu Herrb | |
- don't list the dead i810 driver anymore - blacklist the poulsbo chipset which isn't supported by xf86-video-intel. Gives vesa a chance. ok oga@, kettenis@. | |||
2009-10-05 | Revert to luit 1.0.3 for now. 1.0.4 breakage reported by naddy@. | Matthieu Herrb | |
2009-10-04 | update to luit version 1.0.4. | Matthieu Herrb | |
2009-10-04 | Disable xtrap test clients. ok oga@ | Matthieu Herrb | |
2009-10-03 | Don't build profiled libs. No other X lib does. | Matthieu Herrb | |
2009-10-03 | Update for newer Xinput ABI. | Matthieu Herrb | |
2009-10-03 | --disable-xinput and --disable-xprint are not valid configure options | Matthieu Herrb | |
anymore in xserver 1.6. | |||
2009-10-02 | updates | Matthieu Herrb | |
2009-10-01 | Use the installed /etc/mtree/BSD.x11.dist file now that it's up-to-date. | Matthieu Herrb | |
Further mtree updates will go to /usr/src/etc/mtree/BSD.x11.dist directly. | |||
2009-09-27 | Adapt to the new UDLIO_DAMAGE ioctl behaviour of udl(4). | Marcus Glocker | |
2009-09-26 | update to xrandr 1.3.2 | Matthieu Herrb | |
2009-09-26 | update to xmag 1.0.3 | Matthieu Herrb | |
2009-09-26 | remove obsolete commands. | Matthieu Herrb | |
2009-09-26 | remove rstart, take #2. | Matthieu Herrb | |
2009-09-26 | Remove rstart. | Matthieu Herrb | |
2009-09-26 | update to xclock 1.0.4 | Matthieu Herrb | |
2009-09-26 | update to xauth 1.0.4 | Matthieu Herrb | |
2009-09-26 | Update to bitmap 1.0.4 | Matthieu Herrb | |
2009-09-26 | Update to bdftopcf 1.0.2 | Matthieu Herrb | |
2009-09-26 | update to appres 1.0.2 | Matthieu Herrb | |
2009-09-26 | update to util-macros 1.3.0. | Matthieu Herrb | |
2009-09-26 | updates | Matthieu Herrb | |
2009-09-25 | With Xinerama enabled, the borders of a maximized window will show up on | Owain Ainsworth | |
all adjacent screens. This patch hides the borders while the window is maximized. From Bertrand Janin; thanks! ok okan@ | |||
2009-09-24 | wsudl(4) / udl(4) works on NetBSD as well now. | Marcus Glocker | |
From FUKAUMI Naoki | |||
2009-09-23 | If udl is to busy to process our UDLIO_DAMAGE drawing request, let wsudl | Marcus Glocker | |
sleep for a bit before retrying, so we don't overload the kernel by busy looping. Tested and agreed matthieu@ | |||
2009-09-23 | libXt is built with /etc/X11/app-defaults as the default search path, | Igor Sobrado | |
not /usr/X11R6/lib/X11/app-defaults. ok matthieu@ | |||
2009-09-22 | XF86Config -> xorg.conf in comments. | Matthieu Herrb | |
2009-09-22 | Initial Xorg driver to support DisplayLink USB display devices using | Marcus Glocker | |
the udl(4) device driver over wsdisplay(4). OK matthieu@, miod@ | |||
2009-09-21 | update | Matthieu Herrb | |
2009-09-19 | Update to xterm 248, fixing several bugs including a regression with | Stuart Henderson | |
copy-and-paste. Works for martynas@, ok matthieu@ | |||
2009-09-17 | sync | Todd T. Fries | |
2009-09-15 | Replace xorgconfig with Xorg -configure. | Matthieu Herrb | |
2009-09-13 | Same fix as in wsfb: | Matthieu Herrb | |
Call shadowRemove() in wsfbCloseScreen(). This fixes a free memory dereference on exit. Hint by Daniel Stone. Thanks. | |||
2009-09-13 | Call shadowRemove() in wsfbCloseScreen(). This fixes a free | Matthieu Herrb | |
memory dereference on exit. Hint by Daniel Stone. Thanks. | |||
2009-09-13 | Do not use 'deprecated' attribute on gcc < 3.1. | Matthieu Herrb | |
It causes lots of spurious warnings in build logs. suggestion to make the test gcc >= 3.1 millert@, ok todd@, miod@ | |||
2009-09-12 | update | Matthieu Herrb | |
2009-09-11 | sync | Todd T. Fries | |
2009-09-11 | Don't unconditionnally add a "sunffb" device in autoconfig mode | Matthieu Herrb | |
on OpenBSD. It will be added by sparcDriverName() if a ffb card is present. | |||
2009-09-11 | Bring Xnest back. | Matthieu Herrb | |
I had to disable its build during xserver 1.6 development because it wasn't building for a while. But all problems are now fixed. ok todd@. | |||
2009-09-10 | Completely disable xserver on vax, it generates a gcc segmentation | Matthieu Herrb | |
violation in xkb/xkbEvents.c. ok todd@ | |||
2009-09-10 | backport a bugfix from upstream: | Owain Ainsworth | |
Fix 945GM VT switch in UMS Bug #19578. We should set private intel_crtc state according to current, as fail to do so pipe A needs active won't be taken care of. Also make sure pipe swap operation always set during VT switch. This also fixes the *other* x40 lid problem (which happens when you suspend, then you shut the lid in dont'-suspend-on-lid mode. the reasoning for the PipeA quirk I finally found: On some platforms, the firmware may read & write GPU registers on lid close, suspend/resume time or during various SMM events. If one of the graphics pipes is disabled at that time, the GPU may hang due to the programming dependencies of the various registers. So essentially, without this patch, if you have this quirk and you shut the lid, you're hosed, but y'know drivers in userland are great. So are BIOS writers. requested by deraadt@, who keeps getting this issue when he's on a plane. | |||
2009-09-08 | undo a bit of overzealous backporting from the DRI2 bits, this chunk | Owain Ainsworth | |
isn't strictly needed and it causes GL apps to segfault on exit on the 965 with dri1 and xserver 1.6. ok matthieu@ | |||
2009-09-08 | restore version 1.12 of privsep.c which got accidentally reverted | Matthieu Herrb | |
by my xserver 1.6 merge. noticed by oga@ | |||
2009-09-08 | sparcDeviceName: do not fall back to wsfb if no hw specific driver | Matthieu Herrb | |
was found. This is done in the caller already. While there change to a switch() construct to prepare for potential future drivers addition. | |||
2009-09-07 | sync | Todd T. Fries | |