On Mon, 11 Aug 2003 17:32, Tuomo Valkonen wrote: > > 1) Has something changed in the kludges.lua syntax? This worked in > > 20030428 and looks right according to the docs and examples > > There's the addition of the option of matching against window title > and that seem to be broken. The following patch to > share/ioncorelib.lua should fix things.
That fixes it, thanks! > > 2) Display artifacts on drag > > This is probably an XFree86 bug( 4.3.0, stock version from FreeBSD > > 5.1, using the builtin nv driver), but I thought I'd mention it > > since it never happened in 20030428. > > Yes, there's been another report on this issue with the nv driver and > indeed what is happening seems to be that X/the driver leaves the > stipple pattern on after drawing the 'shaded' tab. The effect can be > disabled by commenting out the block around line 219 in de/draw.c. Also works perfectly. Thanks for the speedy response :) I think I'll file the screenshot somewhere - it's quite an impressive looking bug. > had no problems with the proprietary 'nvidia' driver. When I tried > the 'nv' driver it just put the console to a state where I had to > reboot the computer (XFree86 4.2.1.1). No problems in cygwin either. Was that lockup during X starting up? IIRC loading the GLX stuff in the config file can cause that sort of lockup, since it tries to use some of the 'nvidia' libs with the 'nv' driver.
