[PATCH] glx: Replace broken GLX visual setup with a fixed all mode.

2009-02-08 Thread Eric Anholt
With trying to match depths so that you didn't end up with a depth 24 fbconfig for the 32-bit composite visual, I broke the alpha bits on the depth 24 X visual, which angered other applications. But in fixing that, the pickFBconfigs code for minimal also could end up breaking GLX visuals if the

memory leak?

2009-02-08 Thread DM
Hi! Today I clicked in firefox 3.0.6 (fedora 10 / gnome / yum-updated / amd64 / 2GiB main memory / no swap) on http://de.wikipedia.org/wiki/Datei:Www_Beo_cc.jpg this URL: http://upload.wikimedia.org/wikipedia/commons/f/ff/Www_Beo_cc.jpg Download took quite long and the box' responsiveness was

Multimedia keycodes that interrupt screensaver/blank/dpms

2009-02-08 Thread Leonardo
Hi guys and girls :D I've mapped my laptop multimedia keys with xmodmap. The keycodes generated are recognized perfectly by KDE to adjust volume, and XMMS to play/pause, ff, rew. But I've noted one inconvenience: When i'm listening music and screensaver are active (or screen is blank or

X server goes to gray screen

2009-02-08 Thread Mike P
Hi, I'm running Debian linux, and I have just upgraded to kernel 2.6.26 from 2.6.18. I have NVidia GeForce Go 7700, and Debian's nvidia-glx and nvidia-kernel packages never worked for me, and they didn't this time either. Before this update I always succeeded in downloading a driver from NVidia's

[PATCH] Update is_numeric base on the declaration change in 389e01fb51ba2d708015e27d8fc17c88a0e55802

2009-02-08 Thread Benjamin Close
Signed-off-by: Benjamin Close benjamin.cl...@clearchain.com --- Xtransint.h |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Xtransint.h b/Xtransint.h index 623cdef..8cc0b68 100644 --- a/Xtransint.h +++ b/Xtransint.h @@ -347,7 +347,7 @@ static int TRANS(WriteV)(

[PATCH] Revert Fix XXX declared 'static' but not defined

2009-02-08 Thread Benjamin Close
This reverts commit d192bac409fe5ef99fa9fb9b5a0d5f656f0f1412. When transport.c is directly include (as in the case of libICE:icetrans.c:32) Xtranssock.c must be included before Xtransutil.c in order for the socket structures to be included. Including Xtransutil.c after Xtranssock.c requires

Re: [PATCH] Revert Fix XXX declared 'static' but not defined

2009-02-08 Thread Paulo César Pereira de Andrade
Benjamin Close wrote: I don't see anything wrong as it reverts to a version known to work, but from a quick test, without rebuilding everything, just libICE and libFS, it should be enough to move the definition of is_numeric and trans_mkdir to the start of Xtranssock.c (the revert in