[ANNOUNCE] xextproto 7.0.4

2008-12-17 Thread Peter Hutterer
Peter Hutterer (4): Xge.h: include Xmd.h for CARD8 geproto: remote trailing whitespaces. Clean up XGE documentation. Bump to 7.0.4 git tag: xextproto-7.0.4 http://xorg.freedesktop.org/archive/individual/proto/xextproto-7.0.4.tar.bz2 MD5: 64c19cbf368f053cfc689609589dacfe

Re: [PATCHES] improve gamma support for randr-1.2 drivers

2008-12-17 Thread Matthias Hopf
On Dec 17, 08 16:43:00 +0100, Maarten Maathuis wrote: My main question is, are there any xserver ABI's to bump due to the changes to the xf86CrtcRec struct? Answering myself, no ABI bump is needed, because i only appended something to a structure, and multiple instances of that structure

[patch] xf86Crtc.c

2008-12-17 Thread Pat Kane
Below is a patch that will allow xf86Crtc.c to compile if RANDR_GET_CRTC_INTERFACE is turned off. Only the first change is needed, the second one is just to show where the compile problem occurs. I have not actually compiled this, I found the problem by readng the code... Pat --- ***

Re: very bad, and very weird, scrolling text performance xorg 1.5.3 intel 2.5.1 GM965

2008-12-17 Thread Jeffrey Baker
On Sun, Dec 14, 2008 at 3:48 PM, Thomas Jaeger thjae...@gmail.com wrote: You really need the glyph cache in the X server to get decent text performance out of the 2.5 intel driver. The patches are pretty straightforward to backport, but it is my understanding that a 1.6 server will be

Re: Zoom Support

2008-12-17 Thread Marius Gedminas
On Wed, Dec 17, 2008 at 09:21:47PM +1100, Daniel Stone wrote: Hi, On Wed, Dec 17, 2008 at 12:02:34PM +0200, Marius Gedminas wrote: On Wed, Dec 17, 2008 at 12:04:16PM +1000, Peter Hutterer wrote: To send that key from an input driver you'd have to init the key class and send the keycode

Re: mesa, intel driver, and synchronous flipping

2008-12-17 Thread Michel Dänzer
On Wed, 2008-12-17 at 18:11 +1100, garrone wrote: The mesa direct rendering with the intel driver appears to rely on asychronous flipping. However the hardware, according to the 965 documentation I have downloaded from the intellinuxgraphics site, is capable of synchronous flips. (The

Re: specifying primary device

2008-12-17 Thread Carl Karsten
Beso wrote: 2008/12/17 Carl Karsten c...@personnelware.com: (!!) More than one possible primary device found google says to specify BusID, which I do. Is there a .conf setting to specify which it is? No clue if it will have any impact on anything, but it is in the log, so I

Re: proto/randrproto: Branch 'master'

2008-12-17 Thread Matthias Hopf
On Dec 16, 08 22:34:22 +0200, Fatih Aşıcı wrote: Salı 16 Aralık 2008 tarihinde, Matthias Hopf şunları yazmıştı: +#define RR_PROPERTY_SIGNAL_FORMAT SignalFormat +#define RR_PROPERTY_SIGNAL_FORMAT SignalProperties It looks like a copy/paste error? F*ck. Thanks. Apparently already fixed

Re: [PATCH] Include sdk header dependencies and protect agains't multiple inclusion.

2008-12-17 Thread Paulo César Pereira de Andrade
Eric Anholt wrote: Hi, The attached patch is the result of as few extra inclusions as possible, by creating a dummy file including just that header, and making it compile. This was done in the loader directory, and I added some extra -I for module headers, but including in the build

Re: [PATCH] Include sdk header dependencies and protect agains't multiple inclusion.

2008-12-17 Thread Thomas Dickey
On Wed, Dec 17, 2008 at 06:23:09PM -0200, Paulo César Pereira de Andrade wrote: The patch as a whole may not be required to apply, and not that patch verbatim, as it would require still at least a review to ensure every sdk header passes the: ifdef HAVE_FOO_CONFIG_H #include foo-config.h

Re: Zoom Support

2008-12-17 Thread Marius Gedminas
On Wed, Dec 17, 2008 at 12:04:16PM +1000, Peter Hutterer wrote: Actually MS has defined standard Zoom+/Zoom- keycodes in the HID spec (before mouse wheel zooming took over MS thought a zoom lever in its ergo keyboards would be a great idea), so if they are not part of the 255 crowd xorg

Re: Let the DDX decide on the XkbRulesDefaults.

2008-12-17 Thread Dan Nicholson
On Tue, Dec 16, 2008 at 11:28 PM, Daniel Stone dan...@fooishbar.org wrote: On Tue, Dec 16, 2008 at 11:04:15PM -0800, Dan Nicholson wrote: The other reason I had in mind was to tie into the keymap cache patch I sent. Smarter default means better chance you can reuse the cached map. And I

Re: multi head failsafe

2008-12-17 Thread Timothy S. Nelson
On Wed, 17 Dec 2008, Carl Karsten wrote: I have 3 video cards: 01:00.0 VGA compatible controller: nVidia Corporation NV11 [GeForce2 MX/MX 400] (rev b2) 02:08.0 VGA compatible controller: ATI Technologies Inc Rage 128 PP/PRO TMDS [Xpert 128] 02:09.0 VGA compatible controller: ATI

Re: [PATCH] Include sdk header dependencies and protect agains't multiple inclusion.

2008-12-17 Thread Joerg Sonnenberger
On Wed, Dec 17, 2008 at 03:34:04PM -0500, Thomas Dickey wrote: On Wed, Dec 17, 2008 at 06:23:09PM -0200, Paulo C?sar Pereira de Andrade wrote: The patch as a whole may not be required to apply, and not that patch verbatim, as it would require still at least a review to ensure every sdk

Re: Zoom Support

2008-12-17 Thread Daniel Stone
Hi, On Wed, Dec 17, 2008 at 12:02:34PM +0200, Marius Gedminas wrote: On Wed, Dec 17, 2008 at 12:04:16PM +1000, Peter Hutterer wrote: To send that key from an input driver you'd have to init the key class and send the keycode up to the DDX. But being 255 the server would ignore it. Are

Re: multi head failsafe

2008-12-17 Thread Carl Karsten
Timothy S. Nelson wrote: On Wed, 17 Dec 2008, Carl Karsten wrote: I have 3 video cards: 01:00.0 VGA compatible controller: nVidia Corporation NV11 [GeForce2 MX/MX 400] (rev b2) 02:08.0 VGA compatible controller: ATI Technologies Inc Rage 128 PP/PRO TMDS [Xpert 128] 02:09.0 VGA

Re: xf86SetGamma crashes the server [Re: xserver: Branch 'master']

2008-12-17 Thread Maarten Maathuis
I should swap the reply button for reply to all :-) On 12/17/2008 10:50 PM, Maarten Maathuis wrote: On 12/17/2008 09:33 PM, Aaron Plattner wrote: On Wed, Dec 17, 2008 at 08:05:24AM -0800, Maarten Maathuis wrote: hw/xfree86/common/Makefile.am |2 hw/xfree86/common/xf86Helper.c |6 +

Docs in the modular tree, how to ?

2008-12-17 Thread Joao Moreira
Hi all, I've downloaded the modular tree using the git_xorg script, as described in the ModularDevelopersGuide wiki page. I see a 'doc' subdirectory, which I've tried to build, it installs a set of .sgml files, these seem to be some X.org docs that I'd like to read... what should I do with this

Re: Zoom Support

2008-12-17 Thread Peter Hutterer
On Wed, Dec 17, 2008 at 05:42:42PM +0200, Marius Gedminas wrote: On Wed, Dec 17, 2008 at 09:21:47PM +1100, Daniel Stone wrote: Hi, On Wed, Dec 17, 2008 at 12:02:34PM +0200, Marius Gedminas wrote: On Wed, Dec 17, 2008 at 12:04:16PM +1000, Peter Hutterer wrote: To send that key from

[PATCH] xfree86: don't restore the TTY mode if we didn't initialize it ourselves

2008-12-17 Thread Peter Hutterer
Restoring it unconditionally means we restore to whatever tty_mode has as default value (i.e. 0). K_RAW happens to be 0x00, so we always restore to raw mode if allowEmptyInput is off. --- hw/xfree86/os-support/linux/lnx_init.c |6 -- 1 files changed, 4 insertions(+), 2 deletions(-) diff

[PATCH 0/2] XIPropToInt and XIPropToFloat APIs

2008-12-17 Thread Peter Hutterer
These two patches add two new APIs to the server. XIPropToInt - convert the given property into an integer array XIPropToFloat - convert the given property into an float array More importantly, the second patch also adds XATOM_FLOAT as a server-defined property that drivers can use to denote

[PATCH 1/2] Xi: add XIPropToInt() auxiliary function.

2008-12-17 Thread Peter Hutterer
From: Peter Hutterer peter.hutte...@redhat.com Converts an XIPropertyValuePtr to an integer, provided that type and format is right. Code originally written by Simon Thum. Signed-off-by: Peter Hutterer peter.hutte...@redhat.com --- Xi/xiproperty.c| 68

[ANNOUNCE] xinit 1.1.1

2008-12-17 Thread Jeremy Huddleston
This is mainly just a bunch of updates for OSX Tiger compatability and SnowLeopard fratures. Alan Coopersmith (1): Fix build of startx xinitrc with Solaris make Jeremy Huddleston (17): Apple: privleged_startx: Increase the timeout so slower machines don't get a stray process

[ANNOUNCE] xextproto 7.0.4

2008-12-17 Thread Peter Hutterer
Peter Hutterer (4): Xge.h: include Xmd.h for CARD8 geproto: remote trailing whitespaces. Clean up XGE documentation. Bump to 7.0.4 git tag: xextproto-7.0.4 http://xorg.freedesktop.org/archive/individual/proto/xextproto-7.0.4.tar.bz2 MD5: 64c19cbf368f053cfc689609589dacfe

Re: [PATCH 0/2] XIPropToInt and XIPropToFloat APIs

2008-12-17 Thread Roland Mainz
Peter Hutterer wrote: These two patches add two new APIs to the server. XIPropToInt - convert the given property into an integer array XIPropToFloat - convert the given property into an float array More importantly, the second patch also adds XATOM_FLOAT as a server-defined property that