----- "Daire Byrne" <daire.by...@gmail.com> wrote: > Yaniv, > > On Thu, Dec 17, 2009 at 5:24 PM, Yaniv Kamay <yka...@redhat.com> > wrote: > > Daire Byrne wrote: > >> From a perception point of view it looks like when compressed it > plays > >> every second frame but the overall speed is consistent. With > >> compression off it will play a 1 second batch of frames smoothly > but > >> then maybe stop for half a second or so. It's not that important to > me > >> - I just thought I'd mention it in case you thought everyone was > >> seeing perfect playback/smoothness with the Windows driver. > >> > > Can you give me more Information, I like to try and reproduce it > (OS, > > networking, player, movie size, > > and CPU etc.). > > Sure. My server is Fedora 12, Intel Xeon CPU 5...@3.00ghz, 16Gigs > RAM. > The networking is GigE with a bridged network. I am just using a > crappy Netgear switch but the network traffic is pretty minimal so I > doubt that is related. Qemu command to start the windows guest: > > /usr/libexec/qemu-spice -L /usr/share/qemu-spice -smp 2 -m 2048 > -hda > /mnt/images1/vm/winxp.qcow2 -boot c -net > nic,macaddr=52:54:00:31:04:c3,model=e1000 -net > tap,ifname=XP1,script=/etc/lan-ifup -monitor stdio -usbdevice tablet > -soundhw ac97 -qxl 1,ram=64 -spice port=5930,disable-ticketing > > The player is VLC player and here is an example movie (but any video > pretty much gives me choppy playback): > > http://wdmp.rd.llnwd.net/wdsmp/AIW/Trailer6/AIW_Trailer6_480.mov > > >> Ah. That would explain that then. I work for a large pro graphics > >> company and we run Linux+Nvidia only so that's no problem. What is > the > >> deal with the master branch? Can people download nightly snapshots > or > >> do you prefer to do regular releases for the time being instead? > >> > > We'll do regular releases but anyone can take all master branches > and build > > it from source. The rule > > we go by is to always keep the repositories in working condition. > > I tried compiling just the client and libspice from the gitorious > repo > but I just ended up with a segfault in qemu when trying to connect > with the client. I don't think I need to build qemu/vdesktop as well? > I wanted to try out the gl_fbo and gl_pbuff canvas types and compare > to the gdi accelerated windows client. Maybe it is worth doing an > update of the packages in the F12 repo so that Linux clients can get > OGL acceleration? I suspect most of the people playing with Spice at > this stage will be mainly Linux users. > > native_qxl_worker_wakeup: > native_qxl_worker_wakeup: > reds_handle_main_link: > reds_show_new_channel: channel 1:0, connected sucessfully, over Non > Secure link > Segmentation fault >
You can try cherry-pick from master to 0.4. in branch 0.4 do git cherry-pick 54cf04beed5e7617459cb00fa07be52db6c6e0d7 git cherry-pick 39153191258c4a37e4e61241c3149f7ca08e217c and apply the following diff --git a/client/application.cpp b/client/application.cpp index be8e69c..b30baa8 100644 --- a/client/application.cpp +++ b/client/application.cpp @@ -1356,6 +1356,10 @@ bool Application::set_canvas_option(CmdLineParser& parser, char *val) #ifdef WIN32 canvas_types["gdi"] = CANVAS_OPTION_GDI; #endif +#ifdef USE_OGL + canvas_types["gl_fbo"] = CANVAS_OPTION_OGL_FBO; + canvas_types["gl_pbuff"] = CANVAS_OPTION_OGL_PBUFF; +#endif _canvas_types.clear(); do { CanvasNamesMap::iterator iter = canvas_types.find(val); I can't test, I don't have nvidia, but it pass compilation stage. Thanks, Yaniv > FYI - I had to add "const" to the SSL_METHOD in server/reds.c and > client/red_peer.cpp to get it to compile on Fedora 12 > (openssl-1.0.0-0.13.beta4). > > Thanks, > > Daire ------------------------------------------------------------------------------ This SF.Net email is sponsored by the Verizon Developer Community Take advantage of Verizon's best-in-class app development support A streamlined, 14 day to market process makes app distribution fast and easy Join now and get one step closer to millions of Verizon customers http://p.sf.net/sfu/verizon-dev2dev _______________________________________________ Spice-space-devel mailing list Spice-space-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/spice-space-devel