Maidens of the Kaleidoscope
~Hakurei Shrine~ => Help Me, Eirin! => Tech Support => Topic started 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.
-
Kubuntu? What version of Wine are you running? And do you have HW-accelerated OpenGL working?
-
I think it's the lastest stable one and I do not think I have HW-accelerated OpenGL.
Download link?
-
http://www.winehq.org/download/deb (http://www.winehq.org/download/deb)
Also, to check your OpenGL setup, open up a terminal and run:
glxinfo | grep "direct rendering"
If it's using your videocard, it'll say "direct rendering: Yes".
-
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?
-
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.