[ANNOUNCE] xf86-video-intel 2.20.1

2012-07-23 Thread Chris Wilson
A week in, grab the brown paper bags, for it is time to reveal a couple of critical bugs that spoilt the 2.20.0 release. Firstly we have the restoration of DRI for i810. I am sure that the solitary user will be overjoyed in a couple of years when a new xserver is forced upon it. That enjoyment

Re: vesa_drv compatibility question

2012-07-23 Thread Adam Jackson
On 7/22/12 5:38 AM, soul wrote: SUPPORTED HARDWARE The vesa driver supports most VESA-compatible video cards. There are some known exceptions, and those should be listed here. Is there a list of such known exceptions? That is, VESA-compatible cards which are known NOT to

[ANNOUNCE] xf86-video-openchrome 0.3.0

2012-07-23 Thread Xavier Bachelot
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, xf86-video-openchrome 0.3.0 has been released. The 0.3.0 release is a major step forward for the openchrome X.org driver. It brings most of the features that are needed with todays X server. The code has seen a major overhaul, with a lot of new

Re: vesa_drv compatibility question

2012-07-23 Thread soul
Hello Adam, On Mon, Jul 23, 2012 at 3:49 PM, Adam Jackson a...@redhat.com wrote: On 7/22/12 5:38 AM, soul wrote: SUPPORTED HARDWARE The vesa driver supports most VESA-compatible video cards. There are some known exceptions, and those should be listed here. Is there a

Cooirdinate transformation matrix does not work properly with evdev and cando touch screen

2012-07-23 Thread Chandler Paul
Hi, I've seen this bug posted already (I commented it on it too), but I figured I might as well ask this here since it doesn't look like the bug report has been touched by anyone in quite a while: When using my netbook's cando touch screen and trying to use the Cooirdinate Transformation Matrix

[ANNOUNCE] xf86-input-keyboard 1.6.2

2012-07-23 Thread Alan Coopersmith
xf86-input-keyboard is the Xorg server keyboard driver for non-evdev OS'es. This release includes bugfixes for Solaris DragonFly BSD, and sets the Device Node Xi property for easier device identification on multi-kbd systems. Alan Coopersmith (5): Solaris: Use uchar_t, not int, for led

[ANNOUNCE] xf86-input-evdev 2.7.1

2012-07-23 Thread Peter Hutterer
First update to the evdev 2.7 series. This update fixes a couple of bugs and memory leaks. Chase Douglas (2): Report the correct number of touches for MT protocol B devices Fix buffer overrun when populating axis label property array Peter Hutterer (5): Fix inverted horizontal

[PATCH] hw/xquartz: Various fixes for pseudoramiX.c

2012-07-23 Thread Jon TURNEY
Various fixes, applied to panoramiX.c in commit 2b266eda, also need applying to pseudoramiX.c: Fix panoramiX request and reply swapping Set window and screen values in panoramix replies Prevent buffer overrun in ProcPanoramiXGetScreenSize These fixes seem to be necessary in order to compile

[PATCH] Xext/xres.c: Possible buffer underrun

2012-07-23 Thread Colin Harrison
Hi, I got a crash at free(counts) in ProcXResQueryClientResources() in Xext/xres.c when using client xrestop. Traced to an out-by-one error in ResFindAllRes() (please check code and confirm?). Fixed, for me (MinGW compilation for Windows), with the patch... --- ./Xext/save_xres.c 2012-07-10

Re: [PATCH v2] uload unused input modules

2012-07-23 Thread Michal Suchanek
Hello, trying to send updated patches again. There is not much actual code in common due to the use of the list macros in this new series. Thanks Michal ___ xorg-devel@lists.x.org: X.Org development Archives: http://lists.x.org/archives/xorg-devel

Re: [PATCH] Xext/xres.c: Possible buffer underrun

2012-07-23 Thread Rami Ylimäki
On 07/23/2012 03:05 PM, Colin Harrison wrote: Hi, I got a crash at free(counts) in ProcXResQueryClientResources() in Xext/xres.c when using client xrestop. Traced to an out-by-one error in ResFindAllRes() (please check code and confirm?). Fixed, for me (MinGW compilation for Windows), with

Re: [PATCH] dix: fix scale_to_desktop for edge ABS events

2012-07-23 Thread Chase Douglas
On 07/20/2012 04:41 PM, Yufeng Shen wrote: Scale_to_desktop() converts ABS events from device coordinates to screen coordinates: [dev_X_min, dev_X_max] - [screen_X_min, screen_X_max] [dev_Y_min, dev_Y_max] - [screen_Y_min, screen_Y_max] An edge ABS event with X = dev_X_max (e.g., generated

Re: [Nouveau] [PATCH 9/9] dri2: Fix corner case crash for swaplimit 1

2012-07-23 Thread Anssi Hannula
12.07.2012 22:39, Anssi Hannula kirjoitti: Hi! On 16.02.2012 02:45, Mario Kleiner wrote: If a swaplimit 1 is set on a server which supports the swaplimit api (XOrg 1.12.0+), the following can happen: 1. Client calls glXSwapBuffersMscOML() with a swap target 1 vblank in the future,

[PATCH 1/7] xfree86/loader: Do not unload sibling modules.

2012-07-23 Thread Michal Suchanek
Ordering of sibling modules is internal to the loader implementation. Unloading siblings following the requested module in the sibling list leads to unexpected unloading of seemingly random modules. Signed-off-by: Michal Suchanek hramr...@gmail.com --- hw/xfree86/loader/loadmod.c |6 +++---

[PATCH 3/7] xfree86: Convert xf86InputDevs to nt_list_ macros.

2012-07-23 Thread Michal Suchanek
Signed-off-by: Michal Suchanek hramr...@gmail.com --- hw/xfree86/common/xf86Helper.c |2 +- hw/xfree86/common/xf86Xinput.c | 23 ++- 2 files changed, 7 insertions(+), 18 deletions(-) diff --git a/hw/xfree86/common/xf86Helper.c b/hw/xfree86/common/xf86Helper.c index

[PATCH 4/7] xfree86: Convert xf86InputDriverList to xorg_list.

2012-07-23 Thread Michal Suchanek
Signed-off-by: Michal Suchanek hramr...@gmail.com --- hw/xfree86/common/xf86Globals.c |2 -- hw/xfree86/common/xf86Helper.c | 41 --- hw/xfree86/common/xf86InPriv.h |4 hw/xfree86/common/xf86Xinput.h |3 ++- hw/xfree86/doc/ddxDesign.xml

[PATCH 6/7] xfree86: unload unused input drivers

2012-07-23 Thread Michal Suchanek
Signed-off-by: Michal Suchanek hramr...@gmail.com --- hw/xfree86/common/xf86Helper.c |7 +++ hw/xfree86/common/xf86Xinput.c |4 2 files changed, 11 insertions(+) diff --git a/hw/xfree86/common/xf86Helper.c b/hw/xfree86/common/xf86Helper.c index 187cf1f..350b089 100644 ---

[PATCH 5/7] xfree86/loader: Split off some loader code into separate query functions.

2012-07-23 Thread Michal Suchanek
* Add CanUnloadModule Signed-off-by: Michal Suchanek hramr...@gmail.com --- hw/xfree86/loader/loaderProcs.h |5 + hw/xfree86/loader/loadmod.c | 42 ++- 2 files changed, 42 insertions(+), 5 deletions(-) diff --git

[RFC PATCH] sync: Fix logic error from b55bf248581dc66321b24b29f199f6dc8d02db1b

2012-07-23 Thread Adam Jackson
That commit adds two hunks, and I _think_ they're backwards. It adds code to modify bracket_greater on NegativeTransition triggers, and bracket_less on PositiveTransition triggers. That breaks symmetry with the surrounding code; the code as of this commit could probably be simplified further. I

[ANNOUNCE] xf86-input-evdev 2.7.1

2012-07-23 Thread Peter Hutterer
First update to the evdev 2.7 series. This update fixes a couple of bugs and memory leaks. Chase Douglas (2): Report the correct number of touches for MT protocol B devices Fix buffer overrun when populating axis label property array Peter Hutterer (5): Fix inverted horizontal

[Bug 35457] [rs690m] Graphics corruption with ati x1200

2012-07-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=35457 --- Comment #44 from Brian aeon.descrip...@gmail.com 2012-07-23 06:20:41 PDT --- It's disappointing, but I think there are just too many bugs and not enough coders to fix them, and they've got to prioritize. -- on top of that, there's not a

Re: No DVI output on ATI Xpress 200 - reopen

2012-07-23 Thread Przemysław Tomczyk
could it be possible that I'd try to communicate with LCD display thru ddc using i2c-dev module to probe how to access it? maybe this would help? 2012/7/19 Alex Deucher alexdeuc...@gmail.com: On Thu, Jul 19, 2012 at 7:25 AM, Przemysław Tomczyk tomczyk.prze...@gmail.com wrote: Hi and hello to

[Bug 52330] Triple monitor desktop intermittent slow updates

2012-07-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=52330 Alex Deucher ag...@yahoo.com changed: What|Removed |Added Attachment #64478|text/x-log |text/plain mime

[Bug 52330] Triple monitor desktop intermittent slow updates

2012-07-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=52330 --- Comment #2 from Alex Deucher ag...@yahoo.com 2012-07-23 14:53:00 PDT --- This isn't an issue with multi-head per se. It's more of an issue with software fallbacks. When there is a software fallback the pixmap where fallback has to be

Re: No DVI output on ATI Xpress 200 - reopen

2012-07-23 Thread Alex Deucher
On Mon, Jul 23, 2012 at 6:06 AM, Przemysław Tomczyk tomczyk.prze...@gmail.com wrote: could it be possible that I'd try to communicate with LCD display thru ddc using i2c-dev module to probe how to access it? maybe this would help? You can try accessing the i2c buses exposed by the radeon

[Bug 52330] Triple monitor desktop intermittent slow updates

2012-07-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=52330 --- Comment #3 from gitbisec...@gmail.com 2012-07-23 15:54:21 PDT --- Yes that makes sense. Thanks for pointing that out. Do you know of any obvious points in the code where this might happen? From my log it seems drivers get loaded

[Bug 52407] New: [GLAMOR] xserver segfaults on startup (with backtrace).

2012-07-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=52407 Bug #: 52407 Summary: [GLAMOR] xserver segfaults on startup (with backtrace). Classification: Unclassified Product: xorg Version: unspecified Platform: x86-64 (AMD64)

[Bug 52407] [GLAMOR] xserver segfaults on startup (with backtrace).

2012-07-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=52407 --- Comment #1 from Felix Miata mrma...@earthlink.net 2012-07-23 18:24:48 PDT --- Mime type is set wrong on attachment. Gecko won't open it. Are you using 100% automagic, or are you using any config file in /etc/X11/? cf. bug 51640 --

[Bug 52407] [GLAMOR] xserver segfaults on startup (with backtrace).

2012-07-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=52407 --- Comment #2 from Till Matthiesen high.entr...@web.de 2012-07-23 18:35:39 UTC --- Created attachment 64560 -- https://bugs.freedesktop.org/attachment.cgi?id=64560 xorg.conf Hi Felix, find the xorg.conf attached (hope the mime type is fine

[Bug 52407] [GLAMOR] xserver segfaults on startup (with backtrace).

2012-07-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=52407 Alex Deucher ag...@yahoo.com changed: What|Removed |Added Attachment #64559|application/octet-stream|text/plain mime

[Bug 52407] [GLAMOR] xserver segfaults on startup (with backtrace).

2012-07-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=52407 --- Comment #3 from Alex Deucher ag...@yahoo.com 2012-07-23 18:56:25 PDT --- I don't think glamor will work with zaphod mode at the moment. Does it work ok if you use non-zaphod mode? -- Configure bugmail:

[Bug 52407] [GLAMOR] xserver segfaults on startup (with backtrace).

2012-07-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=52407 --- Comment #4 from Till Matthiesen high.entr...@web.de 2012-07-23 19:35:48 PDT --- Indeed, Alex is right. It works for the single screen configuration. So I have to revert to EXA, obviously not missing much yet: A quick test with the

Re: No DVI output on ATI Xpress 200 - reopen

2012-07-23 Thread Przemysław Tomczyk
so. the box has 2 monitors (different) connected, thru VGA and DVI-D after inserting i2c-dev and eeprom modules, i've run i2cdetect from debian's i2c-tools package. output was: i2c-0 smbus SMBus PIIX4 adapter at 0b00 SMBus adapter i2c-1 i2c Radeon i2c bit bus DVI_DDC I2C

Re: No DVI output on ATI Xpress 200 - reopen

2012-07-23 Thread Alex Deucher
On Mon, Jul 23, 2012 at 6:29 PM, Przemysław Tomczyk tomczyk.prze...@gmail.com wrote: so. the box has 2 monitors (different) connected, thru VGA and DVI-D after inserting i2c-dev and eeprom modules, i've run i2cdetect from debian's i2c-tools package. output was: i2c-0 smbus SMBus PIIX4

[Bug 35457] [rs690m] Graphics corruption with ati x1200

2012-07-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=35457 --- Comment #45 from Carl c...@finknetwork.com 2012-07-24 01:58:45 UTC --- Replying to #44: I know that RadeonHD is not compatible with the current version. Thus my suggestion it be revived as a project. If it were compatible I'd just compile it.