Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Haunting Ground HW problems #1486

Open
GoogleCodeExporter opened this issue Apr 15, 2015 · 9 comments
Open

Haunting Ground HW problems #1486

GoogleCodeExporter opened this issue Apr 15, 2015 · 9 comments

Comments

@GoogleCodeExporter
Copy link

1) Did the game ever work correctly (i.e. not have this problem) on the
Official PCSX2 build or an earlier version of PCSX2 playground?
It works, but with /log depth hack/ on I can`t see Title game and maps, without 
it I can see all that, but textures flickering.

2) What steps will reproduce the problem?
1. Change settings in menu
2. In January I did not have such problem, before 5826.

3) What exactly happens when you experience this issue (listing any console
errors or screen output you receive)?


4) What version of PCSX2 are you using? On what operating system? Plugins?
1.2.2. Lubuntu 14.04. kernel 3.14rc5. Mesa 10.1dev. GSdx HW.

Original issue reported on code.google.com by [email protected] on 11 Mar 2014 at 1:00

@GoogleCodeExporter
Copy link
Author

Original comment by refraction on 11 Mar 2014 at 1:05

@GoogleCodeExporter
Copy link
Author

Could you disable geometry shader. Open GSdx gui setting, go to advance tabs 
and force-disabled geometry shader. If you can tell me exactly which revision 
broke your game it will help me.

Original comment by [email protected] on 13 Mar 2014 at 5:39

@GoogleCodeExporter
Copy link
Author

I force disable all that, not only Geometry shader, because my GPU support only 
GL_ARB_shading_language_420pack & GL_ARB_texture_storage (from 12 extentions of 
terminal output pcsx2). In auto mode & force enabled only black screen. My GPU 
support only GL 3.3(Radeon 4270).

Original comment by [email protected] on 16 Mar 2014 at 9:47

@GoogleCodeExporter
Copy link
Author

Only change geometry shader, no others option. In theory your GPU support 
geometry shader but AMD/Nvidia/Opensource driver got 3 differents 
implementation of geometry shader (or my code is just buggy). So you need to 
force disable gemotry shader.

Original comment by [email protected] on 17 Mar 2014 at 9:03

@GoogleCodeExporter
Copy link
Author

[deleted comment]

@GoogleCodeExporter
Copy link
Author

The same black screen in Title and maps can`t display in select menu(other 
options in select menu I see). At this moment all my GPU extentions, as from 
mesa dev are compatible(based on GL3.txt: r600, GL 3.2, Geometry shaders  DONE 
() ). Kernel 3.15 would have only VRAM optimizations and some others. About 
version: I use PPA on Launchpad. In version 5826 and 5863 any graphical bugs, 
but in 5826 widescreen hacks not work. Next I set new version of Ubuntu and 
pcsx2 1.2.2 from Launchpad. How much shaders affect on FPS? I play only in 
native resolution, sometimes FPS drops to 13-15 FPS, most time 18-22.

Original comment by [email protected] on 18 Mar 2014 at 12:57

@GoogleCodeExporter
Copy link
Author

Implemented/compatible doesn't mean bug free. What do you mean by shader, you 
mean upscaling. Currently Mesa driver is CPU limited even on GPU limited game. 
GSdx need lots of CPU power so Mesa is quite slow.

Original comment by [email protected] on 19 Mar 2014 at 8:14

@GoogleCodeExporter
Copy link
Author

Yes, you right. At this moment Mesa driver is not so powerful. I have Windows 
also on my notebook. I compare that's, so Mesa 10.2dev with HyperZ on(disabled 
by default in addition with problems) take 70-75% of DX10 on Win with Catalyst. 
Maybe it's strange, but OGL on Win has the same problems with geometry 
shaders(black screen in any part of the game, and I don't see function to 
disable shaders in Win version(5928)), even in ini file.

Original comment by [email protected] on 21 Mar 2014 at 11:29

@GoogleCodeExporter
Copy link
Author

On window, edit the ini file and add the following:
override_geometry_shader = 0

GSdx ogl was entirely done on linux. So it is less refined on windows :p Mesa 
begin to support Geometry Shader. When I have time I will try to install mesa 
on my system and check the behavior of geometry shader. For the moment my 
advice is to disable GS. Besides it is less useful on opengl (only for 2D 
sprite actually) than DX (all geometry).

Original comment by [email protected] on 22 Mar 2014 at 9:19

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant