Re: Swap limit

2010-12-13 Thread Pauli Nieminen
On 12/12/10 19:49 -0500, ext Jerome Glisse wrote: On Fri, Dec 10, 2010 at 9:40 AM, Mario Kleiner mario.klei...@tuebingen.mpg.de wrote: On 12/08/2010 05:15 PM, Pauli Nieminen wrote: On 08/12/10 16:55 +0100, ext Alex Deucher wrote: One other thing that might be worth adding to DRI2 is a

Re: Swap limit

2010-12-13 Thread Michel Dänzer
On Mon, 2010-12-13 at 11:35 +0200, Pauli Nieminen wrote: On 12/12/10 19:49 -0500, ext Jerome Glisse wrote: On Fri, Dec 10, 2010 at 9:40 AM, Mario Kleiner mario.klei...@tuebingen.mpg.de wrote: On 12/08/2010 05:15 PM, Pauli Nieminen wrote: On 08/12/10 16:55 +0100, ext Alex Deucher

Re: [PATCH 2/2] Only call LoaderRefSymLists for older ABIs

2010-12-13 Thread Paulo Zanoni
2010/12/11 Jesse Adkins jesserayadk...@gmail.com: Why not just gut all the LoaderRefSymLists stuff? Even if you #if this off, it still requires those long and ugly symbol lists. I tried to do the minimum to make sure the driver at least loads (without unresolved symbols) and tells me I don't

[PATCH 2/2] Remove {xf86, }LoaderRe{q, f}Sym{bols, Lists} and their symbols

2010-12-13 Thread Paulo Zanoni
According to xserver commit 71a83d68ab07536c0778d13cd7da974c40e77457 they do nothing since 2006. Signed-off-by: Paulo Zanoni pzan...@mandriva.com --- src/xgi_driver.c | 158 +- 1 files changed, 1 insertions(+), 157 deletions(-) diff --git

Re: [PATCH] dri2: Don't page flip when the window size doesn't match the pixmap size

2010-12-13 Thread Ville Syrjälä
On Fri, Dec 03, 2010 at 08:23:16PM +0200, ville.syrj...@nokia.com wrote: From: Ville Syrjälä ville.syrj...@nokia.com If the drawable size doesn't match the pixmap size page flipping should not be allowed. If the window is larger than the pixmap, page flipping might need to reposition the

Re: [PATCH] xfree86: always report the input options before initialising the device.

2010-12-13 Thread Dan Nicholson
On Sun, Dec 12, 2010 at 7:20 PM, Peter Hutterer peter.hutte...@who-t.net wrote: After collecting the driver's default options, report the list of options set for the device before calling PreInit(). This helps with debugging those cases where options are not merged correctly.

Re: Swap limit

2010-12-13 Thread Mario Kleiner
On Dec 13, 2010, at 11:21 AM, Michel Dänzer wrote: On Mon, 2010-12-13 at 11:35 +0200, Pauli Nieminen wrote: On 12/12/10 19:49 -0500, ext Jerome Glisse wrote: On Fri, Dec 10, 2010 at 9:40 AM, Mario Kleiner mario.klei...@tuebingen.mpg.de wrote: On 12/08/2010 05:15 PM, Pauli Nieminen wrote:

[PATCH:modular] build.sh: move doc build before proto libs

2010-12-13 Thread Alan Coopersmith
Now that many protocol library modules include DocBook documentation that uses the stylesheets from xorg-sgml-doctools to build, install those first. Signed-off-by: Alan Coopersmith alan.coopersm...@oracle.com --- build.sh |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git

Re: [PATCH] dri2: Don't page flip when the window size doesn't match the pixmap size

2010-12-13 Thread Alex Deucher
On Mon, Dec 13, 2010 at 8:15 AM, Ville Syrjälä ville.syrj...@nokia.com wrote: On Fri, Dec 03, 2010 at 08:23:16PM +0200, ville.syrj...@nokia.com wrote: From: Ville Syrjälä ville.syrj...@nokia.com If the drawable size doesn't match the pixmap size page flipping should not be allowed. If the

Re: [PATCH:modular] build.sh: move doc build before proto libs

2010-12-13 Thread Gaetan Nadon
On Mon, 2010-12-13 at 06:44 -0800, Alan Coopersmith wrote: Now that many protocol library modules include DocBook documentation that uses the stylesheets from xorg-sgml-doctools to build, install those first. Signed-off-by: Alan Coopersmith alan.coopersm...@oracle.com --- build.sh |

Re: [PATCH modular 1/4] build.sh: remove CACHE env variable as it is not implementable

2010-12-13 Thread Trevor Woerner
On Sat, Dec 11, 2010 at 8:52 PM, Gaetan Nadon mems...@videotron.ca wrote: For example, this cached variable from clock: pkg_cv_XFT_LIBS=${pkg_cv_XFT_LIBS='-L/home/nadon/xorg/src/lib -lXft  '} is overwritten with the value from xdm: pkg_cv_XFT_LIBS=${pkg_cv_XFT_LIBS='

Re: [PATCH modular 2/4] build.sh: use the script name only, not the path in usage statement

2010-12-13 Thread Trevor Woerner
On Sat, Dec 11, 2010 at 8:53 PM, Gaetan Nadon mems...@videotron.ca wrote: -    echo Usage: $0 [options] prefix +    echo Usage: build.sh [options] prefix Personally I'd rather see: echo Usage: `basename $0` [options] prefix But then again, maybe we can't count on basename always being

Re: [PATCH modular 4/4] build.sh: another pass at the env variable help text

2010-12-13 Thread Trevor Woerner
Reviewed-by: Trevor Woerner twoer...@gmail.com ___ 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

Re: [PATCH modular 3/4] build.sh: new layout and updated text for options usage

2010-12-13 Thread Trevor Woerner
Looks nicer, thanks. Reviewed-by: Trevor Woerner twoer...@gmail.com ___ 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

Re: Swap limit

2010-12-13 Thread Mario Kleiner
On Dec 10, 2010, at 8:00 PM, Jesse Barnes wrote: On Fri, 10 Dec 2010 15:40:38 +0100 Mario Kleiner mario.klei...@tuebingen.mpg.de wrote: It schedules an immediate copy-swap via blitting. Unfortunately the ddx doesn't know about the swap_interval, so it still synchronizes the execution of the

Re: [PATCH modular 1/4] build.sh: remove CACHE env variable as it is not implementable

2010-12-13 Thread Gaetan Nadon
On Mon, 2010-12-13 at 11:11 -0500, Trevor Woerner wrote: Wouldn't that suggest there's a mistake in one or both of these settings? They're both looking in the same directory ($HOME/xorg/src/lib) so that's a good thing. But if clock only requires -lXft but xdm requires all of -lXft,

[RFC][PATCH] dix/mi/composite: Suppress ClipNotify during window redirection UnmapWindow

2010-12-13 Thread ville . syrjala
From: Ville Syrjälä ville.syrj...@nokia.com 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 the case of Xv this leads to video overlays

Re: Swap limit

2010-12-13 Thread Jerome Glisse
On Fri, Dec 10, 2010 at 10:50 AM, Pauli Nieminen ext-pauli.niemi...@nokia.com wrote: On 10/12/10 15:40 +0100, ext Mario Kleiner wrote: On 12/08/2010 05:15 PM, Pauli Nieminen wrote: On 08/12/10 16:55 +0100, ext Alex Deucher wrote: One other thing that might be worth adding to DRI2 is a way

[PATCH 2/2] xfree86: Remove the teeth from SIGIO input processing

2010-12-13 Thread Adam Jackson
Instead of actually processing input in the handler, raise just enough of a dispatch exception to bomb out of request processing and handle input instead. This gets us back to exactly two input processing methods: - input thread - main loop dispatch where the SIGIO handler is merely an

[PATCH 1/2] xfree86: use a thread for the generation of input events

2010-12-13 Thread Adam Jackson
From: Tiago Vignatti tiago.vigna...@nokia.com The current SIGIO signal handler method, used at generation of input events, has a bunch of oddities. This patch introduces an alternative way using a thread, which is used to select()s all input device file descriptors. A mutex was used to control

[PATCH newport] Replace X{c,r,}alloc and Xfree for stdlib functions

2010-12-13 Thread Paulo Zanoni
Signed-off-by: Paulo Zanoni pzan...@mandriva.com --- src/newport_cursor.c |2 +- src/newport_driver.c |8 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/newport_cursor.c b/src/newport_cursor.c index 3264de4..37b7492 100644 --- a/src/newport_cursor.c +++

[PATCH 3/3 xgi] Replace alloc for malloc

2010-12-13 Thread Paulo Zanoni
alloc is not declared Signed-off-by: Paulo Zanoni pzan...@mandriva.com --- src/xgi_driver.c | 14 +++--- src/xgi_opt.c|2 +- src/xgi_video.c |2 +- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/src/xgi_driver.c b/src/xgi_driver.c index debef31..614ee2d

[PATCH 1/2 xgixp] Remove {xf86, }LoaderRe{q, f}Sym{bols, Lists} and their symbols

2010-12-13 Thread Paulo Zanoni
You get an undefined symbol message if you try to load the driver in xserver 1.9. According to xserver commit 71a83d68ab07536c0778d13cd7da974c40e77457 they do nothing since 2006. Signed-off-by: Paulo Zanoni pzan...@mandriva.com --- src/xgi_driver.c | 160

Re: [PATCH] config : Get rid of SYSV_IPC.

2010-12-13 Thread Alan Coopersmith
Jesse Adkins wrote: This hasn't been used since 1faba797cbfe1a4804b7ea6b47e1ca9d4e4324e4 when libcwrapper was killed. Signed-off-by: Jesse Adkins jesserayadk...@gmail.com --- configure.ac | 19 --- hw/xfree86/os-support/hurd/Makefile.am|

[PATCH] Revert composite: Convert compWindowUpdate to use TraverseTree

2010-12-13 Thread Adam Jackson
This reverts commit 648c8871c92727d7b6b16859f27f12266a06a16e. Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=32077 Signed-off-by: Adam Jackson a...@redhat.com --- composite/compwindow.c | 30 +++--- 1 files changed, 15 insertions(+), 15 deletions(-) diff --git

[PATCH 2/2 xgixp] Replace X{c, r, }alloc and Xfree for stdlib functions

2010-12-13 Thread Paulo Zanoni
Signed-off-by: Paulo Zanoni pzan...@mandriva.com --- src/xg47_cmdlist.c |2 +- src/xg47_display.c |6 +++--- src/xg47_video.c | 26 +- src/xgi_dga.c |6 +++--- src/xgi_dri.c |4 ++-- src/xgi_driver.c |8 src/xgi_hwmc.c |

Re: [PATCH 3/3] exa/mixed: Exclude frontbuffer from deferred pixmap handling.

2010-12-13 Thread Maarten Maathuis
Again only tested against 1.9.2.901. On Mon, Dec 13, 2010 at 7:42 PM, Maarten Maathuis madman2...@gmail.com 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

[PATCH 1/3] exa/driver: set pExaPixmap-use_gpu_copy to the right value

2010-12-13 Thread Maarten Maathuis
- Not sure if it was causing problems, but you never know. Signed-off-by: Maarten Maathuis madman2...@gmail.com --- exa/exa_driver.c |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/exa/exa_driver.c b/exa/exa_driver.c index a913cfb..b9903d1 100644 --- a/exa/exa_driver.c

[PATCH 2/3] exa: Only call driver FinishAccess hook if PrepareAccess hook succeeded.

2010-12-13 Thread Maarten Maathuis
Signed-off-by: Maarten Maathuis madman2...@gmail.com --- exa/exa.c |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/exa/exa.c b/exa/exa.c index 8adf847..a4e294a 100644 --- a/exa/exa.c +++ b/exa/exa.c @@ -421,7 +421,8 @@ exaFinishAccess(DrawablePtr pDrawable, int index)

[PATCH 3/3] exa/mixed: Exclude frontbuffer from deferred pixmap handling.

2010-12-13 Thread Maarten Maathuis
- 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 trigger this (NV50+ nouveau for example). - Repeatingly doing dmesg on

Re: [PATCH libxkbcommon 00/11] Review configuration - Part 3

2010-12-13 Thread Jeremy Huddleston
For the series: Reviewed-by: Jeremy Huddleston jerem...@apple.com On Dec 11, 2010, at 17:08, Gaetan Nadon wrote: I left a couple of items to do: 1- add a paragraph in the README file describing what this library does 2- add the _X_EXPORT _X_HIDDEN where appropriate Please check the

[PATCH libXi] WireToEvent: Set display member of all events as well

2010-12-13 Thread Daniel Stone
All events were getting random uninitialised garbage for display; fix that. Signed-off-by: Daniel Stone dan...@fooishbar.org --- src/XExtInt.c |5 + 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/src/XExtInt.c b/src/XExtInt.c index a1ade31..9f995b6 100644 ---

Re: [PATCH newport] Replace X{c, r, }alloc and Xfree for stdlib functions

2010-12-13 Thread Jeremy Huddleston
Reviewed-by: Jeremy Huddleston jerem...@apple.com On Dec 13, 2010, at 09:55, Paulo Zanoni wrote: Signed-off-by: Paulo Zanoni pzan...@mandriva.com --- src/newport_cursor.c |2 +- src/newport_driver.c |8 2 files changed, 5 insertions(+), 5 deletions(-) diff --git

Re: [PATCH 3/3 xgi] Replace alloc for malloc

2010-12-13 Thread Jeremy Huddleston
Reviewed-by: Jeremy Huddleston jerem...@apple.com On Dec 13, 2010, at 10:02, Paulo Zanoni wrote: alloc is not declared Signed-off-by: Paulo Zanoni pzan...@mandriva.com --- src/xgi_driver.c | 14 +++--- src/xgi_opt.c|2 +- src/xgi_video.c |2 +- 3 files changed, 9

Re: [PATCH 1/2] xfree86: use a thread for the generation of input events

2010-12-13 Thread Mark Kettenis
From: Adam Jackson a...@redhat.com Date: Mon, 13 Dec 2010 12:52:53 -0500 From: Tiago Vignatti tiago.vigna...@nokia.com The current SIGIO signal handler method, used at generation of input events, has a bunch of oddities. This patch introduces an alternative way using a thread, which is

Re: [RFC XI 2.1 - xf86-input-evdev 2/3] Add experimental XI 2.1 multitouch support

2010-12-13 Thread Chase Douglas
On 12/09/2010 05:29 PM, Peter Hutterer wrote: On Mon, Dec 06, 2010 at 09:41:48AM -0800, Chase Douglas wrote: On 12/05/2010 10:41 PM, Peter Hutterer wrote: if the kernel can send it through one device, we can handle it, right? if both are sent through the same axes (and need a serial or

Re: [PATCH 1/2] xfree86: use a thread for the generation of input events

2010-12-13 Thread Tiago Vignatti
On Mon, Dec 13, 2010 at 09:19:20PM +0100, ext Mark Kettenis wrote: Setting my philisophical objections about making the X server multi-threaded aside, I think there are still serious issues with this diff. can you please specify clear which objections exactly? First, the autoconf bits

Re: [PATCH 2/2] xfree86: Remove the teeth from SIGIO input processing

2010-12-13 Thread Tiago Vignatti
On Mon, Dec 13, 2010 at 12:52:54PM -0500, ext Adam Jackson wrote: Instead of actually processing input in the handler, raise just enough of a dispatch exception to bomb out of request processing and handle input instead. This gets us back to exactly two input processing methods: - input

Re: [PATCH sgml-doctools] Add support for PDF bookmarks in the xorg stylesheet

2010-12-13 Thread Matt Dew
You're welcome. Slowly but surely we're cleaning up the documentation. :) One of the next step is getting olinks for cross-document linking to work with xmlto. I think it's dying because of xmlto's tempdir. Matt On Mon, Dec 13, 2010 at 2:11 PM, Alan Coopersmith alan.coopersm...@oracle.com

Re: [PATCH modular 1/4] build.sh: remove CACHE env variable as it is not implementable

2010-12-13 Thread Trevor Woerner
On Mon, Dec 13, 2010 at 12:04 PM, Gaetan Nadon mems...@videotron.ca wrote: On Mon, 2010-12-13 at 11:11 -0500, Trevor Woerner wrote: Wouldn't that suggest there's a mistake in one or both of these settings? They're both looking in the same directory ($HOME/xorg/src/lib) so that's a good

Re: [PATCH] xfree86: always report the input options before initialising the device.

2010-12-13 Thread Simon Thum
On 12/13/2010 03:24 PM, Dan Nicholson wrote: On Sun, Dec 12, 2010 at 7:20 PM, Peter Hutterer peter.hutte...@who-t.net wrote: After collecting the driver's default options, report the list of options set for the device before calling PreInit(). This helps with debugging those cases where

Re: [PATCH modular 1/4] build.sh: remove CACHE env variable as it is not implementable

2010-12-13 Thread Gaetan Nadon
On Mon, 2010-12-13 at 17:26 -0500, Trevor Woerner wrote: I have been using the --cache-file feature for years (on other projects, of course). Although I've never timed its operation, it certainly _seems_ to speed up the configuration process since, roughly, 90% or more of the variables are

Re: [PATCH] xfree86: always report the input options before initialising the device.

2010-12-13 Thread Peter Hutterer
On Tue, Dec 14, 2010 at 02:26:04AM +0100, Simon Thum wrote: On 12/13/2010 03:24 PM, Dan Nicholson wrote: On Sun, Dec 12, 2010 at 7:20 PM, Peter Hutterer peter.hutte...@who-t.net wrote: After collecting the driver's default options, report the list of options set for the device before

Re: [PATCH modular 1/4] build.sh: remove CACHE env variable as it is not implementable

2010-12-13 Thread Trevor Woerner
On Mon, Dec 13, 2010 at 7:03 PM, Gaetan Nadon mems...@videotron.ca wrote: The resulting variables XORG_CFLAGS and XORG_LIBS are unique to each package and hold different values. This is where I think the concept of a cache does not hold. The last write wins and if you pick a random package to

Re: [RFC XI 2.1 - xf86-input-evdev 2/3] Add experimental XI 2.1 multitouch support

2010-12-13 Thread Peter Hutterer
On Mon, Dec 13, 2010 at 12:28:30PM -0800, Chase Douglas wrote: On 12/09/2010 05:29 PM, Peter Hutterer wrote: On Mon, Dec 06, 2010 at 09:41:48AM -0800, Chase Douglas wrote: On 12/05/2010 10:41 PM, Peter Hutterer wrote: if the kernel can send it through one device, we can handle it, right?

Re: [PATCH modular 1/4] build.sh: remove CACHE env variable as it is not implementable

2010-12-13 Thread Alan Coopersmith
Trevor Woerner wrote: On Mon, Dec 13, 2010 at 7:03 PM, Gaetan Nadon mems...@videotron.ca wrote: The resulting variables XORG_CFLAGS and XORG_LIBS are unique to each package and hold different values. This is where I think the concept of a cache does not hold. The last write wins and if you

[PATCH:x11proto 1/4] Xfuncproto.h: Add _X_RESTRICT_KEYWORD for C99 gcc in non-strict-C89 mode

2010-12-13 Thread Alan Coopersmith
Signed-off-by: Alan Coopersmith alan.coopersm...@oracle.com --- Xfuncproto.h.in | 12 1 files changed, 12 insertions(+), 0 deletions(-) diff --git a/Xfuncproto.h.in b/Xfuncproto.h.in index b624956..fd9f29b 100644 --- a/Xfuncproto.h.in +++ b/Xfuncproto.h.in @@ -128,4 +128,16 @@ in

[PATCH:libXt 3/4] Convert ResConfig.c to use XtAsprintf() instead of XtMalloc + sprintf

2010-12-13 Thread Alan Coopersmith
Signed-off-by: Alan Coopersmith alan.coopersm...@oracle.com --- src/ResConfig.c | 40 +--- 1 files changed, 9 insertions(+), 31 deletions(-) diff --git a/src/ResConfig.c b/src/ResConfig.c index 63afb18..68da536 100644 --- a/src/ResConfig.c +++

[PATCH:libXt 4/4] Convert some sprintf calls to snprintf

2010-12-13 Thread Alan Coopersmith
Signed-off-by: Alan Coopersmith alan.coopersm...@oracle.com --- 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/Selection.c +++ b/src/Selection.c @@

[PULL] input fixes

2010-12-13 Thread Peter Hutterer
nothing exciting. cleanup patches, fix for 21457 and a rather important bugfix that stopped xorg.conf XKB layouts from being applied. The following changes since commit 2c70b650b342378898064cf27e2f95c4b2e53d24: Fix Xwin build after af0f9f91 (2010-12-08 11:48:21 -0800) are available in the git

Re: [PATCH modular 1/4] build.sh: remove CACHE env variable as it is not implementable

2010-12-13 Thread Gaetan Nadon
On Mon, 2010-12-13 at 16:37 -0800, Alan Coopersmith wrote: Trevor Woerner wrote: On Mon, Dec 13, 2010 at 7:03 PM, Gaetan Nadon mems...@videotron.ca wrote: The resulting variables XORG_CFLAGS and XORG_LIBS are unique to each package and hold different values. This is where I think the

Re: [RFC XI 2.1 - xf86-input-evdev 2/3] Add experimental XI 2.1 multitouch support

2010-12-13 Thread Chase Douglas
On 12/13/2010 04:34 PM, Peter Hutterer wrote: On Mon, Dec 13, 2010 at 12:28:30PM -0800, Chase Douglas wrote: On 12/09/2010 05:29 PM, Peter Hutterer wrote: On Mon, Dec 06, 2010 at 09:41:48AM -0800, Chase Douglas wrote: On 12/05/2010 10:41 PM, Peter Hutterer wrote: if the kernel can send it

[PATCH:libX11 1/2] Bug 32098: Making XInternAtoms take const char ** breaks callers

2010-12-13 Thread Alan Coopersmith
Callers who had successfully built without issues with the existing libX11 headers were suddenly either given warnings or errors (-Werror) with the new headers. This compromise solution allows us to move to the correct declaration without breaking such callers - if they simply include the headers

[PATCH:libXt 2/2] Pass const char ** names to XInternAtoms if Xlib supports it

2010-12-13 Thread Alan Coopersmith
Uses #ifdefs from Xlib fix for bug 32098 Signed-off-by: Alan Coopersmith alan.coopersm...@oracle.com --- src/Selection.c | 12 ++-- 1 files changed, 10 insertions(+), 2 deletions(-) diff --git a/src/Selection.c b/src/Selection.c index a138c8b..f2cd15c 100644 --- a/src/Selection.c +++

Re: [PATCH modular 1/4] build.sh: remove CACHE env variable as it is not implementable

2010-12-13 Thread Trevor Woerner
On Mon, Dec 13, 2010 at 8:04 PM, Gaetan Nadon mems...@videotron.ca wrote: I assume it's an Acked-by from at least Trevor to remove this from build.sh so new comers (or myself!) don't get burned on this. Yes, it has my consent :-) ___

[PATCH] Bug 21827: faulty sdksyms.c generated by the awk script in sdksyms.sh

2010-12-13 Thread Alan Coopersmith
From: David Barksdale amatus.amon...@gmail.com https://bugs.freedesktop.org/show_bug.cgi?id=21827 Tested-by: Alan Coopersmith alan.coopersm...@oracle.com --- hw/xfree86/loader/sdksyms.sh |6 +- 1 files changed, 5 insertions(+), 1 deletions(-) David: if you agree to have this patch

Re: [PATCH] Bug 21827: faulty sdksyms.c generated by the awk script in sdksyms.sh

2010-12-13 Thread Peter Hutterer
On Mon, Dec 13, 2010 at 08:13:33PM -0800, Alan Coopersmith wrote: From: David Barksdale amatus.amon...@gmail.com https://bugs.freedesktop.org/show_bug.cgi?id=21827 Tested-by: Alan Coopersmith alan.coopersm...@oracle.com --- hw/xfree86/loader/sdksyms.sh |6 +- 1 files changed, 5

BLack Screen while running X11 on /dev/fb1

2010-12-13 Thread umang gupta
Hello , 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

Re: [PATCH] Bug 21827: faulty sdksyms.c generated by the awk script in sdksyms.sh

2010-12-13 Thread David Barksdale
I approve. Thanks. Signed-off-by: David Barksdale david.barksd...@adcedosolutions.com On Mon, Dec 13, 2010 at 8:13 PM, Alan Coopersmith alan.coopersm...@oracle.com wrote: From: David Barksdale amatus.amon...@gmail.com https://bugs.freedesktop.org/show_bug.cgi?id=21827 Tested-by: Alan

State of XDBE

2010-12-13 Thread Lars Segerlund
Hi All, I am trying to add support for xdbe in xcb, which in itself looks simple, but someone said that xdbe is deprecated ? I have looked around for two things, first information about if it's deprecated and I have found nothing, and secondly I have looked for an alternative, since I use it