[ANNOUNCE] xorg-server 1.11.3

2011-12-17 Thread Jeremy Huddleston
in one missing case kdrive: drop screen crossing code. Derek Buitenhuis (1): Fix vesa's VBE PanelID interpretation Gaetan Nadon (1): dmx: fix distcheck failure, missing compsize.h in Makefile.am Jeremy Huddleston (5): xfree86: Fix powerpc build with -Werror=int-to-pointer-cast

[ANNOUNCE] xorg-server 1.11.2.902 (1.11.3 RC2)

2011-12-09 Thread Jeremy Huddleston
free uninitialised pointer when malloc fails. (v2) Xi: avoid overrun of callback array. xaa: avoid possible freed pointer reuse in epilogue xv: test correct number of requests. (v2) hal: free tmp_val in one missing case kdrive: drop screen crossing code. Jeremy

[ANNOUNCE] xorg-server 1.11.2.902 (1.11.3 RC2)

2011-12-09 Thread Jeremy Huddleston
free uninitialised pointer when malloc fails. (v2) Xi: avoid overrun of callback array. xaa: avoid possible freed pointer reuse in epilogue xv: test correct number of requests. (v2) hal: free tmp_val in one missing case kdrive: drop screen crossing code. Jeremy

[ANNOUNCE] xorg-server 1.11.2.901 (1.11.3 RC1)

2011-11-28 Thread Jeremy Huddleston
crashes in miInitVisuals() when started with depth=2 Dave Airlie (1): xf86Crtc: handle no outputs with no modes harder. Derek Buitenhuis (1): Fix vesa's VBE PanelID interpretation Jeremy Huddleston (3): xfree86: Fix powerpc build with -Werror=int-to-pointer-cast -Werror=pointer

[ANNOUNCE] libpciaccess 0.12.902

2011-11-09 Thread Jeremy Huddleston
trailing whitespace Solaris: Give better error on realloc failure Chris Wilson (1): linux: Only set errno after an error Gaetan Nadon (1): config: comment, minor upgrade, quote and layout configure.ac Jeremy Huddleston (6): Update library version to reflect new API

[ANNOUNCE] libpciaccess 0.12.902

2011-11-09 Thread Jeremy Huddleston
trailing whitespace Solaris: Give better error on realloc failure Chris Wilson (1): linux: Only set errno after an error Gaetan Nadon (1): config: comment, minor upgrade, quote and layout configure.ac Jeremy Huddleston (6): Update library version to reflect new API

[ANNOUNCE] xorg-server 1.11.2

2011-11-04 Thread Jeremy Huddleston
): dixfonts: Don't overwrite local c variable until new_closure is safely initialized. Carlos Garnacho (1): Xi: Fix passive XI2 ungrabs on XIAll[Master]Devices Jamey Sharp (1): Fix pixmap double-frees on error paths. Jeremy Huddleston (13): XQuartz: Use set_front_process rather than

[ANNOUNCE] xorg-server 1.11.1.902 (1.11.2 RC2)

2011-10-28 Thread Jeremy Huddleston
a future 1.11 release, please follow the instructions listed in the wiki to raise this to our attention. http://www.x.org/wiki/Server111Branch == Changes since 1.11.2 RC1 == Jeremy Huddleston (8): Xnest: Match the host's keymap XQuartz: appledri: Set the correct reply length

Re: [v2 PATCH] libpciaccess: close mtrr fd on pci_cleanup

2011-10-25 Thread Jeremy Huddleston
Thanks, I reviewed and pushed this with a small modification. --Jeremy On Oct 24, 2011, at 12:15 PM, Nithin Nayak Sujir wrote: Since the fd is not closed, calling pci_system_init and pci_system_cleanup more than 1024 times results in too many files open error. v2: Modified the patch to

Re: [PATCH] libpciaccess: close mtrr fd on pci_cleanup

2011-10-24 Thread Jeremy Huddleston
While possibly safe in practice, this doesn't look like the correct fix. It is possible that this will result in a close(0) if HAVE_MTRR is defined and mtrr_fd was just never set. HAVE_MTRR is defined if asm/mtrr.h exists. mtrr_fd is set if HAVE_MTRR is defined and linux_sysfs is used.

Re: [PATCH] libpciaccess: close mtrr fd on pci_cleanup

2011-10-24 Thread Jeremy Huddleston
abstraction down the road as other implementations might want to do something similar. On Oct 24, 2011, at 10:18, Nithin Sujir wrote: On 10/24/2011 09:51 AM, Jeremy Huddleston wrote: While possibly safe in practice, this doesn't look like the correct fix. It is possible

[ANNOUNCE] xorg-server 1.11.1.901 (1.11.2R C1)

2011-10-14 Thread Jeremy Huddleston
. Jeremy Huddleston (3): XQuartz: Use set_front_process rather than X11ApplicationSetFrontProcess since we're already in the AppKit thread XQuartz: pbproxy: Add missing AM_OBJCFLAGS configure.ac: Bump to 1.11.1.901 (1.11.2 RC1) Kirill Elagin (1): Fix server crash due

Re: xorg-server 1.11.1.901 (1.11.2R C1)

2011-10-14 Thread Jeremy Huddleston
On Oct 14, 2011, at 5:29 PM, Harry Putnam wrote: Jeremy Huddleston jerem...@freedesktop.org writes: == Description == This is the first release candidate for xorg-server 1.11.2 and contains fixes for various crashes and correctness issues fixed since the previous release

[ANNOUNCE] xdm 1.1.11

2011-09-25 Thread Jeremy Huddleston
: move appdefault makefile to app-defaults dir. config: AM_PROG_CC_C_O is no longer needed config: replace deprecated AC_HELP_STRING with AS_HELP_STRING man: replace hard coded section number (1) with __appmansuffix__ Jeremy Huddleston (1): configure.ac: Bump to 1.1.11 Julien

[ANNOUNCE] xorg-server 1.10.4

2011-08-19 Thread Jeremy Huddleston
to xp_destroy_surface. Jeremy Huddleston (12): XQuartz: Add some sanity checking and a fallback for the bundle id. XQuartz: DRI: Dead code removal XQuartz: Add a scroll_in_device_direction preference XQuartz: Add GUI controls to toggle scroll_in_device_direction XQuartz: Add english NIB

[ANNOUNCE] xorg-server 1.10.3.902 (1.10.4 RC2)

2011-08-12 Thread Jeremy Huddleston
): randr: Compare all the bytes in RRPostPendingProperties Jeremy Huddleston (3): XQuartz: Use CFSTR to avoid implicit cast warning of NSString * to CFStringRef XQuartz: xpr: Don't FatalError if xp_unlock_window fails configure.ac: Bump version to 1.10.3.902 (1.10.4 RC2

[ANNOUNCE] xorg-server 1.10.3.902 (1.10.4 RC2)

2011-08-12 Thread Jeremy Huddleston
): randr: Compare all the bytes in RRPostPendingProperties Jeremy Huddleston (3): XQuartz: Use CFSTR to avoid implicit cast warning of NSString * to CFStringRef XQuartz: xpr: Don't FatalError if xp_unlock_window fails configure.ac: Bump version to 1.10.3.902 (1.10.4 RC2

Re: Multiple clicks with touchscreen

2011-08-11 Thread Jeremy Huddleston
Just to confirm, this is what you want, right: From 8b0e57a508c70923bd0b1c03f28026b6bbb03f44 From: Peter Hutterer peter.hutte...@who-t.net Date: Thu, 21 Apr 2011 17:35:55 +1000 Subject: [PATCH] dix: only transform valuators when we need them. Unconditionally drop the valuators back into the

Re: Multiple clicks with touchscreen

2011-08-11 Thread Jeremy Huddleston
Done. 8dea7ac..02d77ca server-1.10-branch - server-1.10-branch On Aug 11, 2011, at 9:42 PM, Peter Hutterer wrote: On Thu, Aug 11, 2011 at 09:30:04PM -0700, Jeremy Huddleston wrote: Just to confirm, this is what you want, right: correct. thanks. Cheers, Peter From

[ANNOUNCE] xorg-server 1.10.3.901 (1.10.4 RC1)

2011-07-29 Thread Jeremy Huddleston
1.10.3 == Adam Jackson (1): glx: Fix fbconfigs with no corresponding visual George Staplin (2): XQuartz: Fix a memory leak with surfaces that a new test found. XQuartz: Add diagnostic error checking to xp_destroy_surface. Jeremy Huddleston (8): XQuartz: Add some sanity

[ANNOUNCE] xinit 1.3.1

2011-07-24 Thread Jeremy Huddleston
Use XORG_MANPAGE_SECTIONS rather than cpprules.in to build man pages Move man pages in the man directory DIST_SUBDIRS is not required when using AM_CONDITIONALs Jeremy Huddleston (17): launchd: Reorganized layout of launchd sources launchd: Log messages to ASL rather

[ANNOUNCE] xorg-server 1.10.3

2011-07-08 Thread Jeremy Huddleston
function cannot return value fbbltone.c: Mark bitmasks as unsigned ints Cyril Brulebois (1): Xext: Fix buggy checks. Jeremy Huddleston (9): Send events that were missing from RRSelectInput XQuartz: GLX: Create a new dispatch table rather than modifying the existing one

[ANNOUNCE] xorg-server 1.10.2.902 (1.10.3 RC2)

2011-07-01 Thread Jeremy Huddleston
the instructions listed in the wiki to raise this to our attention. http://www.x.org/wiki/Server110Branch == Full changes from 1.10.2.901 == Cyril Brulebois (1): Xext: Fix buggy checks. Jeremy Huddleston (2): XQuartz: Make a call to activateIgnoringOtherApps in our

[ANNOUNCE] xorg-server 1.10.2.902 (1.10.3 RC2)

2011-07-01 Thread Jeremy Huddleston
the instructions listed in the wiki to raise this to our attention. http://www.x.org/wiki/Server110Branch == Full changes from 1.10.2.901 == Cyril Brulebois (1): Xext: Fix buggy checks. Jeremy Huddleston (2): XQuartz: Make a call to activateIgnoringOtherApps in our

Re: Xquartz Window Size

2011-06-18 Thread Jeremy Huddleston
Why do you need a window larger than the display? quartz-wm disallows this. On Jun 15, 2011, at 11:35 PM, Tobias Hermann wrote: Dear ladies and gentlemen, I have a question concerning the window size of the X-Window system (X11) using XQuartz. I'm using an application that needs a window

[ANNOUNCE] xorg-server 1.10.2.901 (1.10.3 RC1)

2011-06-17 Thread Jeremy Huddleston
ioctls while errno == EINTR Alan Coopersmith (2): privates.h, line 198: warning: void function cannot return value fbbltone.c: Mark bitmasks as unsigned ints Jeremy Huddleston (6): Send events that were missing from RRSelectInput XQuartz: GLX: Create a new dispatch table

[ANNOUNCE] xorg-server 1.10.2

2011-05-28 Thread Jeremy Huddleston
itteration through XGetWindowProperty where sizeof(long) != 4 Jeremy Huddleston (16): XQuartz: Make the DarwinProcessFDAdditionQueue_thread wait 3 seconds to allow xinitrc to catch up XQuartz: Fix prototypes for thread functions rootless: Fix a typo in RootlessGlyphs which resulted

[ANNOUNCE] xorg-server 1.10.2

2011-05-28 Thread Jeremy Huddleston
itteration through XGetWindowProperty where sizeof(long) != 4 Jeremy Huddleston (16): XQuartz: Make the DarwinProcessFDAdditionQueue_thread wait 3 seconds to allow xinitrc to catch up XQuartz: Fix prototypes for thread functions rootless: Fix a typo in RootlessGlyphs which resulted

Re: [Xcb] [ANNOUNCE] xcb-util 0.3.8

2011-05-26 Thread Jeremy Huddleston
On May 26, 2011, at 10:29, Julien Cristau wrote: Well yeah, that's why the SONAME changed. Symlinks aren't the answer to that, rebuilding users against the new version is. Yes. However some distributions and companies have a much stricter policy for binary compatibility than others...

Re: [ANNOUNCE] xcb-util 0.3.8

2011-05-24 Thread Jeremy Huddleston
-_xcb_event_handlers_init -_xcb_event_poll_for_event_loop -_xcb_event_set_error_handler -_xcb_event_set_handler -_xcb_event_wait_for_event_loop On May 24, 2011, at 09:11, Jeremy Huddleston wrote: I didn't see mention of this in the announce list, so I wanted to point out to other packagers that this release

Re: [ANNOUNCE] xcb-util 0.3.8

2011-05-24 Thread Jeremy Huddleston
I didn't see mention of this in the announce list, so I wanted to point out to other packagers that this release of xcb-util-* is *NOT* binary compatible with 0.3.6. That really should've been mentioned at the top of the release notes. The ChangeLog says: Split up atom, aux event into

Re: [ANNOUNCE] xcb-util 0.3.8

2011-05-24 Thread Jeremy Huddleston
-_xcb_event_handlers_init -_xcb_event_poll_for_event_loop -_xcb_event_set_error_handler -_xcb_event_set_handler -_xcb_event_wait_for_event_loop On May 24, 2011, at 09:11, Jeremy Huddleston wrote: I didn't see mention of this in the announce list, so I wanted to point out to other packagers that this release

Re: [Xcb] [ANNOUNCE] xcb-util 0.3.8

2011-05-24 Thread Jeremy Huddleston
On May 24, 2011, at 17:39, Jamey Sharp wrote: Hi Jeremy! I don't know what happened with that release, but I wanted to point out that all of these libraries *are* browsable at cgit.freedesktop.org: Search for xcb/util. Ah, thanks. I was searching for xcb-util and missed it. Apologies.

Re: [Xcb] [ANNOUNCE] xcb-util 0.3.8

2011-05-24 Thread Jeremy Huddleston
Thanks, Arnaud. On May 24, 2011, at 8:16 PM, Arnaud Fontaine wrote: Hi, I didn't see mention of this in the announce list, so I wanted to point out to other packagers that this release of xcb-util-* is *NOT* binary compatible with 0.3.6. That really should've been mentioned at the

[ANNOUNCE] xauth 1.0.6

2011-05-23 Thread Jeremy Huddleston
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Gaetan Nadon (2): config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS config: move man pages into their own directory Jeremy Huddleston (3): Error out and avoid a call to malloc(0) if given a bad hex string

[ANNOUNCE] xauth 1.0.6

2011-05-23 Thread Jeremy Huddleston
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Gaetan Nadon (2): config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS config: move man pages into their own directory Jeremy Huddleston (3): Error out and avoid a call to malloc(0) if given a bad hex string

[ANNOUNCE] iceauth 1.0.5

2011-05-23 Thread Jeremy Huddleston
: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS man: remove trailing spaces and tabs config: move man pages into their own directory Jeremy Huddleston (3): Error out and avoid a call to malloc(0) if given a bad hex string auth_finalize: Attempt to rename() if link

[ANNOUNCE] xorg-server 1.10.1.902 (1.10.2 RC2)

2011-05-21 Thread Jeremy Huddleston
xorg.conf.example rule compatible with Solaris make Only free pContext once when AddResource fails in ProcRecordCreateContext Clean up memory better when GetVisualInfo fails in ProcDbeGetVisualInfo Jeremy Huddleston (6): os: Silence warnings when building with clang XQuartz

[ANNOUNCE] xorg-server 1.10.1.902 (1.10.2 RC2)

2011-05-21 Thread Jeremy Huddleston
xorg.conf.example rule compatible with Solaris make Only free pContext once when AddResource fails in ProcRecordCreateContext Clean up memory better when GetVisualInfo fails in ProcDbeGetVisualInfo Jeremy Huddleston (6): os: Silence warnings when building with clang XQuartz

Re: mieqProcessDeviceEvent make calls to mieqEnque with signals enabled - freezes Xorg server - multi-screen

2011-05-19 Thread Jeremy Huddleston
it to be as short as possible. If you have a good description of the bug I'd love to hear it so we can look at a proper fix. Cheers, Peter On May 17, 2011, at 4:49 PM, Jeremy Huddleston wrote: Ignoring SIGIO will just result in dropped events. I seem to vaguely recall that this issue was addressed

Re: mieqProcessDeviceEvent make calls to mieqEnque with signals enabled - freezes Xorg server - multi-screen

2011-05-17 Thread Jeremy Huddleston
Ignoring SIGIO will just result in dropped events. I seem to vaguely recall that this issue was addressed at some point in the past year or two since 1.7.x was active. Have you tried 1.10.x or master? On May 17, 2011, at 13:34, Donald Kayser wrote: I am developing a system that include's

Re: [PATCH] xf86-video-dummy allow up to 32767x32767

2011-05-08 Thread Jeremy Huddleston
You should send the patch to xorg-devel, not the user list. --Jeremy On May 6, 2011, at 11:11 AM, Antoine Martin wrote: Hi, Patch now sent twice... Am I doing this wrong? Do you need me to make changes or test something else? Cheers Antoine On 04/13/2011 07:41 PM, Antoine Martin

[ANNOUNCE] xorg-server 1.10.1.901

2011-05-06 Thread Jeremy Huddleston
through XGetWindowProperty where sizeof(long) != 4 Jeremy Huddleston (7): XQuartz: Make the DarwinProcessFDAdditionQueue_thread wait 3 seconds to allow xinitrc to catch up XQuartz: Fix prototypes for thread functions rootless: Fix a typo in RootlessGlyphs which resulted

[ANNOUNCE] xorg-server 1.10.1

2011-04-15 Thread Jeremy Huddleston
freeze unrelated devices in DeliverGrabbedEvent Erkki Seppälä (3): xfree86/modes: Fixed memory leak in xf86InitialConfiguration xfree86/common: Remove a configScreen leak when conf_screen is NULL config: handle device change event properly Jeremy Huddleston (13): XQuartz

[ANNOUNCE] xorg-server 1.10.0.902

2011-04-08 Thread Jeremy Huddleston
events Input: Don't freeze unrelated devices in DeliverGrabbedEvent Jeremy Huddleston (2): XQuartz: Bump bundle version to 2.6.2 configure.ac: Version bumped to 1.10.0.902 (1.10.1 RC2) Matthieu Herrb (4): Xi: take XI2 requests into account also for the swapping case

[ANNOUNCE] applewmproto 1.4.2

2011-04-07 Thread Jeremy Huddleston
AC_PREREQ statement to 2.60 Jeremy Huddleston (3): Updated COPYING Don't provide AppleWMFrame* values in the applewm protocol. Those are configure.ac: Version bump to 1.4.2 git tag: applewmproto-1.4.2 http://xorg.freedesktop.org/archive/individual/proto/applewmproto-1.4.2.tar.bz2

[ANNOUNCE] applewmproto 1.4.2

2011-04-06 Thread Jeremy Huddleston
AC_PREREQ statement to 2.60 Jeremy Huddleston (3): Updated COPYING Don't provide AppleWMFrame* values in the applewm protocol. Those are configure.ac: Version bump to 1.4.2 git tag: applewmproto-1.4.2 http://xorg.freedesktop.org/archive/individual/proto/applewmproto-1.4.2.tar.bz2

[ANNOUNCE] libAppleWM 1.4.1

2011-04-06 Thread Jeremy Huddleston
config: upgrade to util-macros 1.8 for additional man page support config: remove AC_PROG_CC as it overrides AC_PROG_C_C99 config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS config: comment, minor upgrade, quote and layout configure.ac Jeremy Huddleston (4

Re: [ANNOUNCE] applewmproto 1.4.2

2011-04-06 Thread Jeremy Huddleston
On Apr 6, 2011, at 16:16, Super Biscuit wrote: Which architectures? I do not understand the context of your question. This is specific to the XQuartz DDX, so if you don't know what it is, you probably don't need it. ___ xorg@lists.freedesktop.org:

[ANNOUNCE] xorg-server 1.10.0.901

2011-03-29 Thread Jeremy Huddleston
issues. Adam Jackson (1): vbe: Fix malloc size bug Erkki Seppälä (3): xfree86/modes: Fixed memory leak in xf86InitialConfiguration xfree86/common: Remove a configScreen leak when conf_screen is NULL config: handle device change event properly Jeremy Huddleston (9

Re: Alignment error in libXi

2011-03-25 Thread Jeremy Huddleston
On Mar 24, 2011, at 11:06 PM, Matt Turner wrote: Is this one of those cases where someone, long ago, thought using longs was inherently good? Can we just change labels to be an array of ints, or is that too easy? You can just get the latest libXi release with the fix.

Re: Alignment error in libXi

2011-03-25 Thread Jeremy Huddleston
Don't feel too bad. I missed it too and bugged Peter about it before I pushed the release ;) On Mar 24, 2011, at 11:31 PM, Matt Turner wrote: On Fri, Mar 25, 2011 at 6:19 AM, Jeremy Huddleston jerem...@apple.com wrote: On Mar 24, 2011, at 11:06 PM, Matt Turner wrote: Is this one

[ANNOUNCE] libXi 1.4.2

2011-03-18 Thread Jeremy Huddleston
, quote and layout configure.ac Jeremy Huddleston (1): configure.ac: 1.4.2 Peter Hutterer (9): man: note that callers of XIQueryPointer must free the button mask. Mark sourceid in Raw events as bug and force to 0.. Fix invalid read in XIGrabDevice. Fix typo in comment

[ANNOUNCE] xorg-server 1.9.5

2011-03-17 Thread Jeremy Huddleston
: Fixed memory leak in xf86InitialConfiguration Evan Broder (1): xfree86/modes: Be sure to only use new EDID for physical output dimensions Jeremy Huddleston (9): XQuartz: Add LSApplicationCategoryType key to Info.plist XQuartz: Localization Updates XQuartz: RandR: Capture

[ANNOUNCE] libX11 1.4.2

2011-03-17 Thread Jeremy Huddleston
the book id to match the xml file basename Jamey Sharp (2): Ignore user locks after sleeping in _XReply and _XReadEvents. Call _XErrorFunction without holding the Display lock. Jeremy Huddleston (1): configure.ac: Bump version to 1.4.2 Matt Dew (1): Remove literal tags from

[ANNOUNCE] xorg-server 1.9.5

2011-03-17 Thread Jeremy Huddleston
: Fixed memory leak in xf86InitialConfiguration Evan Broder (1): xfree86/modes: Be sure to only use new EDID for physical output dimensions Jeremy Huddleston (9): XQuartz: Add LSApplicationCategoryType key to Info.plist XQuartz: Localization Updates XQuartz: RandR: Capture

[ANNOUNCE] libX11 1.4.2

2011-03-17 Thread Jeremy Huddleston
the book id to match the xml file basename Jamey Sharp (2): Ignore user locks after sleeping in _XReply and _XReadEvents. Call _XErrorFunction without holding the Display lock. Jeremy Huddleston (1): configure.ac: Bump version to 1.4.2 Matt Dew (1): Remove literal tags from

[ANNOUNCE] xorg-server 1.9.4.901

2011-03-05 Thread Jeremy Huddleston
: Fix GetDrawableContext xfree86: If the driver found modes on an output, don't add more Erkki Seppälä (1): record: avoid crash when calling RecordFlushReplyBuffer recursively Evan Broder (1): xfree86/modes: Be sure to only use new EDID for physical output dimensions Jeremy

Re: implement X11 server on Apple iOS

2011-03-05 Thread Jeremy Huddleston
I'm sure some of XQuartz will probably work for you, but for the most part it's completely different... you'd probably be better off writing a new DDX from scratch. On Mar 5, 2011, at 14:46, Han wrote: Hi, I'd like to use/implement X11 server on my iPad for remotely running one of my

[ANNOUNCE] libXt 1.1.0

2011-03-04 Thread Jeremy Huddleston
, minor upgrade, quote and layout configure.ac Jeremy Huddleston (2): darwin: Don't use poll() when expected to run on darwin10 and prior configure: Bump version to 1.1.0 for release walter harms (4): XtFree() can handle NULL , remove check src/Resource.c: Fix possible NULL

[ANNOUNCE] xorg-server 1.9.4.901

2011-03-04 Thread Jeremy Huddleston
: Fix GetDrawableContext xfree86: If the driver found modes on an output, don't add more Erkki Seppälä (1): record: avoid crash when calling RecordFlushReplyBuffer recursively Evan Broder (1): xfree86/modes: Be sure to only use new EDID for physical output dimensions Jeremy

[ANNOUNCE] libXt 1.1.0

2011-03-04 Thread Jeremy Huddleston
, minor upgrade, quote and layout configure.ac Jeremy Huddleston (2): darwin: Don't use poll() when expected to run on darwin10 and prior configure: Bump version to 1.1.0 for release walter harms (4): XtFree() can handle NULL , remove check src/Resource.c: Fix possible NULL

Re: [ANNOUNCE] xorg-server 1.9.4

2011-03-01 Thread Jeremy Huddleston
On Mar 1, 2011, at 10:57, Thierry Vignaud wrote: On 4 February 2011 21:06, Jeremy Huddleston jerem...@freedesktop.org wrote: xorg-server-1.9.4 is the fourth service release of the stable 1.9 server branch. With 1.10 around the corner, we have likely one more release before the branch

Re: Difference in clock MHz between X Server 1.5.2 X.Org X Server 1.9.4

2011-02-27 Thread Jeremy Huddleston
I'd recommend asking on the intel list: intel-...@lists.freedesktop.org On Feb 25, 2011, at 07:32, SD wrote: Dear All. I have ONE laptop with ONE hdd and 2 OS opensuse and fedora on it. When I boot opensuse LCD picture is perfect but is not on fedora. I spent many time to find

[ANNOUNCE] xorg-server 1.9.4

2011-02-04 Thread Jeremy Huddleston
in IdleTimeBlockHandler Daniel Stone (1): GetTimeInMillis: Use CLOCK_MONOTONIC_COARSE where available Eoghan Sherry (1): Xi: Fix master button update when slave buttons are mapped. #24887 James Jones (1): Add and use SERVER_SYNC_*_VERSION Jeremy Huddleston (10): XQuartz: Just NSBeep

[ANNOUNCE] xorg-server 1.9.4

2011-02-04 Thread Jeremy Huddleston
in IdleTimeBlockHandler Daniel Stone (1): GetTimeInMillis: Use CLOCK_MONOTONIC_COARSE where available Eoghan Sherry (1): Xi: Fix master button update when slave buttons are mapped. #24887 James Jones (1): Add and use SERVER_SYNC_*_VERSION Jeremy Huddleston (10): XQuartz: Just NSBeep

[ANNOUNCE] xrdb 1.0.8

2011-02-02 Thread Jeremy Huddleston
deprecated AC_HELP_STRING with AS_HELP_STRING man: remove trailing spaces and tabs config: move man pages into their own directory Jeremy Huddleston (2): Properly honor -nocpp xrdb 1.0.8 Ulrich Mueller (1): Call C preprocessor with -P option due to changed behaviour

[ANNOUNCE] xrdb 1.0.8

2011-02-02 Thread Jeremy Huddleston
deprecated AC_HELP_STRING with AS_HELP_STRING man: remove trailing spaces and tabs config: move man pages into their own directory Jeremy Huddleston (2): Properly honor -nocpp xrdb 1.0.8 Ulrich Mueller (1): Call C preprocessor with -P option due to changed behaviour

[ANNOUNCE] xorg-server 1.9.3.902

2011-01-31 Thread Jeremy Huddleston
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 This is the release of xorg-serer 1.9.4 RC2. It has few changes since RC1, and if everything goes smoothly, this will be released as 1.9.4 in a week. Jeremy Huddleston (5): XQuartz: Bump version string to 2.6.1 XQuartz: Call

[ANNOUNCE] xorg-server 1.9.3.902

2011-01-30 Thread Jeremy Huddleston
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 This is the release of xorg-serer 1.9.4 RC2. It has few changes since RC1, and if everything goes smoothly, this will be released as 1.9.4 in a week. Jeremy Huddleston (5): XQuartz: Bump version string to 2.6.1 XQuartz: Call

[ANNOUNCE] xorg-server 1.9.3.901 (1.9.4 RC1)

2011-01-08 Thread Jeremy Huddleston
. IDLETIME: Fix edge-case in IdleTimeBlockHandler Daniel Stone (1): GetTimeInMillis: Use CLOCK_MONOTONIC_COARSE where available Eoghan Sherry (1): Xi: Fix master button update when slave buttons are mapped. #24887 James Jones (1): Add and use SERVER_SYNC_*_VERSION Jeremy Huddleston (4

[ANNOUNCE] xorg-server 1.9.3.901 (1.9.4 RC1)

2011-01-08 Thread Jeremy Huddleston
. IDLETIME: Fix edge-case in IdleTimeBlockHandler Daniel Stone (1): GetTimeInMillis: Use CLOCK_MONOTONIC_COARSE where available Eoghan Sherry (1): Xi: Fix master button update when slave buttons are mapped. #24887 James Jones (1): Add and use SERVER_SYNC_*_VERSION Jeremy Huddleston (4

Re: [ANNOUNCE] X11R7.6

2010-12-21 Thread Jeremy Huddleston
Thanks for all the effort Alan. That's a huge list of modules to push out. --Jeremy On Dec 20, 2010, at 16:27, Alan Coopersmith wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 The X.Org Foundation and the global community of X.Org developers announce the release of X11R7.6 - Release

[ANNOUNCE] xorg-server 1.9.3

2010-12-13 Thread Jeremy Huddleston
include. Fix screen number checks. Eric Anholt (1): Replace usage of DamageRegionAppend with DamageDamageRegion to fix reportAfter. Ferry Huberts (1): dix: do not use bit-wise operators on the boolean result of BitIsOn Jeremy Huddleston (14): DOC: Only build dtrace

[ANNOUNCE] xorg-server 1.9.2.902

2010-12-04 Thread Jeremy Huddleston
number checks. Ferry Huberts (1): dix: do not use bit-wise operators on the boolean result of BitIsOn Jeremy Huddleston (9): XQuartz: Don't use bashism in uninstall-hook XQuartz dri: Don't check CoreGraphics version XQuartz: Remove existing localization files on install

Re: [PATCH 1/5] build: use AC_CONFIG_MACRO_DIR as per libtoolize warning

2010-11-29 Thread Jeremy Huddleston
suggesting that you add AC_CONFIG_MACRO_DIR([m4]) so that it will helpfully install it's m4 files there and attempt to make them persistent. Jeremy Huddleston asked not to do this a while back because it's then harder to replace the included libtool with the patched version on OSX. Not sure

Re: ANN: luit 20101128

2010-11-29 Thread Jeremy Huddleston
Thomas, why are you continuing your fork? I put in a lot of effort to merge your changes from the previous fork back into the master tree. That merge was just released last month as version 1.1.0: http://cgit.freedesktop.org/xorg/app/luit/ Can you please not confuse users by providing a fork

Re: Documentation conversion status [was: Re: companies contributing to X]

2010-11-28 Thread Jeremy Huddleston
Thanks a lot for this update and the work in general. I know it was very difficult for me to get involved, and even now I'm only comfortable in a few corners of X11. In addition to making it easier for new contributors, this work will make it easier for existing contributors to expand their

Re: [ANNOUNCE] xcalc 1.0.4

2010-11-26 Thread Jeremy Huddleston
And here I thought this might've been because the git repos were compromised... duck / ... too soon? On Nov 26, 2010, at 16:42, Alan Coopersmith wrote: Somchai Smythe wrote: I compared it to the install-sh in xcalc-1.0.3 and it seems random lines were deleted from the case statement. -

Re: libX11 build error

2010-11-22 Thread Jeremy Huddleston
A full build log would be helpful. On Nov 22, 2010, at 07:57, Deniz Fer wrote: Hello, I have a computer with CentOS 5.5 installed. My current Xorg version is attached and I want to upgrade to Release 7.5 (MPX being the main reason for the upgrade). I have followed every instruction in

[ANNOUNCE] xorg-server 1.9.2.901 (1.9.3 RC1)

2010-11-13 Thread Jeremy Huddleston
usage of DamageRegionAppend with DamageDamageRegion to fix reportAfter. Jeremy Huddleston (4): DOC: Only build dtrace documentation with --enable-docs dix: Fix make distcheck XQuartz: Fix make distcheck Version bumped to 1.9.2.901 (1.9.3 RC1) Joe Shaw (1): fix a sign

[ANNOUNCE] xorg-server 1.9.2

2010-10-31 Thread Jeremy Huddleston
. This tarball was packaged using the unmodified util-macros. This additionally contains a fix for a regression in XQuartz found by Christof Wolf. Jeremy Huddleston (2): Revert rootless: Remove ROOTLESS_WORKAROUND Bump version to 1.9.2 git tag: xorg-server-1.9.2 http://xorg.freedesktop.org

[ANNOUNCE] xorg-server 1.9.2

2010-10-31 Thread Jeremy Huddleston
. This tarball was packaged using the unmodified util-macros. This additionally contains a fix for a regression in XQuartz found by Christof Wolf. Jeremy Huddleston (2): Revert rootless: Remove ROOTLESS_WORKAROUND Bump version to 1.9.2 git tag: xorg-server-1.9.2 http://xorg.freedesktop.org

Re: RandR questions

2010-10-30 Thread Jeremy Huddleston
This would be a good place... On Oct 29, 2010, at 21:07, Pedro DeKeratry wrote: Hi everyone, Is this the appropriate place to ask questions about the xrandr command line utility in order to understand how it interacts with my system environment at large or is such a question better suited

[ANNOUNCE] xorg-server 1.9.1

2010-10-23 Thread Jeremy Huddleston
. Add screens to the PRIVATE_XSELINUX set. Jan Hauffa (3): XQuartz: RandR: Implement basic RandR functionality. XQuartz: RandR: Toggle rootless mode on XRandR mode switch. XQuartz: RandR: Remove FAKE_RANDR code. Jeremy Huddleston (12): rootless: Remove ROOTLESS_WORKAROUND

Re: X under valgrind?

2010-10-21 Thread Jeremy Huddleston
On Oct 21, 2010, at 09:13, walter harms wrote: can you see what is freed ? perhaps you can grep the code to see if that is used somewhere else, then setting the variable there to NULL. If this is not happening with X 1.9.0. 901 the most easy way is to use git-biset. Based on similar

Re: X under valgrind?

2010-10-20 Thread Jeremy Huddleston
I have a bunch of reports of this on version 1.4.2-apple53 as well (which cherry picked changes to support the new libXfont), so it probably reduces down to something in those change which were cherry picked. That's not much help, but it looks like it probably landed in late 2008 or early

Re: Problem with the X server

2010-10-18 Thread Jeremy Huddleston
What version of the radwon drivers are you running? Are you able to build with debugging symbols and reproduce the problem? On Oct 18, 2010, at 08:23, benito perez lopez wrote: I have a problem with the X server installed on my machine. KDE fails after some time This is the log

[ANNOUNCE] xorg-server 1.9.0.902

2010-10-15 Thread Jeremy Huddleston
in one week. Adam Jackson (1): vbe: Fix copying the mode info block Jeremy Huddleston (2): Revert dix: don't create core motion events for non-x/y valuators. Bump version to 1.9.0.902 (1.9.1 rc2) Jon TURNEY (1): event_size is currently never assigned

[ANNOUNCE] xorg-server 1.9.0.901

2010-10-01 Thread Jeremy Huddleston
. XQuartz: RandR: Toggle rootless mode on XRandR mode switch. XQuartz: RandR: Remove FAKE_RANDR code. Jeremy Huddleston (9): rootless: Remove ROOTLESS_WORKAROUND XQuartz: Localization updates XQuartz: RandR: Use deprecated CG APIs only on Leopard and earlier XQuartz

Re: patch: libXt-1.0.8 fix possible array overflow

2010-09-24 Thread Jeremy Huddleston
On Sep 23, 2010, at 11:37, walter harms wrote: Pat Kane schrieb: In the original code if 'i' is equal to 10 then the line (void) memmove((char*)par, (char*)params, i * sizeof(String) ); moves ten things, which is okay. The next line: bzero( par[i], (10-i) * sizeof(String) );

Re: patch: libXt-1.0.8 fix possible array overflow

2010-09-23 Thread Jeremy Huddleston
As I had mentioned earlier, there actually is no overflow because the code cannot reach that point if *num_params is 0. On Sep 23, 2010, at 09:26, walter harms wrote: Barry Scott schrieb: On Wednesday 22 September 2010 08:18:21 walter harms wrote: hi List, the code checks the upperlimit

Re: Informations about X11R7.6

2010-08-17 Thread Jeremy Huddleston
On Aug 17, 2010, at 09:03, Marco Marco wrote: Hi team Xorg I just installed ubuntu 10.10alpha 3 and i have a video card SiS Mirage 3 Grapichs. Unfotuntley this is the same bug version video relution(800x600). I knew a few weeks released the new version of Xorg(X11R7.6). This new

Re: Informations about X11R7.6

2010-08-17 Thread Jeremy Huddleston
On Aug 17, 2010, at 16:24, Marco Marco wrote: Is the problem that you're defaulting to 800x600 or is the problem that X is not noticing other resolutions? If it is the latter, the problem might be with your monitor's EDID. Do you have this problem with other monitors as well? X not

Re: How to revert back glx version from 1.4 to 1.2

2010-08-11 Thread Jeremy Huddleston
to investigate this, perhaps there is a utility I can load as a kernel module which writes the logs to a file.. Ratin On Tue, Aug 10, 2010 at 7:04 PM, Jeremy Huddleston jerem...@freedesktop.org wrote: On Aug 10, 2010, at 14:26, Ratin wrote: There are not many apps running, Xorg client

Re: How to revert back glx version from 1.4 to 1.2

2010-08-10 Thread Jeremy Huddleston
On Aug 10, 2010, at 03:44, Adam Jackson wrote: On Mon, 2010-08-09 at 16:43 -0700, Ratin wrote: Hi Adam, I do have a testcase, I decode/render video with NVidia's VDPAU constantly, over time the system becomes really sluggish, a simple comand like ls will take about 30 sec to process. I

Re: How to revert back glx version from 1.4 to 1.2

2010-08-10 Thread Jeremy Huddleston
On Aug 10, 2010, at 14:26, Ratin wrote: There are not many apps running, Xorg client for decoded video is the primary task. Other things include networking stack, and a simple bash script based watchdog. I am using an ION platform, top shows 1.2 gig of used total memory out of 1.5 gig of

Re: [ANNOUNCE] libXcm-0.2.6

2010-06-17 Thread Jeremy Huddleston
On Jun 17, 2010, at 01:42, Kai-Uwe Behrmann wrote: Instead --libdir=/opt/local works fine. Thats used by rpm and I think deb as well. I'm guessing you mean: --libdir=/opt/local/lib --libdir takes the path to the lib directory, not the prefix.

Re: ANN luit 20100601

2010-06-01 Thread Jeremy Huddleston
Is this a fork of http://cgit.freedesktop.org/xorg/app/luit ? If so, what's the purpose of the fork? Licensing differences? On May 31, 2010, at 23:48, Thomas Dickey wrote: http://invisible-island.net/luit/ 2010/6/1 - * add makefile rules for generating pdf, etc., for manpage.

Re: Current tinderbox regression (xserver, OS X)

2010-05-15 Thread Jeremy Huddleston
gah. It's using the older system headers rather than the ones installed by the build ... this is a bug in my jhbuild rather than a bug in the server ... On May 14, 2010, at 22:05, Chris Ball wrote: http://tinderbox.x.org/builds/2010-05-15-0003/logs/xserver/#build ../include/os.h:302:

  1   2   >