Re: wine-staging
Reply #5 –
Sorry that's my mistake. I forgot that it's listed differently in the grub menu. Instead, you should see a line somewhere that starts off with "linux" and it's followed by some parameters. That's where you put "nomodeset." Here's a snippet of mine as an example.
echo 'Loading Linux linux-ck ...'
linux /vmlinuz-linux-ck root=/dev/mapper/MyVol-root rw cryptdevice=/dev/sda2:cryptolvm quiet nvidia-drm.modeset=1 nomodeset
echo 'Loading initial ramdisk ...'
initrd /initramfs-linux-ck.img
Of course, you only need to put "nomodeset" in there.