PDA

View Full Version : Anti-Aliasing?


JRaskey
04-27-03, 09:39 AM
What file do I go to if I want to manual adjust my Anti-Aliasing?

volt
04-27-03, 10:41 AM
I'd suggest using YanC tool:
http://yanc.sourceforge.net/index-en.html

bwkaz
04-27-03, 10:44 AM
Or /etc/profile if you want it to be set for all users, and ~/.bash_profile if you want it to be set for only a couple of users.

The syntax is export __GL_FSAA_MODE=<number>, where <number> is whatever the README says it is for your card.

You may also have to put this line into /etc/bashrc or ~/.bashrc, too, if it doesn't work quite right.

JRaskey
04-27-03, 11:11 AM
Thanks, will give it a try.