View previous topic :: View next topic |
Author |
Message |
Aynjell Veteran
Joined: 28 Jun 2004 Posts: 1117
|
Posted: Fri Aug 20, 2004 7:17 pm Post subject: Torsmo. |
|
|
Torsmo is a really nice program. In fact the only thing that could make it nicer is loading it at the start of X automatically. It did not work to put it in local.start. the command to run torsmo is torsmo. It is as simple as that. How do I make my box run torsmo when I start x? _________________ CPU: 3800+ X2 (2.5Ghz)
GPU: eVGA 7600GT (640/1700)
MOBO: DFI SLI-DR (Surprisingly good!)
RAM: 2 x OCZ Gold 1024 DDR500 3-4-3-7 (2048)
HDD: Western Digital Raptor |
|
Back to top |
|
|
tarzan420 Tux's lil' helper
Joined: 05 Jul 2003 Posts: 81 Location: Fairbanks AK
|
Posted: Fri Aug 20, 2004 7:35 pm Post subject: |
|
|
how are you starting x?
using startx or xdm:
put "torsmo -d" into your .xsession of .xinit file (probably before you start your wm)
if you are using entrance, the above should work, if you use the "default" session
Using other login managers (gdm,kdm):
I don't know. _________________ The power of Unix coupled with a pleasing interface and scores of usable desktop applications is a disgusting perversion of everything Unix stands for. |
|
Back to top |
|
|
Aynjell Veteran
Joined: 28 Jun 2004 Posts: 1117
|
Posted: Fri Aug 20, 2004 8:23 pm Post subject: |
|
|
Well, thanks for your help.
To be honest it did not get me anywhere. I ended up looking for .xinit but it was not there. The only thing close to anything you told me about was .xsession-errors. Anyway as I was looking I found out how to solve the problem. In .kde there is a folder called Autostart. By placing a copy of the torsmo binary there, it loaded the program at the start up of X, just like I wanted it to.
Maybe this info will come in handy for somebody else though. Thank you for trying, if it were not for you input I wiould not have found .kde/Autostart.... _________________ CPU: 3800+ X2 (2.5Ghz)
GPU: eVGA 7600GT (640/1700)
MOBO: DFI SLI-DR (Surprisingly good!)
RAM: 2 x OCZ Gold 1024 DDR500 3-4-3-7 (2048)
HDD: Western Digital Raptor |
|
Back to top |
|
|
frodoontop Tux's lil' helper
Joined: 19 Jan 2004 Posts: 86
|
Posted: Fri Aug 20, 2004 8:36 pm Post subject: |
|
|
If you login directly via startx command and not via some graphical login you can create a .xinitrc file in your home directory. This should basically contain the line that starts up the window manager, for instance startkde or startxfce4. You can also load additional programs, for instance imwheel for a 5-button mouse. Only the last command needs an exec prefix. All other commands need an & after it.
.xinitrc example:
torsmo &
exec startkde
#exec fluxbox
#exec icewm
#exec startxfce4 |
|
Back to top |
|
|
|