summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-02-28Restore the CLOCK_CNTL_INDEX *after* we're done messing with it. Makes XorgMark Kettenis
properly restore the video mode upon exit on macppc. ok matthieu@, deraadt@
2011-02-22run makewhatis -vMarc Espie
(needs -current !) okay miod@
2011-02-21Restore the CLOCK_CNTL_INDEX *after* we're done messing with it. Makes XorgMark Kettenis
properly restore the video mode upon exit on macppc and sparc64. Already merged upstream. ok matthieu@, no objection miod@
2011-02-21Better instructions for accelerated PCI configuration, including aMiod Vallat
working configuration template people can use, should they need to provide the refresh frequencies their monitor support in order to get high resolution truecolor modes. ok matthieu@
2011-02-21syncTodd T. Fries
2011-02-20Revert stuff that should not have been committed in version 1.33.Matthieu Herrb
Noticed by krw@
2011-02-19Disable Xorg on alpha. Xrender is broken since 2 releases and I stillMatthieu Herrb
don't know how to fix it. ok miod@, todd@
2011-02-17Some updates for 4.9 release.Matthieu Herrb
- we're now at X.Org 7.6 - many applicatons now support anti-aliased, client-side fonts ok miod@, todd@
2011-02-13if we are saving the pointer location for a specific client, make sureOkan Demirmen
that if it is not already inbounds, put it in the default location, which happens to be inbounds. behavior noticed by Thomas Pfaff while maximizing and un-maximizing a window, leaving the pointer behind and causing client_cycle() to be a bit lost. ok oga@
2011-02-13we lose track of highstack somewhere, so recompute it before we need it.Ted Unangst
fixes a crash reported by christian neukirchen. ok okan
2011-02-11puffy 4.9Todd T. Fries
2011-02-11updateMatthieu Herrb
2011-02-11Avoid dereferencing a NULL pointer during VT switches when compositeMatthieu Herrb
is active. Fix confirmed to fix observed crash by dcoppa@ canacar@. ok marco@.
2011-02-08Fix a crash in zaphod mode if one screen is not present.Matthieu Herrb
tested by jasper@, shadchin@. ok shadchin@.
2011-02-07As noticed by david@, empty files were installed instead of formattedIngo Schwarze
GL manuals because Imake still tried to use nroff(1), tbl(1), and eqn(1) which do not exist in base any longer. Thus, let the Xenocara build use mandoc(1) instead, which has native tbl(7) support, and passes eqn source code through unchanged for now, which is more useful than what groff did. However, as suggested by espie@, use the groff port when building Ports. That always works because all ports using imake still have USE_GROFF=Yes. thanks for useful hints to todd@ matthieu@ espie@ naddy@ tested by todd@ in Xenocara builds on i386, amd64, and macppc ok matthieu@ and naddy@, and miod@ also agrees with the general direction
2011-02-02Merge another EXA fix from X.Org 1.9.4RC1:Matthieu Herrb
EXA: Pad size of system memory copy for 1x1 pixmaps (bug #32803).
2011-01-31Apply fix from upstream:Stefan Sperling
commit e06fa804009798ea95efa8babaabb0228dfdfe65 EXA: Fix crash with fill using 1x1 tile of depth < 8 (bug #24703). Fixes http://bugs.freedesktop.org/show_bug.cgi?id=24703 Reported by Barry Grumbine on ports@ ok matthieu@
2011-01-28updateMatthieu Herrb
2011-01-28Update to xbiff 1.0.3. No functional change.Matthieu Herrb
2011-01-28restart recvmsg() if returning with errno==EINTR.Matthieu Herrb
Fixes a crash on server reset on some machines. Code inspired by ssh, with feedback from guenther@ and millert@ ok guenther@ miod@
2011-01-28Effectively close the AGP device fd in xf86GARTCloseScreen() if it'sMatthieu Herrb
different from the consoleFd. Fixes crashes at server reset. "looks good" miod@, oga@. Tested by shadchin@.
2011-01-25updateMatthieu Herrb
2011-01-24syncTodd T. Fries
2011-01-22Update to x11perf 1.5.3Matthieu Herrb
2011-01-22Update to xfwp 1.0.2Matthieu Herrb
2011-01-22Update to twm 1.0.6. No functional change.Matthieu Herrb
2011-01-22Bug-fix upgrade to pixman 0.20.2. No API/ABI change.Matthieu Herrb
tested by shadchin@, ajacoutot@, krw@, ok miod@
2011-01-20Enable weak symbols under OpenBSD on non-ELF platforms, too.Miod Vallat
ok matthieu@ todd@
2011-01-18Picture -> FvwmPicture, to avoid collisions with xrandr includes.Marc Espie
As noticed by Tristan Le Guern. okay matthieu@
2011-01-16fix index of glgetstring, okay matthieu@Marc Espie
2011-01-16Fix compiling layout fr.Alexandr Shadchin
ok matthieu@
2011-01-14syncTodd T. Fries
2011-01-12updateMatthieu Herrb
2011-01-12Indicate that devices need access to legacy VGA resources. Makes sure xserverMark Kettenis
disables DRI if the VGA arbiter is in use. ok matthieu@
2011-01-11Update to xkbcomp 1.2.0.Alexandr Shadchin
ok matthieu@
2011-01-11Update to xkbevd 1.1.2. No functional change.Alexandr Shadchin
ok matthieu@
2011-01-11Update to xkbprint 1.0.3. No functional change.Alexandr Shadchin
ok matthieu@
2011-01-11updateMatthieu Herrb
2011-01-11updateMatthieu Herrb
2011-01-10Call xf86Reconfigure() after readjusting the physical dimensions of the screenMark Kettenis
based on EDID information. Fixes issues with the mouse getting stuck on dual card setups. Still trying to push this one upstream. ok matthieu@
2011-01-10Update makefile-wrapper for xkeyboard-config 2.0Alexandr Shadchin
ok matthieu
2011-01-10Update xkeyboard-config to 2.0Alexandr Shadchin
ok matthieu
2011-01-09Fix double free in the case of windows with a _NET_WM_NAME property,Matthieu Herrb
reported by frantisek holop, patch by Tim van der Molen. Thanks to both.
2011-01-04updateMatthieu Herrb
2011-01-04Add new documentation from xproto 7.0.20.Matthieu Herrb
2011-01-04update to xproto 7.0.20. 2 new keysyms definitions plus lots of doc fixes.Matthieu Herrb
2011-01-04update to xproto 7.0.20. 2 new keysyms definitions plus lots of doc fixes.Matthieu Herrb
2011-01-04Update to resourceproto 1.1.1. No functional change.Matthieu Herrb
2011-01-02syncMatthieu Herrb
2011-01-02Specify default xkb rules for Xnest and Xephyr.Matthieu Herrb