Advertisement
martadinata

Wfsetup

Jan 13th, 2019
126
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.77 KB | None | 0 0
  1. as the other one which using linux to play warframe (Ubuntu 18.10) with ryzen 2400g, well i can reach 60fps. I can't tell its super stable (even on windows) pretty much random crash happen. But i can tell TS that i can play warframe 2hrs long straight hunting the spider.
  2.  
  3. Few things for consideration to run Warframe + dxvk + wine is
  4.  
  5. 1. enable 32bit architecture
  6. $sudo dpkg --add-architecture i386
  7.  
  8. 1. Wine staging (WINE PPA), and winetricks : https://wiki.winehq.org/Ubuntu
  9. 2. Run winecfg 'usually u will asked to install wine-mono and wine-gecko' just press yes.
  10.  
  11. 2. Vulkan drivers (Ubuntu 18.10 is fine) as supported LLVM at ver 7 (Full read here https://github.com/lutris/lutris/wiki/How-to:-DXVK)
  12. $sudo apt install mesa-vulkan-drivers mesa-vulkan-drivers:i386
  13.  
  14. 4. get the files here https://gitlab.com/GloriousEggroll/warframe-linux
  15.  
  16. 5. in my case i dont use the install.sh
  17.  
  18. 6. i'm using standalone warframe
  19.  
  20. 7. Patch wine to use dxvk (read the manual) practically not patch by recompile, this just enable dxvk by replacing dll files
  21. $winetricks --force setup_dxvk.verb
  22.  
  23. 8. patch wine audio dll to support audio (in my experience) many crashed come from the unpatched audio dlls (read the manual) again this just dlls replace
  24. $chmod a+x wine_setup_native
  25. $wine_setup_native
  26.  
  27. 9. use the cache from eggroll to prevent self caching, helpfull for prevent stutter due the caching things
  28. usually the dxvk cache just laying around in home dir. Just replace the Warframe.x64.dxvk-cache in your home with the one from eggroll.
  29.  
  30. 10. Try run the launcher, if the still crashing u need this .NET https://www.microsoft.com/en-us/download/details.aspx?id=55167
  31. Ver 4.7
  32.  
  33. 11. If success the launcher will run, 2nd time and next time launch use the Launcher.exe from the Application Data.
  34. $wine ./.wine/drive_c/users/dedyms/Local\ Settings/Application\ Data/Warframe/Downloaded/Public/Tools/Launcher.exe
  35.  
  36. 12. This some tweak placed in ~/.zshrc or ~/.bashrc
  37. export DXVK_HUD=devinfo,fps,pipelines,memory,version
  38. export DXVK_STATE_CACHE_PATH=/home/dedyms/.dxvk/
  39. export DXVK_LOG_PATH=/home/dedyms/.dxvk/
  40. export DXVK_ASYNC=1
  41. export PULSE_LATENCY_MSEC=60
  42. export __GL_THREADED_OPTIMIZATIONS=1
  43. export MESA_GLTHREAD=TRUE
  44. export PBA_DISABLE=1
  45.  
  46.  
  47. N/B ryzen 2400g using amdgpu driver which don't need the nomodeset thing in kernel. if this nomodeset enabled, i lose the vulkan capabilities
  48.  
  49. i dont know what is ur system is. but basically that is that i do. 
  50.  
  51. some screenshot imgs
  52. https://drive.google.com/open?id=19rP4mJkhTGUrVoczfmage97XKFpjGr1W
  53. https://drive.google.com/open?id=1IjMMw4mKL5blQZS9U5ZDEnT5mCsP2my8
  54. https://drive.google.com/open?id=1497qIkOQ_BnsHEcjQaPe-lCUM_d1a_3B
  55. https://drive.google.com/open?id=1T9ojk5FyE1yYzALHevnqRIKTKK17BWSp
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement