|
|
#1 | |
|
Registered User
Join Date: Jan 2003
Posts: 13
|
Hi
I'm having problems with Gambit (mesh generation program) under linux. I'm getting the following errors in to the console whenever the screen does something. The program does not crash, but it won't zoom or rotate my drawing quite right and just keeps spewing these error messages to me. If anyone can help I'd appreciate it. Thanks, Eric Here is the error message: Received X Error <164: GLXBadRenderRequest>. XErrorEvent: display = :0.0 type = 0 resourceid = 30 serial = 21468 error_code = 164 request_code = 144 minor_code = 1 My System: Dell Precision 530 Red Hat 7.3 2.4.18-3smp kernel Quadro4 700 card 64MB 2GB Ram Nvidia 4191 drivers installed. (First nvidia drivers for this computer) |
|
|
|
|
|
|
#2 | |
|
Registered User
Join Date: Sep 2002
Posts: 52
|
A quick grep of the glx source code available from SGI suggests that request code 144 corresponds to X_GLrop_Map1f which is the glx code for glMap1f
What I am not clear on is the exact meaning of GLXBadRenderRequest 1) Does it mean that the nvidia drivers are not recognizing code 144(X_GLrop_Map1f )? If so then this is a bug in the nvidia drivers and should be reported to linux-bugs@nvidia.com 2) Does it mean that bad/unusable values were passed into the glMap1f call? If so then this is probably a bug in the program you are using. What sort of confuses me is that you are seeing GLX errors popping up. My understanding (which could very well be mistaken) is that if you are running an application locally then it will use "DirectRendering" which bypasses GLX for most/all normal rendering operations. Please run glxinfo and see if it reports direct rendering: Yes and that both the GLX vendors and the OpenGL vendor are listed as nvidia. If not then the drivers are not properly installed. |
|
|
|
|
|
|
#3 |
|
Registered User
Join Date: Jan 2003
Posts: 13
|
Thanks for replying,
I am running this program locally, and it is supposed to spport RH 7.3 and this specific graphics card. (It's listed as supported on their website). But fluent doesn't list a specific driver for support. After running glxinfo the values for both vendors and the direct rendering are all right. direct rendering =yes glx vendor = NVIDIA corporation OpenGL vendor = NVIDIA corporation. If there is any way to work around this I'd appreciate it. Thanks again. Eric |
|
|
|
![]() |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| OpenGL book | Airstrip1 | Software Development | 2 | 08-12-12 08:55 AM |
| Choosing The Right GPU To Take Adobe Workflows To The Max | News | Latest Tech And Game Headlines | 0 | 05-29-12 05:40 PM |
| Major WineX prob... I think it has to do with the vidcard... | Linewbie | NVIDIA Linux | 20 | 10-09-02 09:58 PM |
| Problem when compiling with SDL on Nvidia/Nforce... | superconti | NVIDIA Linux | 3 | 09-13-02 12:25 AM |
| Multiple OpenGL applications and NVidia | gbrauer | NVIDIA Linux | 7 | 09-01-02 04:47 PM |