Juergen Bausa wrote: <snip> >> Could not configure '/dev/rtc' to have a 1024 Hz timer. This is not a fatal >> error, but for better emulation accuracy either use a 2.6 host Linux kernel >> or >> type 'echo 1024 > /proc/sys/dev/rtc/max-user-freq' as root. >> Could not initialize SDL - exiting >> <snip> > So my question is: Is anybody using qemu with sdl on an ltsp-client? Does > this work in principle? > > Juergen > Yes, it works, I'm able to run it on LTSP from a Sarge server. I would first make sure SDL is working in general. Try to run another SDL application like Frozen Bubble (game). If it works, then qemu may be trying to use shared memory on the X Server, also known as SHM, MIT-SHM, etc. When the application and the X server are on the same machine, the application can directly pass data to the X server using shared memory for speed. This obviously doesn't work when the two are separated by a network. I don't recall if I had this issue when I built qemu, but I have run across this with some applications. Generally there is a --disable-shared-mem or --disable-shm option, or (even better) a run-time option.
In a related note, since this app uses SDL, which tends to blast rectangles of pixels at a time, qemu can really use up some bandwidth if a lot of screen updates occur in the hosted OS. In those cases you may want Gigabit on the terminal to avoid sluggish updates. I've seen network usage get up to 10-12MB/s, which exceeds the 7-8MB/s that you'll get with a 100Mb NIC. -Todd ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys-and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _____________________________________________________________________ Ltsp-discuss mailing list. To un-subscribe, or change prefs, goto: https://lists.sourceforge.net/lists/listinfo/ltsp-discuss For additional LTSP help, try #ltsp channel on irc.freenode.net