itdelatrisu / opsu

opsu! ~ an open-source osu! client
https://itdelatrisu.github.io/opsu/
GNU General Public License v3.0
763 stars 123 forks source link

Additional information in readme #95

Open Cherrionella opened 9 years ago

Cherrionella commented 9 years ago

Maybe you need to add to readme minimal supported version of OpenGL and drivers. I failed to run opsu on mint using nouveau. ( Using Nvidia GTX 650 )

As i think, this problem is related to LWJGL.

Here is my error error log: http://lpaste.net/134719

jarcode-foss commented 9 years ago

This is probably an issue with the X server and the GLX extension, try running apt-get install mesa-utils to get any possible missing libGL libraries (although these should have been included with your driver in Mint). The nouveau driver has just about every OpenGL call implemented, so you shouldn't be running into a stub with the driver.

If you're still running into issues, just install a proprietary driver from Nvidia. They actually run faster than nouveau and Mint should have an installer/manager for the latest available drivers.

As for supported versions of OpenGL, this should support even ancient implementations and cards (opsu uses fixed pipeline graphics!). FBOs have to be supported, though, so I think that rules out a handful of generic linux drivers.

itdelatrisu commented 9 years ago

@Cherrionella: Let me know if @wacossusca34's post resolves the issue, since this isn't something I know much about.

Cherrionella commented 9 years ago

@wacossusca34 I fixed that long time ago, just with installing proprietary driver. But i'll try to switch later to nouveau driver and see what's actually was the problem. Because i had mesa-utils already installed. Sorry, didn't posted glxinfo output

jarcode-foss commented 9 years ago

Just stick to your proprietary driver. It will perform better anyway - unless you have objections to using closed-source software :P