Re: [RFC] glx: fix DRI2 memory leak

2009-03-28 Thread Adam Lantos
Jesse, Thanks for the patch, I'm testing it now - it looks promising :) X memory usage is more stable, but lsof | grep drm mm | wc -l still increases - after 10 minutes it went up from 100 to 500... Is this normal? cheers, Adam 2009/3/28 Jesse Barnes jbar...@virtuousgeek.org: On Fri, 27

Re: suggestions for 3-monitor display

2009-03-28 Thread Tino Keitel
On Sat, Mar 28, 2009 at 02:56:24 -0700, Glen Lenker wrote: [...] You probably just saved me a boatload of time. So would my setup then work if I could get a retro version of the intel driver? Do anyone know when intel stopped support for Xinerama? I use the driver 1.7.4, the last release

Re: [RFC] glx: fix DRI2 memory leak

2009-03-28 Thread Vasily Khoruzhick
On Saturday 28 March 2009 02:42:53 Jesse Barnes wrote: Yep, that seems to work too... Magnus or Vasily can you guys confirm? I've just got xorg-server crash. Here's trace (not very usefull I think): Backtrace: 0: /usr/bin/X(xorg_backtrace+0x3c) [0x813344c] 1: /usr/bin/X(xf86SigHandler+0x52)

gsoc and input redirection/transformation

2009-03-28 Thread Joel Bosveld
Hi, I was considering submitting a proposal for Google Summer of Code, to get input redirection in a state where it is able to be merged. It was suggested on irc to bring this to the list, so here it is. I was wondering if such a project would be feasible, or suitable, for gsoc. Looking over

Re: [RFC] glx: fix DRI2 memory leak

2009-03-28 Thread Magnus Kessler
On Saturday 28 Mar 2009 00:42:53 Jesse Barnes wrote: Yep, that seems to work too... Magnus or Vasily can you guys confirm? Seems to work fine for me, although I'm going to have an eye open for bugs that might have previously been hidden in the now exposed code paths. Is there any good

Re: [RFC] glx: fix DRI2 memory leak

2009-03-28 Thread Jesse Barnes
On Sat, 28 Mar 2009 11:35:20 +0100 Adam Lantos h...@playma.org wrote: Jesse, Thanks for the patch, I'm testing it now - it looks promising :) X memory usage is more stable, but lsof | grep drm mm | wc -l still increases - after 10 minutes it went up from 100 to 500... Is this normal?

Re: [PATCH] Bug in Xextproto

2009-03-28 Thread Simon Thum
Rémi Cardona wrote: Le 27/03/2009 19:55, Simon Thum a écrit : Hi, I'm bitten by this issue too and I'm somewhat lost with this. The patch has not yet been applied or commented on xorg, so I just want to make sure it's seen. Then render.h also needs something like this... To quote from

Xdm, xlogin and Xresources

2009-03-28 Thread martin SILVERBERG
Hello, I am looking for several days on the Internet for an exhaustive list of all Xresources classes from xdm and his xlogin widget. I have been looking all over, and just found examples of alteration of the original files, but no complete list. I have read the Man pages to. They specifies that:

ANN: xterm patch #243

2009-03-28 Thread Thomas Dickey
Patch #243 - 2009/3/28 * revert change to default for allowTcapOps (request by Bram Moolenaar). * reallocate result returned by xtermEnvLocale() to avoid reference to freed memory after handling menuLocale resource. * fix an old