Maidens of the Kaleidoscope

~Hakurei Shrine~ => Help Me, Eirin! => Tech Support => Topic started by: Nineten on July 26, 2009, 12:58:43 AM

Title: Framerate issue in K 9.04
Post by: Nineten on July 26, 2009, 12:58:43 AM
I know it does say how to fix this but, in Linux. I don't think we have that option.

When i try to play EoSD the game runs at about 3-10 FPS, and when the demo play
pops up (And the Start the game does not show up) it goes down to about 0.42 FPS.

And yes i am using Wine.
Title: Re: Framerate issue in K 9.04
Post by: Momiji on July 26, 2009, 01:46:44 AM
Kubuntu?  What version of Wine are you running?  And do you have HW-accelerated OpenGL working?
Title: Re: Framerate issue in K 9.04
Post by: Nineten on July 26, 2009, 01:55:13 AM
I think it's the lastest stable one and I do not think I have HW-accelerated OpenGL.

Download link?
Title: Re: Framerate issue in K 9.04
Post by: Momiji on July 26, 2009, 02:13:52 AM
http://www.winehq.org/download/deb (http://www.winehq.org/download/deb)

Also, to check your OpenGL setup, open up a terminal and run:

Code: [Select]
glxinfo | grep "direct rendering"
If it's using your videocard, it'll say "direct rendering: Yes".
Title: Re: Framerate issue in K 9.04
Post by: Nineten on July 26, 2009, 02:37:43 AM
It seems the card is working fine....It says yes

The game still works bad, so shound I put in the Open GL program?

Will that fix the frame rate issue?
Title: Re: Framerate issue in K 9.04
Post by: Momiji on July 26, 2009, 02:50:05 AM
It seems the card is working fine....It says yes
Good good.

The game still works bad, so shound I put in the Open GL program?
I don't understand this.  =/

Touhou games use DirectX to render their graphics; Wine translates the DirectX calls to OpenGL, which is then rendered either on your videocard (a.k.a. hardware acceleration) or with Mesa, Linux's software renderer.  Any Linux installation with a graphical desktop will automatically have all of this installed already.

By the way, just for kicks, post the output of "lspci".  You may have to run it as "sudo lspci" if it doesn't work alone.