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

help-circle


  • SteveTech@programming.devtoLinux@lemmy.mlHelp with Custom EDID
    link
    fedilink
    English
    arrow-up
    1
    ·
    edit-2
    8 days 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).

















  • How can I do that with dpkg(1)?

    You can install .deb files with apt by prepending a ./, e.g. sudo apt install --no-install-recommends ./docker-desktop-4.30.0-amd64.deb would work. I usually avoid using dpkg unless I have to.

    Also:

    • That deb file is for docker desktop, which you said you didn’t want?
    • Is insapp an alias or something?
    • You were running sudo apt-get install -f before, was your install already broken?

  • Your description is mildly confusing to read, could you provide a list of commands? You can check history for this.

    Sometimes APT can auto install recommended packages, adding --no-install-recommends disables this temporarily.

    Edit: Also you’re using PopOS which is Ubuntu based, usually using Debian packages isn’t an issue on Ubuntu, but sometimes it is, and something like docker should have an Ubuntu version.