Graphic cards problems on Lubuntu

Questions about Wine on Linux
Locked
3691e
Newbie
Newbie
Posts: 1
Joined: Sun Jun 09, 2019 1:42 pm

Graphic cards problems on Lubuntu

Post by 3691e »

Hi everyone,
I have this problem when I try to run Silent Hill 3 from Wine on Lubuntu 18.10:
This game requires a video card with a minum of 32MB VRAM and programmable Vertex/Pixel Shader support. This application will now close.
Basically Wine doesn't seem to recognize the 128MB nVidia graphic card (Go 6400) installed on my old laptop.
Does anyone know how to sort it out ?
Attachments
crash.png
crash.png (5.52 KiB) Viewed 768 times
User avatar
Bob Wya
Level 12
Level 12
Posts: 3068
Joined: Sat Oct 16, 2010 7:40 pm

Re: Graphic cards problems on Lubuntu

Post by Bob Wya »

@3691e

We won't be able to do anything, with a screenshot of an error message.

Please can you post a Wine terminal log, with the following debug channel set:

Code: Select all

export WINEDEBUG=+wgl
wine sh3.exe &> ~/wine_staging_4.9_wgl_log.txt
See: WineHQ FAQ: 10.1.1 How can I get a debugging log (a.k.a. terminal output)?

Remember to cd - change directory - to the working directory for the game first!
See: WineHQ Wiki: Wine User's Guide: 3 Using Wine.

Please can you also post the output from:

Code: Select all

glxinfo -B
Please use Code tags, if posting a terminal log (or commands), in a forum post:

Code: Select all

...
Thanks
Bob
Locked