Last year, IIRC, while running Neon, I played with qemu-kvm and couldn't get it going properly. I got desktops running but they were snail like and lacked a lot. This evening I tried it again, with a little help from a video by Marcel Gagne, whom most of you probably know.
The first thing I did was
sudo apt install qemu-kvm
I then used LXQt User Manager (thanks, Kubical!) to add me to the kvm group.
I had previously downloaded UbuntuStudio 18.04 and made it a persistent LiveUSB on a 16GB stick.
To start the virtual ubuntustudio I ran
sudo qemu-system-x86_64 -enable-kvm -m 4096 -boot d Downloads/ubuntustudio-18.04-dvd-amd64.iso
The "-enable-kfm" gave kvm acceleration utilising your graphic GPU.
The "-m 4096" gave the VM a 4,096MB of memory.
THe "-boot d" told it to boot from "drive d", old windows lingo for the cdrom. (A & B were floppies, C was the HD and D was usually the CDROM).
Following that was the path to the iso and the name of the iso.
UbuntuStudio booted up nicely and ran quickly, using the "Try" option. It was very quick. Accelerated.
Ctrl+Alt allowed you to uncapture the mouse so you could drag the window to increase its size. Then, the mouse moved freely in and out of the distro window.
Sweet! Now I am going to play with a few distros.
I had been experimenting with screen recording my Minecraft play using SimpleScreenRecorder and guvcview to capture me with the webcam. A big problem was getting my voice to be part of the video and, secondly, adjusting my voice volume so that it didn't continually peg the meter.
pactl load-module module-loopback
allowed my voice to be heard along with the Minecraft music and noises. My voice was so loud in my headset that it would cause feedback studdering. I "sudo alsamixder" and turned off mic boost, jacked mic up to 65 and "Internal" to 51, but your settings could vary. In the playback my voice mixed properly. I decided to not show the small window with my face in it so as not to scare viewers.
Now that I had made a recording of one session of Minecraft I decided to use Kdenlive to edit it. That's where Marcel Gagne came it. He had a 40 minute drinking party which included a simple example of how to use Kdenlive.
It also showed him using qemu-kvm to demo Arcolinux. A two-fer!
The first thing I did was
sudo apt install qemu-kvm
I then used LXQt User Manager (thanks, Kubical!) to add me to the kvm group.
I had previously downloaded UbuntuStudio 18.04 and made it a persistent LiveUSB on a 16GB stick.
To start the virtual ubuntustudio I ran
sudo qemu-system-x86_64 -enable-kvm -m 4096 -boot d Downloads/ubuntustudio-18.04-dvd-amd64.iso
The "-enable-kfm" gave kvm acceleration utilising your graphic GPU.
The "-m 4096" gave the VM a 4,096MB of memory.
THe "-boot d" told it to boot from "drive d", old windows lingo for the cdrom. (A & B were floppies, C was the HD and D was usually the CDROM).
Following that was the path to the iso and the name of the iso.
UbuntuStudio booted up nicely and ran quickly, using the "Try" option. It was very quick. Accelerated.
Ctrl+Alt allowed you to uncapture the mouse so you could drag the window to increase its size. Then, the mouse moved freely in and out of the distro window.
Sweet! Now I am going to play with a few distros.
I had been experimenting with screen recording my Minecraft play using SimpleScreenRecorder and guvcview to capture me with the webcam. A big problem was getting my voice to be part of the video and, secondly, adjusting my voice volume so that it didn't continually peg the meter.
pactl load-module module-loopback
allowed my voice to be heard along with the Minecraft music and noises. My voice was so loud in my headset that it would cause feedback studdering. I "sudo alsamixder" and turned off mic boost, jacked mic up to 65 and "Internal" to 51, but your settings could vary. In the playback my voice mixed properly. I decided to not show the small window with my face in it so as not to scare viewers.
Now that I had made a recording of one session of Minecraft I decided to use Kdenlive to edit it. That's where Marcel Gagne came it. He had a 40 minute drinking party which included a simple example of how to use Kdenlive.
It also showed him using qemu-kvm to demo Arcolinux. A two-fer!
Comment