Jump to content

Antialising with nvidia driver


aze
 Share

Recommended Posts

We are talking about antialising for 3D graphisc not for fonts

 

  If your using kde it's pretty easy to autostart a script. Post back if this applies and I'll go into details.

 

Yes! i'm using KDE. what should I do?

 

And, if you know, where should I put export lines to start with X?

 

thanks!

Link to comment
Share on other sites

Put your script in your home directory and name it "nvaa". Open konqureor and under the "View" menu tick on the show hidden files option. You should find a hidden directory in your home called ".kde". Open .kde and you'll see another directory called "Autostart". Go into that directory and create an empty text file called "donvaa". Copy this simple script into donvaa:

 

#!/bin/bash
cd /home/<username>
./nvaa

 

Then open a console, su to root and do:

 

# cd .kde/Autostart

# chmod a+x donvaa

 

That should do it. You can alter the above to fit your circumstances by changing the "cd" line to the path to your script if you want it in a different location and you can obviously change the name to anything you like. The script will automatically run every time kde opens. You can also autostart any program you want by dragging anything from the start menu to the Autostart directory and copying the shortcut icon there. It comes in handy sometimes.

Link to comment
Share on other sites

We are talking about antialising for 3D graphisc not for fonts

 

  If your using kde it's pretty easy to autostart a script. Post back if this applies and I'll go into details.

 

Yes! i'm using KDE. what should I do?

 

And, if you know, where should I put export lines to start with X?

 

thanks!

autostart is a directory for KDE where you put stuff to start it automatically.

the directory is in

~/.kde/Autostart/

where ~ is the path to your home directory. if you type

cd ~/.kde/Autostart/

you'll be taken directly to the directory.

if you just paste

~/.kde/Autostart/

into konqueror's address bar and hit the Go button you'll be taken there directly.

Edited by illogic-al
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
 Share

×
×
  • Create New...