Re: [e-users] engage module redux

2005-06-24 Thread Ron Lau
On Thu, 2005-06-23 at 17:00 -0500, Andrew Elcock wrote: Ron Lau wrote: Got that thing where the module is loaded and works but I cant see any of the icons or the border. Text of icon description is visible on mouseover. what was the fix for this again? enable the face in

[e-users] xscreensaver

2005-06-24 Thread Ron Lau
fyi, I'm getting a lot of this... pyrrho:~ xscreensaver: 08:20:22: no keyboard or mouse data in /proc/interrupts? xscreensaver: 08:20:27: 0: unrecognised ClientMessage WM_PROTOCOLS received xscreensaver: 08:20:27: 0: for window 0x113 (root) xscreensaver: 08:20:29: 0: unrecognised ClientMessage

Re: [e-users] xscreensaver

2005-06-24 Thread Justin
Ron Lau wrote: fyi, I'm getting a lot of this... pyrrho:~ xscreensaver: 08:20:22: no keyboard or mouse data in /proc/interrupts? xscreensaver: 08:20:27: 0: unrecognised ClientMessage WM_PROTOCOLS received xscreensaver: 08:20:27: 0: for window 0x113 (root) xscreensaver: 08:20:29: 0:

Re: [e-users] Evas compilation woes. . .

2005-06-24 Thread temp1_snover
yes i recently got this error myself compiling somethign else after emerging an ebuild for new opengl headers. the offending ebuild is: [ebuild R ] x11-base/opengl-update-2.2.1 Infuriating. Do they test these things at all before they release them?!?! I went and hacked the headers back

Re: [e-users] Evas compilation woes. . .

2005-06-24 Thread temp1_snover
to be more specific: insert #define somewhere about line 157 of: /usr/X11R6/include/GL/glx.h giving: #define DEFINED_GLXFBConfigSGIX typedef struct __GLXFBConfigRec *GLXFBConfigSGIX; and then edit about line 268 of /usr/X11R6/include/GL/glxext.h giving: #ifndef DEFINED_GLXFBConfigSGIX

Re: [e-users] Evas compilation woes. . .

2005-06-24 Thread temp1_snover
hmm, I just checked, and, the opengl-update ebuild didnt update those files at all. I think what has happened is re-emerging opengl-update has made it switch the system default openGL headers from my good Nvidia headers to the old, bad ones provided by my xfree86 try running:

Re: [e-users] xscreensaver

2005-06-24 Thread The Rasterman
On Fri, 24 Jun 2005 08:23:54 -0500 Ron Lau [EMAIL PROTECTED] babbled: fyi, I'm getting a lot of this... that'll be e17 doing ping protocols from netwm as per the netwm spec - xscreensaver just needs to shut up and be quiet and ignore it :) pyrrho:~ xscreensaver: 08:20:22: no keyboard or mouse

Re: [e-users] Evas compilation woes. . .

2005-06-24 Thread John
Hmm, i have looked into this a bit more and it is definitely an nvidia problem. The openGL headers in their 7664 linux drivers are indeed screwed as Carsten put it. the orgininal error reported by Justin was with files in: /usr/X11R6/include/GL/ i assumed these were old XFree openGL headers,