Re: gtkFB performance

2003-06-21 Thread Sven Neumann
Hi, Peter Gasper <[EMAIL PROTECTED]> writes: > Well, I compiled the geode specific framebuffer drivers. While there was > a tiny noticeable speed improvement in redrawing, it is still much too > slow. Any other ideas? What sort of linux OS environment related things > could cause poor performance

g_io_add_watch?

2003-06-21 Thread Chris Roberts
Heya, I'm writing some code using ORBit and glib. I'm trying to receive SNMP traps over UDP sockets, however when I try to add a watch on my socket with g_io_add_watch, my callback never gets called. Here's what I've got: udp = getprotobyname("udp"); s = socket(PF_INET, SOCK_DGRAM, udp->