Re: patches: VPATH build of viewres, xedit, xfd, xgc, and xgc fails

2008-11-08 Thread Dan Nicholson
On Sat, Nov 8, 2008 at 5:54 AM, Peter Breitenlohner [EMAIL PROTECTED] wrote: On Fri, 7 Nov 2008, Dan Nicholson wrote: On Fri, Nov 7, 2008 at 12:49 AM, Peter Breitenlohner [EMAIL PROTECTED] wrote: Attached are five tiny patches. Could one of you you please apply them. In order to guard

Re: [PATCH] Removal of a needless null statement

2008-11-08 Thread James Cloos
Fernando == Fernando Carrijo [EMAIL PROTECTED] writes: Fernando This patch removes an unnecessary null statement from xserver master. Thanks for the report. I found several others and did a general s/;;$/;/. Pushed in commit b3c7e62664457a3802ebc23785446051624a8c2f. -JimC -- James Cloos

Re: [PATCH 0/3] enable HDMI audio output for HDMI monitors V2

2008-11-08 Thread Magnus Hörlin
Wu Fengguang wrote: Hello, We can now enjoy music on HDMI monitors that are attached to Intel G35/G45 chipsets with the following X.org intel driver patches [PATCH 1/3] introduce i830_hdmi_priv.has_hdmi_sink [PATCH 2/3] enable Intel G45 integrated HDMI audio output [PATCH 3/3]

Re: Synaptics: y movements moves 2 pixels each step, why? [Patch]

2008-11-08 Thread Mildred Ki'Lya
Did I included my patch (MIT licenced) ? Mildred -- Mildred Ki'Lya ╭─ mildred593@online.fr ── │ Jabber, GoogleTalk: [EMAIL PROTECTED] │ Site: http://ki.lya.online.fr GPG ID: 9A7D 2E2B │ Fingerprint: 197C A7E6 645B 4299 6D37 684B 6F9D A8D6 9A7D 2E2B diff --git

Re: Synaptics: y movements moves 2 pixels each step, why?

2008-11-08 Thread Mildred Ki'Lya
Le Sat 08/11/2008 à 18:37 Mildred Ki'Lya à écrit: So ... The problem seems to be down further in the Xorg internals. Can someone help me there? Sorry, i already solved the problem. I just had the idea to look into the initialisation code and I found (around line 777 in synaptics.c): /*

Segfault in r300_dri.so

2008-11-08 Thread Florian Echtler
Hi everyone, I've just switched to a recent Xorg build (git checkout from last Friday). I'm using the radeon driver, and DRI seems to work (1900 FPS with glxgears, about double the rate than with software rendering). However, when I tried to run a larger GL-based application, I got this

Re: Memory usage problems with X.org on ProSavage DDR

2008-11-08 Thread John Tapsell
Hi, Could you run sudo pmap -d pidofxorg and paste the result please? Thanks! John 2008/11/8 [EMAIL PROTECTED] [EMAIL PROTECTED]: I am using X.org on a s3 Prosavage video adapter, using video driver savage. I have been having significant problems with the vast amounts of memory that

Synaptics patch: orientation

2008-11-08 Thread Mildred Ki'Lya
Hi, I just finished my orientation patch for synaptics. It's not heavily tested for the moment. If anyone could test ... I added 4 options to the driver, quoting from the man page: Option Orientation integer This option can be used to change the orientation of the track‐

Re: [PATCH] Removal of a needless null statement

2008-11-08 Thread James Cloos
Fernando == Fernando Carrijo [EMAIL PROTECTED] writes: Fernando ... and there are still others. XCB and libX11, to list a few! Yes, we have to look in the other repos as well. Git grep makes is relatively easy, but only works one repo at a time. I'll get the ones in app and lib, but I lack

Re: [PATCH] Removal of a needless null statement

2008-11-08 Thread Paulo César Pereira de Andrade
Fernando == Fernando Carrijo [EMAIL PROTECTED] writes: Fernando ... and there are still others. XCB and libX11, to list a few! Yes, we have to look in the other repos as well. Git grep makes is relatively easy, but only works one repo at a time. I'll get the ones in app and lib, but I

Re: [PATCH] Removal of a needless null statement

2008-11-08 Thread James Cloos
Paulo == Paulo César Pereira de Andrade [EMAIL PROTECTED] writes: Paulo I remember there were also a few cases of code like: Paulo #define macro(object) (object)-field; Paulo that would generate warnings of mixed code and declarations Indeed. There was one instance of which I was initially