LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 01-13-2004, 04:00 PM   #1
BiTurboMan
LQ Newbie
 
Registered: Dec 2003
Posts: 20

Rep: Reputation: 0
Displaying Processes on the Wallpaper...???


Part 1:
---------

This may be silly question, but I once saw a picture of someone's screenshot. The wallpaper is a "Dragonfly" - I have that in RH9 Gnome.

But the interesting thing is that he had the Page File, Memory, Processor usage etc. all on the background running as if they are like little applets on ACTIVE Desktop (on Win98+)..

On my machine, I am running multiple processes and servers along with a database, web server etc. So, I really want to set this up so that I can just glance and know what's going on....


Any Ideas?


Part 2:
---------

Config:

Motherboard: Intel 865GBF (built in video)
RH9 on P4 3.0Ghz, 1GB Ram, 160Gb/120Gb/80Gb HDs, 8x +/- DVD Burner..

How should I go about installing the right video drivers? Games such as Tuxracer etc.. run slow as HELL!


Part 3:
---------

I have IBM Scrollpoint Mouse (sort of like joystick instead of wheel for scrolling) and the F__ing scroll function is so erratic that even a women with PMS would be more predictable...


Please help.

thank you.
 
Old 01-13-2004, 07:28 PM   #2
Scruff
Member
 
Registered: Oct 2002
Location: Stoughton, MA
Distribution: Gentoo x86_64 & PPC
Posts: 949

Rep: Reputation: 30
1. Well if your using KDE there's Karamba which can be checked out at kde-look.org

Or maybe you mean this. Thats my old desktop using gkrellm w/ an invisible skin to make it look as if it were directly on the wallpaper.
 
Old 01-14-2004, 12:04 AM   #3
BiTurboMan
LQ Newbie
 
Registered: Dec 2003
Posts: 20

Original Poster
Rep: Reputation: 0
Thank you... That's exactly it!.. now how can I get that on my desktop....

is this an util on RH9 or a package (rpm etc.) on the web?

....not too brilliant on Linux yet.. however, the flame has been ignited

I'll still google it and see.. Thnx once
 
Old 01-14-2004, 12:08 AM   #4
megaspaz
Senior Member
 
Registered: Nov 2002
Location: Silly Con Valley
Distribution: Red Hat 7.3, Red Hat 9.0
Posts: 2,054

Rep: Reputation: 46
go to http://shrike.freshrpms.net and download all the gkrellm packages and install them by double clicking on the packages. there's also some dependancy packages that maybe required, but you should be able to get those there too.
basically install the dependancies first, then the gkrellm packages starting with the first gkrellm package. then install gkrellm-plugins and then gkrellm-themes. to start gkrellm, the command is "gkrellm" without the quotes.

Last edited by megaspaz; 01-14-2004 at 12:11 AM.
 
Old 01-14-2004, 12:25 AM   #5
BiTurboMan
LQ Newbie
 
Registered: Dec 2003
Posts: 20

Original Poster
Rep: Reputation: 0
Ok, got that installed and running.... how do I change the theme???
 
Old 01-14-2004, 12:28 AM   #6
megaspaz
Senior Member
 
Registered: Nov 2002
Location: Silly Con Valley
Distribution: Red Hat 7.3, Red Hat 9.0
Posts: 2,054

Rep: Reputation: 46
i'm using the package for redhat 7.3 so i don't know how different this is gonna be for you. but...

rightclick on gkrellm and choose Configuration.
there's a menu on the left hand side that says Themes. click on that.
scroll down the list box and choose the theme you want. when done, click the OK button.

Gkrellm Properties Screenshot
 
Old 01-14-2004, 12:43 AM   #7
BiTurboMan
LQ Newbie
 
Registered: Dec 2003
Posts: 20

Original Poster
Rep: Reputation: 0
I downloaded it from rpmfind.... I didn't get that from your link....willl try yours first....
 
Old 01-14-2004, 12:55 AM   #8
BiTurboMan
LQ Newbie
 
Registered: Dec 2003
Posts: 20

Original Poster
Rep: Reputation: 0
Here is a small question:

when I run "gkrellm" in terminal window (gnome), it runs fine.... however,
the terminal is locked (can't type any command ...) when I CTRL+C, it ends and I get the prompt but, GKRELLM also closes...... what do I DO?
 
Old 01-14-2004, 12:59 AM   #9
megaspaz
Senior Member
 
Registered: Nov 2002
Location: Silly Con Valley
Distribution: Red Hat 7.3, Red Hat 9.0
Posts: 2,054

Rep: Reputation: 46
make a link to gkrellm. the reason you see that behavior is because that shell session opened gkrellm and won't return until gkrellm is closed.

here's how to make a desktop icon in kde:

http://www.linuxquestions.org/questi...hreadid=134596

in the Command textbox in the Execute Tab, enter "gkrellm" instead of "opera %u".


you can do the same thing in gnome. i don't use gnome much at all (okay hardly ever) so you'll have to figure out how to do that. i think the particulars with the command to use should be the same as kde.

Last edited by megaspaz; 01-14-2004 at 01:01 AM.
 
Old 01-14-2004, 02:49 AM   #10
IBall
Senior Member
 
Registered: Nov 2003
Location: Perth, Western Australia
Distribution: Ubuntu, Debian, Various using VMWare
Posts: 2,088

Rep: Reputation: 62
Or just type a & character at the end of the command line before pressing enter

Code:
gkrellm &
This will run gkrellm as a background process, and you can then close the terminal.
NB: This also works for any program that you open from a terminal, such as mozilla, gimp or openoffice.

Hope this helps
from Ian
 
Old 01-14-2004, 07:21 AM   #11
Scruff
Member
 
Registered: Oct 2002
Location: Stoughton, MA
Distribution: Gentoo x86_64 & PPC
Posts: 949

Rep: Reputation: 30
Quote:
Originally posted by IBall
Or just type a & character at the end of the command line before pressing enter

Code:
gkrellm &
This will run gkrellm as a background process, and you can then close the terminal.
NB: This also works for any program that you open from a terminal, such as mozilla, gimp or openoffice.

Hope this helps
from Ian
That's it, except you can't close the terminal without all the apps you opened with that terminal also closing
 
Old 01-14-2004, 03:07 PM   #12
BiTurboMan
LQ Newbie
 
Registered: Dec 2003
Posts: 20

Original Poster
Rep: Reputation: 0
Sounds good guys.... but now, I'll ask you really silly question.... how do I create a shortcut on Gnome for gkrellm....?

I am so focused on the server processes etc.. that I haven't even explored a slight bit of all the bells and whistles RH9 has... I've used nautilus for few times... mostly, terminal and browser. ...that's it....

ny case....

Thanks ...
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Wallpaper: SLide show wallpaper from online pictures eponymous Linux - Software 0 11-29-2004 01:28 PM
Where exactly is the wallpaper? LinuxSeeker SUSE / openSUSE 6 11-07-2004 01:34 AM
Wallpaper King4lex General 1 09-02-2004 04:21 PM
monitoring active processes and identifying the required processes. gajaykrishnan Programming 2 08-13-2004 01:58 AM
Wallpaper? Zander Linux - General 3 08-02-2002 06:12 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 10:30 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration