|
|
#1 | |
|
Registered User
Join Date: Dec 2007
Posts: 6
|
Hi,
I cannot switch FSAA on by software with a GeForce4 MX 4000 whereas I can do it on a GeForce 6200 (latest drivers installed in both cases). Actually I found out the reason why: on the Geforce4 machine, the glxinfo lacks the GLX_ARB_multisample in the "server glx extensions" (but it is present in the "client glx extensions" and "glx extensions" sections). On the GeForce 6200, it is present also in the "server glx extensions"). Probably because of this, the glXCreateContext fails on the GeForce4 MX 4000 with GLX_SAMPLE_BUFFERS_ARB set to 1 and GLX_SAMPLES_ARB set to 4, where it works nicely on the GeForce 6200... Did I missed something, or is it impossible to switch on/off FSAA on a GeForce4 MX 4000 by software? (setting the FSAA_MODE environment variable worked, but I would like to do it by software) Any help is greatly appreciated... -Olivier |
|
|
|
|
|
|
#2 | |
|
Join Date: Jul 2002
Location: Netherlands, Europe
Posts: 2,105
|
Correct, GLX extensions are only around when they are in the 'GLX extensions list' (officially that is the case when an extension is in both the client and server GLX list).
There are a number of forms of 'jaggies' removal. Multisampling is one of the algorithms to do it (rendering an image at a much higher resolution and then basically downscaling it). I'm not sure what the difference between all the algorithms is and why it isn't offered on the geforce4mx in opengl. Most likely the hardware doesn't support (or in a limited fashion) or even handled in software. You can also enable fsaa from within your program using the nv-control api which is part of nvidia-settings. Note that you then need to set it before you initialize opengl. |
|
|
|
|
![]() |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| For Sale: Gainward GeForce4 MX 460 "Golden Sample" | MikeC | For Sale/Trade | 12 | 10-09-02 12:11 PM |
| Tweakmonster RAMSinks for eVGA GeForce4 | thcdru2k | NVIDIA GeForce 7, 8, And 9 Series | 6 | 09-28-02 02:09 AM |
| FSAA not working with 2.4.18-10 and 1.0-3123 | perryd | NVIDIA Linux | 5 | 09-20-02 10:22 PM |
| GeForce4 owners: Please post your TV encoder and board information | ScuzziOne | NVIDIA GeForce 7, 8, And 9 Series | 8 | 08-04-02 06:55 PM |
| GeForce4 Owners: Need your TV Encoder & Board Info... please! | ScuzziOne | NVIDIA Linux | 1 | 08-01-02 04:00 AM |