Lach

Results 227 comments of Lach

You can check that by using edid-decode: ``` > edid-decode /sys/class/drm/card1-DP-3/edid Block 1, DisplayID Extension Block: Version: 2.0 Extension Count: 0 Display Product Primary Use Case: Head-mounted Virtual Reality (VR)...

> I just came across this issue when trying to upgrade my kernel. So are the other patches (0002-drm-edid-parse-DRM-VESA-dsc-bpp-target_fix.patch and 0003-drm-amd-use-fixed-dsc-bits-per-pixel-from-edid.patch) also not needed anymore? Those are needed for modes...

> I'm using the same sort_key in the [systemd-boot builder](https://github.com/NixOS/nixpkgs/blob/4b7761bf83b112ec866ea7e482ab32b5a3ffaf45/nixos/modules/virtualisation/xen-dom0.nix#L145-L149). Due to the (with Xen Hypervisor) in parenthesis right next to the normal title, systemd-boot bumps it higher up in...

> I asked Ryan Lahfa in the Bootspec room when I was figuring out the stuff needed for the systemd-boot builder, and they mentioned that you can look into the...

For reference, current `bootctl list` output, where primary system has xen enabled, and noxen specialization has xen disabled. The ordering in bootctl list matches one in bootloader. ``` type: Boot...

Marking as ready for review, as I don't plan to change too much implementation-wise here. I have experimented with adding hash validation to xen.efi, making it possible to not embed...

> That was the original idea before the UKI shenanigans in https://github.com/NixOS/nixpkgs/pull/324911. This isn't an ideal solution, as it's expected that end users be able to roll back to a...

How it may look in bootspec: ```jsonnet // Defined in top-level boot.json, no-op if defined on specialization level. "org.nix-community.lanzaboote.extra-entries": { // Enabling xen in nixos will make two bootloader entries...

@gador The thing I posted is for the better, future implementation of the same functionality. Xen itself will just work if you use lanzaboote built from this PR, no changes...

Rebased & matched behavior with nixpkgs implementation - it is now produces two boot entries per generation if xen is enabled.