LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 03-07-2004, 09:57 PM   #1
Raggit
Member
 
Registered: Oct 2003
Location: N.C USA
Distribution: Fedora Core 4
Posts: 65

Rep: Reputation: 15
?? What Is It ?? How Do I Turn It On ??


Ok I've seen in a few places now that have screenshots of peoples linux desktop
and they have this thing on the right side of the monitor that has all the system info.
Processor temp , clock , disk usage, etho etc....I keep seeing it everywhere except on
my desktop. Is there a way to turn this feature on or is something I will have to download?
 
Old 03-07-2004, 10:03 PM   #2
Greyweather
Member
 
Registered: Aug 2003
Distribution: Ubuntu 4.10
Posts: 311

Rep: Reputation: 30
Depends. Which window manager/desktop are you using? Gnome, KDE, Xfce, Fluxbox, something else?
 
Old 03-07-2004, 10:15 PM   #3
Raggit
Member
 
Registered: Oct 2003
Location: N.C USA
Distribution: Fedora Core 4
Posts: 65

Original Poster
Rep: Reputation: 15
I use KDE and Gnome
 
Old 03-07-2004, 10:15 PM   #4
watashiwaotaku7
Member
 
Registered: Oct 2002
Location: wisconsin -- The Badger state
Distribution: gentoo
Posts: 654

Rep: Reputation: 30
most likely you are asking about gkrellm, search for it on freshmeat.net and you will find it along with a load of themes and plug-ins its really a wonderful app other than that, with some WMs or DEs you have specialized little apps that do the same thing, g-desklets for gnome or epplets for enlightenment
 
Old 03-07-2004, 10:17 PM   #5
contrasutra
LQ Guru
 
Registered: Mar 2003
Location: New Jersey
Distribution: Arch Linux
Posts: 1,445

Rep: Reputation: 47
Very often, its gkrellm:

http://web.wt.net/~billw/gkrellm/gkrellm.html

EDIT: watashiwaotaku7 and I had a brain sync.

Last edited by contrasutra; 03-07-2004 at 10:18 PM.
 
Old 03-07-2004, 10:28 PM   #6
Raggit
Member
 
Registered: Oct 2003
Location: N.C USA
Distribution: Fedora Core 4
Posts: 65

Original Poster
Rep: Reputation: 15
Yeah cool i went and grabbed the rpm and installed it but now i don't know where
to go to run it..It seems like i never know where this stuff is installed too. On my Windows
machine i told it where to install on Linux it just goes and assumes i know wtf is going on.
I'm such a newb at this it is rather frustrating
 
Old 03-07-2004, 10:41 PM   #7
watashiwaotaku7
Member
 
Registered: Oct 2002
Location: wisconsin -- The Badger state
Distribution: gentoo
Posts: 654

Rep: Reputation: 30
I had a problem when I first installed gkrellm with gentoo because I needed to use gkrellm2 instead of gkrellm as that is truly what the program is gkrellm is the gtk version of gkrellm2 which runs on gtk2 so it is possible to have both programs installed, try executing gkrellm2 and in the future try locate gkrellm or find gkrellm or whereis gkrellm, each of those will search in slightly different ways with locate being the most general

edit
try configure --help or man configure to find out how to specify where programs are installed
/edit

Last edited by watashiwaotaku7; 03-07-2004 at 10:43 PM.
 
Old 03-07-2004, 10:44 PM   #8
Raggit
Member
 
Registered: Oct 2003
Location: N.C USA
Distribution: Fedora Core 4
Posts: 65

Original Poster
Rep: Reputation: 15
all that went flying past and or over my head. I haven't a clue how to run programs once they are installed. do i goto the terminal and type /gkrellm how do i even get the thing to run
 
Old 03-07-2004, 11:07 PM   #9
watashiwaotaku7
Member
 
Registered: Oct 2002
Location: wisconsin -- The Badger state
Distribution: gentoo
Posts: 654

Rep: Reputation: 30
yes go to a terminal and type gkrellm or gkrellm2 it depends a lot on your distro and how things are installed and also, if you downloaded gkrellm or gkrellm2 or since you are using kde or gnome use the run command in either and type the same as in actuality this is only a shortcut to the console in its own right, configure is only applicable if you are installing from source which it sounds more likely that you are installing by rpm
 
Old 03-07-2004, 11:13 PM   #10
Raggit
Member
 
Registered: Oct 2003
Location: N.C USA
Distribution: Fedora Core 4
Posts: 65

Original Poster
Rep: Reputation: 15
Great that was it, now to play with all its features. I appologize about being so straight forward but when i don't know something it's best to just say I DON"T KNOW what you are talking about instead of stumbling my way through the dark trying to figure it out...Thank You Guys... There will be more questions i'm sure but thanks for the time you have spent reading this thread
 
Old 03-07-2004, 11:20 PM   #11
watashiwaotaku7
Member
 
Registered: Oct 2002
Location: wisconsin -- The Badger state
Distribution: gentoo
Posts: 654

Rep: Reputation: 30
absolutely I agree, if you dont understand something theres no point going on until you do, you have to just keep asking until you get it right and absorb as much knowledge as you can and hope it pieces itself all together (which it does one day youll look at you box and go "wow, I know this stuff) until then dont ever be afraid to say "I'm sorry but I simply haven't the slightest clue"
 
Old 03-08-2004, 05:30 AM   #12
Thymox
Senior Member
 
Registered: Apr 2001
Location: Plymouth, England.
Distribution: Mostly Debian based systems
Posts: 4,368

Rep: Reputation: 64
Quote:
Originally posted by Raggit
Yeah cool i went and grabbed the rpm and installed it but now i don't know where to go to run it..It seems like i never know where this stuff is installed too. On my Windows machine i told it where to install on Linux it just goes and assumes i know wtf is going on. I'm such a newb at this it is rather frustrating
The difference is that under Linux it puts stuff into directories that are in your PATH (usually) so you (or another programme) can run it from anywhere rather than putting it into some path that you specify meaning that only you know where it is.

Executable programmes are commonly found in:
/bin
/sbin
/usr/bin
/usr/sbin
/usr/local/bin
/usr/local/sbin
/home/yourname/bin

The programme itself is likely to be in /usr/local/(s)bin, although it may well be in /usr/(s)bin. Since both of these will be in your PATH, you should have no problems running it from where-ever. Just open up a 'run box' and type gkrellm.
 
  


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
How to start, stop, turn on, and turn off deamons BuckRogers01 Debian 3 08-16-2005 09:39 AM
turn off doesn't really turn and power off pcandpc Mandriva 11 05-30-2005 03:22 PM
Turn off? theonebeyond Slackware 7 09-30-2004 11:30 PM
How to turn off Xserver in the gui and turn it off in the command line geminiviper Linux - Newbie 8 08-20-2004 08:05 AM
Turn off ?! kosmognov Linux - Software 3 08-14-2003 11:30 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 01:45 AM.

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