Author Topic: Framerate issue in K 9.04  (Read 5382 times)

Nineten

Framerate issue in K 9.04
« 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.

Momiji

  • Cya
Re: Framerate issue in K 9.04
« Reply #1 on: July 26, 2009, 01:46:44 AM »
Kubuntu?  What version of Wine are you running?  And do you have HW-accelerated OpenGL working?

Nineten

Re: Framerate issue in K 9.04
« Reply #2 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?

Momiji

  • Cya
Re: Framerate issue in K 9.04
« Reply #3 on: July 26, 2009, 02:13:52 AM »
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".

Nineten

Re: Framerate issue in K 9.04
« Reply #4 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?

Momiji

  • Cya
Re: Framerate issue in K 9.04
« Reply #5 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.
« Last Edit: July 26, 2009, 02:51:37 AM by Momiji »