evdev commit 051cb8b528f6eddddccee44842bcb2152ed0e418

2009-03-02 Thread Alex Bennee
This commit seems to break building of evdev: gcc -DHAVE_CONFIG_H -I. -I.. -I../include/ -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -Wbad-function-cast -Wold-style-definition -Wdeclaration-after-statement

Re: [ANNOUNCE] xf86-input-evdev 2.1.99.1

2009-03-02 Thread Alex Bennee
2009/3/2 Peter Hutterer peter.hutte...@who-t.net: First snapshot for evdev 2.2. Lots of cleanup, and - most notably - general axis/button support. For those running an X server from master, evdev will label axes and buttons for you. shortlog is a bit longer than it actually is, it includes

Re: Severe memory leaks make X.org unuseable

2009-03-02 Thread Alan Cox
I have looked at the source code for X.org and the savage driver. I cannot really quite understand it at all. Is there a guide to describe and document the X.org internals in detail? There are documents for EXA and XAA. The majority of each driver is shared code so if you've got a chipset

Re: [ANNOUNCE] xf86-video-intel 2.6.2

2009-03-02 Thread Vasily Khoruzhick
On Sunday 01 March 2009 13:40:16 Vasily Khoruzhick wrote: Thanks, fix works for me (no more memory leakage) :) Btw, it seems that it's a fix of catalyst, not of the real leak: after ~24h of usage 398mb of swap is used. lsof | grep drm mm object | wc -l shows 700, is it OK? signature.asc

Re: [ANNOUNCE] xf86-video-intel 2.6.2

2009-03-02 Thread Jacek Luczak
Eric Anholt pisze: On Wed, 2009-02-25 at 19:13 +0100, Brice Goglin wrote: Eric Anholt wrote: On Wed, 2009-02-25 at 14:10 +0100, Jacek Luczak wrote: this release is totally unusable while running in UXA. System eats lot of memory, including swapping. Is this that, reported earlier, ,,memory

Re: how to display a XImage with 16bits depth in a drawable with a depth of 24bits ?

2009-03-02 Thread hd
Glynn Clements a écrit : hd wrote: I my app, I receive a raw image in 16 bits depth. My defaut visual have a depth of 24 bits (and all other Visual have 24 or 32bits depth on my X server). To display the bitmap I try to create an XImage with XCreateImage() and display it with

Re: [ANNOUNCE] xf86-video-intel 2.6.2

2009-03-02 Thread Jacek Luczak
Jacek Luczak pisze: Eric Anholt pisze: On Wed, 2009-02-25 at 19:13 +0100, Brice Goglin wrote: Eric Anholt wrote: On Wed, 2009-02-25 at 14:10 +0100, Jacek Luczak wrote: this release is totally unusable while running in UXA. System eats lot of memory, including swapping. Is this that, reported

Listing of Xmodmap pointer versus button actions

2009-03-02 Thread R. G. Newbury
I have been trying to find a reference for the expected actions of mouse buttons (actually a Logitech trackball), in order to create a useful 'pointer = 1 2 3' etc. line. For example what is 'pointer = 8' *supposed* to do? This action would be bound to button 1 if this line were fed to

Re: [ANNOUNCE] xf86-input-evdev 2.1.99.1

2009-03-02 Thread Ben Gamari
On Mon, 2009-03-02 at 16:42 +1000, Peter Hutterer wrote: First snapshot for evdev 2.2. Lots of cleanup, and - most notably - general axis/button support. For those running an X server from master, evdev will label axes and buttons for you. Theoretically. ;) It seems that the

multiseat automating script(s) for dual headed multiple VGAS

2009-03-02 Thread maina
Hi All. I ave been(still) searching for multiseat automating script(s) that work with dual headed multiple VGAS. Kindly if anyone has and is will to share with me, I will appreciate greatly. Thanks. M. PS: Am using five(5) dual headed VGAs per machine. VGAs = nVidia-GeForce FX 5500. =

multiseat automating script(s) for dual headed multiple VGAS

2009-03-02 Thread multiseat
Hi All. I ave been(still) searching for multiseat automating script(s) that work with dual headed multiple VGAS. Kindly if anyone has and is will to share with me, I will appreciate greatly. Thanks. M. PS: Am using five(5) dual headed VGAs per machine. VGAs = nVidia-GeForce FX 5500. =

Intel driver - Dual head and 2D performance

2009-03-02 Thread Luiz Felipe Talvik
Hi, I`m trying to run an java app that runs on full screen on two monitors and it is constantly drawing on the screen. I`m having trouble with performance on new drivers(Ubuntu 8.10, 8.04). And on older drivers(Ubuntu 7.04, CentOS 5) it runs much faster, but I`m having trouble with the dual

[ANNOUNCE] xproto 7.0.15

2009-03-02 Thread James Cloos
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 James Cloos (4): Add dead keysyms for DOUBLE GRAVE and INVERTED BREVE accents Add a dead_belowcomma keysym [keysymdef.h] Add dead_currency symbol. Bump to 7.0.15. Paulo Cesar Pereira de Andrade (1): Janitor: Correct make

Re: Xlib/GLX multiple displays and threads

2009-03-02 Thread Brian Paul
Rohit Garg wrote: Hi, I am writing an app that needs to render different stuff to different windows (not full screen). Windows (the correct X name for that is display right?) are completely independent and share no data and have no communication. Naturally, I want to use multiple threads to

installing xf86-video-intel-2.6.0

2009-03-02 Thread Érico Teixeira
Running I get the following: # lspci | grep VGA 00:02.0 VGA compatible controller: Intel Corporation Mobile 915GM/GMS/910GML Express Graphics Controller (rev 04) I trying to follow the steps at http://intellinuxgraphics.org/install.html I've dowloaded and extracted

Re: Newer libtool breaking libXfont with -Wl, -single_module (Was Re: autoreconf issue with libXfont)

2009-03-02 Thread Peter O'Gorman
Jeremy Huddleston wrote: Ok, after a bit more poking, this seems to be a fairly annoying bug with glibtool. Minimizing any chance of conflict, I have a working build using the libtool provided by configure in the tarball, and I have a broken build if I replace it with glibtool-1.5.26

Re: Listing of Xmodmap pointer versus button actions

2009-03-02 Thread Marius Gedminas
On Mon, Mar 02, 2009 at 12:52:11PM -0800, Alan Coopersmith wrote: R. G. Newbury wrote: I have been trying to find a reference for the expected actions of mouse buttons (actually a Logitech trackball), in order to create a useful 'pointer = 1 2 3' etc. line. For example what is