DOOM Demo does not start: Ubuntu 20.04; GTX 1050

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
Nightshift
Newbie
Newbie
Posts: 1
Joined: Mon Feb 15, 2021 2:29 pm

DOOM Demo does not start: Ubuntu 20.04; GTX 1050

Post by Nightshift »

Hello Wine community. Hoping this is an easy problem. This is my first ever post. I'll try to be complete.

I have an Acer Nitro 5 on which I've installed Ubuntu 20.04 LTS. Other specs include:

Processor: Intel i5-9300H @ 2.40GHz x 8
Memory: 7.6GB
Graphics: NVIDIA GeForce GTX 1050
Driver: nvidia-driver-460

All my efforts thus far to get ANY game to run have produced results between simply unplayable (with the Nouveau driver) and immediate crashes (with nvidia drivers).

I download games through Steam. On Steam I read about Steam Play and Proton and their debut efforts with DOOM. In pursuit of my first success, I enabled Steam Play and Proton and downloaded the DOOM Demo (app id 479030). After multiple crashes, I downloaded and installed wine-6.0. Attempts to run via wine were little better, crashes occur in a couple seconds vs. 20-30 seconds. Does anyone have any thoughts on how to proceed? I am ready to try a range of things if someone can provide any pointers. There is some additional info below. Thanks.

----

nightshift@nitro:~/.steam/steam/steamapps/common/DOOM Demo$ ubuntu-drivers devices
== /sys/devices/pci0000:00/0000:00:01.0/0000:01:00.0 ==
modalias : pci:v000010DEd00001C91sv00001025sd00001332bc03sc00i00
vendor : NVIDIA Corporation
model : GP107M [GeForce GTX 1050 3 GB Max-Q]
driver : nvidia-driver-450-server - distro non-free
driver : nvidia-driver-460 - distro non-free recommended
driver : nvidia-driver-418-server - distro non-free
driver : nvidia-driver-450 - distro non-free
driver : xserver-xorg-video-nouveau - distro free builtin

nightshift@nitro:~/.steam/steam/steamapps/common/DOOM Demo$
nightshift@nitro:~/.steam/steam/steamapps/common/DOOM Demo$ nvidia-smi | grep Driver
| NVIDIA-SMI 460.32.03 Driver Version: 460.32.03 CUDA Version: 11.2 |
nightshift@nitro:~/.steam/steam/steamapps/common/DOOM Demo$
nightshift@nitro:~/.steam/steam/steamapps/common/DOOM Demo$ wine --version
wine-6.0
nightshift@nitro:~/.steam/steam/steamapps/common/DOOM Demo$ echo $WINEDEBUG
warn+all
nightshift@nitro:~/.steam/steam/steamapps/common/DOOM Demo$ wine
base/ DOOMx64.exe DOOMx64vk.exe fontconfig/ virtualtextures/
nightshift@nitro:~/.steam/steam/steamapps/common/DOOM Demo$ wine DOOMx64vk.exe
0034:fixme:font:get_name_record_codepage encoding 20 not handled, platform 1.
0034:fixme:font:get_name_record_codepage encoding 20 not handled, platform 1.
0064:fixme:font:get_name_record_codepage encoding 20 not handled, platform 1.
0064:fixme:font:get_name_record_codepage encoding 20 not handled, platform 1.
006c:fixme:font:get_name_record_codepage encoding 20 not handled, platform 1.
006c:fixme:font:get_name_record_codepage encoding 20 not handled, platform 1.
INTEL-MESA: warning: Performance support disabled, consider sysctl dev.i915.perf_stream_paranoid=0

INTEL-MESA: warning: Performance support disabled, consider sysctl dev.i915.perf_stream_paranoid=0

002c:fixme:font:get_name_record_codepage encoding 20 not handled, platform 1.
002c:fixme:font:get_name_record_codepage encoding 20 not handled, platform 1.
00f4:fixme:font:get_name_record_codepage encoding 20 not handled, platform 1.
00f4:fixme:font:get_name_record_codepage encoding 20 not handled, platform 1.
00fc:fixme:font:get_name_record_codepage encoding 20 not handled, platform 1.
00fc:fixme:font:get_name_record_codepage encoding 20 not handled, platform 1.
00f4:fixme:heap:RtlSetHeapInformation 0000000001780000 0 000000000031E900 4 stub
00f4:fixme:ver:GetCurrentPackageId (000000000030DFC0 0000000000000000): stub
nightshift@nitro:~/.steam/steam/steamapps/common/DOOM Demo$
nightshift@nitro:~/.steam/steam/steamapps/common/DOOM Demo$ echo $?
255
nightshift@nitro:~/.steam/steam/steamapps/common/DOOM Demo$
Locked