luyz25 |
Wednesday 26 September 2012 at 16:26
|
luyz25
|
Distribution: Linux Mint 13 Distribution version: 12.04 (Precise) Graphics card: Nvidia, geforce gts 250 1GB Graphics card driver: 304.51 Comments: League Of Legends FPS 20 - 35, and don't have a brasil server em the change region.
But i had a solution (sorry for my english i'm Brazilian and i undestand a little bit english xD)
I do this configuration in game:
Character Quality: High Enviroment Quality: High Effects Quality: Low Wait for Vertical Sync: disabled Shadows: Off Frame Rate Cap: High (i selected 80 fps)
Disable the animation menu. (the market works better)
And i make a script for execute this comand automatic "taskset -p 1 1234 ( 1234 is the number of PID of the "League Of Legends.exe"
This is the script:
while [ TRUE ] do PIDDOJOGO=`pgrep League` taskset -p 1 $PIDDOJOGO sleep 1; done
I execute this script in the terminal and after i play the league of legends.
But in change region don't have a server "Brasil" i need to copy the folder "Riot Games" in my windows partition. =/
|
petch |
Wednesday 26 September 2012 at 18:08
|
petch
|
Hi, Instead of using your side script with taskset, you could use
POL_Shortcut_InsertBeforeWine "League of Legends" 'taskset -pc 0 $$'
once in the PlayOnLinux console and be done with it (I was sure the script did that already, but looking at the sources and history of sources changes proved me wrong...) Edit: actually it doesn't do exactly the same thing, since it forces both Wine and the game to run the one and same processor, whereas your script only forces the game to run on a processor, so comparison could be interesting... Edited by petch
|
luyz25 |
Wednesday 26 September 2012 at 23:22
|
luyz25
|
My game work's in 55 - 70 FPS when i use this script. And the question about the game region? the only options is the euro server, na, and weast...i only play in Brasil server whe i copy the "Riot Games" of the windows 7. Edited by luyz25
|
BTLone |
Sunday 11 November 2012 at 0:25
|
BTLone
|
where and how do I do this..I'm getting very low fps in game
|
LamerTex |
Monday 3 December 2012 at 13:47
|
LamerTex
|
Hi, Instead of using your side script with taskset, you could use [code language=playonlinux] POL_Shortcut_InsertBeforeWine "League of Legends" 'taskset -pc 0 $$' [/code] once in the PlayOnLinux console and be done with it (I was sure the script did that already, but looking at the sources and history of sources changes proved me wrong...)
Edit: actually it doesn't do exactly the same thing, since it forces both Wine and the game to run the one and same processor, whereas your script only forces the game to run on a processor, so comparison could be interesting...
Wine version: 1.5.5 Distribution: Ubuntu
Distribution version: 12.10 Graphics card: Nvidia, geforce 670 Graphics card driver: experimental 310 After this change the game crash before the client show up with an error of the rads_user_kernel.exe Here the complete log of the error if can help: http://pastebin.com/61eRYqMu Before enter: POL_Shortcut_InsertBeforeWine "League of Legends" 'taskset -pc 0 $$'
I didn't have any error... what can I do for go back to the previous script? :)
Edited by LamerTex
|
petch |
Monday 3 December 2012 at 15:34
|
petch
|
You'll have to edit ~/.PlayOnLinux/shortcuts/League of Legends to remove the taskset line
|
LamerTex |
Monday 3 December 2012 at 15:46
|
LamerTex
|
You'll have to edit ~/.PlayOnLinux/shortcuts/League of Legends to remove the taskset line
Perfect, now is working again. Thank you :)
|