Jump to content
2 hours ago, Slo2025 said:

Is it possible to run MSI Afterburner with Wine? Fraps works fine.


Linux is not Windows, if you want to use Linux then use native software.

Software running in WINE can not interact with hardware or other Linux Applications, it's also not a reliable way to run software in general.


On Screen Stats

Overclocking

Screen Recording

Link to comment
https://linustechtips.com/topic/1625301-linux-mint-wine/#findComment-16817067
Share on other sites

Link to post
Share on other sites

9 minutes ago, Slo2025 said:

Can i use MangoHud with Wine?

Yes, You can, But if you want to play games I recommend to use Lutris with GE-Proton

A PC Enthusiast since 2011
AMD Ryzen 7 5700X@4.65GHz | GIGABYTE RTX 3080 GAMING OC | 4x 8GB Micron Rev.E (D9VPP) 3800MHz 16-19-14-21-58
Link to comment
https://linustechtips.com/topic/1625301-linux-mint-wine/#findComment-16817249
Share on other sites

Link to post
Share on other sites

7 hours ago, Slo2025 said:

Can i use MangoHud with Wine?

I will note that Google should be able to quickly and succinctly answer this type of question. If you can’t find it with a search then by all means feel free to post here, but if the answer’s out there somewhere there’s little sense in waiting several hours to get a reply. 

Currently Playing: Doom (2016)

Currently Listening To: Proof, Led Zeppelin 

 

 

 

Hardware/Software: running old laptop with Ubuntu Server to run copyparty and a Terraria server, Steam Deck and high-ish end Windows 11 PC for gaming and content creation, Dell Inspiron laptop running Arch for school. Diehard iOS user, I lowkey want a mac too
PS5/PS2/PS1/Xbox/Xbox 360/Xbox One/Wii/N64/Switch/Powkiddy V90/

 


 

 

Link to comment
https://linustechtips.com/topic/1625301-linux-mint-wine/#findComment-16817353
Share on other sites

Link to post
Share on other sites

There's a trick.

 

Install Wine with:

 

sudo mkdir -pm755 /etc/apt/keyrings
wget -O - https://dl.winehq.org/wine-builds/winehq.key | sudo gpg --dearmor -o /etc/apt/keyrings/winehq-archive.key -

 

Noble

Ubuntu 24.04 & Linux Mint 22

 

sudo dpkg --add-architecture i386

 

sudo wget -NP /etc/apt/sources.list.d/ https://dl.winehq.org/wine-builds/ubuntu/dists/noble/winehq-noble.sources

 

sudo apt update

 

sudo apt install --install-recommends winehq-stable

 

 

Remove Wine with:

 

sudo apt purge winehq-stable

 

Install Wine again with:

 

sudo apt install wine

 

Install Wine again:

 

sudo apt install --install-recommends winehq-stable

 

And now you have (Open With Windows Loader).

 

 

https://gitlab.winehq.org/wine/wine/-/wikis/Debian-Ubuntu

 

 

If you don't install Wine with: sudo apt install wine, NONE Games are not working (DirectX 9 not installed).

Link to comment
https://linustechtips.com/topic/1625301-linux-mint-wine/#findComment-16819255
Share on other sites

Link to post
Share on other sites

8 hours ago, Slo2025 said:

There's a trick.

There's no trick here. All this does is make upstream Wine, which may be newer, available to your Debian / Ubuntu installation. This may or may not be beneficial, depending on what you want to achieve.

Linux makes life better, breathes fresh life into older hardware and reduces e-waste. Adopt a penguin today! 🐧

OS of choice: Debian (server) | Gentoo (desktop/laptop) | Fedora (laptop)

Link to comment
https://linustechtips.com/topic/1625301-linux-mint-wine/#findComment-16819373
Share on other sites

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×