|
|
#1 | |
|
Registered User
Join Date: Dec 2003
Posts: 3
|
I'm having a problem with FSAA in the 5328 driver. I'm trying to enable FSAA from within an app that I'm writing. When my app starts in "windowed mode" with a multisample visual (GLX_SAMPLE_BUFFERS_ARB, 1, GLX_SAMPLES_ARB, 2). I can enable and disable FSAA via glEnable/glDisable(GL_MULTISAMPLE_ARB)
When I switch the app to fullscreen, FSAA doesn't work anymore. I can no longer turn it on with glEnable. Now for the crazy part. If I close the app and re-run it, I can no longer get FSAA, regardless of being in fullscreen or windowed mode. I have to restart X to have the FSAA work in windowed mode. This is really strange. Does anyone use FSAA inside their own app written for linux and tried the newest Nvidia drivers? I'm using Fedora Core 1. With the minion patch to fix the Via chipset OOPS. I have a Geforce4 ti 4600. Maybe I should switch back to the 46.20 beta drivers. This all seemed to work with them. Also exporting the environment variable for FSAA seems to work fine in all cases. I don't want to use this method because I want my app to be able to control the AA level. I've posted on the linux forum on opengl.org because I thought that I might be doing something wrong in my code, but that doesn't seem to be the problem. I'm under the assumption now that it is a driver bug, because it worked fine in older drivers. Does anyone know if NVidia will take bug reports if you use the minion patch? thanks |
|
|
|
|
|
|
#2 | |
|
l33t master
Join Date: Jul 2002
Location: Santa Clara, CA
Posts: 1,163
|
Quote:
--andy
__________________
Andy Mecham NVIDIA Corporation |
|
|
|
|
|
|
#3 |
|
Registered User
Join Date: Dec 2003
Posts: 3
|
I just noticed the new driver. I'll try that tonight when I get home. If it still gives the same result I'll code up a quick example and send it off.
Thanks |
|
|
|
![]() |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| FSAA not working with 2.4.18-10 and 1.0-3123 | perryd | NVIDIA Linux | 5 | 09-20-02 10:22 PM |
| Can't get FSAA to work | krow | NVIDIA Linux | 6 | 09-17-02 08:03 AM |
| FSAA Questions | LaoTzuTao | NVIDIA Linux | 16 | 09-11-02 12:55 PM |
| How do you get the 10% antialiasing and anisotropy increase with the 30.30 drivers? | imtim83 | NVIDIA Windows Graphics Drivers | 12 | 08-25-02 10:01 AM |
| Can't see improved image quality with AA/AF | imtim83 | NVIDIA GeForce 7, 8, And 9 Series | 17 | 08-05-02 02:30 AM |