Disable Pixel Shader.

Questions about Wine on Linux
Locked
Swahlz
Newbie
Newbie
Posts: 2
Joined: Mon Mar 03, 2014 6:53 pm

Disable Pixel Shader.

Post by Swahlz »

Hi guys, i have installed Wine to play Grand Fantasia on a computer with Ubuntu 13.10 on it and i'm having a problem with Pixel Shader because you need it disabled so the game can render the character body and the monsters. But when i type winecfg and go to graphics tab i can't see that bar with the option to disable pixel shader. I only have window options and resolution options.

My PC specs:

i5 4430
GA-H87M-HD3
4GB RAM

I don't use a graphics card because the i5 integrated GPU HD4600 serves me well.
User avatar
dimesio
Moderator
Moderator
Posts: 13367
Joined: Tue Mar 25, 2008 10:30 pm

Re: Disable Pixel Shader.

Post by dimesio »

It was removed from winecfg a long time ago. You can still disable it in the registry. http://wiki.winehq.org/UsefulRegistryKeys
Swahlz
Newbie
Newbie
Posts: 2
Joined: Mon Mar 03, 2014 6:53 pm

Re: Disable Pixel Shader.

Post by Swahlz »

So did i.
HKEY_CURRENT_USER
SOFTWARE
WINE
APPDEFAULTS
GRAND FANTASIA.EXE

I created a new key with name Direct3D and then created a Dword in this key named MaxShaderModelIPS and setted the value to 0. But still not working.

I have done everything correctly? Help me solve this, please.
User avatar
dimesio
Moderator
Moderator
Posts: 13367
Joined: Tue Mar 25, 2008 10:30 pm

Re: Disable Pixel Shader.

Post by dimesio »

Swahlz wrote:this key named MaxShaderModelIPS
The key should be named MaxShaderModelPS (there is no "I" in it).
Locked