[Linux] Pixel format / Multisamples

Hi,
When i run glxinfo I got format with at max. 4 multisamples …
whereas I could set until 16 throught driver environment varible (__GL_FSAA_MODE=7)
Is there something strange with glxinfo ??

Note: Using FX 5700U and last driver (NVIDIA 53.36)
Thanks
Cedric

Here’s the only multi-sampling modes I know of. Are there more? Below are my .tcshrc and XF86Config settings.

From .tcshrc …
setenv __GL_FSAA_MODE 4
#__GL_FSAA_MODE GeForce FX, Quadro FX

0 FSAA disabled

1 2x Bilinear Multisampling

2 2x Quincunx Multisampling

3 FSAA disabled

4 4x Bilinear Multisampling

5 4x Gaussian Multisampling

6 2x Bilinear Multisampling by 4x Supersampling

7 4x Bilinear Multisampling by 4x Supersampling

From XF86Config …
Section “Device”
Identifier “NVIDIA Quadro FX 1000”
Driver “nvidia”
VendorName “nVIDIA”
BoardName “NVIDIA Quadro FX 1000”
Option “NvEmulate” “30”
EndSection

This topic was automatically closed 183 days after the last reply. New replies are no longer allowed.