Mathias
Blockchain Policy Advocate
2
MONTHS
2 2 MONTHS OF SERVICE
LEVEL 2
1000 XP
Hi there.
This guide works only for FOSS(open-source) drivers.
How to make ultra smooth 60fps under wine?
You need:
1. Latest mesa drivers
2. Some time
3. A cup or two of coffee
Archlinux is preffered in this guide.
1. You need to alter your makepkg config to make sure you compiler will optimize wine to your CPU
It is located under /etc/makepkg.conf
Open it in your favorite text editor
Make sure cxxflags and cflags looks like
CFLAGS="-march=native -O2 -pipe -fstack-protector-strong"
CXXFLAGS="-march=native -O2 -pipe -fstack-protector-strong"
2. I assume you have already installed yaourt(or another aur package manager). There are plenty guides how to do that.
Install wine-gaming-nine package from aur using yaourt:
yaourt -S wine-gaming-nine
This will take 30minutes or so.
3. Launch winecfg from console. Go to staging tab and enable "gallium"
4. If you have installed LoL already - skip this step.
If you don't have PlayOnLinux package - install it:
yaourt -S playonlinux
Then launch.
Use "install" button to install LoL
5. Choose League of Legends bottle and click "configure" on the left. Don't mix up it with "configure wine"
Then in "wine version" choose "System"
Close and then run League of Legends.
6. Have fun.
This guide works only for FOSS(open-source) drivers.
How to make ultra smooth 60fps under wine?
You need:
1. Latest mesa drivers
2. Some time
3. A cup or two of coffee
Archlinux is preffered in this guide.
1. You need to alter your makepkg config to make sure you compiler will optimize wine to your CPU
It is located under /etc/makepkg.conf
Open it in your favorite text editor
Make sure cxxflags and cflags looks like
CFLAGS="-march=native -O2 -pipe -fstack-protector-strong"
CXXFLAGS="-march=native -O2 -pipe -fstack-protector-strong"
2. I assume you have already installed yaourt(or another aur package manager). There are plenty guides how to do that.
Install wine-gaming-nine package from aur using yaourt:
yaourt -S wine-gaming-nine
This will take 30minutes or so.
3. Launch winecfg from console. Go to staging tab and enable "gallium"
4. If you have installed LoL already - skip this step.
If you don't have PlayOnLinux package - install it:
yaourt -S playonlinux
Then launch.
Use "install" button to install LoL
5. Choose League of Legends bottle and click "configure" on the left. Don't mix up it with "configure wine"
Then in "wine version" choose "System"
Close and then run League of Legends.
6. Have fun.