LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   everything is going good :-) but i have one more problem. (https://www.linuxquestions.org/questions/linux-newbie-8/everything-is-going-good-but-i-have-one-more-problem-33582/)

Peingune 10-23-2002 10:08 PM

everything is going good :-) but i have one more problem.
 
Everything is going good for me a redhat 7.3 :-) but one thing is killing me and that is turning on fsaa in the .dashrc file :-(. I did mine like this ( i'm going to type out things I have done )


1. # .bashrc
export __GL_FSAA_MODE=4

2. ~/.bashrc
export __GL_FSAA_MODE=4

3. alsia ( you know ) and whatever
export __GL_FSAA_MODE=4

4. # .bashrc

bash$ export __GL_FSAA_MODE=4

5. ~/.bashrc

bash$ export __GL_FSAA_MODE=4

well that is all I tried :-( and I still have no luck.

can anyone post their .bashrc file ( copy and paste there functions in the forum ).

I also tried the # export __GL_FSAA_MODE=4;ut2003 at the command line. I also did it with spaces export __GL_FSAA_MODE=4 ; ut2003 but no luck :-( if any can give a better explaination than the nvidia readme ( which suck ) let me know what I'm doing wrong

thank you

:newbie:

vladkrack 10-24-2002 05:36 PM

Hi,

try this: edit your file .bashrc and include the lines:

__GL_FSAA_MODE="4"

export __GL_FSAA_MODE

it worked for me ...

this is for full scene anti-aliasing in games, it isn't?

Peingune 10-26-2002 07:46 PM

Sorry for the long time reply :-(. Yes, it enable full sence aa in games. I find the right way. well it works for me.

# .bashrc
export __GL_FSAA_MODE=4

I had to restart my computer to get the var to work.
thanks for the reply vladkrack :-) without it I would of had to rack my brain alittle harder :-)

peace out


All times are GMT -5. The time now is 12:09 AM.