proxy

joined 2 months ago
[–] proxy@sh.itjust.works 1 points 2 months ago (1 children)

Ja jeg er fra Danmark. Gætter på du er fra Norge, havde ikke lige regnet med, at der var nogle fra Skandinavien her, men det giver god mening. Jeg har desvære ikke haft tid til at få installeret en font endnu, men jeg installer nok Nerd Fonts i weekenden.

[–] proxy@sh.itjust.works 9 points 2 months ago (2 children)

Any particular reason you prefer GPT4ALL?

136
Simple local ai app (flathub.org)
submitted 2 months ago* (last edited 2 months ago) by proxy@sh.itjust.works to c/linux@lemmy.ml
 

I'm not a huge fan of AI, but I do use it occasionally. I found a tool on Flathub that I've been trying out, so I thought i would share it if any for you need something like it. The interface is also pretty nice if you use Gnome(it don't look so nice KDE). Its unstable on my arch install

[–] proxy@sh.itjust.works 11 points 2 months ago (3 children)

Thanks. You needed to bee that guy.

[–] proxy@sh.itjust.works 2 points 2 months ago* (last edited 2 months ago)

I have not install may Flatpaks on this linux install just past. Sorry my system language is set to American English

[–] proxy@sh.itjust.works 7 points 2 months ago* (last edited 2 months ago) (2 children)

English and Konsole. I've installed many Flatpaks in the past, but this is the first time I've encountered this issue.

 
[–] proxy@sh.itjust.works 3 points 2 months ago* (last edited 2 months ago) (1 children)

If I'm reading correctly, there isn't a modern GPU driver for QEMU that supports customizing VRAM?

[–] proxy@sh.itjust.works 4 points 2 months ago

I was under the impression that QXL driver were capped at 256MB too, thanks.

[–] proxy@sh.itjust.works 3 points 2 months ago (2 children)

It's an improvement, but 500MB+ would be perfect.

[–] proxy@sh.itjust.works 2 points 2 months ago* (last edited 2 months ago)

Thanks the list is very useful.

30
submitted 2 months ago* (last edited 2 months ago) by proxy@sh.itjust.works to c/linux@lemmy.ml
 

I'm having trouble allocating more VRAM to my QEMU virtual machine. Currently, I'm using the following command to launch my VM:

qemu-system-x86_64 -enable-kvm -boot menu=on -drive file=QEMU -m 2G -cpu host -vga virtio

Can anyone help me figure out how to increase the VRAM allocation in QEMU?

Solution by lnxtx@feddit.nl qemu-system-x86_64 [...] -vga qxl -global qxl-vga.vram_size_mb=128 -global qxl-vga.ram_size_mb=128