okan
2fc8292339
clarify window name/class a bit more with word ordering.
...
ok oga@
2010-09-25 19:54:02 +00:00
jakemsr
0a146de521
enable video(1), now builds on all archs
...
from/ok todd@
2010-09-25 02:59:12 +00:00
jakemsr
6704c2a7ac
list all libraries needed and in the correct order so this builds
...
on static archs
from todd@
2010-09-25 02:58:00 +00:00
matthieu
24a4f25151
Remove reference to XAW_CHECK_XPRINT_SUPPORT which was removed from
...
xorg-macros. While here fix list of dependencies.
2010-09-20 19:30:55 +00:00
matthieu
e7544b351b
regen
2010-09-20 19:27:54 +00:00
matthieu
289309dcbf
Remove reference to XAW_CHECK_XPRINT_SUPPORT which was removed from
...
xorg-macros. While here fix list of dependencies.
Problem noticed by Dave Del Debbio. Thanks.
2010-09-20 19:26:55 +00:00
matthieu
b525a9170f
update
2010-09-19 16:37:47 +00:00
ajacoutot
0d4d066aaa
There is no default /etc/X11/xorg.conf on macppc anymore.
...
input from and ok oga@ matthieu@
2010-09-17 08:09:13 +00:00
jasper
52ab752d00
- no need for root prompt here, user prompt will do
...
- .Xr the other touchscreen driver we have (uhts)
ok matthieu@
2010-09-14 06:20:55 +00:00
jakemsr
02e1414c42
no more anonymous unions in video(4)
2010-09-13 01:35:50 +00:00
matthieu
f71ecdef37
fix merge botch
2010-09-04 13:01:38 +00:00
matthieu
3fe16e8b60
merge botch in used file
2010-09-04 12:55:38 +00:00
matthieu
9f2197f807
Remove macppc default xorg.conf. Discussed with ajacoutot@, drahn@ oga@
...
and todd@
2010-09-04 10:41:57 +00:00
matthieu
478222035f
updates
2010-09-04 10:39:39 +00:00
matthieu
f42887fa64
Update to libXfont 1.4.2
2010-09-04 10:37:30 +00:00
matthieu
a6c32b4cbf
Add 2 missed files in previous update to libX11 1.3.5.
2010-09-04 10:36:30 +00:00
matthieu
6c940574a9
Update to libX11 1.3.5
2010-09-04 10:33:11 +00:00
matthieu
c6379e8bf8
Missed re-added file in libXi 1.3.2. update.
2010-09-04 10:18:16 +00:00
matthieu
9d9f84909a
Update to libXi 1.3.2
2010-09-04 10:16:57 +00:00
matthieu
08a25eefda
Update to libXi 1.3.2
2010-09-04 10:02:49 +00:00
matthieu
4638a5f252
Update to libxcb 1.7
2010-09-04 10:00:58 +00:00
matthieu
b1cbf5b241
Fix 2 files that got mysteriously corrupted by CVS during
...
update to xextproto 7.1.2
2010-09-04 09:59:36 +00:00
matthieu
b85dade6c3
3 files that where re-added in xextproto 7.1.2 and missed by cvs commit.
2010-09-04 09:53:19 +00:00
matthieu
b645239963
Added files with xextproto 1.7.2
2010-09-04 09:50:09 +00:00
matthieu
75031d569b
Update to xextproto 7.1.2
2010-09-04 09:41:37 +00:00
matthieu
59b05772d4
Update to videoproto 2.3.1
2010-09-04 09:39:52 +00:00
matthieu
eb98d43b16
Update to renderproto 0.11.1
2010-09-04 09:39:17 +00:00
matthieu
e80a8ba7e8
Update to glproto 1.4.12
2010-09-04 09:38:50 +00:00
todd
c2a08aebed
sync
2010-09-01 20:03:14 +00:00
matthieu
45438d0119
Update to freetype 2.4.2. This has been in snapshots for a while
...
and tested explicitely by ajacoutot@ jasper@, jcs@, krw@ and others
on various architectures.
2010-09-01 19:14:23 +00:00
matthieu
d57b1a146f
regen (yes lots of files, since util-macros has been updated).
2010-09-01 13:43:24 +00:00
kettenis
e298c3717a
Disable use of SIGIO by default; it breaks multi-card
...
configurations. We don't want to run thousands of lines of
potentially signal-unsafe code for no particular benefit.
ok deraadt@, matthieu@, oga@
2010-09-01 09:32:32 +00:00
oga
f5152cf34c
Don't even attempt to establish a SIGIO handler for DRI1.
...
This hasn't been used for a very, very, very long time, (since before
OpenBSD had dri support, for example) and it causes segfaults on dri
drivers when sigio is disabled. Now we don't need to do context swaps on sigio
nor are we trying to do interrupts in userland (thank fuck for that) this
function can die the death that I intended it to die about two years ago, may it
burn.
The kernel support the the sigio ioctl will be removed in a couple of
weeks to give people time to update (right now it accepts it, then
ignores it).
ok kettenis@, matthieu@.
2010-08-31 21:22:35 +00:00
kettenis
055af11423
Use the KERN_CONSDEV ioctl to figure out what the console device is and
...
attempt to open that first before trying /dev/ttyC[0-7].
This makes X autoconfiguration a tad bit more intuitive on machines
with multiple SBus or UPA framebuffers, where wsdisplay0 isn't the
console. PCI framebuffers are still busted though.
ok matthieu@
2010-08-29 17:58:28 +00:00
matthieu
3423f46a8b
remove checks for xf1bpp and xf4bpp support, since they are not used.
2010-08-29 15:24:28 +00:00
matthieu
08c40d6ee1
Add missing headers for ioctl() and getpagesize() prototypes.
2010-08-29 15:20:40 +00:00
matthieu
bf7e77b9fc
XFree86(1) -> __xservername__(1). __xservername__ is a macro that
...
gets replaced by the actual X server (Xorg currently) by the build
system.
2010-08-29 15:05:55 +00:00
matthieu
fcff2a0414
Sync the build system of xf86-video-{wildcatfb,wsfb,wsudl} with upstreams.
...
No functionnal change.
2010-08-29 14:58:23 +00:00
matthieu
a52d37219e
Update after module loader simplification upstreams. Fixes loading
...
in xserver 1.8. ok miod@.
2010-08-29 14:43:17 +00:00
kettenis
1fb6d3c868
Fix autoconfiguration for accelerated drivers on sparc/sparc64. Currently
...
limited to sunffb; others will need to be added to bsd_sbus.c if we start
shipping them.
ok matthieu@, oga@
2010-08-28 17:59:01 +00:00
millert
27f425c1a6
We no longer link nawk to awk. OK oga@ matthieu@
2010-08-26 19:22:51 +00:00
martynas
7ed4db88f1
remove annoying is lvds / is crt errorf calls
...
ok fgs@ matthieu@ oga@
2010-08-25 20:29:35 +00:00
todd
27291783e7
enable pixman (with a workaround from miod@) for m68k, fixes hp300 and mvme68k
2010-08-25 17:44:24 +00:00
todd
379b282322
make 'make release' work on vax
2010-08-25 17:42:18 +00:00
matthieu
d89e55c282
update
2010-08-23 06:21:12 +00:00
matthieu
ed6c8e882d
Update to xterm 261. Tested by krw@, jcs@.
2010-08-22 13:38:11 +00:00
matthieu
0e3d35862c
Update to xf86-video-nv 2.1.18.
...
Tested at least by krw@, benoit@ and giovanni@.
2010-08-22 12:29:27 +00:00
matthieu
3734d79045
Update to xf86-video-mga 1.4.13.
2010-08-22 12:24:54 +00:00
matthieu
bd8dbdc283
Update to xf86-video-vmware 11.0.2. No functionnal change.
2010-08-22 12:19:00 +00:00
matthieu
54f1cd81d0
Update to xf86-input-vmmouse 12.6.10. No functionnal change.
2010-08-22 12:11:57 +00:00