jmcneill
20618a809d
Enable XvMC support for Intel graphics chips
2011-01-18 23:33:50 +00:00
jmcneill
b2b7e1871b
Ensure that HAVE_DIX_CONFIG_H is defined for damageext, dbe, exa, and glx
...
builds. Fixes recent trouble with the Composite extension, and should fix
some problems with the DAMAGE extension and who knows what else.
2011-01-15 13:54:52 +00:00
jmcneill
dba38226ce
only define HAVE_MTRR on x86
2011-01-14 16:04:49 +00:00
jmcneill
b66d32932e
HAVE_MMTR -> HAVE_MTRR
2011-01-12 19:04:19 +00:00
macallan
60e66c6f48
define NO_LEGACY_VGA on macppc and sparc64
...
May be necessary on other ports as well that have PCI but never use VGA text
mode.
2011-01-06 03:29:12 +00:00
mrg
cf66e37cc9
fix a comment
2011-01-02 11:24:20 +00:00
tsutsui
6ff9a90670
Disable bzip2 support in tools bdftopcf(1).
...
We don't use bzip2 fonts on build and some OS doesn't have bzip2 headers.
Ok'ed by mrg@, martin@, fixes PR/44138.
Should be pulled up to netbsd-5 (and netbsd-5-1).
2010-12-19 13:04:54 +00:00
kiyohara
602d621e07
The failure of rebuilding is evaded.
...
Vga is not used in x86 and alpha for a long time. PR#41626 might influence us.
2010-12-07 05:39:53 +00:00
adam
3e1a82b305
Fix building on case-insensitive file-system.
2010-12-05 15:57:40 +00:00
mrg
eebfdc254d
dsable SSE2 support on amd64 for now. GCC generates code that causes
...
alignment faults. the code is:
0x00007f7ffd40ccd7 <_pixman_implementation_create_sse2+0>: push %rbp
0x00007f7ffd40ccd8 <_pixman_implementation_create_sse2+1>: mov %rsp,%rbp
0x00007f7ffd40ccdb <_pixman_implementation_create_sse2+4>: sub $0x10,%rsp
...
0x00007f7ffd40cdab <_pixman_implementation_create_sse2+212>: mov $0xffffffffffffffff,%rdx
0x00007f7ffd40cdb2 <_pixman_implementation_create_sse2+219>: mov %rdx,0xfffffffffffffff0(%rbp)
0x00007f7ffd40cdb6 <_pixman_implementation_create_sse2+223>: mov %rdx,0xfffffffffffffff8(%rbp)
0x00007f7ffd40cdba <_pixman_implementation_create_sse2+227>: movdqa 0xfffffffffffffff0(%rbp),%xmm0
upon entry we have stack aligned to 16 bytes. the first instruction
subtracts 8, we copy this not-16-byte aligned value into %rbp, and
then decrement the stack by 16 bytes.
then we store a big -1 into 16 bytes on the stack, and then load it
into %xmm0.. except we load it from an unaligned pointer and GP.
2010-12-01 08:59:12 +00:00
skrll
7da9fec5d3
Define PCVT_SUPPORT for cats.
2010-11-29 09:34:40 +00:00
mrg
cf09657d83
re-updates for xkeyboard-config 2.0.
2010-11-28 07:55:07 +00:00
mrg
57243b82af
re-install the phoenixed XKeysymDB, since keyboards don't work without it.
...
fixes PR #44137 .
2010-11-28 07:47:53 +00:00
mrg
848a2800a1
revert back to xkeyboard-config 1.9
2010-11-28 04:58:20 +00:00
mrg
b814970ebf
install an empty date.def, like the xorg package does. PR#44158.
2010-11-27 22:21:27 +00:00
mrg
2b0ace99d4
avoid i386 compile errors due to CARD32 lossage.
2010-11-25 16:02:02 +00:00
mrg
b2c817a219
add an include for sbus.
2010-11-23 10:19:55 +00:00
mrg
fe1d04c916
don't install date.def anymore; it is obsolete.
2010-11-23 08:44:23 +00:00
mrg
3cc5930c91
many build updates and fixes for xorg-server 1.9.2.
2010-11-23 08:22:29 +00:00
mrg
bf1d3cdc7a
install dri.pc.
...
put the Mesa version into it's own makefile, and share it. there
are now 4 references to it.
2010-11-22 21:05:27 +00:00
mrg
06b588fa3e
updates for freetype 2.4.3:
...
remove MKTTINTERP option, it is enabled by default now. bump minor.
2010-11-22 08:34:56 +00:00
mrg
c3b794cbe7
makekeys can't read from stdin anymore; avoid it.
2010-11-22 00:52:33 +00:00
mrg
4607142053
delete obsolete files.
2010-11-22 00:31:35 +00:00
mrg
5ebe1a1bf6
updates for xkeyboard-config 2.0.
2010-11-22 00:27:55 +00:00
mrg
aae9764e40
merge libX11 1.3.6 - delete XKeysymDB.
2010-11-22 00:12:14 +00:00
mrg
eac4b56862
update for libXdmcp 1.1.0
2010-11-21 23:52:15 +00:00
mrg
f2497abcd2
update for pixman 0.21.2. we really need __thread, it seems.
2010-11-21 09:01:35 +00:00
mrg
6b081c03fe
update this for fontconfig 2.8.0. ugh.
2010-11-21 07:45:36 +00:00
mrg
12736001f4
add fc-query and fc-scan.
2010-11-21 07:20:06 +00:00
mrg
01cf639de2
remove deprecated xft-config, fix xsm locations, don't install lbx
...
headers, instal Xmu/WhitePoint.h.
2010-11-21 06:01:49 +00:00
mrg
bb67f161f2
install lndir again. (hooray, i've missed this stupid app ;-)
2010-11-21 02:43:31 +00:00
mrg
7d3734bcc2
install the bitmap app-defaults here due to Bitmap.c vs. app-defaults/Bitmap conflicts.
2010-11-21 02:34:15 +00:00
mrg
4c296db9fb
various updates for moved man pages or app-defaults.
...
remove some dated CPPFLAGS defines.
2010-11-21 02:33:39 +00:00
mrg
a071691221
various updates for moved man pages or app-defaults.
2010-11-21 01:25:32 +00:00
mrg
7756c1133b
find the right app-defaults files.
2010-11-20 23:47:30 +00:00
mrg
bbbece370f
link with xcb and xcb-shape.
2010-11-20 23:45:13 +00:00
mrg
4b075cc58e
also link in libXcursor now.
2010-11-20 23:34:06 +00:00
mrg
bbea647834
find and use config.h
2010-11-20 23:30:24 +00:00
mrg
bd2290b430
add the new man dir to .PATH, for xmodmap 1.0.5
2010-11-20 23:17:51 +00:00
mrg
6af7010d56
add the include dir, to prepare for xmh 1.0.2
2010-11-20 22:41:49 +00:00
mrg
35542dc62d
add the app-defaults dir, to prepare for xmh 1.0.2
2010-11-20 22:40:00 +00:00
mrg
f5c31e4871
add the app-defaults dir, to prepare for xload 1.1.0
2010-11-20 22:34:17 +00:00
mrg
5fbca94a02
add missing radeon_exa_shared.c, came with 6.13.2.
2010-11-20 21:24:00 +00:00
tron
c3b15fd54b
Build and install the following manual pages from the "xorg-docs" package:
...
- Consortium(7)
- Standards(7)
- X(7)
- XOrgFoundation(7)
- XProjectTeam(7)
- Xsecurity(7)
This fixes PR xsrc/44034 by Martin Neitzel.
2010-11-18 18:47:35 +00:00
mrg
7e57e9a9ce
build the dri libraries on ofppc, same as macppc.
2010-11-18 08:41:54 +00:00
mrg
29083f4141
enable xfree86 server build for ofppc, and a bunch of drivers.
2010-11-18 08:20:16 +00:00
tsutsui
77acd29099
Add sample xorg.conf files for hpcarm, hpcmips, and hpcsh.
2010-11-13 02:07:28 +00:00
tsutsui
d1eadfe059
Provide port-specific sample xorg.conf files in xserver.tgz.
...
No particular comments on tech-x11.
2010-11-12 17:05:48 +00:00
macallan
5f8ec2be4f
don't build fbdev support on powerpc and sparc64
2010-11-10 04:08:56 +00:00
he
47147f658b
To allow static linking, specify -lterminfo as well, and don't rely
...
on shared library inter-dependencies to pull everything together.
Fixes the build for sun2.
2010-11-05 10:50:50 +00:00
mbalmer
2c6be0820c
descend into the lua subdirectory
2010-10-31 11:29:06 +00:00
mbalmer
97213731c9
Lua build infrastructure
2010-10-31 11:26:01 +00:00
mbalmer
ee59b191f4
adjust the Lua configuration to our needs
2010-10-31 11:19:42 +00:00
mbalmer
33fc08400c
add teh script used to prepare the source code
2010-10-31 11:18:20 +00:00
mbalmer
dbec530483
Import the (unaltered) Lua 5.1.4 source distribution.
2010-10-31 11:16:48 +00:00
mbalmer
debeea5823
Accidentally these files were imported one level to high, sorry about that.
2010-10-31 11:14:02 +00:00
mbalmer
56288e6a3c
Import the (unaltered) Lua 5.1.4 distribution.
2010-10-31 11:08:37 +00:00
tsutsui
bd3d0ec2b5
Reorder SUBDIR entries to make this more maintainable/readable:
...
- put xf86-input drivers first then xf86-video
- put x86 (i386/amd64) first then other ${MACHINE}s in alphabetical order
XXX1: is it better to use Makefile.${MACHINE} (or something else)?
XXX2: should all ports include xf86-video-wsfb unconditionally?
XXX3: should we have common definitions for MI PCI video drivers?
2010-10-23 15:27:50 +00:00
tsutsui
c9ebdd5ea9
Remove dup xf86-video-cirrus for cats.
2010-10-23 15:16:04 +00:00
tsutsui
6fb1c3ebb4
Use simple .if/.endif statements rather than .if/.elif/.elif/.../.endif
...
to specify ${MACHINE} specific video drivers since it isn't a good idea
to add new ports at the end of statements.
2010-10-23 14:48:17 +00:00
christos
f4ef40e2cd
added commented out trace build.
2010-10-03 22:06:43 +00:00
mrg
47b7ca8eaa
don't need (or want) miscutil.c here anymore.
2010-08-14 11:12:16 +00:00
mrg
a993b35c5b
add bof.c for libdrm 2.4.21.
2010-08-14 10:29:43 +00:00
mrg
0f16bb99fb
.. also find XMore.
2010-08-14 09:26:46 +00:00
mrg
b878ec9e1d
cope with XMore.ad -> XMore.
2010-08-14 09:25:35 +00:00
mrg
12c4b3b795
re-enable shapestr.h and syncstr.h, from xextproto 7.1.2.
2010-08-14 08:51:32 +00:00
kiyohara
984cab17bc
Support xserver for bebox.
2010-08-01 06:24:30 +00:00
tsutsui
ff0df7ebab
Move and sort definitions for legacy MD Xservers per ${MACHINE}.
2010-07-31 15:01:12 +00:00
tsutsui
bcff481570
Remove commented out XSERVER_XDREAMCAST lines.
...
It won't happen but will be supported by Xorg wsfb server.
2010-07-31 14:45:19 +00:00
tsutsui
d937dc8bf5
Cleanup per ${MACHINE} if-clause lines for XFree86 servers.
2010-07-31 14:40:05 +00:00
tsutsui
3b6a35ebfd
Remove obsolete (commented out) XSERVER_XHPC.
2010-07-31 13:32:23 +00:00
mrg
a2fdb48cbf
default the subpixel renderer and tt interpreter to enabled.
2010-07-25 02:25:29 +00:00
mrg
406bca5fd6
updates for Mesa 7.8.2:
...
- build glsl as a host tool
- add the glsl objects to libmesa
- add/remove new/deleted sources for various components
- adjust the libmesa/libGL builds to pull in the new glsl objects
- re-apply the BUILDSYMLINK hack for eval.c/pixel.c/pixelstore.c
- use glsl to build the slang headers on the fly
2010-07-19 05:34:24 +00:00
mrg
6d0d419c9f
delete obsolete / never used file.
2010-07-19 05:01:07 +00:00
mrg
d06d4b6ec0
... and HAVE_STRNLEN
2010-07-18 11:28:22 +00:00
mrg
9998611309
xlsclients wants xcb-atom as well.
2010-07-18 11:21:43 +00:00
mrg
88f40394c5
oops, install all the xcb-util headers.
2010-07-18 10:58:06 +00:00
mrg
1ddab15061
xlsatoms 1.1.0 wants to link against libxcb, not all the other libs.
2010-07-18 10:42:24 +00:00
mrg
448655fa99
add a couple of missing source files.
2010-07-18 09:49:12 +00:00
mrg
3172b07cfc
build and install libxcb and xcb-util libraries.
2010-07-18 07:07:08 +00:00
mrg
17120376f4
add build infrastructure for xcb-utils 0.3.6.
2010-07-18 07:01:38 +00:00
mrg
afd7b3604f
don't install xprint.h.
2010-07-18 07:01:10 +00:00
mrg
d5fd80ad0d
install the xcb-proto files; not used yet.
2010-07-17 23:44:29 +00:00
mrg
0d429e5b59
build support for libxcb 1.6. not yet used.
...
XXX: i couldn't get the python/xml generator to run outside of
XXX: the libxcb build tree, so i just copied these from there,
XXX: but ideally files/Makefile could know how to do this.
2010-07-17 23:43:27 +00:00
mrg
7c9ebaef72
remove now-gone neo_bank.c
2010-07-17 06:55:39 +00:00
kiyohara
299d82b760
Support xserver for prep.
...
It tested only s3(864).
2010-07-12 07:54:11 +00:00
mrg
51e1811550
build updates for xterm-261. resize also uses terminfo now.
2010-06-30 04:58:42 +00:00
tsutsui
8e7f6b2093
Prepare entries for Xorg wsfb based server for dreamcast.
...
Not enabled by default yet and old xfree entries are still preserved.
XXX1: No maple keyboard keymap yet:
http://mail-index.NetBSD.org/tech-x11/2010/06/19/msg000785.html
XXX2: probably we should have some common list files for xcomp and xserver.
2010-06-19 18:17:55 +00:00
tsutsui
28ea420374
Prepare to build Xorg servers for hpcarm/hpcmips/hpcsh.
...
XXX: ${MACHINE} dependent definitions in these Makefiles look a bit messy
XXX: like old xfree's NetBSD.cf...
2010-06-18 09:15:23 +00:00
mrg
c59fc30136
look for and find config.h. part of PR#43433.
2010-06-08 04:31:43 +00:00
ghen
895e51c7dc
A suggestion from veego to fix it (taken from ../../include/fontsproto).
2010-06-04 10:22:25 +00:00
ghen
30ff915334
Revert previous.
2010-06-03 20:48:48 +00:00
ghen
7f1fb6416b
.include <bsd.lib.mk> to handle the pkgconfig file correctly (noted by veego).
2010-06-03 10:38:34 +00:00
veego
679aad1fc6
* Add missing .WAIT before libdrm_intel since it now depends on libdrm
...
* Move libchromeXvMC further down since it depends on some other libraries
2010-06-03 09:49:45 +00:00
veego
6cb632ce43
Link against libXext, libX11, libXv, libXvMC and libdrm to fix a hidden
...
dependency
2010-06-03 09:44:19 +00:00
veego
a23843d4e1
Link against libdrm to fix a hidden dependency
2010-06-03 09:43:16 +00:00
veego
86187ea55a
Link against libz to fix a hidden dependency
2010-06-03 09:42:40 +00:00
mrg
34209de0b7
USETBL=yes. several of these manuals need it. from PR#36600.
2010-06-01 05:26:51 +00:00
ghen
8c57025fc1
Move "compiled" files from dist directory to reachover directory (suggested
...
by mrg). Add a note in the Makefile for future upgrades.
2010-05-29 07:58:24 +00:00
ghen
a2c1907824
Install pkgconfig file for xkeyboard-config.
2010-05-28 13:01:23 +00:00
ghen
1d75ab7274
Update to xkeyboard-config 1.9.
2010-05-28 12:38:34 +00:00
mrg
281afa1ed9
build libchromeXvMC on x86.
2010-05-28 06:26:55 +00:00
mrg
3c7ac2611f
we're now at mesa 7.7.1.
...
XXX: really really really need to make this in one place...
2010-05-28 06:22:05 +00:00
mrg
739316d43b
fix compile error in previous.
2010-05-28 04:16:06 +00:00
mrg
3c18d96e81
enable xf86-video-openchrome for x86 and xf86-video-geode for i386.
2010-05-28 04:12:02 +00:00
mrg
4eb959abf9
obsolete xf86-video-cyrix
2010-05-28 02:37:26 +00:00
mrg
864de3fd7b
add build glue for xf86-video-geode and xf86-video-openchrome and
...
obsolete xf86-video-via.
2010-05-28 02:35:46 +00:00
mrg
5988c2a162
new Mesa r300_dri driver has a "compiler" subdir of objects needed.
...
mostly dieter roelants in PR#43367.
2010-05-27 01:20:14 +00:00
nonaka
623fa85bb5
Added keyboard config files for Sharp WS011SH/WS020SH.
2010-05-25 13:13:55 +00:00
veego
7c66f95e1b
Replace __appmansuffix__ in fsconfig.cpp
2010-05-24 05:30:40 +00:00
mrg
2cc35fcdb7
these depend upon libdrm_radeon now.
2010-05-23 23:21:30 +00:00
veego
e6aea5bc19
Replace UTMP_FILE and WTMP_FILE for Xstartup here and not in the cpp file
...
to make a xdm update easier.
xdm was updated but the local change in Xstartup.cpp was lost.
2010-05-23 21:35:35 +00:00
veego
d6cf4a0fd0
Use ${XDMPIDDIR} and ${XDMLOGDIR} from ../xdm/Makefile.xdm instead of
...
hard coding the path here.
2010-05-23 21:31:57 +00:00
mrg
3172c38b29
build fixes for Mesa 7.7.1. introduce r600 driver!
2010-05-23 21:31:52 +00:00
mrg
576740c1b8
delete most of this file; it is obsolete
2010-05-23 10:45:04 +00:00
mrg
aa57a3fc7c
build vmwlegacy and vmware modules as per- 11.0.1.
2010-05-23 06:37:32 +00:00
mrg
a6979b6038
updates for xf86-video-ati 6.13.0.
2010-05-23 06:16:13 +00:00
mrg
1bf99f0476
bump libpixman-1.so minor. avoid double defining PIXMAN_DISABLE_DEPRECATED.
2010-05-23 04:26:19 +00:00
mrg
2508865994
remove unnecessary includes
2010-05-23 01:59:12 +00:00
mrg
3e5caf6bef
install libdrm_intel.pc and libdrm_radeon.pc
2010-05-23 01:30:25 +00:00
mrg
1833edab5e
we have Mesa 7.4.4.
2010-05-23 01:19:34 +00:00
mrg
19c19ead73
install libkms.h to the right place.
2010-05-22 23:19:24 +00:00
mrg
a5e9616b1a
find libdrm files in their new place.
2010-05-22 23:04:01 +00:00
mrg
0658f5e922
updates for changed header locations for libdrm.
2010-05-22 22:50:23 +00:00
mrg
bf0c6be6fd
build libdrm_radeon.
2010-05-22 22:48:18 +00:00
mrg
49c33f235e
sprinkle some more -Wno-error ...
2010-05-22 22:44:16 +00:00
mrg
9ed6b68595
update for libdrm 2.4.20 changed paths/headers.
2010-05-22 22:43:57 +00:00
mrg
b014fbb669
don't build xf86-input-void; it is obsolete since xorg-server 1.4.
2010-05-22 21:12:19 +00:00
mrg
27dac673c0
add common_io.c and bump the minor.
2010-05-22 10:31:20 +00:00
mrg
ba96436c4c
push HAVE_XEXTPROTO_71 into Makefile.xf86-driver. (for now?)
2010-05-22 10:18:03 +00:00
mrg
cf4dd6192b
scrnsaver.h comes from libXScrnSaver now days.
2010-05-22 09:22:15 +00:00
mrg
1373148e6a
install GL/internal/sarea.h and GL/internal/dri_interface.h, like Mesa does.
2010-05-22 08:52:33 +00:00
mrg
14480fe477
trident_driver.c needs -Wno-error for xf86dgastr.h
2010-05-22 07:26:18 +00:00
mrg
b7c73ab99a
define HAVE_XEXTPROTO_71.
...
tga_driver.c needs -Wno-error for xf86dgastr.h
2010-05-22 07:26:09 +00:00
mrg
cfabf5e9d9
these use xf86dgastr.h, so they need -Wno-error for now.
2010-05-22 07:18:37 +00:00
mrg
f85e8b0e1e
XXX: use -Wno-error for files that use old foostr.h includes that now have
...
XXX: #warning's in them.
2010-05-22 05:45:01 +00:00
mrg
baac7eafac
add ge.h and geproto.h
2010-05-22 05:44:08 +00:00
mrg
34de959959
define HAVE_XEXTPROTO_71 now.
2010-05-22 05:42:54 +00:00
mrg
890816e5fc
-Wno-error for bigreq.c for now...
2010-05-22 02:42:37 +00:00
mrg
0d9594b9b8
minor canonicalisation against other Makefile's.
2010-05-22 02:41:49 +00:00
mrg
1be3f650ac
- update includes list and delete obsolete man pages
...
- new -Wno-error's
2010-05-22 02:41:33 +00:00
mrg
b2b9a22c91
add new sources and -Wno-error's for libX11 1.3.3.
2010-05-22 02:41:13 +00:00
mrg
656264decd
version.c is gone.
2010-05-22 02:40:55 +00:00
mrg
e74fd8b361
apply -Wno-error in several places where new X11 headers warn about
...
being used (but in many cases, there are no new versions that don't
use them...)
2010-05-22 02:40:40 +00:00
mrg
aaf63c2df2
update the includes list for Xext 7.1.1 and other dependant updates.
2010-05-22 02:27:06 +00:00
mrg
a19e1fdc43
find the app-defaults file in the new place, as a non- .cpp file.
2010-05-21 06:37:26 +00:00
mrg
d16b54a109
look for and find the app-defaults in the new app-defalts/ subdir of
...
the distribution sources. also, most of them lost the ".ad" suffix.
2010-05-21 06:04:36 +00:00
mrg
7426d119e2
find config.h where it is now available from. for imake 1.0.3.
2010-05-21 05:55:24 +00:00
christos
8610d20994
Allow the build to work on a read-only source tree. From Anon Ymous
2010-05-20 12:51:16 +00:00
nonaka
58d5f137df
Added keyboard config files for Sharp WS003SH/WS007SH.
2010-05-15 15:34:09 +00:00
jakllsch
c9128dfbfd
Install 'symbol' from font-adobe-(75|100)dpi.
...
Should fix some symbols in xcalc.
To do: transform these and other currently-installed-only-as-bdf fonts
to pcf.gz.
2010-04-11 02:41:38 +00:00
yhardy
2217e8705c
i915 and i965 dri modules need glapi.
2010-04-07 20:04:16 +00:00
yhardy
ed3b534143
Don't link libOSMesa, this functionality is provided by mesa_dri.so.
2010-04-07 19:56:01 +00:00
macallan
5f2645eca2
apparently I forgot to commit this
...
thanks to uwe & mrg for hitting me over the head with the error log
2010-03-14 01:13:16 +00:00
macallan
0d91bbc4af
build the suncg14 driver on sparc
2010-02-11 04:07:17 +00:00
tron
feced192ce
Define "HAVE_TERMCAP_H" to fix build with the new terminfo library.
2010-02-04 13:22:34 +00:00
roy
98eb889579
Userland now builds and uses terminfo instead of termcap.
...
OK: core@, jdc@
2010-02-03 15:34:37 +00:00
mrg
ff65ddb460
link in libOSMesa as well.
2010-01-12 03:56:17 +00:00
mrg
9f817fe79f
replace LIBS with LIBDPLIBS. makes these actually link against drm_intel.
...
should fix a problem reported by snj@.
2010-01-12 00:57:45 +00:00
mrg
1834ad25e5
fix a problem reported by jmorse:
...
- fix a line continuation that stopped SRCS= from working
- don't include intel_dri.c here
2010-01-10 17:35:33 +00:00
nakayama
2570d7a0b1
Add -DAVOID_CPIO on sparc.
2009-12-22 09:12:42 +00:00
christos
5061b6b019
From Patrick Welche:
...
The following trivial typo fix gets rid of "unsecure session"s...
XDMATHDIR -> XDMXAUTHDIR
2009-12-18 17:28:47 +00:00
skrll
7a92e8e89d
Use += otherwise COPTS loses important flags.
2009-12-16 14:13:18 +00:00
mrg
2e067db098
update the generated fonts.conf from the template.
...
from Jukka Salmi in PR #42169 .
2009-12-14 00:39:58 +00:00
nonaka
7ed8bf295b
The support of X for zaurus is added.
2009-12-13 05:04:36 +00:00
nonaka
f97268b43d
Added keyboard config files for Sharp Zaurus SL-C3x00.
2009-12-13 04:57:16 +00:00
snj
ed067c7c4b
Add commented out xf86-video-igs under netwinder.
2009-12-11 22:37:39 +00:00
snj
18658cbddd
Build some drivers on cats. List taken from the existing xserver set
...
list, with the addition of wsfb.
2009-12-05 09:11:54 +00:00
mrg
4256cdf1fe
- define CPP with a full path
...
- define CPP_ARGS to -traditional
part1 of xrdb fixes. thanks to Patrick Welche <prlw1@cam.ac.uk> for
figuring out what was going wrong.
2009-12-05 03:28:08 +00:00
mbalmer
b53370aa71
Forgotten commit. Noticed by snj, thanks!
2009-11-28 17:27:30 +00:00
mbalmer
228477b2fe
Add the xf86-input-elographics driver to i386 builds.
2009-11-28 16:48:25 +00:00
mbalmer
d0bf5c8f87
Link the xf86-input-ws X.Org input driver to the build and add it to the lists
...
that also have the wsmouse driver.
xf86-input-ws adds support for touchpanels in X11 that report absolute position
data through wscons(4), e.g. the extended ums(4) driver. xf86-input-ws was
written by Matthieu Herrb for OpenBSD.
Please remember to also update xsrc before the next system build.
2009-11-28 12:10:24 +00:00
macallan
ec3c6449e4
build the igs driver on shark
2009-11-10 23:14:04 +00:00
macallan
8068174863
reachover for the igs driver
2009-11-10 21:44:11 +00:00
mrg
94fb0da1b5
update for libpciaccess 0.10.9
2009-11-09 07:24:27 +00:00
mrg
4066af6496
update for xdm 1.1.9
2009-11-09 07:21:17 +00:00
mrg
ae18134850
add a note about adding compositing libs support
2009-11-09 07:01:03 +00:00
mrg
c5cb963c7d
libXinerama provides Xinerama.h panoramiXext.h now.
2009-11-09 03:27:05 +00:00
mrg
32492fdf39
link in -ldrm_intel on i915 and i965 drivers.
...
build i915 driver with -DI915 -DDRM_VBLANK_FLIP=DRM_VBLANK_FLIP.
should fix errors reported by jak@ and probably many others.
2009-11-09 02:38:24 +00:00
mrg
1e4bfd33e1
add a note about tga and (future) xextproto upgrade
2009-11-09 02:22:39 +00:00
mrg
999d737ad0
update for xf86-video-radeonhd 1.3.0
2009-11-09 01:46:51 +00:00
mrg
b9a930e806
disable using sse2 for i386. from drochner@ and veego@.
2009-11-09 01:11:59 +00:00
mrg
2d4c7fde6e
update for xclipboard 1.1.0
2009-11-09 00:43:39 +00:00
mrg
d311d29300
note that libXau has new documentation we may want to install.
2009-11-09 00:41:42 +00:00
mrg
c6af7684fa
update for xbitmaps 1.1.0. black6/box6 have moved into here, so don't
...
install them from xmh any more.
2009-11-09 00:41:25 +00:00
mrg
9b0613b5a4
install new xkbutils man pages
2009-11-09 00:36:12 +00:00
mrg
47b67aed1e
update for xman 1.1.0
2009-11-09 00:32:00 +00:00
mrg
4ac6f9b83c
update for xprop 1.1.0
2009-11-09 00:30:27 +00:00
mrg
a6901c0abc
handle XClock* moving into app-defaults subdir.
2009-11-09 00:10:47 +00:00
macallan
fef6357143
set -DHAVE_ISA on shark, with this accelerated Xorg works again on rev. 4
...
sharks.
2009-10-15 22:54:45 +00:00
snj
f69ea56c7a
Move libdrm headers up one level (out of the X11 directory) to match
...
the rest of the world and fix the inconsistency with libdrm.pc.
Fixes PR xsrc/42126.
2009-10-08 19:06:49 +00:00
mrg
886e69d9fd
properly fix the xkbcomp output, and make compiled a symlink.
2009-10-01 02:27:59 +00:00
mrg
5180c00189
share XKBCOMPDIR between xkbcomp and xorg-server.
2009-09-25 06:07:06 +00:00
mrg
4463162fd2
xorg-server servers depend upon -Wl,--export-dynamic these days.
...
spotted by uwe@. fixes at least swrast userland and Xnest.
2009-09-25 06:04:30 +00:00
snj
bbb05cc64a
Update for new xterm.
2009-09-19 04:54:04 +00:00
mrg
cfb8df7f4f
install the fontconfig files into /etc/fonts/conf.avail, and symlink
...
the default ones into /etc/fonts/conf.d, as per default.
reported by jukka marin on netbsd-users.
2009-09-07 21:07:02 +00:00
macallan
0757b51d96
build the sunleo driver on sparc and sparc64
2009-09-05 22:35:53 +00:00
ahoka
04e8306951
Install manpage for the Xorg S3 driver.
2009-08-28 17:20:07 +00:00
ahoka
8e8267140c
OK, it seems we missed the fact, that s3_video.c needs S3_NEWMMIO
...
defined for proper compilation (its using some macros which are ended
up as undefined symbols and thus crashing the server).
The driver is working properly again now.
2009-08-28 14:39:39 +00:00
ahoka
b04b38e286
Bump DRIVER_VERSION for last update.
2009-08-28 14:13:24 +00:00