..:: PCSX2 Forums ::..

Full Version: Silent Hill 2 Bug
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I'm trying to play Silent Hill 2, and I get this image: [Image: r6VNxLj.png] Any ideas on how to fix it?
What distro? Gpu? Driver?
(07-08-2015, 05:43 AM)DaTankAC Wrote: [ -> ]What distro? Gpu? Driver?

How do I find this information? I usually have my father work on the programing.
(07-08-2015, 05:43 AM)DaTankAC Wrote: [ -> ]What distro? Gpu? Driver?

The Gpu is 830000uv.
Oh boy. You definitely are not sure. Anyways, open a terminal and type this command. This will help determine the gpu and driver.

glxinfo | grep -i opengl


Here is an example of my output from this command...

[intel-haswell@intel-haswell ~]$ glxinfo | grep -i opengl
OpenGL vendor string: NVIDIA Corporation
OpenGL renderer string: GeForce GTX 650 Ti/PCIe/SSE2
OpenGL core profile version string: 4.4.0 NVIDIA 352.21
OpenGL core profile shading language version string: 4.40 NVIDIA via Cg compiler
OpenGL core profile context flags: (none)
OpenGL core profile profile mask: core profile
OpenGL core profile extensions:
OpenGL version string: 4.5.0 NVIDIA 352.21
OpenGL shading language version string: 4.50 NVIDIA
OpenGL context flags: (none)
OpenGL profile mask: (none)
OpenGL extensions:
OpenGL ES profile version string: OpenGL ES 3.1 NVIDIA 352.21
OpenGL ES profile shading language version string: OpenGL ES GLSL ES 3.10
OpenGL ES profile extensions:
[intel-haswell@intel-haswell ~]$