Re: [PATCH 5/5] Xephyr: integer overflow in XF86DRIGetClientDriverName()

2013-06-01 Thread Julien Cristau
the end of the allocated buffer. Reported-by: Ilja Van Sprundel ivansprun...@ioactive.com Signed-off-by: Alan Coopersmith alan.coopersm...@oracle.com --- hw/kdrive/ephyr/XF86dri.c |8 +--- 1 file changed, 5 insertions(+), 3 deletions(-) Reviewed-by: Julien Cristau jcris...@debian.org

Re: [PATCH] libXrender: avoid possible overflow with multiple members

2013-05-27 Thread Julien Cristau
Hi Dave, On Mon, May 27, 2013 at 08:56:34 +1000, Dave Airlie wrote: From: Dave Airlie airl...@redhat.com If all of these limits are pushed to their mask, then / 4 won't stop I assume s/mask/max/ the malloc from being overflowed. Signed-off-by: Dave Airlie airl...@redhat.com ---

Re: [PATCH] libXvMC: avoid overflowing by making nameLen and busIDLen addition overflow

2013-05-27 Thread Julien Cristau
On Mon, May 27, 2013 at 09:45:06 +1000, Dave Airlie wrote: From: Dave Airlie airl...@redhat.com Al Viro pointed this out on lwn, and I think this patch should fix it, but making sure we don't do the addition as 32-bit on 64-bit machines. How about this instead: diff --git a/src/XvMC.c

followup for libX11 XKB security fixes

2013-05-23 Thread Julien Cristau
Hi, I noticed some inconsistencies in the XKB security changes in Xlib. Resending to the public list now that the embargo is lifted. Here's another change I think is necessary: diff --git a/src/xkb/XKBGetMap.c b/src/xkb/XKBGetMap.c index 0875dfd..c73e655 100644 --- a/src/xkb/XKBGetMap.c +++

Bug#707902: xserver-xorg-video-radeon: No 3D acceleration after Wheezy update

2013-05-12 Thread Julien Cristau
Control: reassign -1 src:linux 3.2.41-2 On Sat, May 11, 2013 at 21:07:15 -0400, rich wrote: Here is modeset=1 information, probe fails in dmesg log. - === :~$ dmesg | grep -e drm -e

Re: [PATCH:xbacklight] Fix reading backlight level on 64-bit systems (bug 63205)

2013-04-08 Thread Julien Cristau
/show_bug.cgi?id=63205 Signed-off-by: Alan Coopersmith alan.coopersm...@oracle.com --- xbacklight.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Reviewed-by: Julien Cristau jcris...@debian.org Cheers, Julien ___ xorg-devel@lists.x.org: X.Org

Re: [PATCH v2 libXi] Require XFixes for PointerBarrier, remove duplicate typedef

2013-04-04 Thread Julien Cristau
’ was here Signed-off-by: Peter Hutterer peter.hutte...@who-t.net Reviewed-by: Julien Cristau jcris...@debian.org Cheers, Julien ___ xorg-devel@lists.x.org: X.Org development Archives: http://lists.x.org/archives/xorg-devel Info: http://lists.x.org

Re: [PATCH 4/6] xfree86: Keep trying to set interface on drm for 2 seconds.

2013-03-21 Thread Julien Cristau
On Thu, Mar 21, 2013 at 14:45:16 +0100, walter harms wrote: Am 19.03.2013 20:12, schrieb Bryce Harrington: + usleep(1); nitpicking: posix 2008 says that usleep() is obsolet, perhaps you can use sleep() here ? How would you convert 10ms to an integer number of seconds?

Re: [PATCH:xhost] Drop pre-POSIX signal handling support in favor of sigaction()

2013-02-24 Thread Julien Cristau
On Sat, Feb 23, 2013 at 09:53:48 -0800, Alan Coopersmith wrote: X_NOT_POSIX has never been defined by our autoconf scripts, only the old Imake configuration, so this doesn't seem to have been needed in years. X11/Xosdefs.h seems to define it in some cases. Possibly not cases anyone cares

Re: [PATCH] xfree86: bail on misformed acpi strings (#73227)

2013-02-23 Thread Julien Cristau
On Tue, Jan 29, 2013 at 16:41:59 +1000, Peter Hutterer wrote: From: Ted Felix t...@tedfelix.com If acpid sends a string in a format that we can't parse, bail out instead of potentially dereferencing a NULL-pointer. X.Org Bug 73227 http://bugs.freedesktop.org/show_bug.cgi?id=73227 Bug

Re: [PATCH] os: use libunwind to generate backtraces

2013-02-18 Thread Julien Cristau
On Sat, Feb 16, 2013 at 16:45:54 +0100, Marcin Slusarz wrote: Libunwind generates backtraces much more reliably than glibc's backtrace. mind adding an example in the commit message (before/after)? Thanks, Julien ___ xorg-devel@lists.x.org: X.Org

Bug#699345: xserver-xorg-video-ati: Xorg crashes with, black/white screen since wheezy update to 6.14.4-6

2013-01-31 Thread Julien Cristau
On Wed, Jan 30, 2013 at 16:16:26 +0100, Patrick Matthäi wrote: Hi Michel, 6.14.4-5 doesn't support your Radeon GPU, so you're using the generic driver from xserver-xorg-video-fbdev in that case. I suspect your kernel is missing upstream fixes for your GPU. True. But that also means,

Bug#699081: Please add support for Radeon HD 7800M

2013-01-27 Thread Julien Cristau
Control: tag -1 moreinfo On Sun, Jan 27, 2013 at 11:04:57 +0100, Jaakov wrote: Package: xserver-xorg-video-radeon Version: 1:6.14.4-6 Severity: wishlist Currently X boots in fail-safe mode in the following configuration (lspci -vvv). Please send your X and kernel logs. Cheers, Julien

Bug#699081: Please add support for Radeon HD 7800M

2013-01-27 Thread Julien Cristau
Control: tag -1 = fixed-upstream On Sun, Jan 27, 2013 at 11:04:57 +0100, Jaakov wrote: Package: xserver-xorg-video-radeon Version: 1:6.14.4-6 Severity: wishlist Currently X boots in fail-safe mode in the following configuration (lspci -vvv). 01:00.0 VGA compatible controller: Advanced

Re: trying to build X from git on Debian 6.0.6

2013-01-21 Thread Julien Cristau
On Mon, Jan 21, 2013 at 12:53:24 -0500, Dennis Clarke wrote: So the problem, at the moment, is the source me thinks. Try again. $ (echo '#include limits.h'; echo SSIZE_MAX ) | cpp -E | tail -1 9223372036854775807L $ grep '^# *include' /usr/include/limits.h #include features.h #include

Re: [PATCH:makedepend] Convert INCLUDES to AM_CPPFLAGS in preparation for automake-1.14 obsoletion

2013-01-13 Thread Julien Cristau
On Sat, Jan 12, 2013 at 14:48:57 -0800, Alan Coopersmith wrote: Signed-off-by: Alan Coopersmith alan.coopersm...@oracle.com --- Makefile.am |3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) Reviewed-by: Julien Cristau jcris...@debian.org Cheers, Julien

Re: [PATCH:xfsinfo] Print normalized version for X.Org servers, the way xdpyinfo does

2013-01-13 Thread Julien Cristau
changed, 11 insertions(+) Reviewed-by: Julien Cristau jcris...@debian.org Cheers, Julien ___ xorg-devel@lists.x.org: X.Org development Archives: http://lists.x.org/archives/xorg-devel Info: http://lists.x.org/mailman/listinfo/xorg-devel

[PATCH mga] Restrict kernel driver matching to g200 server chips

2013-01-12 Thread Julien Cristau
Otherwise we might catch devices handled by matroxfb, not the mgag200 kms driver. Debian bug#697532 Reported-by: olafbuddenha...@gmx.net Signed-off-by: Julien Cristau jcris...@debian.org --- src/mga_driver.c | 22 -- 1 file changed, 16 insertions(+), 6 deletions(-) diff

Re: [PATCH mga] Restrict kernel driver matching to g200 server chips

2013-01-12 Thread Julien Cristau
On Sun, Jan 13, 2013 at 07:58:01 +1000, Dave Airlie wrote: On Sun, Jan 13, 2013 at 12:50 AM, Julien Cristau jcris...@debian.org wrote: Otherwise we might catch devices handled by matroxfb, not the mgag200 kms driver. Debian bug#697532 Reported-by: olafbuddenha...@gmx.net Signed-off

Re: xorg-server 1.13.1, - checksum post-mortem

2013-01-04 Thread Julien Cristau
On Fri, Jan 4, 2013 at 09:38:02 +1000, Peter Hutterer wrote: is there any particular reason we're still generating gz and bzip2? one should be enough, isn't it? I'm still using the gz tarballs, so I'd like to keep them if it's not too much trouble. Cheers, Julien

Re: xorg-server 1.13.1, - checksum post-mortem

2013-01-04 Thread Julien Cristau
On Fri, Jan 4, 2013 at 09:38:02 +1000, Peter Hutterer wrote: is there any particular reason we're still generating gz and bzip2? one should be enough, isn't it? I'm still using the gz tarballs, so I'd like to keep them if it's not too much trouble. Cheers, Julien

Re: [PATCH mkfontscale] Prefer original file over symlink.

2013-01-03 Thread Julien Cristau
On Thu, Jan 3, 2013 at 13:14:58 -0500, Egbert Eich wrote: @@ -836,6 +841,16 @@ doDirectory(const char *dirname_given, int numEncodings, ListPtr encodingsToDo) filename = dsprintf(%s%s, dirname, entry-d_name); +#define PRIO(x) ((x 1) + tprio) +#ifdef _BSD_SOURCE this should

Re: [PATCH xrdb] Allow the CPP macro to contain preprocessors with command line options.

2013-01-03 Thread Julien Cristau
On Thu, Jan 3, 2013 at 13:56:46 -0500, Egbert Eich wrote: The preprocessor used for xrdb may require a command line option to produce the desired output. For the GNU cpp this could be 'traditional-cpp' which may not be valid for other preprocessors. Therefore support the specification of

Re: xorg-server 1.13.1, - checksum post-mortem

2012-12-25 Thread Julien Cristau
On Sat, Dec 15, 2012 at 08:33:29 +0100, Matthieu Herrb wrote: Moreover gzip also adds the mtime of the compressed file to its header, so even if you generate the same archive twice (whith the same checksums before compression) you end up with 2 different files once gzip'd. bzip2 doesn't

Re: [PATCH] Fix build after dropping locales

2012-12-07 Thread Julien Cristau
On Fri, Dec 7, 2012 at 08:56:35 -0500, Colin Walters wrote: They also needed to be removed from configure.ac Signed-off-by: Colin Walters walt...@verbum.org --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Pushed, thanks. Cheers, Julien

Re: [PATCH] build: dont use AC_CHECK_FILE when enabling DRI

2012-12-03 Thread Julien Cristau
On Mon, Dec 3, 2012 at 20:51:21 +, Ross Burton wrote: Automatically enabling or disabling a feature based on installed files isn't deterministic, and AC_CHECK_FILE returns an error when cross-compiling. Fix this by enabling DRI by default, and removing the explicit file checks as

Re: [PATCH] randr: call RRProviderInit in the proper place.

2012-12-02 Thread Julien Cristau
On Fri, Nov 30, 2012 at 08:50:28 -0800, Alan Coopersmith wrote: On 11/30/12 07:26 AM, Keith Packard wrote: Dave Airlie airl...@gmail.com writes: No idea where this got lost across development cycles, but its definitely missing. Merged (with Alex's Rb line). 1712a45..e9ea96d

Re: [PATCH 2/7] Allow DDX to provide a main()

2012-12-01 Thread Julien Cristau
not listed by sdksyms.sh? Signed-off-by: Jon TURNEY jon.tur...@dronecode.org.uk Reviewed-by: Julien Cristau jcris...@debian.org with a minor comment and small question below... --- configure.ac |2 +- dix/Makefile.am |3 ++- dix/main.c |6 +- dix

[pull 1.12] fixes and reverts from debian's 1.12 tree

2012-11-05 Thread Julien Cristau
:35:56 +0100) Julien Cristau (3): Revert kinput: allocate enough space for null character. Revert fb: reorder Bresenham error correction to avoid overshoot. Revert Unload submodules. Michel Dänzer (1): EXA

Re: [PATCH] xf86: Fix build against recent Linux kernel

2012-10-15 Thread Julien Cristau
On Mon, Oct 15, 2012 at 19:36:58 +0200, Thierry Reding wrote: Recent Linux kernels reworked the linux/input.h header file, which is now part of the user-space API and the include guard has an additional _UAPI prefix. Any way we can avoid depending on their header guard? Cheers, Julien

Re: [PATCH] xwininfo: report the Visual class of the selected Window

2012-10-10 Thread Julien Cristau
On Tue, Oct 9, 2012 at 20:39:48 -0700, Pierre-Loup A. Griffais wrote: Looks like fallout from the XCB port? Anyhow, appreciated if someone could push this on my behalf. To git.freedesktop.org:/git/xorg/app/xwininfo aedc2ec..f7b55bd master - master Cheers, Julien

[PATCH] Revert kinput: allocate enough space for null character.

2012-10-07 Thread Julien Cristau
Pietrasiewicz andrzejtp2...@gmail.com Signed-off-by: Julien Cristau jcris...@debian.org Cc: Dave Airlie airl...@redhat.com --- hw/kdrive/src/kinput.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hw/kdrive/src/kinput.c b/hw/kdrive/src/kinput.c index d35dcf8..b1068bb 100644

Re: [PATCH] configure: Stop using AM_MAINTAINER_MODE

2012-10-02 Thread Julien Cristau
On Sun, Sep 30, 2012 at 16:45:17 -0400, Gaetan Nadon wrote: On 12-09-29 04:37 PM, Dan Nicholson wrote: Some distros may prefer maintainer mode. A way to appease everyone is: AM_MAINTAINER_MODE([enable]) Oh, yeah. That would be the best. The historical background is that mode

Re: Bug#686153: [PATCH] int10: fix pci_device_read_rom usage

2012-09-30 Thread Julien Cristau
Keith, could you pick up this patch? Thanks, Julien On Wed, Aug 29, 2012 at 20:03:58 +0200, Julien Cristau wrote: From: Stephan Schreiber i...@fs-driver.org I noticed that the build-in int10 driver always reports Unable to retrieve all of segment 0x0C. even though the entire BIOS data

Re: [PATCH] configure: Stop using AM_MAINTAINER_MODE

2012-09-29 Thread Julien Cristau
On Fri, Sep 28, 2012 at 08:59:47 -0700, Dan Nicholson wrote: It's more correct for downstream in a sense. You don't accidentally get the autotools pulled in during your tarball build if you patched something. There are ways to accomplish that (touch) without maintainer mode, though. I recall

Bug#687461: xserver-xorg-video-radeon: HD 6310 video gives only colored snow/black screen

2012-09-15 Thread Julien Cristau
On Thu, Sep 13, 2012 at 13:15:45 -0400, Michael Evans wrote: Alex, Thanks for your reply. When I boot and append radeon.modeset=0 I can get the display fixed, although Gnome 3 starts in failsafe (apparently classic) mode. This I can live with. $lsmod | grep firmware gives:

Re: [ANNOUNCE] xorg-server 1.12.4

2012-08-30 Thread Julien Cristau
On Sun, Aug 26, 2012 at 22:20:43 -0700, Jeremy Huddleston Sequoia wrote: Simon Schubert (1): fb: reorder Bresenham error correction to avoid overshoot. Apparently this caused a regression: https://bugs.freedesktop.org/show_bug.cgi?id=54168 Cheers, Julien

[PATCH] int10: fix pci_device_read_rom usage

2012-08-29 Thread Julien Cristau
success. If pci_device_read_rom() returns 0 for success, the warning is generated. The proposed patch corrects the evaluation of the return value of pci_device_read_rom() and of the supplied BIOS size. Debian bug#686153 Signed-off-by: Julien Cristau jcris...@debian.org --- hw/xfree86/int10

Re: [PATCH 2/2] Bump glproto requirement to 1.4.16

2012-08-07 Thread Julien Cristau
Keith can you merge this patch? Thanks, Julien On Sun, Jul 15, 2012 at 04:45:41 +1000, Dave Airlie wrote: On Sun, Jul 15, 2012 at 12:07 AM, Julien Cristau jcris...@debian.org wrote: Signed-off-by: Julien Cristau jcris...@debian.org Reviewed-by: Dave Airlie airl...@redhat.com

[PULL 1.12] glx/dri2: Fix bug #50019

2012-07-30 Thread Julien Cristau
+0200) Daniel Stone (1): DRI2: Remove prototype for DRI2DestroyDrawable Julien Cristau (1): Bump video ABI version to 12.1 Michel Dänzer (2): dri2: Add DRI2CreateDrawable2. glx: Free DRI2 drawable reference

Re: [PATCH xserver 0/2] glx/dri2: Fix bug #50019.

2012-07-28 Thread Julien Cristau
Hi Jeremy, On Mon, Jul 23, 2012 at 21:36:29 -0700, Jeremy Huddleston Sequoia wrote: Sorry, been swamped, but I'll be going through the past 2 months worth of commits to see if anything else is worth bringing in. Any update here? Would it help if I tried to get you a list? (Debian's going

Re: [PATCH xserver 0/2] glx/dri2: Fix bug #50019.

2012-07-28 Thread Julien Cristau
On Sat, Jul 28, 2012 at 09:58:46 -0700, Jeremy Huddleston Sequoia wrote: Ok, so then what do we do about this? Is it really important enough to break ABI, even considering that 1.13 is just around the corner? I'd think not, but I'm willing to listen to arguments. I'm not sure why you say

[PATCH 1/2] configure: put xkbcomp output in ${localstatedir} by default, not ${datadir}

2012-07-14 Thread Julien Cristau
datadir is for static data, not stuff that's written to at run time. Signed-off-by: Julien Cristau jcris...@debian.org --- Not sure exactly which path should be used as the default. Debian uses ${localstatedir}/lib/xkb instead, so does Fedora AFAICT. configure.ac |4 ++-- 1 file changed, 2

[PATCH 2/2] Bump glproto requirement to 1.4.16

2012-07-14 Thread Julien Cristau
Signed-off-by: Julien Cristau jcris...@debian.org --- configure.ac |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index de12bb5..f5e192c 100644 --- a/configure.ac +++ b/configure.ac @@ -776,7 +776,7 @@ DRI2PROTO=dri2proto = 2.8 XINERAMAPROTO

Re: [PATCH libFS] Fix a prototype error

2012-07-12 Thread Julien Cristau
On Thu, Jul 12, 2012 at 14:39:26 +0200, Thomas Klausner wrote: Per NetBSD PR 41899 from Henning Petersen. Signed-off-by: Thomas Klausner w...@netbsd.org --- src/FSlibInt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/FSlibInt.c b/src/FSlibInt.c index

Bug#597692: xserver-xorg-video-radeon: SWcursor Option solves the problem even to me

2012-07-04 Thread Julien Cristau
On Wed, Jul 4, 2012 at 12:47:22 +0200, Alberto Quattrini Li wrote: Package: xserver-xorg-video-radeon Version: 1:6.14.4-5 Followup-For: Bug #597692 I had the same issue from time to time. In these days, the cursor had the strange behavior reported above, when I passed from one monitor to

Bug#679312: xserver-xorg-video-radeon: Rotation fails due to Acceleration init failed, but DRI works nevertheless

2012-06-28 Thread Julien Cristau
On Thu, Jun 28, 2012 at 20:11:57 +0200, terayamashuji wrote: That did the trick! Turns out the radeon module was not loaded at boot-time, probably it was not in the initrd. Loading the module and starting X.org with rotation enabled works now, as does XRandR. Sorry for opening a silly bug

Bug#678632: xserver-xorg-video-radeon: Unable to set native resolution

2012-06-23 Thread Julien Cristau
On Sat, Jun 23, 2012 at 13:36:34 +0200, root wrote: Section Monitor Identifier JT198x4 Option DPMS DisplaySize 1280 1024 EndSection Is your monitor really 1280x1024 millimeters? Cheers, Julien signature.asc Description: Digital signature

Re: [PATCH v2] Xmd.h: Treat __ILP32__ targets as LONG32 ones

2012-06-11 Thread Julien Cristau
On Sun, Jun 10, 2012 at 15:54:43 -0400, James Cloos wrote: Linux distributions, at least, have ports for x32. Which ones? The differences between the m64 and mx32 are tiny: 32 vs 64 bits for longs and pointers. At the C level, you look for __amd64__ and either __LP64__ or __ILP32__.

Bug#674952: xserver-xorg-video-radeon: fails to work properly without -ati

2012-05-30 Thread Julien Cristau
On Tue, May 29, 2012 at 23:32:58 +0200, Yann Dirson wrote: The current situation just makes some people (eg. me ;) break the dependency link that's the weakest to get rid of useless drivers, with the results described in my original report. That's good, then we can point and laugh. Cheers,

Re: [PATCH 0/4] os/log: fixes for timestamps and malicious devices

2012-05-28 Thread Julien Cristau
On Wed, Apr 18, 2012 at 17:51:49 +0800, Daniel Kurtz wrote: Input drivers like to prepend the device name to logging messages using LogVHdrMessageVerb(). The current implementation of this function used the output of a snprintf() as the format string of another snprintf(). This is a big

Re: [PATCH] prevent X crash on pressing multimedia buttons, again

2012-05-25 Thread Julien Cristau
On Thu, May 24, 2012 at 10:45:59 +0200, Michal Suchanek wrote: On 24 May 2012 04:42, Peter Hutterer peter.hutte...@who-t.net wrote: what is the trigger for this again? Is this the warp pointer case? Attaching console output. No you didn't? Cheers, Julien

Bug#667754: xserver-xorg-video-radeon: [RV250] Gnome shell unusable (permanent crashes)

2012-05-25 Thread Julien Cristau
On Thu, May 24, 2012 at 15:06:05 +0200, Stefan Nagy wrote: xsession-errors contains the following lines: gnome-session-is-accelerated: No hardware 3D support. gnome-session-check-accelerated: Helper exited with code 256 Does it make any sense to switch to GNOME shell with 'gnome-shell

[ANNOUNCE] xf86-video-s3virge 1.10.5

2012-05-13 Thread Julien Cristau
config: replace deprecated AC_HELP_STRING with AS_HELP_STRING config: replace deprecated use of AC_OUTPUT with AC_CONFIG_FILES config: add comments for main statements Julien Cristau (3): Avoid compiler warning for deprecated PCITAG Fix distcheck xf86-video-s3virge

Bug#672644: X on Mobility Radeon HD 3400 Series (Lenovo T400) broken after wheezy upgrade

2012-05-13 Thread Julien Cristau
On Sat, May 12, 2012 at 17:38:27 +0200, Josip Rodin wrote: Package: xserver-xorg-video-radeon Version: 6.14.4-2 Severity: serious Hi, I upgraded a working Lenovo T400 machine with an integrated intel+radeon setup as the one described by the submitter of bug report #585911 - to wheezy,

[ANNOUNCE] xf86-video-apm 1.2.4

2012-05-12 Thread Julien Cristau
Fix for new vgaHW ABI Alan Coopersmith (1): Add XFree86 Copyright/License to COPYING for all code that came from XF86 4.4 Julien Cristau (4): Replace x{{,re,c}alloc,free} with malloc/realloc/calloc/free Stop including xf86PciInfo.h Disable PC98 code on newer servers

[ANNOUNCE] xf86-video-i740 1.3.3

2012-05-12 Thread Julien Cristau
: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS config: replace deprecated AC_HELP_STRING with AS_HELP_STRING config: replace deprecated use of AC_OUTPUT with AC_CONFIG_FILES config: add comments for main statements Julien Cristau (3): Replace deprecated xalloc

[ANNOUNCE] xf86-video-newport 0.2.4

2012-05-12 Thread Julien Cristau
deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS config: replace deprecated AC_HELP_STRING with AS_HELP_STRING config: replace deprecated use of AC_OUTPUT with AC_CONFIG_FILES config: add comments for main statements Julien Cristau (2): newport: stop using obsolete loader

[ANNOUNCE] xf86-video-apm 1.2.4

2012-05-12 Thread Julien Cristau
Fix for new vgaHW ABI Alan Coopersmith (1): Add XFree86 Copyright/License to COPYING for all code that came from XF86 4.4 Julien Cristau (4): Replace x{{,re,c}alloc,free} with malloc/realloc/calloc/free Stop including xf86PciInfo.h Disable PC98 code on newer servers

Re: [PULL] logging cleanups

2012-05-11 Thread Julien Cristau
On Wed, May 9, 2012 at 21:20:04 -0700, Keith Packard wrote: On Thu, 10 May 2012 12:51:15 +1000, Peter Hutterer peter.hutte...@who-t.net wrote: Daniel Kurtz (4): os/log: trivial cleanups os/xprintf: add Xvscnprintf and Xscnprintf os/log: only write timestamp if a

[PATCH 0/2] fix private leaks on Xvfb

2012-05-11 Thread Julien Cristau
dixResetPrivates complains about 4 device privates and 1 pixmap private still allocated at Xvfb reset. Seems like these are the two XTEST and two Xvfb slaves, and the screen pixmap allocated by miCreateScreenResources(). Cheers, Julien ___

[PATCH 1/2] Xi: make stub DeleteInputDeviceRequest call RemoveDevice

2012-05-11 Thread Julien Cristau
DeleteInputDeviceRequest is called from CloseDownDevices on reset, so call RemoveDevice to avoid leaking devices in Xvfb/Xnest/Xwin. Signed-off-by: Julien Cristau jcris...@debian.org --- Xi/stubs.c |1 + 1 file changed, 1 insertion(+) diff --git a/Xi/stubs.c b/Xi/stubs.c index 8baa5a0

[PATCH 2/2] Xvfb: destroy the screen pixmap in CloseScreen

2012-05-11 Thread Julien Cristau
--- hw/vfb/InitOutput.c |7 +++ 1 file changed, 7 insertions(+) diff --git a/hw/vfb/InitOutput.c b/hw/vfb/InitOutput.c index e2cd96c..16edf43 100644 --- a/hw/vfb/InitOutput.c +++ b/hw/vfb/InitOutput.c @@ -774,6 +774,13 @@ vfbCloseScreen(int index, ScreenPtr pScreen) for (i = 0; i

Re: [PATCH] dix: disable all devices before shutdown

2012-05-09 Thread Julien Cristau
On Wed, May 9, 2012 at 09:26:00 +1000, Peter Hutterer wrote: f3410b97cf9b48a47bee3d15d232f8a88e75f4ef introduced a regression on server shutdown. If any button or key was held on shutdown (ctrl, alt, backspace are usually still down) sending a raw event will segfault the server. The the root

Bug#671236: xserver-xorg-video-radeon: X video stopped working after upgrade to 1:6.14.4-2

2012-05-02 Thread Julien Cristau
On Wed, May 2, 2012 at 13:49:01 -0300, Leandro Penz wrote: Package: xserver-xorg-video-radeon Version: 1:6.14.3-2 Severity: grave Justification: renders package unusable Dear Maintainer, After the following upgrade, my xorg stopped working: [UPGRADE] xserver-xorg-video-ati

Bug#671236: xserver-xorg-video-radeon: X video stopped working after upgrade to 1:6.14.4-2

2012-05-02 Thread Julien Cristau
On Wed, May 2, 2012 at 14:52:17 -0300, Leandro Penz wrote: Instead of xdm's login screen, all I see is a white cursor on a black background. I could not find any hint in the log file. I pasted it as Xorg.0.log.old in the report. That's why I said display manager log, not X log. Cheers,

Bug#671236: xserver-xorg-video-radeon: X video stopped working after upgrade to 1:6.14.4-2

2012-05-02 Thread Julien Cristau
On Wed, May 2, 2012 at 15:43:02 -0300, Leandro Penz wrote: /usr/bin/X: symbol lookup error: /usr/lib/xorg/modules/drivers/radeon_drv.so: undefined symbol: radeon_surface_manager_new What does ldd /usr/lib/xorg/modules/drivers/radeon_drv.so say? Cheers, Julien signature.asc Description:

Bug#671236: xserver-xorg-video-radeon: X video stopped working after upgrade to 1:6.14.4-2

2012-05-02 Thread Julien Cristau
On Wed, May 2, 2012 at 16:28:43 -0300, Leandro Penz wrote: On Wed, May 2, 2012 at 4:20 PM, Julien Cristau jcris...@debian.org wrote:         libdrm_radeon.so.1 = /usr/lib/libdrm_radeon.so.1 (0xb75c6000)         libdrm.so.2 = /usr/lib/libdrm.so.2 (0xb75b9000) I don't know where you got

Bug#671236: xserver-xorg-video-radeon: X video stopped working after upgrade to 1:6.14.4-2

2012-05-02 Thread Julien Cristau
On Wed, May 2, 2012 at 16:35:41 -0300, Leandro Penz wrote: On Wed, May 2, 2012 at 4:31 PM, Julien Cristau jcris...@debian.org wrote: Not in /usr/lib with current versions. I'm using the current version of testing, which is 2.4.33-1 for both packages. Should the bug be transfered to those

Re: [PATCH] xv: disable reputimage hook on newer api

2012-05-01 Thread Julien Cristau
On Wed, Nov 24, 2010 at 18:21:23 +0100, Luc Verhaegen wrote: From: Luc Verhaegen luc.verhae...@basyskom.de This change makes Xv support slightly less nice, but should, in itself, not deteriorate things too much, as most drivers function acceptably without reputimage. Signed-off-by: Luc

Bug#667754: xserver-xorg-video-radeon: [RV250] Gnome shell unusable (permanent crashes)

2012-04-30 Thread Julien Cristau
On Mon, Apr 30, 2012 at 23:03:07 +0200, Stefan Nagy wrote: Dear Maintainer, is the backtrace I attached last time of any use? Should I file this bug against gnome-shell? However, I'd be glad to provide more infomation. BTW, this bug is still present in version 1:6.14.4-2. Is it

[PATCH libX11] configure: check if issetugid is declared

2012-04-29 Thread Julien Cristau
://bugs.debian.org/669670 Signed-off-by: Julien Cristau jcris...@debian.org --- configure.ac |5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index aaec968..c91234f 100644 --- a/configure.ac +++ b/configure.ac @@ -223,8 +223,9 @@ AC_CHECK_HEADERS([sys

Re: [PATCH] xfree86: Font modules aren't a real thing

2012-04-26 Thread Julien Cristau
|3 --- hw/xfree86/doc/ddxDesign.xml |6 -- hw/xfree86/loader/loader.c |1 - hw/xfree86/loader/loadmod.c|3 --- 4 files changed, 0 insertions(+), 13 deletions(-) Reviewed-by: Julien Cristau jcris...@debian.org Cheers, Julien

Bug#670570: xserver-xorg-video-radeon: regression in sid

2012-04-26 Thread Julien Cristau
On Thu, Apr 26, 2012 at 15:52:47 -0400, Craigevil wrote: Package: xserver-xorg-video-radeon Version: 1:6.14.4-1 Severity: grave Dear Maintainer, * What led up to the situation? upgrading to xserver-xorg-video-radeon version 1:6.14.4-2 breaks X, causing it to crash Then why do you

Re: Isn't make meant to be used in the ./autogen, sh for xserver from git?

2012-04-22 Thread Julien Cristau
On Sun, Apr 22, 2012 at 00:59:30 +0200, Kristoffer Grundström wrote: I think I've covered all the needed deps before compiling. Well clearly you haven't. Did you even read the error message? Output from running ./autogen.sh is located here: http://pastebin.ubuntu.com/940311/ Requested

[libpciaccess PATCH] FreeBSD: implement map_legacy and legacy_io

2012-04-21 Thread Julien Cristau
From: Robert Millan r...@debian.org Signed-off-by: Julien Cristau jcris...@debian.org --- src/freebsd_pci.c | 146 + 1 file changed, 146 insertions(+) diff --git a/src/freebsd_pci.c b/src/freebsd_pci.c index cc50e91..be562a0 100644 --- a/src

Re: libX11: Changes to 'master'

2012-04-19 Thread Julien Cristau
On Tue, Apr 10, 2012 at 17:56:47 +0200, Pander wrote: Could you please apply that one already so it is of the list and we discuss the rest below? THanks. Please send it properly (such as with git send-email) with a commit message, and I'll do that. I would still argue for reverting some of

Re: Proper handling of extension events/errors?

2012-04-16 Thread Julien Cristau
On Mon, Apr 16, 2012 at 17:16:20 +0200, Pierre Ossman wrote: And be a bit more cautious in the future when adding new events/errors, as it easy to create incompatibilities. :) We really shouldn't be adding any more extension events at this point, and only use generic events instead. Cheers,

Bug#667754: xserver-xorg-video-radeon: [RV250] Gnome shell unusable (permanent crashes)

2012-04-16 Thread Julien Cristau
On Mon, Apr 16, 2012 at 13:33:56 +0200, Stefan Nagy wrote: Sorry – now here's the backtrace… Continuing. Program received signal SIGPIPE, Broken pipe. SIGPIPE is not a fatal signal, you need to tell gdb to ignore it, or hit continue. Cheers, Julien signature.asc Description: Digital

Bug#667754: xserver-xorg-video-radeon: [RV250] Gnome shell unusable (permanent crashes)

2012-04-16 Thread Julien Cristau
On Mon, Apr 16, 2012 at 20:32:21 +0200, Stefan Nagy wrote: Program received signal SIGTERM, Terminated. So X is terminating normally. If gnome-shell is crashing, you should run gdb against that, not the X server… Cheers, Julien signature.asc Description: Digital signature

Re: [PATCH:xmodmap] Add AC_USE_SYSTEM_EXTENSIONS to expose asprintf() in GNU libc headers

2012-04-15 Thread Julien Cristau
-by: Julien Cristau jcris...@debian.org Cheers, Julien ___ xorg-devel@lists.x.org: X.Org development Archives: http://lists.x.org/archives/xorg-devel Info: http://lists.x.org/mailman/listinfo/xorg-devel

Re: libX11: Changes to 'master'

2012-04-09 Thread Julien Cristau
On Wed, Apr 4, 2012 at 13:28:17 +0200, Pander wrote: On 2012-03-31 13:05, Julien Cristau wrote: On Thu, Mar 22, 2012 at 16:36:27 +0100, Pander wrote: James, Julien, did you receive enough compelling arguments to resolve this conflict so that o apostrophe results in ó. Then we can

Re: [PATCH] cvt man page should use Hz, not kHz, for vertical refresh rate

2012-04-07 Thread Julien Cristau
-by: Julien Cristau jcris...@debian.org Cheers, Julien ___ xorg-devel@lists.x.org: X.Org development Archives: http://lists.x.org/archives/xorg-devel Info: http://lists.x.org/mailman/listinfo/xorg-devel

Re: [PATCH] os: Add -displayfd option

2012-04-03 Thread Julien Cristau
appreciate it. It doesn't actually work, but the fix seems easy enough, see below. With that fixed: Reviewed-by: Julien Cristau jcris...@debian.org Tested-by: Julien Cristau jcris...@debian.org dix/globals.c|1 + include/opaque.h |1 + man/Xserver.man |7 + os

Re: synaptics bug 31636: non-uniform horizontal and vertical acceleration

2012-04-03 Thread Julien Cristau
On Tue, Apr 3, 2012 at 18:11:31 +0100, Daniel Stone wrote: Hi, On 3 April 2012 17:29, Chase Douglas chase.doug...@canonical.com wrote: I have heard from a few people that they actually prefer this behavior. I think we either need to stick with what we have or make it configurable (and

Re: xserver-wrapper licensing (was: Re: [PULL to discuss] Remove kdrive, Xnest, and Xvfb)

2012-03-29 Thread Julien Cristau
On Tue, Mar 27, 2012 at 22:46:51 +0100, Daniel Stone wrote: Stephen, Mark, Branden - would you be amenable to relicensing this under the standard X.Org MIT/X11 copyright, as quoted below, for possible inclusion in X.Org upstream? FWIW, I'm happy with that license for any contributions I made

Re: [PULL to discuss] Remove kdrive, Xnest, and Xvfb

2012-03-27 Thread Julien Cristau
On Mon, Mar 26, 2012 at 17:37:37 -0700, Jamey Sharp wrote: On Mon, Mar 26, 2012 at 4:31 PM, Keith Packard kei...@keithp.com wrote: On Mon, 26 Mar 2012 16:13:46 -0700, Jeremy Huddleston jerem...@apple.com wrote: Most functionality of these servers can be provide by Xorg with either the

docs and masterdb

2012-03-25 Thread Julien Cristau
Hi, I'm trying to figure out how to correctly use the external references stuff when building docs for my packages, and I have a few questions. (I've read the xorg-sgml-doctools README, which is a big help, so I'm mostly looking for confirmations.) First, the hardcoded pathnames in masterdb.xml

Re: libX11: Changes to 'master'

2012-03-20 Thread Julien Cristau
On Mon, Mar 19, 2012 at 23:03:44 +0100, Pander wrote: However for ó I beg to differ. The vowels aeiou and diacritics `´'~^¯¨ are completely available in both orders. Because the are used so often, missing out on o apostrophe will break the consistency in this series and decrease user

Re: libX11: Changes to 'master'

2012-03-19 Thread Julien Cristau
On Mon, Mar 19, 2012 at 16:32:07 +0100, Pander wrote: On 2012-03-14 22:25, James Cloos wrote: Nuts. I thought all of those were sorted already. The dstroke and Dstroke lines are arguably better than the U0110 and U0111 lines. Since Multi_key o apostrophe a and A were already

Re: [ANNOUNCE] util-macros 1.17

2012-03-14 Thread Julien Cristau
On Tue, Mar 13, 2012 at 19:52:30 -0400, Gaetan Nadon wrote: http://xorg.freedesktop.org/archive/individual/util/util-macros-1.17.tar.bz2 MD5: 4f41667e1bf4938bb2b24fa09d517f77 util-macros-1.17.tar.bz2 SHA1: c424a09fa6f628e24eff74496acebef13e8093b9 util-macros-1.17.tar.bz2 SHA256:

Re: Review compose key sequence patches January 3rd and 6th

2012-03-14 Thread Julien Cristau
On Fri, Mar 2, 2012 at 18:37:41 +0100, Pander wrote: Multi_key o x : ?? currency # CURRENCY SIGN Multi_key x o : ?? currency # CURRENCY SIGN +Multi_key o X : ?? currency # CURRENCY SIGN +Multi_key X o : ?? currency

Re: libX11: Changes to 'master'

2012-03-14 Thread Julien Cristau
On Wed, Mar 14, 2012 at 11:55:53 -0700, James Cloos wrote: nls/en_US.UTF-8/Compose.pre | 378 +++- 1 file changed, 373 insertions(+), 5 deletions(-) New commits: commit 91bcce48d94792f78333d2aea73961cc2e739d2e Author: Pander

Re: libX11: Changes to 'master'

2012-03-14 Thread Julien Cristau
On Wed, Mar 14, 2012 at 17:33:08 -0400, James Cloos wrote: Pushed as 62d4295389. Thanks for the quick fix. Thanks for the quick check! I was looking at http://patchwork.freedesktop.org/patch/3289/, but it turns out the gtk+ additions stole compose O X for ¤ (why was the lowercase version

Re: [PATCH video-vmware] config: include saa and vmwgfx subdirs in the tarball

2012-03-12 Thread Julien Cristau
On Mon, Mar 12, 2012 at 20:01:00 +0100, Arkadiusz Miśkiewicz wrote: On Monday 12 of March 2012, Gaetan Nadon wrote: -SUBDIRS = @VMWGFX_DIRS@ src man vmwarectrl +# Order: vmwgfx before src +SUBDIRS = man saa vmwgfx src vmwarectrl make -j X will not obey this order. I'm pretty sure

Re: libX11 1.5 release blockers/status

2012-03-09 Thread Julien Cristau
On Thu, Mar 8, 2012 at 21:03:55 -0800, Alan Coopersmith wrote: - Revert xcb: Add TCP fallback http://patchwork.freedesktop.org/patch/9147/ This appears to be waiting for the corresponding change to go into libxcb and a libxcb-1.8.1 release to be cut so libX11 can require it.

Re: [PATCH libxcb] Fallback to TCP if no protocol is specified and the UNIX connection fails

2012-02-27 Thread Julien Cristau
On Sun, Feb 19, 2012 at 14:36:42 -0800, Jeremy Huddleston wrote: Can we delay the libX11 change until this is in a tagged libxcb (and have libX11 require that version to avoid regression)? All the changes currently on xcb/libxcb master look 1.8.1 worthy, so perhaps we can push this one into

Re: [PATCH libxcb] Fallback to TCP if no protocol is specified and the UNIX connection fails

2012-02-20 Thread Julien Cristau
On Sun, Feb 19, 2012 at 14:36:42 -0800, Jeremy Huddleston wrote: Can we delay the libX11 change until this is in a tagged libxcb (and have libX11 require that version to avoid regression)? All the changes currently on xcb/libxcb master look 1.8.1 worthy, so perhaps we can push this one into

[PATCH libxcb] Fallback to TCP if no protocol is specified and the UNIX connection fails

2012-02-19 Thread Julien Cristau
Signed-off-by: Julien Cristau jcris...@debian.org --- src/xcb_util.c |5 + 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/src/xcb_util.c b/src/xcb_util.c index fde4f85..6d9efe0 100644 --- a/src/xcb_util.c +++ b/src/xcb_util.c @@ -234,6 +234,11 @@ static int _xcb_open(const

[PATCH libx11] Revert xcb: Add TCP fallback

2012-02-19 Thread Julien Cristau
This reverts commit f09c5299a381e2729e800a0ac43f1c0e371f65f6. The TCP fallback ended up falling back to UNIX socket connection if $DISPLAY was set to e.g. some.host:0 and the initial attempt failed. Debian bug#659558 http://bugs.debian.org/659558 Signed-off-by: Julien Cristau jcris

<    1   2   3   4   5   6   7   8   9   10   >