[PULL 1.9] input fixes for 1.9.4

2010-12-14 Thread Peter Hutterer
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

[PATCH joystick 9/9] Support input ABI 12

2010-12-14 Thread Peter Hutterer
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

[PATCH joystick 8/9] Get the option values from pInfo instead of from the IDevRec.

2010-12-14 Thread Peter Hutterer
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 ++

[PATCH joystick 7/9] Don't call xf86OptionListReport()

2010-12-14 Thread Peter Hutterer
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

[PATCH joystick 6/9] Purge use of XI_PRIVATE macro.

2010-12-14 Thread Peter Hutterer
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

[PATCH joystick 5/9] Drop close_proc, conversion_proc, reverse_conversion_proc

2010-12-14 Thread Peter Hutterer
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

[PATCH joystick 4/9] Don't handle history_size in the driver.

2010-12-14 Thread Peter Hutterer
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 ---

[PATCH joystick 3/9] Require server 1.9, drop pre-ABI 11 support.

2010-12-14 Thread Peter Hutterer
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(-

[PATCH joystick 2/9] Remove usage of XI86_POINTER_CAPABLE flag.

2010-12-14 Thread Peter Hutterer
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

[PATCH joystick 1/9] Replace LocalDevicePtr with InputInfoPtr

2010-12-14 Thread Peter Hutterer
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

[PATCH joystick 0/9] input abi fixes

2010-12-14 Thread Peter Hutterer
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

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

2010-12-14 Thread Dan Nicholson
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

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

2010-12-14 Thread Fernando Carrijo
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,

[PATCH:xorg-docs] Update Xserver security docs from DocBook 4.1.2 to 4.3 to match the rest

2010-12-14 Thread Alan Coopersmith
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

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

2010-12-14 Thread Jesse Adkins
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

Re: [PATCH xextproto] Use the same docbookx.dtd version (4.3) for all docs

2010-12-14 Thread Matt Dew
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

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

2010-12-14 Thread Alan Coopersmith
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

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

2010-12-14 Thread Gaetan Nadon
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

Re: [PATCH xextproto] Use the same docbookx.dtd version (4.3) for all docs

2010-12-14 Thread Alan Coopersmith
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

Re: [PATCH xextproto] Use the same docbookx.dtd version (4.3) for all docs

2010-12-14 Thread Alan Coopersmith
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

Re: [PATCH xextproto] Use the same docbookx.dtd version (4.3) for all docs

2010-12-14 Thread Gaetan Nadon
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

xorg-server-1.9.4 release schedule

2010-12-14 Thread Jeremy Huddleston
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

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

2010-12-14 Thread Dan Nicholson
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

Re: [PULL] input fixes

2010-12-14 Thread Keith Packard
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

Re: [PULL] XQuartz: Cull buggy CoreAudio

2010-12-14 Thread Keith Packard
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

Re: [PATCH xserver 2/2] docs: replace BUILLDOCS with existing ENABLE_DEVEL_DOCS

2010-12-14 Thread Keith Packard
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

Re: [PATCH xserver 1/2] hw/dmx/doc: DIST_SUBDIRS not required when using AM_CONDITIONAL

2010-12-14 Thread Keith Packard
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

Re: [PULL] Warning fixes, *LookupID* riddance, logic fix.

2010-12-14 Thread Keith Packard
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

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

2010-12-14 Thread Adam Jackson
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

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

2010-12-14 Thread Simon Thum
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

Re: State of XDBE

2010-12-14 Thread Adam Jackson
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

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

2010-12-14 Thread Alan Coopersmith
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

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

2010-12-14 Thread Adam Jackson
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

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

2010-12-14 Thread Adam Jackson
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

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

2010-12-14 Thread Adam Jackson
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

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

2010-12-14 Thread Simon Thum
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 "

Re: [PATCH libXdmcp] Export only public API symbols

2010-12-14 Thread Adam Jackson
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

Re: [PATCH libXScrnSaver] Export only public API symbols

2010-12-14 Thread Adam Jackson
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 __

Re: [PATCH libFS] Export only public API symbols

2010-12-14 Thread Adam Jackson
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

Re: Reviewed patches from the Ubuntu tree

2010-12-14 Thread Adam Jackson
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.

Re: [PATCH s3] Add missing call to vbeFree (bug 4417)

2010-12-14 Thread Adam Jackson
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

Re: [PATCH libXfont] Fix Font lookup by fontfile is slow on certain patterns.

2010-12-14 Thread Adam Jackson
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

Re: [PATCH xextproto] Use the same docbookx.dtd version (4.3) for all docs

2010-12-14 Thread Matt Dew
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

Re: [PATCH ark] Don't assume that FB address registers are initialized properly

2010-12-14 Thread Adam Jackson
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

Re: [PATCH libX11] Fix XQueryColors() doesn't return if ncolors is 65536.

2010-12-14 Thread Adam Jackson
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

Re: [PATCH:libXt 2/4] Add XtAsprintf() to Alloc.c & Intrinsic.h

2010-12-14 Thread Alan Coopersmith
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

Re: [PATCH] Take width into account when choosing default mode

2010-12-14 Thread Adam Jackson
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

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

2010-12-14 Thread Alan Coopersmith
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

[PATCH xextproto] Use the same docbookx.dtd version (4.3) for all docs

2010-12-14 Thread Paulo Zanoni
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

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

2010-12-14 Thread Mikhail Gusarov
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

Re: [PATCH] Fix detection of multi-function cards

2010-12-14 Thread Adam Jackson
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

Re: [PATCH:libXt 2/4] Add XtAsprintf() to Alloc.c & Intrinsic.h

2010-12-14 Thread walter harms
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

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

2010-12-14 Thread walter harms
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

Re: where is KMS API docs?

2010-12-14 Thread Matt Turner
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

Re: where is KMS API docs?

2010-12-14 Thread Kristian Høgsberg
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 KMS API docs?

2010-12-14 Thread Jeremy C. Reed
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

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

2010-12-14 Thread Gaetan Nadon
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

Re: BLack Screen while running X11 on /dev/fb1

2010-12-14 Thread umang gupta
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

Re: BLack Screen while running X11 on /dev/fb1

2010-12-14 Thread Michel Dänzer
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/

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

2010-12-14 Thread Michel Dänzer
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

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

2010-12-14 Thread Michel Dänzer
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 ___

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

2010-12-14 Thread Michel Dänzer
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