todd
819b350709
sync
2009-10-12 07:58:27 +00:00
matthieu
f3920c2652
sync
2009-10-11 09:32:47 +00:00
matthieu
47491b577c
update to xf86-video-geode 2.11.6. Tested on a Alix 3C3.
2009-10-11 09:30:14 +00:00
matthieu
c31b066623
update to xf86-video-nv 2.1.15. Tested by espie@ (not better,
...
but not worse either on his hardware).
2009-10-10 18:17:43 +00:00
matthieu
75e28f55c7
update to setxkbmap 1.1.0
2009-10-10 10:33:01 +00:00
matthieu
9fb099a14a
update to xbacklight 1.1.1
2009-10-10 10:22:10 +00:00
matthieu
aacbb9a89f
update to xfs 1.1.0.
2009-10-10 10:12:48 +00:00
matthieu
00e4302533
update to xmodmap 1.0.4
2009-10-10 09:47:10 +00:00
matthieu
72710be2d2
update to xset 1.1.0. tested by naddy@
2009-10-10 09:42:16 +00:00
matthieu
35b8585cb8
updates
2009-10-10 07:30:04 +00:00
matthieu
6b7a7e866e
Merge intel driver autoconfiguration changes from upstream:
...
- 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-06 05:57:00 +00:00
matthieu
683b9ddb1b
Revert to luit 1.0.3 for now. 1.0.4 breakage reported by naddy@.
2009-10-05 18:17:43 +00:00
matthieu
2e533db842
update to luit version 1.0.4.
2009-10-04 16:13:59 +00:00
matthieu
6dece721c7
Disable xtrap test clients. ok oga@
2009-10-04 15:01:49 +00:00
matthieu
b929394cd1
Don't build profiled libs. No other X lib does.
2009-10-03 13:57:56 +00:00
matthieu
eff17519e4
Update for newer Xinput ABI.
2009-10-03 10:17:04 +00:00
matthieu
fb63ed8b2b
--disable-xinput and --disable-xprint are not valid configure options
...
anymore in xserver 1.6.
2009-10-03 09:58:38 +00:00
matthieu
0bf019f062
updates
2009-10-02 17:32:33 +00:00
matthieu
c997ac5000
Use the installed /etc/mtree/BSD.x11.dist file now that it's up-to-date.
...
Further mtree updates will go to /usr/src/etc/mtree/BSD.x11.dist directly.
2009-10-01 19:48:31 +00:00
mglocker
57c0324fbe
Adapt to the new UDLIO_DAMAGE ioctl behaviour of udl(4).
2009-09-27 18:19:28 +00:00
matthieu
80cf1b72ef
update to xrandr 1.3.2
2009-09-26 14:53:04 +00:00
matthieu
86728bc555
update to xmag 1.0.3
2009-09-26 14:49:36 +00:00
matthieu
bebee9da71
remove obsolete commands.
2009-09-26 14:45:03 +00:00
matthieu
614e0aa897
remove rstart, take #2 .
2009-09-26 14:44:02 +00:00
matthieu
2b5f2a1839
Remove rstart.
2009-09-26 14:42:30 +00:00
matthieu
909f263119
update to xclock 1.0.4
2009-09-26 14:35:39 +00:00
matthieu
6dad7ec690
update to xauth 1.0.4
2009-09-26 14:32:12 +00:00
matthieu
fc72d75df9
Update to bitmap 1.0.4
2009-09-26 14:06:18 +00:00
matthieu
da78e706dc
Update to bdftopcf 1.0.2
2009-09-26 14:04:52 +00:00
matthieu
d37cd34628
update to appres 1.0.2
2009-09-26 14:03:15 +00:00
matthieu
a724ba9f90
update to util-macros 1.3.0.
2009-09-26 14:01:35 +00:00
matthieu
4e0833d0a8
updates
2009-09-26 12:03:20 +00:00
oga
3bb2531f46
With Xinerama enabled, the borders of a maximized window will show up on
...
all adjacent screens. This patch hides the borders while the window is
maximized.
From Bertrand Janin; thanks!
ok okan@
2009-09-25 15:57:49 +00:00
mglocker
f79025b4ae
wsudl(4) / udl(4) works on NetBSD as well now.
...
From FUKAUMI Naoki
2009-09-24 07:34:40 +00:00
mglocker
21fe69d289
If udl is to busy to process our UDLIO_DAMAGE drawing request, let wsudl
...
sleep for a bit before retrying, so we don't overload the kernel by busy
looping.
Tested and agreed matthieu@
2009-09-23 20:09:03 +00:00
sobrado
7c562918ba
libXt is built with /etc/X11/app-defaults as the default search path,
...
not /usr/X11R6/lib/X11/app-defaults.
ok matthieu@
2009-09-23 20:02:22 +00:00
matthieu
aa2fb42def
XF86Config -> xorg.conf in comments.
2009-09-22 22:00:54 +00:00
mglocker
1360291edb
Initial Xorg driver to support DisplayLink USB display devices using
...
the udl(4) device driver over wsdisplay(4).
OK matthieu@, miod@
2009-09-22 14:11:43 +00:00
matthieu
e1d5149bc0
update
2009-09-21 19:45:42 +00:00
sthen
6b50184426
Update to xterm 248, fixing several bugs including a regression with
...
copy-and-paste. Works for martynas@, ok matthieu@
2009-09-19 00:03:36 +00:00
todd
6bf1497d91
sync
2009-09-17 00:15:43 +00:00
matthieu
05a9a57cca
Replace xorgconfig with Xorg -configure.
2009-09-15 19:04:12 +00:00
matthieu
e10bf73c09
Same fix as in wsfb:
...
Call shadowRemove() in wsfbCloseScreen(). This fixes a free
memory dereference on exit. Hint by Daniel Stone. Thanks.
2009-09-13 19:46:47 +00:00
matthieu
5331f4bab2
Call shadowRemove() in wsfbCloseScreen(). This fixes a free
...
memory dereference on exit. Hint by Daniel Stone. Thanks.
2009-09-13 19:33:49 +00:00
matthieu
00a307f8e4
Do not use 'deprecated' attribute on gcc < 3.1.
...
It causes lots of spurious warnings in build logs.
suggestion to make the test gcc >= 3.1 millert@, ok todd@, miod@
2009-09-13 15:02:03 +00:00
matthieu
93a6b2b0b1
update
2009-09-12 17:05:22 +00:00
todd
1baa75fb76
sync
2009-09-11 22:50:31 +00:00
matthieu
888f50b07a
Don't unconditionnally add a "sunffb" device in autoconfig mode
...
on OpenBSD. It will be added by sparcDriverName() if a ffb card
is present.
2009-09-11 22:12:50 +00:00
matthieu
e706500795
Bring Xnest back.
...
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-11 06:17:29 +00:00
matthieu
a0536c6048
Completely disable xserver on vax, it generates a gcc segmentation
...
violation in xkb/xkbEvents.c. ok todd@
2009-09-10 19:28:23 +00:00