Dark souls remastered linux

Dark souls remastered linux

In the last week I’ve been running DS:R via Steam Play (Proton 4.11) on my Arch Linux laptop with Nvidia 1050 Mobile. I use nvman (optimus mode) to handle GPU switching, but most of the time I just boot and stick to Nvidia instead of intel gpu.

For the entire week the game has been running at 50-60FPS smoothly, but as of yesterday when I opened it, performance has tanked. I’m getting 20-25FPS and it feels like the entire game runs in slow motion. Some relevant package versions

local/lib32-nvidia-utils 440.100-1 local/lib32-opencl-nvidia 440.100-1 local/lib32-primus_vk 1.4-1 local/libvdpau 1.4-1 local/libxnvctrl 440.100-1 local/nvidia 440.100-3 local/nvidia-settings 440.100-1 local/nvidia-utils 440.100-1 local/nvman 2.1.0-1 local/opencl-nvidia 440.100-1 local/primus_vk 1.4-1

I run some comparisons with other games to see if their performance has degraded too. Unfortunately I don’t have too many installed but this is what I found out:

Game Runner API Recent Performance Change
MtG Arena Lutris/Wine DXVK 1.7/D3D11 FL 11_1 None
BL2 Steam Play/Proton 4.11 D9VK Lower FPS, smooth
DS:R Steam Play/Proton 4.11 DXVK 1.7-8/D3D11 FL 11_0 Lower FPS, «slow motion/laggy» effect

It is also worth noting that I make sure to run all games with disabled Vsync, which has caused performance issues in that past (probably due to Cinnamon) as well as DXVK_FEATURE_LEVEL=11_1 which didn’t even change the API. I’ve also tried:

  • Checking the Vulcan ICD loader only points to nvidia and not intel (renamed the intel vulkan json files)
  • Verify integrity
  • Other proton version (45)
  • Complete reinstall of DS

EDIT: Fixed by rebuilding the nvidia kernel module ! (or at least that the only thing I tried and after a reboot it’s running fine. )

Источник

Dark souls remastered linux

A modern, desktop-focused Linux distro built from scratch. Official subreddit of the Solus Project and operating system (getsol.us)

I noticed on ProtonDB that there were some Solus users who are experiencing difficulties in getting DSR up and running on Steam. I’m running DSR fairly ok’ish on an ancient C2D E8400 with Geforce GT1030, 8GB RAM and SSD.

Here’s my mini-guide on how to get Dark Souls : Remastered edition to run on SteamPlay.

  1. Login to Steam, go to Settings — Steam Play, check the box «Enable Steam Play for all titles»
  2. There is no need to check the box «Use this tool instead . from Steam»
  3. Restart Steam
  4. Install Dark Souls Remastered
  5. Go to Solus Software Centre and download Winetricks
  6. Go to Linux Steam Integration, turn OFF «Use Native Runtime»
  7. Restart Steam again so that it will install its own runtimes
  8. Open a new terminal window and type «WINEPREFIX=’/home/[YOURUSERNAME]/.local/share/Steam/steamapps/compatdata/570940/pfx’ winetricks»
  9. During winetricks initial installation, you can skip the installers for «Mono» and «Gecko»
  10. Click on «Select Current Prefix», then «Install a Windows Component or DLL»
  11. Search for «vcrun2017» and install it, there’s no need to install anything else
  12. Exit winetricks after installation of vcrun2017
  13. Try and run Dark Souls Remastered
Читайте также:  Отус специализация administrator linux

Remember to check out the latest Dark Souls 1 mod (currently for DS:PtD edition only) — Daughters of Ash

Источник

Dark souls remastered linux

28 авг. 2018 в 11:44

Let me guess. Game opens in a white screen and then closes?
If so, that’s what solved my problem: I needed to install vcrun2017 in order to make it playable.

— You have to install winetricks, and enter the Steam Play prefix for DS:Remaster running this on your terminal:
WINEPREFIX=/home//.steam/steam/steamapps/compatdata/570940/pfx winetricks

— Select «Select the default wineprefix» and then «Install a Windows DLL or component».

— Select «vcrun2017» and click Ok.

— Once you’re back to the winetricks menu, close it and run the game. It worked for me

EDIT: You can do it directly running:

WINEPREFIX=/home//.steam/steam/steamapps/compatdata/570940/pfx winetricks vcrun2017

28 авг. 2018 в 13:08

29 авг. 2018 в 12:45

Let me guess. Game opens in a white screen and then closes?
If so, that’s what solved my problem: I needed to install vcrun2017 in order to make it playable.

— You have to install winetricks, and enter the Steam Play prefix for DS:Remaster running this on your terminal:
WINEPREFIX=/home//.steam/steam/steamapps/compatdata/570940/pfx winetricks

— Select «Select the default wineprefix» and then «Install a Windows DLL or component».

— Select «vcrun2017» and click Ok.

— Once you’re back to the winetricks menu, close it and run the game. It worked for me

I can confirm that «Dark Souls Remastered» runs flawlessly in Ubuntu 18.04 with this method. Thanks. It’s cool that all three dark souls games run in Linux now.

29 авг. 2018 в 17:16

Let me guess. Game opens in a white screen and then closes?
If so, that’s what solved my problem: I needed to install vcrun2017 in order to make it playable.

Читайте также:  All in one emulator linux

— You have to install winetricks, and enter the Steam Play prefix for DS:Remaster running this on your terminal:
WINEPREFIX=/home//.steam/steam/steamapps/compatdata/570940/pfx winetricks

— Select «Select the default wineprefix» and then «Install a Windows DLL or component».

— Select «vcrun2017» and click Ok.

— Once you’re back to the winetricks menu, close it and run the game. It worked for me

30 авг. 2018 в 1:11

Thanks a lot, worked for me too. (Gentoo.) Was amusing that DS:PTD version worked without any tweaks, but ran at ~15fps. Remastered runs at 60fps, hooray for optimization!

15 ноя. 2018 в 18:40

24 янв. 2019 в 3:25

18 апр. 2019 в 19:56

Thanx a lot, it works . @ Kubuntu 19.04 (Dell g3 core i5, Nvidia 1050, Kernel 4.18)

Let me guess. Game opens in a white screen and then closes?
If so, that’s what solved my problem: I needed to install vcrun2017 in order to make it playable.

— You have to install winetricks, and enter the Steam Play prefix for DS:Remaster running this on your terminal:
WINEPREFIX=/home//.steam/steam/steamapps/compatdata/570940/pfx winetricks

— Select «Select the default wineprefix» and then «Install a Windows DLL or component».

— Select «vcrun2017» and click Ok.

— Once you’re back to the winetricks menu, close it and run the game. It worked for me

EDIT: You can do it directly running:

WINEPREFIX=/home//.steam/steam/steamapps/compatdata/570940/pfx winetricks vcrun2017

19 апр. 2019 в 13:14

Tried to do the same to play DS: Remastered WINEPREFIX=/home/[path]/steamapps/compatdata/570940/pfx winetricks

I try to install vcrun2017 and it gives me this errors:

1. Working around wine bug 37781
2. This may fail in non-XP mode, see https://bugs.winehq.org/show_bug.cgi?id=37781
3. Running /usr/bin/wineserver -w. This will hang until all wine processes in prefix=/home/[path]/steamapps/compatdata/570940/pfx terminate
4. Note: command wine VC_redist.x86.exe returned status 193. Aborting.

Note: command wine VC_redist.x86.exe returned status 193. Aborting.

6 мая. 2019 в 16:16

Tried to do the same to play DS: Remastered WINEPREFIX=/home/[path]/steamapps/compatdata/570940/pfx winetricks

I try to install vcrun2017 and it gives me this errors:

1. Working around wine bug 37781
2. This may fail in non-XP mode, see https://bugs.winehq.org/show_bug.cgi?id=37781
3. Running /usr/bin/wineserver -w. This will hang until all wine processes in prefix=/home/[path]/steamapps/compatdata/570940/pfx terminate
4. Note: command wine VC_redist.x86.exe returned status 193. Aborting.

Читайте также:  Parental control linux mint

Note: command wine VC_redist.x86.exe returned status 193. Aborting.

Источник

Dark souls remastered linux

Showing entry 1 to 25 of 29046

Submission Date Submitter Developer Application Version Has Maintainer
September 10 2006 08:50:18 an anonymous user Valve L.L.C. Half-Life 1.1.1.2 (WON2) YES
January 21 2007 12:13:47 an anonymous user Microsoft Internet Explorer 3.01 YES
February 07 2005 17:40:08 an anonymous user Microsoft Internet Explorer 5.0 (32-bit) YES
January 21 2007 12:21:24 an anonymous user Microsoft Internet Explorer 2.0 YES
February 07 2005 17:40:08 an anonymous user Adobe Systems Incorporated Adobe Photoshop 5.0 YES
February 07 2005 17:40:08 an anonymous user Embarcadero Technologies, Inc. Delphi 5 No
February 07 2005 17:40:08 an anonymous user The MathWorks Matlab 5.3 (R11) No
May 07 2005 09:20:10 an anonymous user Microsoft Visual C++ 6.0 No
February 07 2005 17:40:08 an anonymous user Forté Forte Agent Newsreader 1.8 No
February 07 2005 17:40:08 an anonymous user Eudora Eudora 5.1 No
July 07 2007 09:20:50 an anonymous user Interplay Entertainment Corp. Fallout 1.x YES
February 10 2006 07:03:11 an anonymous user Bungie Studios Myth: The Fallen Lords 1.4 No
February 07 2005 17:40:08 an anonymous user Microsoft Microsoft Money 2000 No
February 07 2005 17:40:08 an anonymous user America Online (AOL) America Online (AOL) 6.0 No
February 15 2005 12:26:21 an anonymous user Microsoft Microsoft FrontPage 2000 YES
February 07 2005 17:40:08 an anonymous user Microsoft Microsoft Outlook 2000 YES
February 07 2005 17:40:08 an anonymous user Microsoft Microsoft Word 2000 YES
May 26 2007 20:03:28 an anonymous user Microsoft Microsoft Word ’97 YES
February 07 2005 17:40:08 an anonymous user Microsoft Microsoft Word ’95 YES
February 07 2005 17:40:08 an anonymous user Microsoft Microsoft PowerPoint 2000 YES
May 26 2007 20:26:08 an anonymous user Microsoft Microsoft PowerPoint ’97 YES
February 07 2005 17:40:08 an anonymous user Microsoft Microsoft Excel ’97 YES
February 07 2005 17:40:08 an anonymous user Microsoft Microsoft Excel ’95 YES
February 07 2005 17:40:08 an anonymous user Adobe Systems Incorporated Adobe Animate Flash 5 YES
February 07 2005 17:40:08 an anonymous user Adobe Systems Incorporated Adobe Photoshop 5.5 YES

Privacy Policy
If you have a privacy inquiry regarding this site, please write to privacy@winehq.org

Источник

Оцените статью
Adblock
detector