Re: [Xorg-driver-geode] building xf86-video-geode on non-Linux platforms?

2012-02-28 Thread Arrigo Marchiori
Hello everybody, On Mon, Feb 06, 2012 at 03:14:19PM +0200, Martin-Éric Racine wrote: 2. tammikuuta 2012 1.04 Martin-Éric Racine martin-eric.rac...@iki.fi kirjoitti: Starting with release 2.11.13, the autoconf implementation of xf86-video-geode allows more flexibility on which platforms it

Re: Possible compiler issue with mesa from git

2012-02-28 Thread Michel Dänzer
On Mon, 2012-02-27 at 16:30 +0100, Jon Arne Jørgensen wrote: Hi, Not sure if this is the right place. It wasn't, redirecting to the mesa-dev mailing list. I've been running mesa from git for a couple of months, but I've been lazy, and haven't updated my git clone in a while. Today I did,

Elantech touchpad issue

2012-02-28 Thread Peter Zotov
Hello. I have a notebook, Samsung RC530, with Elantech touchpad: [18392.637632] psmouse serio1: elantech: assuming hardware version 3 (with firmware version 0x450f00) [18392.672694] psmouse serio1: elantech: Synaptics capabilities query result 0x08, 0x15, 0x0c. The touchpad is identified

[ANNOUNCE] font-util 1.3.0

2012-02-28 Thread Alan Coopersmith
These utilities are used when generating and building the packages for the X.Org fonts. This release includes a number of bug fixes and code cleanups of the utilities, as well as improvements to the GNU autoconf macros for X.Org font packages for cross-compiling support. Existing font packages

Re: xf86-input monitor filedescriptors

2012-02-28 Thread David Herrmann
On Tue, Feb 28, 2012 at 2:07 AM, Peter Hutterer peter.hutte...@who-t.net wrote: On Mon, Feb 27, 2012 at 12:45:43PM +0100, David Herrmann wrote: Hi Peter On Sun, Feb 26, 2012 at 11:44 PM, Peter Hutterer peter.hutte...@who-t.net wrote: On Fri, Feb 24, 2012 at 03:09:05PM +0100, David Herrmann

Re: xf86-input monitor filedescriptors

2012-02-28 Thread Chris Bagwell
On Tue, Feb 28, 2012 at 10:09 AM, David Herrmann dh.herrm...@googlemail.com I am writing an input driver for Nintendo Wii Remotes. See: http://github.com/dvdhrm/xf86-input-xwiimote The devices created for every WiiRemote include: Nintendo Wii Remote (core device) EV_KEY:

Re: [PATCH libxkbcommon 08/11] Fix all constness warnings

2012-02-28 Thread Ran Benita
On Sun, Feb 26, 2012 at 03:30:42PM +0100, walter harms wrote: Am 25.02.2012 11:13, schrieb Ran Benita: @@ -578,9 +578,13 @@ MakeMultiDefs(XkbRF_MultiDefsPtr mdefs, XkbRF_VarDefsPtr defs) static void FreeMultiDefs(XkbRF_MultiDefsPtr defs) { - if (defs-options) free(defs-options);

Re: xf86-input monitor filedescriptors

2012-02-28 Thread David Herrmann
On Tue, Feb 28, 2012 at 6:55 PM, Chris Bagwell ch...@cnpbagwell.com wrote: On Tue, Feb 28, 2012 at 10:09 AM, David Herrmann dh.herrm...@googlemail.com I am writing an input driver for Nintendo Wii Remotes. See: http://github.com/dvdhrm/xf86-input-xwiimote The devices created for every

Re: [PATCH libxkbcommon 08/11] Fix all constness warnings

2012-02-28 Thread Daniel Stone
Hi, On 28 February 2012 18:27, Ran Benita ran...@gmail.com wrote: Running the following semantic patch: @@ expression E; @@ - if (E != NULL) -     free(E); + free(E); Gives this: [...] And probably doesn't catch all of them. So maybe I can send this as a separate patch later? Yes,

Re: [PATCH libxkbcommon 08/11] Fix all constness warnings

2012-02-28 Thread Ran Benita
On Tue, Feb 28, 2012 at 07:04:31PM +, Daniel Stone wrote: Hi, On 28 February 2012 18:27, Ran Benita ran...@gmail.com wrote: Running the following semantic patch: @@ expression E; @@ - if (E != NULL) -     free(E); + free(E); Gives this: [...] And probably doesn't

Re: xf86-input monitor filedescriptors

2012-02-28 Thread Chris Bagwell
On Tue, Feb 28, 2012 at 12:58 PM, David Herrmann dh.herrm...@googlemail.com wrote: On Tue, Feb 28, 2012 at 6:55 PM, Chris Bagwell ch...@cnpbagwell.com wrote: On Tue, Feb 28, 2012 at 10:09 AM, David Herrmann dh.herrm...@googlemail.com I am writing an input driver for Nintendo Wii Remotes. See:

Re: xf86-input monitor filedescriptors

2012-02-28 Thread Peter Hutterer
On Tue, Feb 28, 2012 at 04:15:12PM -0600, Chris Bagwell wrote: On Tue, Feb 28, 2012 at 12:58 PM, David Herrmann dh.herrm...@googlemail.com wrote: On Tue, Feb 28, 2012 at 6:55 PM, Chris Bagwell ch...@cnpbagwell.com wrote: On Tue, Feb 28, 2012 at 10:09 AM, David Herrmann

Re: xf86-input monitor filedescriptors

2012-02-28 Thread Peter Hutterer
On Tue, Feb 28, 2012 at 05:09:20PM +0100, David Herrmann wrote: On Tue, Feb 28, 2012 at 2:07 AM, Peter Hutterer peter.hutte...@who-t.net wrote: On Mon, Feb 27, 2012 at 12:45:43PM +0100, David Herrmann wrote: Hi Peter On Sun, Feb 26, 2012 at 11:44 PM, Peter Hutterer

Re: [Nouveau] [Patches][nouveau/ddx]: Improvements to bufferswap implementation and timestamping

2012-02-28 Thread Ben Skeggs
On Thu, 2012-02-16 at 00:45 +0100, Mario Kleiner wrote: Hi, Hey Mario, What's your plan with this patchset? Do you intend on taking Michel's comments into account? CC'ing Francisco as he had some comments on IRC. I'd like to get this all sorted and merged so I can rebase the

[ANNOUNCE] font-util 1.3.0

2012-02-28 Thread Alan Coopersmith
These utilities are used when generating and building the packages for the X.Org fonts. This release includes a number of bug fixes and code cleanups of the utilities, as well as improvements to the GNU autoconf macros for X.Org font packages for cross-compiling support. Existing font packages

[ANNOUNCE] xfs 1.1.2

2012-02-28 Thread Alan Coopersmith
xfs is the X Font Server, allowing remote X servers such as X Terminals to access fonts for rendering via X11 core protocol requests. This minor maintenance release contains a number of fixes for issues found by static analysis and compiler warnings, code doc cleanups, and build configuration

[Bug 46725] Monitor disconnected and refuses to work anymore

2012-02-28 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=46725 --- Comment #1 from Tomi Pieviläinen tomi.pievilainen+freedesk...@iki.fi 2012-02-28 05:46:34 PST --- Just wanted to clarify, that rebooting X was enough, didn't have to reboot the whole machine. -- Configure bugmail:

[Bug 46725] Monitor disconnected and refuses to work anymore

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

[Bug 46725] Monitor disconnected and refuses to work anymore

2012-02-28 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=46725 Alex Deucher ag...@yahoo.com changed: What|Removed |Added AssignedTo|xorg-driver-ati@lists.x.org

[Bug 37679] [RS690M] No 3d acceleration in Radeon X1200 with the new Gallium r300 / 3d drivers

2012-02-28 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=37679 --- Comment #98 from Aaron tda7...@xtra.co.nz 2012-02-28 19:22:17 PST --- I have this problem with my Radeon 9600XT I had this problem on an install of Ubuntu Natty and so far the only thing I can confirm with repeatability is that 3D works when