[E-devel] Eterm double-buffer 100% CPU (bug?)

2005-02-17 Thread Nicholas Jones
This appears only to happen to eterm and only when using double-buffering. Eterm --double-buffer while true; do cat /etc/passwd; sleep 0.1; done (You might have to adjust 0.1 for your locale) Partially cover the window in some way. --> CPU usage on X shoots to near 100% Uncover the window --> C

Re: [E-devel] Eterm Tiling on AMD64 problem

2004-10-12 Thread Nicholas Jones
> I've been experiencing a tiling problem for the Eterm backgrounds on > my AMD64 box. Yeah... it was getting on my nerves too. I hacked in some debug, and looking at it I saw that in parse_pixmap_ops() the tiled token isn't present. I played around a little, and it works if you force OP_TOKEN t

Re: [E-devel] Eterm Tiling on AMD64 problem

2004-09-14 Thread Nicholas Jones
> This was fixed back in November of '02. Here's the patch: Thank you. Pardon the assumption that the source was current. --NJ --- This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170 Project Admins to receive an Apple iPod Min

Re: [E-devel] Eterm Tiling on AMD64 problem

2004-09-13 Thread Nicholas Jones
A bit more information... The filename being passed to load_image has 'tile' not 'tiled' as the token for the geometry setting. On my x86 box, tiled backgrounds work with the same default menu.cfg for Eterm, but on the opteron it fails. The config has a parameter of ':tile', but the comparison in

Re: [E-devel] Eterm Tiling on AMD64 problem

2004-09-13 Thread Nicholas Jones
First post of this one got moderated. Hopefully there won't be a dupe. > I've been experiencing a tiling problem for the Eterm backgrounds on > my AMD64 box. Yeah... it was getting on my nerves too. I hacked in some debug, and looking at it I saw that in parse_pixmap_ops() the tiled token isn'