Originally posted by kaprikawn
View Post
Announcement
Collapse
No announcement yet.
Borderlands 2 Launches On Steam For Linux
Collapse
X
-
-
Doesn't work on RadeonSI + HD7850
Originally posted by user82 View PostMine had a bug that massively influenced visual quality.
Thanks to someone on steam I found out that in the file
Code:~/.local/share/aspyr-media/borderlands 2/willowgame/config/willowengine.ini
Code:DynamicLights
Code:False
Code:True
However, I also can't investigate because the system is completely dead after this. Running HD7850 on ArchLinux x86_64, Kernel 3.16.3, mesa 10.3, LLVM 3.5.
Comment
-
geforce 560 ti
By default i have ~ 50 fps in start menu.
With this launch options in steam: LD_PRELOAD="libpthread.so.0 libGL.so.1" __GL_THREADED_OPTIMIZATIONS=1 %command% I have around 70 fps in start menu and around 40 fps in game. If i additionaly disable dynamic shadows and lights i have 90fps but game colors look ugly.
Comment
-
I forgot mention that i use ubuntu 14.04 and this script to start steam:
if [ $# -ge 1 ]; then
game="$(which $1)"
openbox="$(which openbox)"
tmpgame="/tmp/tmpgame.sh"
export DISPLAY=:1.0
export ALSA_DEFAULT_PCM="duplex"
echo -e "${openbox} &\ncompton &\n${game}" > ${tmpgame}
echo "starting ${game}"
xinit ${tmpgame} -- :1 || exit 1
else
echo "not a valid argument"
fi
don't forget to install compton
Comment
-
Originally posted by lokinv560ti View PostBy default i have ~ 50 fps in start menu.
With this launch options in steam: LD_PRELOAD="libpthread.so.0 libGL.so.1" __GL_THREADED_OPTIMIZATIONS=1 %command% I have around 70 fps in start menu and around 40 fps in game. If i additionaly disable dynamic shadows and lights i have 90fps but game colors look ugly.
Comment
-
Originally posted by user82 View PostMine had a bug that massively influenced visual quality.
Thanks to someone on steam I found out that in the file
Code:~/.local/share/aspyr-media/borderlands 2/willowgame/config/willowengine.ini
Code:DynamicLights
Code:False
Code:True
No idea what it performs like in windows!
Not noticed ant stutters.
Any particular areas this happens?
If you want to see your FPS you will need to enable the console key in the ini.
Code:.local/share/aspyr-media/borderlands 2/willowgame/config/willowinput.ini
Code:ConsoleKey=Undefined
Code:ConsoleKey=Tidle
Code:stat fps
Comment
Comment