Recent content by mapache

  1. M

    [ShotInTheFoot] cloud-init package on the host

    Don't know if its a bug or an unexpected behavior but installing cloud-init package on the proxmox host can break the system. Yesterday I was playing with cloud-init images and installed libguestfs-tools and the cloud-init package on the host. Today I restarted the proxmox host and on boot the...
  2. M

    virglrenderer for 3d support

    I have my expectations tamed, virgl is going slow and getting some feature like that into production would take extensive testing and validation. If it would come with pve 8 i would be more than happy. Meanwhile I would love to have accelerated linux vms, so I'm up for the challenge of...
  3. M

    virglrenderer for 3d support

    My bad! I was trying to modify qemu-server from pve repo instead of pve-qemu. Came back to it some days ago and managed to compile pve-qemu with --enable-sdl --enable-virglrenderer --enable-opengl without problem. Now I can fire vms with args: -display egl-headless,gl=core -device...
  4. M

    virglrenderer for 3d support

    Thanks for the tips! I'll try egl-headless when got the support compiled. Looking at the diff seems like I'm using a different version of the debian/rules, the one int the git repo is very short: #!/usr/bin/make -f # -*- makefile -*- # Sample debian/rules that uses debhelper. # This file was...
  5. M

    virglrenderer for 3d support

    I'm actually giving it a try, so far cloned qemu-server from pve source git and modified debian/rules: never used dh, so looking at the docs i guessed that it shoud look like this: %: dh $@ override_dh_auto_configure: dh_auto_configure -- --enable-sdl --with-sdlabi=2.0...