|
|
#1 | |
|
Registered User
Join Date: Nov 2003
Posts: 2
|
How To enable Fssa & AF in Linux drivers
I read README.txt who comes whith driver ,but can't understand where must set these enviroment variables __GL_FSAA_MODE __GL_DEFAULT_LOG_ANISO Thak you for info |
|
|
|
|
|
|
#2 | |
|
Electrical Engineer
Join Date: Dec 2002
Location: San Luis Obispo, CA
Posts: 872
|
If you're using a bash based distro (as your primary login shell) put these lines into your .bashrc file in your home directory. (redhat/mandrake/suse etc)
~/.bashrc ## Set local user openGL render variables ## Nvidia specific openGL controls for this X server #__GL_FSAA_MODE GeForce3, Quadro DCC, GeForce4 Ti, GeForce4 4200 Go, # and Quadro4 700,750,780,900,980 XGL #----------------------------------------------------------------------- # 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 FSAA disabled __GL_FSAA_MODE=0 #__GL_DEFAULT_LOG_ANISO GeForce3/GeForce4 Ti/GeForce FX Description #----------------------------------------------------------------------- # 0 No anisotropic filtering # 1 Low anisotropic filtering # 2 Medium anisotropic filtering # 3 Maximum anisotropic filtering __GL_DEFAULT_LOG_ANISO=3 __GL_SYNC_TO_VBLANK=0 export __GL_FSAA_MODE export __GL_DEFAULT_LOG_ANISO export __GL_SYNC_TO_VBLANK |
|
|
|
|
|
|
#3 |
|
Registered User
Join Date: Nov 2003
Posts: 2
|
Thank you, I will try this
|
|
|
|
![]() |
| Thread Tools | |
|
|