The electricsheep screensaver shows fractal movies in a rotation. Each time it switches movies it calls xsetbg (aka xloadimage). Xloadimage grabs two X11 client sockets, and only releases one of them. So over time electricsheep calls xloadimage enough times that there are no free X11 sockets left and no new X11 clients can be opened. This generally occurs within a relatively short period, say a couple of days. The enclosed patch and ebuild temporarily fix the problem by bypassing electricsheep's calls to xloadimage. More details on the xloadinfo bug can be seen here: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=325689
Created attachment 75405 [details, diff] Patch removing the xloadimage calls from electricsheep
Created attachment 75406 [details] Ebuild that applies suggested patch to fix xlaodimage related bug
desktop-misc people media-gfx/xloadimage patch attached.
Dupe of 72589.
Chet - thanks your patch is in electricsheep-2.6.3-r2 It seemed to also be included in 2.6.4 that I also added.