[PATCH xorg-gtest 1/3] Added --xorg-logfile option.

2012-01-30 Thread Daniel d'Andrada
And by default point to a location that doesn't require root privileges to be used. This is an enabler to make it possible to run Xorg without being root. Signed-off-by: Daniel d'Andrada daniel.dandr...@canonical.com diff --git a/include/xorg/gtest/environment.h

[PATCH xorg-gtest 2/3] Install configuration file in /etc/X11 instead of /ush/share/xorg/gtest

2012-01-30 Thread Daniel d'Andrada
This is another enabler for making it possible to run Xorg without root privileges. The -config parameter in Xorg doesn't accept files in paths outside Xorg's standard search path for config files when run as non-root. See -config in man Xorg for more info. You have to run configure with

[PATCH xorg-gtest 3/3] Add some info to README on how to run Xorg as non-root

2012-01-30 Thread Daniel d'Andrada
Signed-off-by: Daniel d'Andrada daniel.dandr...@canonical.com diff --git a/README b/README index 6b79f05..58e630f 100644 --- a/README +++ b/README @@ -10,3 +10,8 @@ environment. Moreover, a custom main()-function that takes care of setting up the environment is provided in

Re: [PATCH xorg-gtest 1/3] Added --xorg-logfile option.

2012-01-30 Thread walter harms
Am 30.01.2012 18:32, schrieb Daniel d'Andrada: And by default point to a location that doesn't require root privileges to be used. This is an enabler to make it possible to run Xorg without being root. Signed-off-by: Daniel d'Andrada daniel.dandr...@canonical.com diff --git

Re: [PATCH xorg-gtest 1/3] Added --xorg-logfile option.

2012-01-30 Thread Daniel d'Andrada
On 01/30/2012 03:43 PM, walter harms wrote: Am 30.01.2012 18:32, schrieb Daniel d'Andrada: And by default point to a location that doesn't require root privileges to be used. This is an enabler to make it possible to run Xorg without being root. Signed-off-by: Daniel

Re: [PATCH xorg-gtest 2/3] Install configuration file in /etc/X11 instead of /ush/share/xorg/gtest

2012-01-30 Thread Jamey Sharp
This should be fixed by commit ead968a4300c0adeff89b9886e888b6d284c75cc, already on master--right? Jamey On Mon, Jan 30, 2012 at 03:32:19PM -0200, Daniel d'Andrada wrote: This is another enabler for making it possible to run Xorg without root privileges. The -config parameter in Xorg

Re: [PATCH libXi 2/3] Drop grab_window from XIAllowTouch()

2012-01-30 Thread Chase Douglas
On 01/27/2012 06:50 AM, Peter Hutterer wrote: grab_window was removed from the protocol, drop it from the public facing API. This argument was sent to the server but always ignored, clients can be fixed easily without seeing changed behaviour. Signed-off-by: Peter Hutterer

Re: [PATCH inputproto 1/3] specs: move touch mode explanations to where it belongs

2012-01-30 Thread Chase Douglas
On 01/26/2012 07:28 AM, Peter Hutterer wrote: Rather than have two different explanations to the touch modes, remove it from the Changes in version 2.2 section and merge the content into the text. Signed-off-by: Peter Hutterer peter.hutte...@who-t.net --- specs/XI2proto.txt | 21

Re: [PATCH inputproto 2/3] specs: remove superfluous Changes introduced by ...

2012-01-30 Thread Chase Douglas
On 01/26/2012 07:28 AM, Peter Hutterer wrote: The line right above says the same thing. Signed-off-by: Peter Hutterer peter.hutte...@who-t.net Reviewed-by: Chase Douglas chase.doug...@canonical.com ___ xorg-devel@lists.x.org: X.Org development

Re: [PATCH inputproto 3/3] specs: move touch support details to Touch device support section

2012-01-30 Thread Chase Douglas
On 01/26/2012 07:28 AM, Peter Hutterer wrote: Keep the changelog small. Signed-off-by: Peter Hutterer peter.hutte...@who-t.net Fine by me. Reviewed-by: Chase Douglas chase.doug...@canonical.com ___ xorg-devel@lists.x.org: X.Org development

Re: [PATCH xorg-gtest 1/3] Added --xorg-logfile option.

2012-01-30 Thread Chase Douglas
On 01/30/2012 06:32 PM, Daniel d'Andrada wrote: And by default point to a location that doesn't require root privileges to be used. This is an enabler to make it possible to run Xorg without being root. Signed-off-by: Daniel d'Andrada daniel.dandr...@canonical.com diff --git