29.12.2016 06:22, johnw wrote: > Hi, I still have some problem after upgrade qemu-system-x86 to 2.8+dfsg-1. > > When I launch qemu-system-x86 with spice and gl=on, it show me error and > can not start. > qemu-system-x86_64: -spice > unix,addr=/tmp/spice-02.sock,disable-ticketing,gl=on: Invalid parameter 'gl'
For spice it's quite expectable, we need a more recent spice for gl to work, currently there's no released spice version with gl support, only experimental, and it's not packaged for Debian. I'm quite a bit nervous to let non-released version into stable. > When I launch qemu-system-x86 with -display gtk,gl=on and -seccomp on, > it just freeze and "ps aux" show me. > [qemu-system-x86] <defunct> $ qemu-system-x86_64 -display gtk,gl=on Couldn't open libGL.so.1: dlopen: cannot load any more object with static TLS $ echo $? 1 $ _ So it fails to load libGL.so http://stackoverflow.com/questions/19268293/matlab-error-cannot-open-with-static-tls hmm... /mjt