Re: Current tinderbox regression (xserver, randr)

2011-02-22 Thread Joel Feiner
On Tue, Feb 22, 2011 at 10:36 PM, Chris Ball wrote: > Hi Keith, > > On Fri, Feb 18, 2011 at 09:21:06AM +0100, Cyril Brulebois wrote: > > Chris Ball (17/02/2011): > > > http://tinderbox.x.org/builds/2011-02-17-0007/logs/xserver/#build > > > > > > rrcrtc.c: In function 'RRConvertCrtcConfig': > > >

Build error in new xf86-video-ati (from Git)

2010-09-29 Thread Joel Feiner
drmmode_display.c: In function 'drmmode_xf86crtc_resize': drmmode_display.c:1148: error: 'struct _ScrnInfoRec' has no member named 'pixmapPrivate' As per usual, I rebuild the entire tree using jhbuild. The dependencies were all updated, to my knowledge. Tried doing a clean build for xf86-video-a

Re: X windows dump format

2010-05-18 Thread Joel Feiner
On Tue, May 18, 2010 at 11:30 PM, Randy Turner wrote: > > Hi All, > > I am developing an application that processes the output of the X Windows > Dump (xwd) application. I'm assembling use-case scenarios for testing this > app and was wondering about how xwd actually works. > > When I use xwd to

Re: X-JHBuild: A thin JHBuild wrapper with plug-ins.

2010-05-06 Thread Joel Feiner
On Thu, May 6, 2010 at 6:36 AM, Dirk Wallenstein wrote: > Layout > -- > The attached archive contains the following tree structure that has to > be unpacked and placed in you home directory. > ~/.x-jhbuild > |-- bin > | `-- x-jhbuild > |-- config > | |-- default.xjh

Re: Live builds (was: Merged proto package)

2010-04-18 Thread Joel Feiner
On Sun, Apr 18, 2010 at 7:45 AM, Mark Kettenis wrote: > > From: Keith Packard > > Date: Sat, 17 Apr 2010 21:17:28 -0700 > > > > On Fri, 16 Apr 2010 21:57:47 +0200, wrote: > > > > > I don't see why other distributions can't provide something similar. > > > Even without true live bulids, IMHO this

Re: [OT: newbie questions] Re: EXA patches

2009-08-03 Thread Joel Feiner
On Tue, Aug 4, 2009 at 10:02 AM, Joel Feiner wrote: > > > On Tue, Aug 4, 2009 at 9:54 AM, Dave Airlie wrote: > >> On Tue, 2009-08-04 at 09:49 +0800, Joel Feiner wrote: >> > 2009/8/4 Michel Dänzer >> > >> > >> > I

[OT: newbie questions] Re: EXA patches

2009-08-03 Thread Joel Feiner
On Tue, Aug 4, 2009 at 9:54 AM, Dave Airlie wrote: > On Tue, 2009-08-04 at 09:49 +0800, Joel Feiner wrote: > > 2009/8/4 Michel Dänzer > > > > > > I wonder if maybe the slowdown I'm seeing is because the > > radeon driver > >

Re: EXA patches

2009-08-03 Thread Joel Feiner
2009/8/4 Michel Dänzer > > > I wonder if maybe the slowdown I'm seeing is because the radeon driver > is temporarily lacking UploadToScreen and DownloadFromScreen hooks with > KMS, though I'm not sure what those would be used for with text > rendering. > Off-topic, but if I may enquire out of i

Re: 79138eec1b49cbaca6a16f2bdd8579b5828aeb28 causing black screen

2009-05-24 Thread Joel Feiner
I'm having the same problem. Once a compositing manager starts, though, everything shows up fine. Turning off the compositing manager doesn't cause anything to disappear. It's only on startup that it's a problem. Matthieu Herrb wrote: > Hi, > > On my test machine (an amd64 laptop with a ATI

Re: EXA: Handle separate alpha maps in Composite fallback.

2009-02-27 Thread Joel Feiner
Since this change, I haven't been able to run the X server. It complains of a major version mismatch between libexa.so (which supposedly has a major version of 2) and the server which expects a major version of 3. I have done the whole make distclean && autogen.sh rigamarole and to no avail.