Re: [PATCH] xfree86: Add 18bpp support

2010-09-28 Thread Kai-Uwe Behrmann
Just a curious question, Who is using 6+6+6 encoding for what? kind regards Kai-Uwe Behrmann -- developing for colour management www.behrmann.name + www.oyranos.org Am 27.09.10, 17:06 -0400 schrieb Adam Jackson: + case 18: + scrp-weight.red = scrp-weight.green =

Re: Mode validation issue in geode driver

2010-09-28 Thread Otavio Salvador
Hello, On Tue, Sep 28, 2010 at 12:48 AM, Huang, FrankR frankr.hu...@amd.com wrote: So I suggest we follow the code in ATIIntel in mode_valid function to let more modes to pass. Conclusion: Modify the code to return MODE_OK instead of MODE_BAD in lx_output_mode_valid(). I fully agree with

[PULL 1.9] input fixes for 1.9.1

2010-09-28 Thread Peter Hutterer
Jeremy, please pull from the branch below. It contains a couple of input fixes already in master, most notably a few crasher fixes and the udev fix to correctly add bluetooth devices. The following changes since commit d0ca4826d6dca7c43965e4606a31e90091207412: XQuartz: Localization updates

Re: [PATCH] xfree86: Add 18bpp support

2010-09-28 Thread Pat Kane
On Tue, Sep 28, 2010 at 1:15 AM, Kai-Uwe Behrmann k...@gmx.de wrote: Just a curious question, Who is using 6+6+6 encoding for what? Many handheld devices use TFT LCDs (Thin film transistor liquid crystal display) which have 6 bits per RGB. See http://en.wikipedia.org/wiki/TFT_LCD Pat

[PATCH xorg-docs] Remove Linuxdoc Japanese XFree86 PC98 Dependent Information

2010-09-28 Thread Gaetan Nadon
Alan Coopersmith wrote: I think we recently dropped PC98 support from the X server, so I'd be okay with dropping the documentation now. These documents will always be available in previously shipped tarballs matching older server versions. They have never been built or installed. Signed-off-by:

Re: [PATCH] xfree86: Add 18bpp support

2010-09-28 Thread Adam Jackson
On Tue, 2010-09-28 at 06:24 -0500, Pat Kane wrote: On Tue, Sep 28, 2010 at 1:15 AM, Kai-Uwe Behrmann k...@gmx.de wrote: Just a curious question, Who is using 6+6+6 encoding for what? Many handheld devices use TFT LCDs (Thin film transistor liquid crystal display) which have 6 bits per

Re: [PULL] tables initialization and DISPATCH_PROC usage removal

2010-09-28 Thread Vignatti Tiago (Nokia-MS/Helsinki)
On Mon, Sep 27, 2010 at 08:37:52PM +0200, ext Keith Packard wrote: On Tue, 14 Sep 2010 20:50:48 +0300, Tiago Vignatti tiago.vigna...@nokia.com wrote: Please pull Keith. Thank you, I'm still seeing build errors from this patch: xf86vmode.c: In function ‘XFree86VidModeExtensionInit’:

Re: [PULL] tables initialization and DISPATCH_PROC usage removal

2010-09-28 Thread Keith Packard
On Tue, 28 Sep 2010 17:28:19 +0300, Vignatti Tiago (Nokia-MS/Helsinki) tiago.vigna...@nokia.com wrote: try again now, please. Merged. 58bd317..e416965 master - master -- keith.pack...@intel.com pgprvCSYpqEG6.pgp Description: PGP signature

Re: [PATCH v2] glx: Fix use after free in DrawableGone

2010-09-28 Thread Keith Packard
On Thu, 23 Sep 2010 09:04:11 -0400, Kristian Høgsberg k...@bitplanet.net wrote: Signed-off-by: Kristian Høgsberg k...@bitplanet.net --- Chris Wilson points out that we were still accessing c-next after free. Here's an updated version that fixes that. I've merged this patch (and attempted

Re: [PATCH 1/2] modes: Beware the driver switching root pixmaps

2010-09-28 Thread Keith Packard
On Mon, 27 Sep 2010 17:30:13 +0100, Chris Wilson ch...@chris-wilson.co.uk wrote: I've merged this patch. -- keith.pack...@intel.com pgpNvESljReKa.pgp Description: PGP signature ___ xorg-devel@lists.x.org: X.Org development Archives:

Re: [PATCH] xfree86: Kill pixmapPrivate with a vengeance (v2)

2010-09-28 Thread Keith Packard
On Mon, 27 Sep 2010 19:39:23 +0100, Chris Wilson ch...@chris-wilson.co.uk wrote: v2: Kill ShadowModifyPixmapHeader() as well. I've merged this patch. -- keith.pack...@intel.com pgpcXseYx3lAZ.pgp Description: PGP signature ___

Re: [PATCH] xfree86: Add 18bpp support

2010-09-28 Thread Keith Packard
On Mon, 27 Sep 2010 17:06:46 -0400, Adam Jackson a...@redhat.com wrote: Signed-off-by: Adam Jackson a...@redhat.com Merged. 5c6a2f9..9df4fb0 master - master -- keith.pack...@intel.com pgpncFDxSH90I.pgp Description: PGP signature ___

Re: [PULL] Yet more loader cleanups

2010-09-28 Thread Keith Packard
On Wed, 22 Sep 2010 11:14:17 -0400, Adam Jackson a...@nwnk.net wrote: As before, with r-b's from Alan and Julien. Merged. 9df4fb0..5532687 master - master -- keith.pack...@intel.com pgpgoDWlISbIF.pgp Description: PGP signature ___

Re: [PATCH] xfree86: fix VbeModeInfoBlock memcpy off-by-one (#30159)

2010-09-28 Thread Adam Jackson
On Tue, 2010-09-21 at 23:16 +0200, Rémi Cardona wrote: Le 14/09/2010 09:39, Alexandre Rostovtsev a écrit : This patch fixes some old memcpy off-by-one errors in vbe.c that gcc-4.5 complains about when compiling with -O1 or higher optimization: In file included from

problem with multithreaded application and Xlib

2010-09-28 Thread Francesco Abbate
Hi all, I've recently made the switch to the snapshot xorg server and the related X libraries and I've discovered that my application stopped to works correctly! Here the problem in short. I'm developing a multi-threaded application where the main thread run the X Window event loop. There is

Re: [PATCH xserver] config: remove --with-dri-driver-path option, use dri.pc #29740

2010-09-28 Thread Keith Packard
On Sat, 25 Sep 2010 10:05:10 -0400, Gaetan Nadon mems...@videotron.ca wrote: The trusted location of the dri driver directory can be obtained from the mesa dri.pc pkg-config file. Merged. 5532687..c36ca7b master - master -- keith.pack...@intel.com pgph5UPG0G3q1.pgp Description: PGP

Re: problem with multithreaded application and Xlib

2010-09-28 Thread Peter Harris
On 2010-09-28 11:19, Francesco Abbate wrote: What happens is that the secondary thread blocks during the XSync operation until the main thread receive some events. Sounds a lot like http://cgit.freedesktop.org/xcb/libxcb/commit/?id=2040f10a4efa95092bc9409c5b20347989b5f0a2 Can you try that

Re: problem with multithreaded application and Xlib

2010-09-28 Thread Francesco Abbate
2010/9/28 Peter Harris phar...@opentext.com: On 2010-09-28 11:19, Francesco Abbate wrote: What happens is that the secondary thread blocks during the XSync operation until the main thread receive some events. Sounds a lot like

Re: problem with multithreaded application and Xlib

2010-09-28 Thread Peter Harris
On 2010-09-28 11:57, Francesco Abbate wrote: Hi Peter, thank you for the answer. Actually I was suspecting the xcb library but I'm not expert enough to be sure about that :-) I'm not sure either, but it's worth testing. What shoud I recompile exactly ? The whole Xlib, only the xcb library

[PATCH v2] xfree86: use a thread for the generation of input events

2010-09-28 Thread Tiago Vignatti
The current SIGIO signal handler method, used at generation of input events, has a bunch of oddities. This patch introduces an alternative way using a thread, which is used to select()s all input device file descriptors. A mutex was used to control the access of the mi queue by the main and input

[PATCH] randr: set error numbers of resource types in RRExtenstionInit() #30367

2010-09-28 Thread Tobias Droste
Fixes: https://bugs.freedesktop.org/show_bug.cgi?id=30367 Currently the ddx calls RROutputInit() before RRExtensionInit() is called. This causes RRErrorBase being 0 while setting resource type error (resource types RROutput, RRMode and RRCrtc). The fix moves the setting of error numbers to

X input event generation thread (v2)

2010-09-28 Thread Tiago Vignatti
Hi, From the last version sent back in August, you can track here exactly the commits applied which summarizes what was made, mostly based on the discussions from reviewers - was much appreciated those btw: http://cgit.freedesktop.org/~vignatti/xserver/log/?h=inputthread-commits

[PULL] XQuartz build failure fix and initial RandR support

2010-09-28 Thread Jeremy Huddleston
The following changes since commit c36ca7b1862ecd86df089f4e1933379a113928ea: config: remove --with-dri-driver-path option, use dri.pc #29740 (2010-09-28 08:19:27 -0700) are available in the git repository at: git://people.freedesktop.org/~jeremyhu/xserver master Jan Hauffa (3):

[PATCH] Cygwin/X: Fix compilation after delete pervasively use of DISPATCH_PROC

2010-09-28 Thread Jon TURNEY
commit cbd4d5dbb70db62ba1cb79c7b904e6fa11f62d7e removes the static declarations of ProcWindowsWMDispatch and SProcWindowsWMDispatch which precede their first use in winWindowsWMExtensionInit() Move winWindowsWMExtensionInit() to after the definition of those two functions to fix compilation.

Re: [PATCH xorg-docs] Remove Linuxdoc Japanese XFree86 PC98 Dependent Information

2010-09-28 Thread Matt Turner
2010/9/28 Gaetan Nadon mems...@videotron.ca: Alan Coopersmith wrote: I think we recently dropped PC98 support from the X server, so I'd be okay with dropping the documentation now. These documents will always be available in previously shipped tarballs matching older server versions. They

Re: [PATCH modular 1/3] Alphabetize usage() options.

2010-09-28 Thread Gaetan Nadon
On Mon, 2010-09-27 at 23:20 -0400, Trevor Woerner wrote: From: Trevor Woerner twoer...@gmail.com Sort the command-line options in alphabetical order, short options followed by long options. Signed-off-by: Trevor Woerner twoer...@gmail.com For the 3 patches: Reviewed-by: Gaetan Nadon

Re: X input event generation thread (v2)

2010-09-28 Thread Mark Kettenis
From: Tiago Vignatti tiago.vigna...@nokia.com Date: Tue, 28 Sep 2010 19:08:14 +0300 In two days I'm going for two weeks of vacation, so I'll AFC meanwhile. Anyway, don't hesitate to review and comment please! What problem does this solve again? If the input thread is going to run the same

[PATCH] Bump video driver ABI version to 9.0

2010-09-28 Thread Aaron Plattner
Signed-off-by: Aaron Plattner aplatt...@nvidia.com --- You guys are really churning through the ABIs. error: 'struct _ScrnInfoRec' has no member named 'pixmapPrivate' hw/xfree86/common/xf86Module.h |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git

Re: [PULL] XQuartz build failure fix and initial RandR support

2010-09-28 Thread Keith Packard
On Tue, 28 Sep 2010 10:11:14 -0700, Jeremy Huddleston jerem...@freedesktop.org wrote: The following changes since commit c36ca7b1862ecd86df089f4e1933379a113928ea: Merged. c36ca7b..c45bea0 master - master -- keith.pack...@intel.com pgpQolBkR0wYz.pgp Description: PGP signature

Re: [PATCH] Bump video driver ABI version to 9.0

2010-09-28 Thread Keith Packard
On Tue, 28 Sep 2010 13:59:19 -0700, Aaron Plattner aplatt...@nvidia.com wrote: Signed-off-by: Aaron Plattner aplatt...@nvidia.com Merged. c45bea0..1a9022d master - master You guys are really churning through the ABIs. You'll have to admit that we've got a lot of years worth of cruft

Re: [PATCH] randr: set error numbers of resource types in RRExtenstionInit() #30367

2010-09-28 Thread Keith Packard
On Tue, 28 Sep 2010 18:44:53 +0200, Tobias Droste tdro...@gmx.de wrote: Fixes: https://bugs.freedesktop.org/show_bug.cgi?id=30367 Currently the ddx calls RROutputInit() before RRExtensionInit() is called. This causes RRErrorBase being 0 while setting resource type error (resource types

[PATCH xorg-docs] XACE spec: move from sgml/security to specs/Xserver directory

2010-09-28 Thread Gaetan Nadon
This spec is a DocBook XML despite its sgml file extension. Signed-off-by: Gaetan Nadon mems...@videotron.ca --- Makefile.am |5 +- configure.ac |4 +- sgml/Makefile.am |2 +- sgml/security/Makefile.am|5 - TRUNCATED:

Re: [PATCH xorg-docs] XACE spec: move from sgml/security to specs/Xserver directory

2010-09-28 Thread Alan Coopersmith
Gaetan Nadon wrote: delete mode 100644 sgml/security/XACE-Spec.sgml create mode 100644 specs/Xserver/XACE-Spec.xml Long term, it should probably end up in the X server repo, since it's really documentation of a set of hooks inside the X server, so that it's in sync with the version of the