summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-10-10update to xbacklight 1.1.1Matthieu Herrb
2009-10-10update to xfs 1.1.0.Matthieu Herrb
2009-10-10update to xmodmap 1.0.4Matthieu Herrb
2009-10-10update to xset 1.1.0. tested by naddy@Matthieu Herrb
2009-10-10updatesMatthieu Herrb
2009-10-06Merge 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-05Revert to luit 1.0.3 for now. 1.0.4 breakage reported by naddy@.Matthieu Herrb
2009-10-04update to luit version 1.0.4.Matthieu Herrb
2009-10-04Disable xtrap test clients. ok oga@Matthieu Herrb
2009-10-03Don't build profiled libs. No other X lib does.Matthieu Herrb
2009-10-03Update for newer Xinput ABI.Matthieu Herrb
2009-10-03--disable-xinput and --disable-xprint are not valid configure optionsMatthieu Herrb
anymore in xserver 1.6.
2009-10-02updatesMatthieu Herrb
2009-10-01Use 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-27Adapt to the new UDLIO_DAMAGE ioctl behaviour of udl(4).Marcus Glocker
2009-09-26update to xrandr 1.3.2Matthieu Herrb
2009-09-26update to xmag 1.0.3Matthieu Herrb
2009-09-26remove obsolete commands.Matthieu Herrb
2009-09-26remove rstart, take #2.Matthieu Herrb
2009-09-26Remove rstart.Matthieu Herrb
2009-09-26update to xclock 1.0.4Matthieu Herrb
2009-09-26update to xauth 1.0.4Matthieu Herrb
2009-09-26Update to bitmap 1.0.4Matthieu Herrb
2009-09-26Update to bdftopcf 1.0.2Matthieu Herrb
2009-09-26update to appres 1.0.2Matthieu Herrb
2009-09-26update to util-macros 1.3.0.Matthieu Herrb
2009-09-26updatesMatthieu Herrb
2009-09-25With Xinerama enabled, the borders of a maximized window will show up onOwain Ainsworth
all adjacent screens. This patch hides the borders while the window is maximized. From Bertrand Janin; thanks! ok okan@
2009-09-24wsudl(4) / udl(4) works on NetBSD as well now.Marcus Glocker
From FUKAUMI Naoki
2009-09-23If udl is to busy to process our UDLIO_DAMAGE drawing request, let wsudlMarcus Glocker
sleep for a bit before retrying, so we don't overload the kernel by busy looping. Tested and agreed matthieu@
2009-09-23libXt 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-22XF86Config -> xorg.conf in comments.Matthieu Herrb
2009-09-22Initial Xorg driver to support DisplayLink USB display devices usingMarcus Glocker
the udl(4) device driver over wsdisplay(4). OK matthieu@, miod@
2009-09-21updateMatthieu Herrb
2009-09-19Update to xterm 248, fixing several bugs including a regression withStuart Henderson
copy-and-paste. Works for martynas@, ok matthieu@
2009-09-17syncTodd T. Fries
2009-09-15Replace xorgconfig with Xorg -configure.Matthieu Herrb
2009-09-13Same 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-13Call shadowRemove() in wsfbCloseScreen(). This fixes a freeMatthieu Herrb
memory dereference on exit. Hint by Daniel Stone. Thanks.
2009-09-13Do 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-12updateMatthieu Herrb
2009-09-11syncTodd T. Fries
2009-09-11Don't unconditionnally add a "sunffb" device in autoconfig modeMatthieu Herrb
on OpenBSD. It will be added by sparcDriverName() if a ffb card is present.
2009-09-11Bring 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-10Completely disable xserver on vax, it generates a gcc segmentationMatthieu Herrb
violation in xkb/xkbEvents.c. ok todd@
2009-09-10backport 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-08undo a bit of overzealous backporting from the DRI2 bits, this chunkOwain 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-08restore version 1.12 of privsep.c which got accidentally revertedMatthieu Herrb
by my xserver 1.6 merge. noticed by oga@
2009-09-08sparcDeviceName: do not fall back to wsfb if no hw specific driverMatthieu 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-07syncTodd T. Fries