Re: Radeon X700 Mobility: [mi] EQ overflowing ... server lockup

2008-09-21 Thread Daniel
On Sat, 2008-09-20 at 15:26 +1000, Daniel wrote: Hi all. I've been on the 'bleeding edge' ( git ) of mesa, xserver, xf86-video-ati friends for the past year or so ( on Gentoo ). I've got a Turion ( AMD64 ) processor ( running in 64-bit mode ), and a Radeon X700 Mobility. previous stuff

Xdmx on ubuntu intrepid ibex seg faults

2008-09-21 Thread Amit Deshwar
Hello I'm trying to run xdmx on my computer. As a first step I'm trying to get xdmx to run on a single computer. I do the following: 1. Stop all running x sessions. 2. Open a naked x session by running X :0 -ac 3. Run xdmx with xdmx :1 -display 127.0.0.1:0 -noglxproxy -norender Then I get a

Re: events in evdev.c

2008-09-21 Thread Sascha Hlusiak
Your argument would make sense if X didn't go to painful lengths to maintain an abstract input driver API/ABI that allowed for arbitrary drivers. confused. I was saying that the evdev wasn't as good an example of how to write a driver than the joystick was. The joystick driver itself

Re: Optimization idea: soft XvPutImage

2008-09-21 Thread Adam Richter
On Fri, 9/19/08, Soeren Sandmann [EMAIL PROTECTED] wrote: Adam Richter [EMAIL PROTECTED] writes: I want to suggest a way we could eliminate a substantial amount of data copying [...] [...] Pixman, the software implementation of XRender already has support for YUV formats, so all

Radeon Mobility X1600 texture garbage w/ compiz skydome

2008-09-21 Thread Soeren Sonnenburg
Hi, I am on debian-experimental (xorg 1.5, mesa 7.1, xserver-xorg-video-ati 6.9.0+git20080826.a3cc1d7a-2 ) and running compiz 0.7.6. While things work mostly OK, the skydome displays random garbage and the bottom and top texture of the cube/cylinder displays more or less the texture distorted

Re: Optimization idea: soft XvPutImage

2008-09-21 Thread Maarten Maathuis
On Sun, Sep 21, 2008 at 11:10 AM, Adam Richter [EMAIL PROTECTED] wrote: On Fri, 9/19/08, Soeren Sandmann [EMAIL PROTECTED] wrote: Adam Richter [EMAIL PROTECTED] writes: I want to suggest a way we could eliminate a substantial amount of data copying [...] [...] Pixman, the software

Re: Optimization idea: soft XvPutImage

2008-09-21 Thread Daniel Stone
On Sun, Sep 21, 2008 at 02:10:07AM -0700, Adam Richter wrote: Thank you for pointing out that pixman has some limited YUV reading support already. The biggest problem that I see with using the X Render is that it lacks stretch and shrink, at least if I understand correctly from looking at

Re: Optimization idea: soft XvPutImage

2008-09-21 Thread Soeren Sandmann
Adam Richter [EMAIL PROTECTED] writes: Even if you do not want to do stretch, I believe that the X Render extension would require first copying the YUV data to a drawable and then doing a drawable-drawable block transfer operation to do the YUV transformation. In comparison, XvPutImage is a

Re: Radeon Mobility X1600 texture garbage w/ compiz skydome

2008-09-21 Thread Michel Dänzer
On Sun, 2008-09-21 at 13:35 +0200, Soeren Sonnenburg wrote: ( this is a resend to xorg-driver-ati. this message got posted to xorg as I was not aware this list exists as it is not listed on http://lists.freedesktop.org/mailman/listinfo/ ) lists.x.org != lists.freedesktop.org :) I am on

Re: Radeon Mobility X1600 texture garbage w/ compiz skydome

2008-09-21 Thread Corbin Simpson
Michel Dänzer wrote: On Sun, 2008-09-21 at 13:35 +0200, Soeren Sonnenburg wrote: ( this is a resend to xorg-driver-ati. this message got posted to xorg as I was not aware this list exists as it is not listed on http://lists.freedesktop.org/mailman/listinfo/ ) lists.x.org !=

Re: Radeon X700 Mobility: [mi] EQ overflowing ... server lockup

2008-09-21 Thread Alex Deucher
On Sun, Sep 21, 2008 at 2:15 AM, Daniel [EMAIL PROTECTED] wrote: On Sat, 2008-09-20 at 15:26 +1000, Daniel wrote: Hi all. I've been on the 'bleeding edge' ( git ) of mesa, xserver, xf86-video-ati friends for the past year or so ( on Gentoo ). I've got a Turion ( AMD64 ) processor ( running

Re: Radeon Mobility X1600 texture garbage w/ compiz skydome

2008-09-21 Thread Michel Dänzer
On Sun, 2008-09-21 at 18:45 +0200, Soeren Sonnenburg wrote: On the hunt for further problems, I've discovered that pdfcube ( http://code.100allora.it/pdfcube/ ) is somehow not in the very front and flickering like hell... Sounds like https://bugs.freedesktop.org/show_bug.cgi?id=8732 . --

[xorg-server-1.5.0 / xkb] german nodeadkeys layout faulty?

2008-09-21 Thread Tobias Jakobi
Hi there, I'm currently looking into this specific wine bug: http://bugs.winehq.org/show_bug.cgi?id=11122 The problem there is that wine detects a wrong keyboard layout which leads to a sort of key-offset problem. However to me it looks like the tables in wine's keyboard.c are correct. I

[PATCH] xkb: fix core keyboard map generation. #14373

2008-09-21 Thread Peter Hutterer
According to Section 12.4 of the XKB Protocol Spec, if a key only has a single group but the keyboard has multiple groups defined, the core description of the key is a duplication of the single group across all symbols. i.e. G1L1 G1L2 G1L1 G1L2 G1L3 G1L4 G1L3 G1L4 The previous code generated G1L1

Re: Raw mouse input is distorted

2008-09-21 Thread Simon Thum
Søren Hauberg wrote: I do have a follow-up question (you can't get rid of me that easy :-) ). I have modified the 'usbtouchscreen' kernel module such that it can use calibration parameters. With this in place, my touchscreen works in X with the 'evdev' driver, i.e. out of the box. Do you guys