|
|
#1 | |
|
Registered User
Join Date: Mar 2003
Location: milan
Posts: 3
|
i've just
installed successfully the NVIDIA packages on my RH8.0 and I'm trying to configure them.reading the Nvidia's howto I've noticed how is possible to tune some opengl features (FSAA, anisotropic filtering, etc). unfortunately i can't set any environment variables, not even the opengl variables. I've never done it before! can anybody help me? thanks |
|
|
|
|
|
|
#2 | |
|
Electrical Engineer
Join Date: Dec 2002
Location: San Luis Obispo, CA
Posts: 872
|
The exact syntax for setting variables depends on the shell you are using.
For bash, you can set a variable with: export __GL_FSAA_MODE=0 For CSH, you would use: setenv __GL_FSAA_MODE 0 These commands can be placed into a login script if you want them to be active at all times, such as your ~/.bashrc file. Last edited by LordMorgul; 03-14-03 at 05:18 PM. |
|
|
|
|
|
|
#3 |
|
Registered User
Join Date: Sep 2002
Posts: 2,262
|
And note that unless you put them in a login file, they will only be active in the current shell. So if you do that export (90% of Linuxes use bash, BTW, so that's more than likely what you're using if you don't know), and exit the terminal emulator without starting your game from it, the game won't see that the variable is set, and you won't get your FSAA or aniso.
__________________
Registered Linux User #219692 Last edited by bwkaz; 03-15-03 at 09:48 AM. |
|
|
|
|
|
#4 | |
|
Registered User
Join Date: Mar 2003
Location: milan
Posts: 3
|
thanks, it seems to work fine!!!!!!!
I've just modified a "profile" file to automatically set all variables to their right values. Howewer, I've another little question... 2d performances look quite poor. it takes a few seconds to resize every window or to refresh the area behind a window when I move it. 3d instead works fine... my card is a Geforce3 ti500 anybody have any ideas? |
|
|
|
|
|
|
#5 |
|
Registered User
Join Date: Sep 2002
Posts: 2,262
|
Known problem with 4191.
You can search around for "slow 2d" or similar for some peoples' solution. IIRC it had something to do with Option "RenderAccel" or something like that. Or you could revert to 3123, which actually uses the RENDER extension rather than something proprietary that appears not to work all that well (which is what 4191 uses).
__________________
Registered Linux User #219692 |
|
|
|
|
|
#6 | |
|
Registered User
Join Date: Mar 2003
Location: milan
Posts: 3
|
I've already tried to install 3123... unsuccessfully.
I couldn't be able to build the kernel.src.rpm, or to compile the source. I had got a lot of error... no such device, no nvdriver... etc at last I decided to download the 3123.rpm for my kernel (the standard RH8.0 kernel) and finally the installation had been completed and the driver has started to work. howewer thanks for the hit. I'll try to look every where for a "4191 optimization", if it exist... |
|
|
|
|
|
|
#7 |
|
Registered User
Join Date: Sep 2002
Posts: 2,262
|
It probably won't.
But the search results here would: http://www.nvnews.net/vbulletin/sear...der=descending Along with this thread, which has a workaround (it's included in those search results, of course): http://www.nvnews.net/vbulletin/show...ight=4191+slow This one has some general info on where else to look: http://www.nvnews.net/vbulletin/show...ight=4191+slow And this one, which has another (hopefully) fix: http://www.nvnews.net/vbulletin/show...slow#post73404 And, as always, the official 4191 driver thread: http://www.nvnews.net/vbulletin/show...ight=4191+slow
__________________
Registered Linux User #219692 |
|
|
|
![]() |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| First look at Chrome in the Windows 8 Metro environment | News | Latest Tech And Game Headlines | 0 | 06-12-12 10:30 PM |
| Video: NASA Advanced Computing Environment for Science and Engineering | News | Latest Tech And Game Headlines | 0 | 05-08-12 05:00 PM |
| Stubborn screen res problem | Alpsoandso | NVIDIA Linux | 6 | 05-03-12 06:00 PM |
| My UT2003 Tweak Guide | DXnfiniteFX | Gaming Central | 48 | 10-30-02 11:59 PM |
| Major WineX prob... I think it has to do with the vidcard... | Linewbie | NVIDIA Linux | 20 | 10-09-02 09:58 PM |