LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   How do I start programs automatically with boot up? (https://www.linuxquestions.org/questions/linux-newbie-8/how-do-i-start-programs-automatically-with-boot-up-205418/)

Kasperisa 07-15-2004 12:22 PM

How do I start programs automatically on boot up?
 
I'm trying to set the core and mem speeds on my videocard automatically on boot up, but I don't know the file to put these commands into. I know that this has been discussed many times before, but I don't even know what to search for in the search for this forum to find the answers.

I'm using Fadora core 2

bruno buys 07-15-2004 12:23 PM

Sorry, my mistake.

t3___ 07-15-2004 02:17 PM

Code:

the core and mem speeds on my videocard automatically on boot up
Can you elaborate on what you mean by this?

Tinkster 07-15-2004 02:24 PM

Educated guess ... you have a DOS utility that is capable
of setting these two? In this case search for threads with
the word loadlin in it ;}



Cheers,
Tink

Kasperisa 07-15-2004 02:25 PM

well, in windows you have a registry that allows you to put entries in the run key to have programs start automatically when it loads to the desktop. I was just wondering if this can be done in linux.

Tinkster 07-15-2004 02:28 PM

Of course it can ... the question is whether the tool you
want to run is a linux program or not. If it's not you can't.

If it is, use rc.local.



Cheers,
Tink

t3___ 07-15-2004 03:29 PM

well just like windows has several means of starting a program automatically (run registry key, win.ini, starup folder, etc) so does linux. linux uses a completely differnent methodology that windows when if comes to system and app configuration.

someone correctly my if Ive made a mistake in this description

method one: previously mentioned, the rc.local folder holds "shortcuts" if you will that load programs automatically. there is a folder for each runlevel and you can add an entry in there.

method two: is typicall for server services like apache and ftp... Xinet.d.... it is a program that listens for connections or requests for a program, and loads then when needed.


All times are GMT -5. The time now is 11:35 AM.