I have decided to switch to Linux Mint from windows. I don’t use computer for work that much. And for my personal use I’m switching to Linux Mint. I have heard a lot about it. So giving it a try. I know about emulating windows in linux to play window games. But how do you use cracks and stuff?? Does emulating also access my 100% graphics card or less? I want to know about all these. Please people in my condition help. Thanks in advance :)
Is one of them hogwarts legacy? I’ve been fighting with that for 2 days and no luck. I’ve gotten closest with lutris but still no launch.
For Steam Deck and AMD processors:
- Run in terminal sudo nano /etc/default/grub Replace nano with the text editor you are using.
- Find the line GRUB_CMDLINE_LINUX_DEFAULT
- Add clearcpuid=514 inside the quotes.
- Update the settings with sudo update-grub for Ubuntu/Mint and similar or sudo grub-mkconfig -o /boot/grub/grub.cfg for Arch and the like.
- Reboot the system.
- Play!
Doing this helped me, running archlinux so i used systemd-boot instead of grub.