• 0 Posts
  • 16 Comments
Joined 1 year ago
cake
Cake day: July 11th, 2023

help-circle

  • Wayland support wasn’t working with NVIDIA and commenting out the suspend / resume checks (that can disable Wayland) fixed it. This was early - possibly F40 beta so it may not be necessary anymore but everything still works.

    cp /usr/lib/udev/rules.d/61-gdm.rules /etc/udev/rules.d/61-gdm.rules
    

    Comment out the suspend / resume tests in /etc/udev/rules.d/61-gdm.rules. Any issues delete /etc/udev/rules.d/61-gdm.rules.

    Create alias to check if current session is Wayland:

    alias iswayland='loginctl show-session 2 -p Type | awk -F= '\''{print $2}'\'''
    













  • The encryption key is stored in the luks header on the disk and the phrase or key to open the encryption key can be entered at boot or after via the keyboard or from a file (usually a usb drive). So long as the luks header and encrypted data are not damaged and so long as you have the phrase or key that opens the encryption key it should survive the move. Take a dd backup of the disk just in case.