[Xorg-driver-geode] Fwd: Patches to xf86-video-geode for X 1.13

2012-07-21 Thread Martin-Éric Racine
-- Forwarded message -- From: Maarten Lankhorst maarten.lankho...@canonical.com Date: 2012/7/21 Subject: Patches to xf86-video-geode for X 1.13 To: Martin-Éric Racine martin-eric.rac...@iki.fi Hey, I created a bunch of patches to make this driver compile against X1.13, but I

Re: [Xorg-driver-geode] Patches to xf86-video-geode for X 1.13

2012-07-21 Thread Martin-Éric Racine
2012/7/21 Maarten Lankhorst maarten.lankho...@canonical.com: Hey, I created a bunch of patches to make this driver compile against X1.13, but I have no idea if it actually works or not. Could you review and test please? X 1.13 did away with XAA and xf86Screens[] array, so I'm following the

Re: [ANNOUNCE] xf86-video-chips 1.2.5

2012-07-21 Thread Andreas Radke
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 The release tarball is missing iopl.h file! CC modClock.o mRegs.c:5:18: fatal error: iopl.h: No such file or directory compilation terminated. dRegs.c:5:18: fatal error: iopl.h: No such file or directory compilation terminated. modClock.c:9:18:

Re: delay in wireless mouse and keyboard

2012-07-21 Thread stompdagg...@yahoo.com
anyone?   An wise Scandinavian old man once said: in the end, everything is going to be alright From: stompdagg...@yahoo.com stompdagg...@yahoo.com To: xorg@lists.x.org xorg@lists.x.org Sent: Saturday, July 14, 2012 7:59 PM Subject: delay in wireless mouse

Re: delay in wireless mouse and keyboard

2012-07-21 Thread Dan Nicholson
My guess would be that this is getting stuck in the kernel somewhere. You might want to look at dmesg. On the other hand, turning up the Xorg verbosity by running with -logverbose 10 or something might get something useful from evdev. The configuration seems to be correct, though. On Sat, Jul 21,

Re: delay in wireless mouse and keyboard

2012-07-21 Thread stompdagg...@yahoo.com
hello Dan, Thanks for the tips, dmesg reveals nothing, where can I define logverbose? in the command line which gets executed on connection?   An wise Scandinavian old man once said: in the end, everything is going to be alright From: Dan Nicholson

Re: [PATCH:libXTrap 2/2] Remove unnecessary memset return value casts to void.

2012-07-21 Thread Rémi Cardona
Le 20/07/2012 23:41, Thomas Klausner a écrit : @@ -336,7 +336,7 @@ int XETrapSetMaxPacket(XETC *tc, Bool set_flag, CARD16 size) XETCValues tcv; int status = True; -(void)memset((char *)tcv,0L,sizeof(tcv)); +memset((char *)tcv,0L,sizeof(tcv));

Re: [PATCH app/xscope] Convert Keith's personal license notice to X.Org standard MIT license notice

2012-07-21 Thread Keith Packard
Alan Coopersmith alan.coopersm...@oracle.com writes: --- Keith - can we get your permission to relicense the code bearing your copyright to the X.Org standard license form? (Not sure if the best response is Reviewed-by, Acked-by, Signed-off-by or all of the above.) Acked-by: Keith Packard

Re: [PATCH app/xscope] Convert Keith's personal license notice to X.Org standard MIT license notice

2012-07-21 Thread Alan Coopersmith
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 07/21/12 05:32 PM, Keith Packard wrote: (I'm afraid I didn't read all of the changes in detail, I'm hoping there's no 'And Keith Packard promises to bake cookies to anyone using the software' phrase here) Nope, I swear there was no mention of

Re: [PATCH app/xscope] Convert Keith's personal license notice to X.Org standard MIT license notice

2012-07-21 Thread Keith Packard
Alan Coopersmith alan.coopersm...@oracle.com writes: Nope, I swear there was no mention of you baking cookies. Pies on the other hand... mmm. it's berry season around here. time to get started baking. -- keith.pack...@intel.com pgpRIvCqyHM4f.pgp Description: PGP signature

Re: [PATCH xf86-video-r128] Add EXA support

2012-07-21 Thread Dave Airlie
On Tue, Jul 17, 2012 at 6:43 PM, Michel Dänzer mic...@daenzer.net wrote: On Mon, 2012-07-16 at 12:56 -0700, Connor Behan wrote: This introduces EXA acceleration which can improve performance and allow 2D acceleration to be used without XAA. Implemented hooks are Solid, Copy and Composite. They