07-14-2010, 10:30 AM | #11 | ||
Initiate
Join Date: May 2010
Location: Europe, Germany
Posts: 128
|
Quote:
DirectX crashes when I use Shader 3.0. It disables the Shaders. Quote:
No, Linux have no other renderizer than opengl.
__________________
One Ring to rule ... Regnum!
|
||
07-14-2010, 11:00 AM | #12 |
Count
Join Date: Oct 2008
Location: Sofia, Bulgaria
Posts: 1,374
|
I read in ioquake3 lists about intention to move load from CPU to GPU by adding VBO and GLSL to engine. I never programmed with OpenGL and do not know what this will help, but anyway if this can help to get more fps and engine to be less CPU dependent it will be great.
Other point is alot linux users use NVidia cards because their drivers are better supported and less problematic. Would it help to make some module that uses Cuda or OpenCL to move some load to GPU again. If this is detected as possible ofc. Multithreading can help to to split load across multiple cores.
__________________
RA | Ignis | Lilla My | Conjurer | EVIL IGNIS ROCK Horus | Syrtis | ieti | Conjurer | INQUISITION | LONG GONE |
07-14-2010, 03:16 PM | #13 |
Count
Join Date: Jun 2009
Location: France
Posts: 1,024
|
I'm in holidays, here is an 4 years old pc with winXP and Xubuntu in dual boot, and an ati rv370 128gb video card:
- under Xubuntu, max performance is 12 fps in 1024x768, fixed pipeline, unplayable. - under WinXP, directX9, 65 fps in 1024x768, shader 2, 55 fps with openGL. What a pain to boot winXP to play the only linux native good mmorpg around...
__________________
Annavilya / War-Luck (Haven)
|
07-14-2010, 05:45 PM | #14 |
Pledge
Join Date: Mar 2010
Posts: 15
|
I understand dbg_disable_shaders=1 disables the shaders! I wasn't too clear; what I meant was 1. Why is it in the debug section, and 2. What's the difference from fixed pipeline? Anyway, I have a nVidia GTX480 -- there should be absolutely no reason to turn down the graphics quality...
|
07-15-2010, 03:28 AM | #15 | |
Apprentice
Join Date: Oct 2008
Posts: 72
|
Quote:
|
|
07-15-2010, 02:43 PM | #16 | |
Pledge
Join Date: Mar 2010
Posts: 15
|
Quote:
I've been fooling around a bit with OpenCL, and it's simply amazing. While lots of the stuff may not be directly relevant (after all, the GTX 480 is sort of a supercomputer on a board), it's disheartening to see what possibilites NGD have chosen to pass by. If they had a decent OpenGL implementation, they could really make a splash. (Posting that last remark here to avoid having to deal with the progamming illiterates in that other thread.) |
|
07-21-2010, 11:57 AM | #17 |
Pledge
Join Date: Jun 2010
Posts: 3
|
I had some small problem early
Now it works better Code:
jackruby:~$ nvidia-settings -g | egrep "OpenGL|rendering" direct rendering: Yes OpenGL vendor string: NVIDIA Corporation OpenGL renderer string: GeForce 8400 GS/PCI/SSE2 OpenGL version string: 2.1.2 NVIDIA 173.14.22 OpenGL extensions: dbg_disable_shaders to 1 dbg_disable_shaders=0 dbg_disable_shaders=1 My file "game.cfg" http://pastebin.com/ddNG6VMQ I still have to find how to avoid the crucifixion |
Tags |
graphics, graphics performance, linux, nvidia, opengl |
|
|