Re: Xlib/GLX multiple displays and threads

2009-03-03 Thread Rohit Garg
On Tue, Mar 3, 2009 at 1:12 AM, Brian Paul bri...@vmware.com wrote: 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

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

2009-03-03 Thread aivils
Citēju hd h.dupon...@laposte.net: 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

Re: xserver and --enable-debug f ailing, ET_DeviceKeyPress’ undeclared

2009-03-03 Thread Peter Hutterer
On Sun, Mar 01, 2009 at 03:11:43PM +0100, Marc Weber wrote: Hi, when compliling xorgserver using --enable-debug I get this error: make[1]: Entering directory `/tmp/xserver/dix' building events.lo if ../doltcompile gcc -DHAVE_CONFIG_H -I. -I. -I../include -I../include -I../include

Re: visual and PictFormat related question

2009-03-03 Thread Alexei Babich
Good afternoon. I tryed to deal with colormap, but probably I got wrong. Description: We have two visuals (as xdpyinfo says): default, 0x21 (TrueColor, depth == 24 planes); 0x39 (TrueColor, depth == 32 planes) I tryed this: {        Window win;        Visual *argb_visual;        {      

[ANNOUNCE] xf86-video-intel 2.6.3

2009-03-03 Thread Eric Anholt
This is an easy one: two bugfixes for regressions in the last release. One broke initialization with UXA and DRI1, and the other made pixmap allocation on i915 take insane amounts of memory. Eric Anholt (3): Disable fb resizing for DRI1-only server so that DRI1 can initialize. Only

Re: [ANNOUNCE] xf86-video-intel 2.6.2

2009-03-03 Thread Eric Anholt
On Mon, 2009-03-02 at 14:29 +0200, Vasily Khoruzhick wrote: 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 |

Re: [ANNOUNCE] xf86-video-intel 2.6.2

2009-03-03 Thread Vasily Khoruzhick
On Tuesday 03 March 2009 20:13:39 Eric Anholt wrote: On Mon, 2009-03-02 at 14:29 +0200, Vasily Khoruzhick wrote: 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:

Blind people do not connect screens

2009-03-03 Thread Samuel Thibault
Hello, Some blind people report that Xorg refuses to start when no screen is connected to their machine. Of course they could configure their xorg.conf to use the dummy driver, but then they'd have to modify it back when using a screen etc. and distributions are more and more going towards full

Re: Blind people do not connect screens

2009-03-03 Thread Steven J Newbury
On Tue, 2009-03-03 at 21:01 +0100, Samuel Thibault wrote: Hello, Some blind people report that Xorg refuses to start when no screen is connected to their machine. Of course they could configure their xorg.conf to use the dummy driver, but then they'd have to modify it back when using a

Intel - Dithering on a 6 bit panel

2009-03-03 Thread James Legg
Hello, I have an Asus X58L laptop, which has Intel GM965 graphics. The framebuffer configurations reported by glxinfo all have 8 bits for each of the colour channels. However, the output looks like 6 bits with static 2 by 2 spatial dithering. Assuming the display is actually 6 bits, is there any

Re: installing xf86-video-intel-2.6.0

2009-03-03 Thread Zhenyu Wang
On 2009.03.03 07:56:26 +0800, Érico Teixeira wrote: 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

Cairo with glitz backend

2009-03-03 Thread Bipin George Mathew
I was looking into way of accelerating Cairo using a glitz-backend and had a bunch of related questions: - What is the current status of glitz? Is anyone working on it? - From the paper here http://www.usenix.org/events/usenix04/tech/freenix/full_papers/nilsson/nilsson_html/index.html, it looks

[ANNOUNCE] xf86-input-synaptics 1.0.99.3

2009-03-03 Thread Peter Hutterer
Another snapshot before the release since a number of fixes went into this one. Most notably, syndaemon updated to use device properties by default. And a fix that caused synclient with properties to fail on 64-bit machines. Peter Hutterer (12): synclient: print an error if we can't find

Re: [ANNOUNCE] xf86-video-intel 2.6.3

2009-03-03 Thread Tino Keitel
On Mon, Mar 02, 2009 at 12:20:47 -0800, Eric Anholt wrote: This is an easy one: two bugfixes for regressions in the last release. One broke initialization with UXA and DRI1, and the other made pixmap allocation on i915 take insane amounts of memory. Eric Anholt (3): Disable fb

Re: visual and PictFormat related question

2009-03-03 Thread Alexei Babich
Just to be sure: You did pass the colormap to the XCreateWindow call? (Adding the colormap to the attributes parameter and setting the CWColorMap bit in valuemask) In the example yesterday - no, I suppose, I did wrong way. Today I corrected the parameters of creation of the window, here is an