Nothing big, just two bugfixes and the fixes to make the test runs faster.
The following changes since commit e1e37ef7eb72fb4dfd8cefa1933e406231558d9d:
XQuartz GL: Add $(GL_CFLAGS) to CFLAGS (2010-12-14 17:55:19 -0800)
are available in the git repository at:
git://people.freedesktop.org/~who
This commit adds support for input ABI 12, consisting of a number of
changes:
- requires an X server with an ABI of 12
- valuators have a per-mode setting
- new PreInit prototype.
Because of the new PreInit prototype, the hotplug system has been switched
around too (should have probably been done
Doesn't matter which one we take, but ABI 12 dropped the IDevRec.
Signed-off-by: Peter Hutterer
---
src/jstk.c | 38 +++---
1 files changed, 19 insertions(+), 19 deletions(-)
diff --git a/src/jstk.c b/src/jstk.c
index 1803c67..03d8b87 100644
--- a/src/jstk.c
++
All options used by the driver will show up in the log anyway.
And new xserver versions will call this for debugging purposes for us.
Signed-off-by: Peter Hutterer
---
src/jstk.c |1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/src/jstk.c b/src/jstk.c
index 052675d..1803c
Signed-off-by: Peter Hutterer
---
src/jstk.c |2 +-
src/jstk_axis.c |6 --
src/jstk_key.c |3 ++-
3 files changed, 7 insertions(+), 4 deletions(-)
diff --git a/src/jstk.c b/src/jstk.c
index 76526b5..052675d 100644
--- a/src/jstk.c
+++ b/src/jstk.c
@@ -293,7 +293,7 @@ jstkDe
All three aren't called by the server.
Signed-off-by: Peter Hutterer
---
src/jstk.c | 36
1 files changed, 0 insertions(+), 36 deletions(-)
diff --git a/src/jstk.c b/src/jstk.c
index 0dbbe63..76526b5 100644
--- a/src/jstk.c
+++ b/src/jstk.c
@@ -62,40 +62,6
This has been handled in the server for quite a while now, just initialize
with the defaults and ignore it otherwise.
Signed-off-by: Peter Hutterer
---
src/jstk.c |3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diff --git a/src/jstk.c b/src/jstk.c
index 0be2544..0dbbe63 100644
---
Signed-off-by: Peter Hutterer
---
configure.ac |2 +-
src/jstk.c| 25 +
src/jstk.h| 11 --
src/jstk_key.c| 317 +
src/jstk_properties.c |6 -
5 files changed, 6 insertions(+), 355 deletions(-
Flag was write-only for a number of server generations already.
Signed-off-by: Peter Hutterer
---
src/jstk.c |3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diff --git a/src/jstk.c b/src/jstk.c
index 747210a..660d328 100644
--- a/src/jstk.c
+++ b/src/jstk.c
@@ -527,8 +527,7 @@ jstk
Both typedefs describe the same struct, LocalDevicePtr has been removed with
input ABI 12.
Signed-off-by: Peter Hutterer
---
src/jstk.c | 120 +++---
src/jstk.h |2 +-
src/jstk_axis.c |8 ++--
src/jstk_axis.h |8 ++--
src/jst
the usual set of cleanups that other drivers have seen, I just missed out on
joystick. Thanks to Trevor for reminding me.
The last commit has the actual meat, it supports ABI 12 and revamps the
hotplug system (the old one couldn't have worked with ABI 12). Also note
that like the other drivers, t
On Tue, Dec 14, 2010 at 4:35 PM, Gaetan Nadon wrote:
> On Tue, 2010-12-14 at 15:08 -0800, Dan Nicholson wrote:
>
> On Tue, Dec 14, 2010 at 7:38 AM, Gaetan Nadon wrote:
>> If invoked from $PREFIX you currently you get:
>> Usage: util/modular/build.sh [options] prefix
>>
>> Where you should always
Adam Jackson wrote:
[...]
> +/**
> + * Unregister a device in the threaded input facility
> + *
> + * @param fd File descriptor which identifies the input device
> + *
> + * @return 1 if success; 0 otherwise.
> + */
> +int
> +InputThreadUnregisterDev(int fd)
> +{
> +InputThreadDevice *prev,
Signed-off-by: Alan Coopersmith
---
specs/Xserver/analysis.xml |4 ++--
specs/Xserver/secint.xml |4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/specs/Xserver/analysis.xml b/specs/Xserver/analysis.xml
index da6a48c..54a63b8 100644
--- a/specs/Xserver/analysis.xml
I hate these symbols too.
Reviewed-by: Jesse Adkins
___
xorg-devel@lists.x.org: X.Org development
Archives: http://lists.x.org/archives/xorg-devel
Info: http://lists.x.org/mailman/listinfo/xorg-devel
On Tue, Dec 14, 2010 at 5:22 PM, Alan Coopersmith
wrote:
> Gaetan Nadon wrote:
>> On Tue, 2010-12-14 at 12:23 -0700, Matt Dew wrote:
>>> Thanks Paulo.
>>>
>>> Reviewed-by: Matt Dew mailto:m...@osource.org>>
>>>
>>> Matt
>>>
>> Sounds good to me.
>>
>> It looks like my distro package them all toge
Gaetan Nadon wrote:
> Trevor had to remove getopt() and local variables. Would we face similar
> issues
> with this operator?
The --long option support in getopt(1) that he was using is not a POSIX
standard feature, but a extension found in the GNU version of the command.
(Personally, I only real
On Tue, 2010-12-14 at 15:08 -0800, Dan Nicholson wrote:
> On Tue, Dec 14, 2010 at 7:38 AM, Gaetan Nadon wrote:
> > If invoked from $PREFIX you currently you get:
> > Usage: util/modular/build.sh [options] prefix
> >
> > Where you should always get:
> > Usage: build.sh [options] prefix
> >
> > The
Pushed - thanks.
-alan-
Matt Dew wrote:
> Thanks Paulo.
>
> Reviewed-by: Matt Dew
>
> Matt
>
>
> On Tue, Dec 14, 2010 at 11:23 AM, Paulo Zanoni wrote:
>> This way we don't need to require 4.1.2 and 4.5
>> The geproto xml was inconsistent, by the way.
>>
>> Signed-off-by: Paulo Zano
Gaetan Nadon wrote:
> On Tue, 2010-12-14 at 12:23 -0700, Matt Dew wrote:
>> Thanks Paulo.
>>
>> Reviewed-by: Matt Dew mailto:m...@osource.org>>
>>
>> Matt
>>
> Sounds good to me.
>
> It looks like my distro package them all together.
>
> docbook-xml: /usr/share/xml/docbook/schema/dtd/4.0/doc
On Tue, 2010-12-14 at 12:23 -0700, Matt Dew wrote:
> Thanks Paulo.
>
> Reviewed-by: Matt Dew
>
> Matt
>
Sounds good to me.
It looks like my distro package them all together.
docbook-xml: /usr/share/xml/docbook/schema/dtd/4.0/docbookx.dtd
docbook-xml: /usr/share/xml/docbook
I've updated the X.org calendar for the xorg-server-1.9.4 release schedule.
The 6 week schedule (3/2/1) has been working fairly well, so I'm keeping with
the pattern (but 4/2/1 in this case due to the holiday):
2011.01.07 - 1.9.4rc1
2011.01.21 - 1.9.4rc2 (freeze for regressions only)
2011
On Tue, Dec 14, 2010 at 7:38 AM, Gaetan Nadon wrote:
> If invoked from $PREFIX you currently you get:
> Usage: util/modular/build.sh [options] prefix
>
> Where you should always get:
> Usage: build.sh [options] prefix
>
> The path name is not part of the usage. The GNU compiler and
> associated to
On Tue, 14 Dec 2010 10:40:40 +1000, Peter Hutterer
wrote:
> Peter Hutterer (5):
> dix: clear up an overly convoluted if statement.
> xfree86: don't set movement flags for non-valuator events.
> dix: allow for button-only input devices (#21457)
> xfree86: swap the order to
On Wed, 8 Dec 2010 13:43:57 -0800, Jeremy Huddleston wrote:
> The following changes since commit 2c70b650b342378898064cf27e2f95c4b2e53d24:
>
> Fix Xwin build after af0f9f91 (2010-12-08 11:48:21 -0800)
>
> are available in the git repository at:
> git://people.freedesktop.org/~jeremyhu/xserve
On Tue, 07 Dec 2010 16:31:55 -0500, Gaetan Nadon wrote:
> Use the util-macros AM Conditionals to control generation of developers
> documents. This is used throughout xorg modules.
Merged. 03ea0b7726487b96df73936518da73d023e51334
--
keith.pack...@intel.com
pgpR1Lk0P0NPV.pgp
Description: PGP s
On Tue, 07 Dec 2010 16:31:54 -0500, Gaetan Nadon wrote:
> The makefile can be simplyfied as Automake handle this automatically.
> All directories in SUBDIRS are visited for dist purposes.
Merged. c78c71c3a872665e426a0a4b82f17007bd8c12cd
--
keith.pack...@intel.com
pgpYy2cpWkdLu.pgp
Description
On Tue, 7 Dec 2010 19:13:41 +0100, Cyril Brulebois wrote:
> Cyril Brulebois (9):
> Fix missing include.
> Replace LookupIDByType() with dixLookupResourceByType(), take 1.
> Replace LookupIDByType() with dixLookupResourceByType(), take 2.
> Enable silent rules for cat and
On Mon, 2010-12-13 at 21:19 +0100, Mark Kettenis wrote:
> First, the autoconf bits suggest that the input thread is optional.
> But I can't see any evidence of that in the code changes. I really
> *don't* want a threaded X server on OpenBSD, but with this diff the X
> server has to be linked agai
On 12/14/2010 10:01 PM, Alan Coopersmith wrote:
> Unfortunately, this was a surprise to me, since I was expecting it to
> behave as const char * does when passed char * pointers, as apparently
> did everyone on xorg-devel when the patch went by.
Another myth debunked: "applying const gets you bene
On Tue, 2010-12-14 at 08:08 +0100, Lars Segerlund wrote:
> Hi All,
>
> I am trying to add support for xdbe in xcb, which in itself looks
> simple, but someone said that xdbe is deprecated ?
The major toolkits don't bother to use it, so presumably they think
explicitly managing the backing pixma
Simon Thum wrote:
> On 12/14/2010 02:22 AM, Alan Coopersmith wrote:
>> Callers who had successfully built without issues with the existing
>> libX11 headers were suddenly either given warnings or errors (-Werror)
>> with the new headers.
> I've stumbled into this and I'd really appreciate if someon
On Mon, 2010-12-13 at 16:33 -0200, Paulo Zanoni wrote:
> Signed-off-by: Paulo Zanoni
Reviewed-by: Adam Jackson
- ajax
signature.asc
Description: This is a digitally signed message part
___
xorg-devel@lists.x.org: X.Org development
Archives: http://l
On Mon, 2010-12-13 at 19:15 +0200, ville.syrj...@nokia.com wrote:
> From: Ville Syrjälä
>
> When window redirection is changed, UnmapWindow() is called internally,
> which leads to windows temporarily getting unrealized. When a window is
> unrealized, ClipNotify() is called with an empty clip. In
On Mon, 2010-12-13 at 10:48 -0200, Paulo Zanoni wrote:
> According to xserver commit 71a83d68ab07536c0778d13cd7da974c40e77457
> they do nothing since 2006.
>
> Signed-off-by: Paulo Zanoni
Kill 'em all.
Reviewed-by: Adam Jackson
- ajax
signature.asc
Description: This is a digitally signed me
On 12/14/2010 02:22 AM, Alan Coopersmith wrote:
> Callers who had successfully built without issues with the existing
> libX11 headers were suddenly either given warnings or errors (-Werror)
> with the new headers.
I've stumbled into this and I'd really appreciate if someone could clarify.
AFAIK "
On Mon, 2010-12-06 at 14:22 -0300, Cristian Rodríguez wrote:
> Signed-off-by: Cristian Rodríguez
Verified against the public header. Applied, thanks.
- ajax
signature.asc
Description: This is a digitally signed message part
___
xorg-devel@lists.x.or
On Mon, 2010-12-06 at 12:27 -0300, Cristian Rodríguez wrote:
> Signed-off-by: Cristian Rodríguez
Seems like a no-op to me, the only (non-linker-magic) symbols in libXss
all start with XScreenSaver already.
- ajax
signature.asc
Description: This is a digitally signed message part
__
On Mon, 2010-12-06 at 12:21 -0300, Cristian Rodríguez wrote:
> Signed-off-by: Cristian Rodríguez
Checked against the public header and the effective ABI of everything in
Fedora linked against libFS, looks fine. Applied, thanks.
- ajax
signature.asc
Description: This is a digitally signed mess
On Mon, 2010-12-06 at 11:23 +1100, Christopher James Halse Rogers wrote:
> I've been cleaning up the Ubuntu X packages, and I've run across some patches
> that have been reviewed some time ago but aren't yet in master.
>
> Resending them, since I've clearly dropped them on the floor at one point.
On Thu, 2010-12-02 at 17:11 -0500, Matt Turner wrote:
> Signed-off-by: Matt Turner
> ---
> Why are we doing VBEInit if we're not subsequently calling vbeDoEDID?
For video cards that aren't the BIOS primary, VBEInit() has the side
effect of running the POST routines to initialize the card.
Patch
On Fri, 2010-12-03 at 20:11 -0500, Matt Turner wrote:
> From: Takano Akio
>
> https://bugs.freedesktop.org/show_bug.cgi?id=7832
I like this algorithm a lot more, but I'm not completely convinced of
its correctness. In particular, I think you can get it to match a -
with a *, which I don't think
Thanks Paulo.
Reviewed-by: Matt Dew
Matt
On Tue, Dec 14, 2010 at 11:23 AM, Paulo Zanoni wrote:
> This way we don't need to require 4.1.2 and 4.5
> The geproto xml was inconsistent, by the way.
>
> Signed-off-by: Paulo Zanoni
> ---
>
> Whenever I compile xextproto, I need to have the 3 docbo
On Fri, 2010-12-03 at 19:26 -0500, Matt Turner wrote:
> From: Ondrej Zary
>
> https://bugs.freedesktop.org/show_bug.cgi?id=28249
>
Reviewed-by: Adam Jackson
- ajax
signature.asc
Description: This is a digitally signed message part
___
xorg-devel@l
On Fri, 2010-12-03 at 17:11 -0500, Matt Turner wrote:
> From: Kusanagi Kouichi
>
> Fixes bugs:
> http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=278984
> https://bugs.freedesktop.org/show_bug.cgi?id=9160
> ---
> The patch looks like it only makes the whitespace mess worse, so if this
walter harms wrote:
>
> Am 14.12.2010 01:40, schrieb Alan Coopersmith:
>> Like asprintf() but using XtMalloc() to tie into the Xt memory allocation
>> and error handling subsystems.
>
> should that have a "#ifndef HAVE_ASPRINTF" ? when the system has asprintf why
> no use it ?
Because the syste
On Fri, 2010-12-03 at 07:20 +0100, Thierry Vignaud wrote:
> On 16 November 2010 00:59, Thierry Vignaud wrote:
> > Actually the latest bit got added after (maybe by pcpa?)
> >
> > Here you are anyway: the fixed patch from one of best gurus of old
> > Mandriva (pixel)
>
> Will it get merged?
In li
walter harms wrote:
>
> Am 14.12.2010 01:40, schrieb Alan Coopersmith:
>> Signed-off-by: Alan Coopersmith
>> ---
>> src/Selection.c |3 ++-
>> src/Shell.c |5 +++--
>> 2 files changed, 5 insertions(+), 3 deletions(-)
>>
>> diff --git a/src/Selection.c b/src/Selection.c
>> index 1759c
This way we don't need to require 4.1.2 and 4.5
The geproto xml was inconsistent, by the way.
Signed-off-by: Paulo Zanoni
---
Whenever I compile xextproto, I need to have the 3 docbookx.dtd files in
my file system. If no one objects, I'll provide more patches converting
other protos/libs to 4.3
Twas brillig at 12:52:54 13.12.2010 UTC-05 when a...@redhat.com did gyre and
gimble:
AJ> Instead of actually processing input in the handler, raise just enough
AJ> of a dispatch exception to bomb out of request processing and handle input
AJ> instead. This gets us back to exactly two input p
On Wed, 2010-12-01 at 18:42 -0800, Bryce Harrington wrote:
> Bit 7 of the pci device header type is an indicator of multi-function
> devices, so needs to be masked when examining the bridge type.
> Thanks go to Chih-Pin Wu for finding the bug and its fix.
Applied, thanks.
- ajax
signature.asc
D
Am 14.12.2010 01:40, schrieb Alan Coopersmith:
> Like asprintf() but using XtMalloc() to tie into the Xt memory allocation
> and error handling subsystems.
>
> Signed-off-by: Alan Coopersmith
> ---
> COPYING |2 +-
> include/X11/Intrinsic.h |9 +
> src/Alloc.c
Am 14.12.2010 01:40, schrieb Alan Coopersmith:
> Signed-off-by: Alan Coopersmith
> ---
> src/Selection.c |3 ++-
> src/Shell.c |5 +++--
> 2 files changed, 5 insertions(+), 3 deletions(-)
>
> diff --git a/src/Selection.c b/src/Selection.c
> index 1759c02..a138c8b 100644
> --- a/src
On Tue, Dec 14, 2010 at 2:59 PM, Jeremy C. Reed wrote:
> Where is the documentation for the KMS API?
>
> Any man pages?
>
> If not written, please point me to any specifications or source used for
> learning the API.
>
> Thanks
My summer of code project's purpose was to create something of a
tuto
On Tue, Dec 14, 2010 at 9:59 AM, Jeremy C. Reed wrote:
> Where is the documentation for the KMS API?
>
> Any man pages?
>
> If not written, please point me to any specifications or source used for
> learning the API.
There is no documentation, you can browse the API here:
http://cgit.freedeskt
Where is the documentation for the KMS API?
Any man pages?
If not written, please point me to any specifications or source used for
learning the API.
Thanks
___
xorg-devel@lists.x.org: X.Org development
Archives: http://lists.x.org/archives/xorg-devel
If invoked from $PREFIX you currently you get:
Usage: util/modular/build.sh [options] prefix
Where you should always get:
Usage: build.sh [options] prefix
The path name is not part of the usage. The GNU compiler and
associated tools do not use the path.
Autoconf recommends using "expr" rather th
Michel ,
I checked fbset output , its same in both cases and its :
mode "240x320-60"
# D: 4.608 MHz, H: 19.200 kHz, V: 60.000 Hz
geometry 240 320 240 320 32
timings 217013 0 0 0 0 0 0
rgba 8/16,8/8,8/0,8/24
endmode
Frame buffer device information:
Name: DISP3 FG
A
On Die, 2010-12-14 at 12:31 +0530, umang gupta wrote:
>
> I planned to run my X11 on 2nd framebuffer device /dev/fb1 in place
> of fb0 . I have enabled both nodes in kernel and hence I have /dev/fb0
> and /dev/fb1 on board .
> I created a conf file 22-xorg-fb1.conf
> in /etc/X11/xorg.conf.d/
On Mon, 2010-12-13 at 19:42 +0100, Maarten Maathuis wrote:
> - Apps like xterm can trigger a lot of fallback rendering.
> - This can lead to (annoyingly) high latencies, because you
> have to wait for the block handler.
> - You need a driver that doesn't directly access the front
> buffer to t
On Mon, 2010-12-13 at 19:42 +0100, Maarten Maathuis wrote:
> Signed-off-by: Maarten Maathuis
Reviewed-by: Michel Dänzer
--
Earthling Michel Dänzer |http://www.vmware.com
Libre software enthusiast | Debian, X and DRI developer
___
On Mon, 2010-12-13 at 19:42 +0100, Maarten Maathuis wrote:
> - Not sure if it was causing problems, but you never know.
>
> Signed-off-by: Maarten Maathuis
Reviewed-by: Michel Dänzer
--
Earthling Michel Dänzer |http://www.vmware.com
Libre software enthusiast
62 matches
Mail list logo