• 0 Posts
  • 25 Comments
Joined 1 year ago
cake
Cake day: June 21st, 2023

help-circle







  • WARNING KVM acceleration not available, using 'qemu'

    That’s related to hardware virtualisation, like the other person said, check that it’s enabled.

    WARNING Using --osinfo generic, VM performance may suffer. Specify an accurate OS for optimal results.

    This is related to --os-variant=generic, I don’t remember what Home Assistant OS is based off, but find out and pick an option from virt-install --os-variant list, otherwise use linux2022.

    ERROR internal error: Could not run '/usr/bin/swtpm_setup'.

    I’m not sure why it’s attaching a TPM, but I believe --tpm clearxml=true should remove it.




  • SteveTech@programming.devtoLinux@lemmy.mlHelp with Custom EDID
    link
    fedilink
    English
    arrow-up
    0
    ·
    edit-2
    3 months ago

    how do i do that?

    Probably by editing your GRUB config or whatever bootloader you’re using.

    Here is the EDID

    Thanks, that should be enough I’ll have a look when I’m free. Also something like get-edid > monitor.bin would probably be easier for me though.

    Edit: I’ve had a look, I can’t see any issues. Both checksums validate correctly and it advertises audio support. As you’ve probably seen in edid-decode, I’d expect it to show as ‘SONY TV’ (or at least for KDE ‘Sony SONY TV’ I believe).