best thing would be to delete the existing vm and completely start from scratch and follow the tutorial from post number 5 step by step. this should work
Posts by e-ru
-
-
Hello CvH you need to follow the instructions from the tails tutorial i mentioned in post number 5
this is the hardware config that works for me
-
I am not sure it matters but where you using the extracted ova file or the generic image?
tried it with both, works with both. did the installation following this guide: https://www.nicksherlock.com/2020/12/runnin…nce-on-proxmox/
-
Hello thanks for your replies. I was able to run LibreELEC without a dedicated gpu by setting the display setting in proxmox to "VirGL". it's a quite new feature that was introduced in proxmox 7.2. VirGl provides the needed OpenGL functionality. I'm very happy that is works now.
Keep up the good work and a happy new year!!
-
Hello
Is it possible to run LibreELEC without a real GPU?
Here is some Background:
I have a small server that runs proxmox with some containers and services.
I want to us it's soundcard in a dedicated media vm - this is not a problem (the passthrough works)
This media vm should be able to play spotify via spotify connect, play internet radio and youtube files - all of this works with LibreELEC BUT ONLY when a dedicated gpu is attached to it.
What i really want is to have this media vm without the dedicated gpu attached to it and use instead a virtual gpu to have this LibreELEC instance just as an audio player.
Is this somehow possible? (I know that this is also proxmox related)
According to this thread it works with vmware:
VirtualBox: failed to start xorg. is your GPU supported?Kind regards
-
-
-
Hi
same here. first time using libreelec, was using native kodi on arch linux before. simultaneous audio output was possible by adding this
Code### Load analog device load-module module-alsa-sink device=hw:0,0 load-module module-combine-sink sink_name=combined set-default-sink combined
to /etc/pulse/default.pa
and set simultaneous output in pavucontrol "Output Devices" tab.
Is there a way to achieve this in libreelec (fs is read only...)?
Sound works for both outputs separately but not both at the same time
machine: x86_64
regards