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 :)

  • burgersc12
    link
    fedilink
    English
    arrow-up
    6
    ·
    25 days ago

    For Steam Deck and AMD processors:

    1. Run in terminal sudo nano /etc/default/grub Replace nano with the text editor you are using.
    2. Find the line GRUB_CMDLINE_LINUX_DEFAULT
    3. Add clearcpuid=514 inside the quotes.
    4. 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.
    5. Reboot the system.
    6. Play!

    Doing this helped me, running archlinux so i used systemd-boot instead of grub.