matthieu
9cde44668a
Upate to xsm 1.0.3
2013-03-09 16:22:38 +00:00
matthieu
263f249525
Update to xvinfo 1.1.2
2013-03-09 15:28:07 +00:00
matthieu
2aa97e5651
Update to xvidtune 1.0.3
2013-03-09 15:24:46 +00:00
matthieu
d9bd2560da
Update to xstdcmap 1.0.3
2013-03-09 15:20:56 +00:00
matthieu
dd07b39118
Update to xsetroot 1.1.1
2013-03-09 15:16:14 +00:00
matthieu
b6732faf32
Update to xkbutils 1.0.4
2013-03-09 15:13:30 +00:00
matthieu
fd8289ee9d
Update to xfsinfo 1.0.4
2013-03-09 15:07:57 +00:00
matthieu
cda652a22e
Upate to xcalc 1.0.5
2013-03-09 15:04:53 +00:00
matthieu
34f23a9551
Update to ico 1.0.4
2013-03-09 15:01:34 +00:00
matthieu
149d6fe9cb
Update to beforelight 1.0.5
2013-03-09 14:59:44 +00:00
matthieu
d6a58c5477
Update to bdftopcf 1.0.4
2013-03-09 14:57:25 +00:00
matthieu
21975aa714
update
2013-03-09 14:50:14 +00:00
matthieu
a232c77744
Update to xterm 291. Tested by many.
2013-03-09 14:45:38 +00:00
matthieu
c7464f0cb7
Update to fontconfig 2.10.91 + a few local fixes.
...
Move to a new BSD make based build system since fontconfig's build
system has become too dependant on GNU make.
Requested by ajacoutot@, tested by many back in january.
2013-03-09 14:34:40 +00:00
matthieu
42a7cd372b
Build pthread-stubs before fontconfig. Needed for fontconfig 2.10.91
2013-03-09 14:31:36 +00:00
matthieu
79dacaca45
MFC: Bug 60748 - broken conf.d/10-autohint.conf and conf.d/10-unhinted.conf
...
Move the target of recipes to the "pattern" from the "font". This is
to ensure the targeted objects is updated by them prior to
FcDefaultSubstitute() so that it can adds the default values properly.
2013-03-09 14:14:34 +00:00
matthieu
de08f67d60
Add missing fcntl(..., F_DUPFD_CLOEXEC) argument.
2013-03-09 14:01:04 +00:00
matthieu
ead261fb97
New config file providing replacement for Lucida fonts.
...
Replace ugly bitmapped fonts by Luxi or DejaVu TrueType fonts,
Provide aliases for commonly found Lucida family fonts (Lucida,
Lucida Grande, Lucida Sans Unicode).
Prodded by a submission by Tobias Ulmer. Ok mpi@.
2013-03-09 14:00:31 +00:00
matthieu
cb861fcea9
Add a substitution from fonts that map to ugly bitmapped ones
...
Maps to DejaVu fonts. Most of the work done by martynas@
and deraadt@, with inputs and tests from naddy@, todd@
and lots of others.
2013-03-09 13:59:48 +00:00
matthieu
0bbce74883
fc-cache] Add '-c' option fc-cache to chroot on startup
...
before (re)building the font cache. Useful for builds with
$DESTDIR set, to prepare a binary distribution.
2013-03-09 13:58:47 +00:00
matthieu
c9c2f93b5d
Import fontconfig 2.10.91 in a separate directory
...
to make room for a BSD make build system.
2013-03-09 13:33:45 +00:00
matthieu
ac28129a35
update
2013-03-05 21:11:07 +00:00
matthieu
53e93bb749
Update to sessreg 1.0.8
2013-03-05 21:03:36 +00:00
matthieu
8d01ae38c0
Update to xev 1.2.1
2013-03-05 21:01:56 +00:00
matthieu
d722203568
Update to rgb 1.0.5.
2013-03-05 20:40:53 +00:00
matthieu
fe859a9f34
Merge patch from Tom Dickey for a segfault that happens when using the
...
mouse wheel over the scrollbar. ok guenther@ deraadt@
2013-02-27 22:11:56 +00:00
matthieu
291e292e66
sync ok todd@
2013-02-25 05:39:45 +00:00
todd
80888e205b
after a compiler update, landisk can now handle pixman and thus xserver again
...
prodded by brad@, ok matthieu@
2013-02-21 17:45:32 +00:00
brad
f3fd083654
Remove m68k workaround now that gcc3 is in use.
...
ok miod@
2013-02-19 20:56:17 +00:00
miod
e7cf8e3ec0
sync
2013-02-17 13:03:23 +00:00
matthieu
3665417ea1
update
2013-02-16 21:48:24 +00:00
matthieu
07ce5c5054
Repair the legacy i810 driver. Problem reported and fix
...
successfully tested by schwarze@
2013-02-14 15:15:37 +00:00
naddy
cd204645e0
don't touch the pty permissions after grantpt() or openpty(); ok matthieu@
2013-02-10 15:41:48 +00:00
naddy
75b92ad92d
Update to luit 1.1.1. ok matthieu@
2013-02-10 15:38:36 +00:00
brad
866ddb26e8
Enable the shared libs option on m88k; this is also used to indicate
...
whether to build Mesa.
ok miod@
2013-02-09 21:48:07 +00:00
matthieu
3ad0ca1c5e
update
2013-02-08 13:46:47 +00:00
todd
b396c5a181
puffy 5.3
2013-02-07 23:16:21 +00:00
miod
713544d2fb
sync
2013-02-07 22:20:10 +00:00
jsg
d6d6af1958
Several changes to resolve screen corruption sometimes seen with dpms
...
on ivy bridge, mostly based on upstream drm code:
- remove a workaround which was in itself causing issues
- switch the order of disabling fdi rx & tx
- disable DPLL_SEL when disabling the crtc
- add a few extra delays
Most of this concerns the gen5+ crtc disable function, and thanks
to a bunch of testers this is known to still work fine on gen 5/6/7.
ok kettenis@ matthieu@
2013-02-01 11:09:26 +00:00
brad
491025efd7
Rename dprintf function to debugprintf so as to not conflict with POSIX
...
function name.
ok millert@
2013-01-25 22:33:54 +00:00
sobrado
c7c3d2e810
example should conform to constraint on section identifiers.
...
ok matthieu@
2013-01-22 21:37:09 +00:00
stsp
2d8816a8c4
Stop the radeon driver from trying to restore text mode on PALM and newer
...
chip generations. The driver is currently unable to restore text mode on
these chips, and attempting to restore text mode anyway results in the
display not being restored properly when switching back to X. The only way
of restoring the display after restarting X was to reboot the machine.
ok mpi@
2013-01-20 15:06:45 +00:00
kettenis
87c6ca56f8
Only require DRM 1.2. That's the version we claim to support and it the driver
...
doesn't actually seem to require any newer interfaces.
ok jsg@
2013-01-17 11:07:36 +00:00
kettenis
f43e7c87ae
Fix previous.
2013-01-17 11:02:54 +00:00
kettenis
2699efd7db
Open /dev/drm0 instead of /dev/dri/card0 and add privsep support.
...
ok jsg@
2013-01-17 11:00:57 +00:00
matthieu
c0a0ffd5bb
update
2013-01-17 07:34:37 +00:00
matthieu
e014b201d3
regen
2013-01-17 07:22:28 +00:00
matthieu
062bd345e3
Add BSD Makefile.
2013-01-17 07:21:06 +00:00
matthieu
a4939b0756
Import xf86-video-modesetting 0.6.0.
...
Requested by jsg@ and kettenis@ for KMS testing.
2013-01-17 07:16:32 +00:00
sthen
2e97681d72
C++11 requires a space between literal and identifier; backport fix
...
from 7069d717e9 upstream. ok matthieu@
2013-01-15 11:47:43 +00:00