Changes in 1.6.3 since 1.6.2.901:
Adam Jackson (1):
selinux: Only activate if policy says to be an object manager
Alan Coopersmith (2):
Don't printf NULL pointers on HAL connection error
Remove hardcoded gcc -Wall option from configure.ac
Ben Skeggs (1):
quirk: use first detailed timing as preferred for PEA prod 9003 (rh#492359)
Keith Packard (1):
Bump release number to 1.6.3
Rémi Cardona (1):
config: add HAL error checks
Changes in 1.6.2.901 since 1.6.2:
Adam Jackson (1):
xdmcp: Don't crash on X -query with more than 255 IP addresses. (#20675)
Alan Coopersmith (1):
Fix build of drivers with 1.6.2 when not using --install-libxf86config
Benjamin Defnet (2):
hw/xf86/modes: Set crtc mode/rotation/transform before calling set_mode_major
randr: fix operation order so that rotation+transform works
Dave Airlie (1):
xfree86: move didLock assignment down to where the function pointer is valid.
Julien Cristau (1):
randr: fix server crash in RRGetScreenInfo
Keith Packard (2):
Replace dixLookupResource by dixLookupResourceBy{Type,Class}
Bump to version 1.6.2.901 (1.6.3 RC1)
Kim Woelders (1):
Fix key repeat problem.
Matthias Hopf (1):
randr: Nuke broken set_origin shortcut
Michel Dänzer (1):
EXA: Only pass CT_YXBANDED to RECTS_TO_REGION() if that is really true.
Robert Noland (1):
One = is more than adequate here. Make is sh safe.
Rémi Cardona (1):
configure: libXinerama isn't needed anymore
Lots of changes since last pkgsrc version 1.4.x.
Based on patches provided by Hasso Tepper on pkgsrc-users.
Enable dri by default.
NOTE: You must install new versions of all dependencies, old ones
won't work!
pull in a patch from upstream which fixes wakeup storms in idletime
counter, reducing the system load significantly if a recent
gnome-screensaver in run
bump PKGREVISION
Apply the following patches from NetBSD xsrc/external/mit/xorg-server/dist;
thanks to joerg for providing a list of changes to apply.
2009-02-19 20:02 macallan
* hw/xfree86/xaa/: xaaFillRect.c (1.2), xaaInitAccel.c (1.2),
xaalocal.h (1.2):
Actually use scanline image writes to upload images if available
2009-02-09 09:49 plunky
* hw/xfree86/os-support/bsd/bsd_mouse.c (1.5):
add horizontal mouse-wheel functionality to USB and WSMOUSE drivers
2009-02-02 03:06 christos
* hw/xfree86/os-support/: bsd/bsd_mouse.c (1.4), xf86OSmouse.h
(1.2):
add a SetupMouse proc to condition the fd. Convert NetBSD's
SetupAuto to SetupMouse.
2009-01-19 00:54 christos
* hw/xfree86/os-support/bsd/bsd_mouse.c (1.3):
fix ioctl.
2009-01-13 18:43 christos
* hw/xfree86/os-support/bsd/bsd_mouse.c (1.2):
Set the mouse event protocol version. (untested, but head will be
broken unless I add this).
revision 1.2
date: 2008/11/23 21:58:25; author: mrg; state: Exp; lines: +1 -0
patch from jmcneill@:
add a log message to notify what VT is in use. helps gdm/consolekit.
group but the keyboard has multiple groups defined, the core description of
the key is a duplication of the single group across all symbols. i.e.
G1L1 G1L2 G1L1 G1L2 G1L3 G1L4 G1L3 G1L4
The previous code generated G1L1 G1L2 G1L3 G1L4 G1L3 G1L4, leading to
"invented" groups when the process is reversed.
Note that this creates wrong key types on reconstruction from core to xkb,
i.e. any single-group key with a key type that is not one of the canonical
four (Sec 12.2.3), will get the assigned type on group 1, and a canonical type
for the other gruops.
X.Org Bug 14373 <http://bugs.freedesktop.org/show_bug.cgi?id=14373>
Patch taken from the bugtracker entry.
This long-overdue update brings many improvements:
- Many improvements to EXA
- Input Hotplugging via HAL or dbus (not enabled yet)
- Support for RandR 1.2. Users using a dual-head configuration are
encouraged to see <http://www.x.org/wiki/Projects/XRandR> for more
information.
- The server now uses the same version of Mesa we have in pkgsrc;
this likely will result in more reliable OpenGL/DRI operation.
I realize that this server is still not the latest release (1.5.0);
upgrading to that version will require an involved mesa update,
libpciaccess, etc. I hope that by the next quarter, that work will be done.
Please file a problem report and/or contact us via the usual means
(mailing lists, etc.) should you encounter any issues.
hardwire it to 1.1, otherwise we announce more than we can support
-add a "glx" option to build the "glx" extension -- this is work in
progress (might need sone CFLAGS, see pkgsrc-wip)
-bump PKGREVISION