LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - General
User Name
Password
Linux - General This Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.

Notices


Reply
  Search this Thread
Old 03-02-2003, 05:19 AM   #1
cl007
LQ Newbie
 
Registered: Mar 2003
Posts: 2

Rep: Reputation: 0
Angry Redhat 8 running extremely slow


HI ,

I hope some one can help me out here. I'm a new user to linux and I've installed redhat 8.0. The machine i've installed it on is a laptop PII 300 with 191 mb ram and 5gb hdd. According to the specifications requested by the redhat technical guides these are more then sufficient.

The problem that i have is this, the applications in Gnome graphical interface are terribly slow to open. If I click to open openoffice write it will take 20 - 30 seconds to open, the same goes for the mozilla browser and about 90% of the other applications. This make it terribly difficult to work on my machine, and i've even considered reverting back to win98 (hastely).

As far as the Gnome goes it looks great but it doesn't help me if its not functional. I've read a few other cases on the internet of the same symptoms or redhat 8 gnome, and i hear that kde is even worse. I've tried reducing the resolution of the screen, but with no luck.

Does anyone have any suggestions for me, they would be greatly appreciated.
 
Old 03-02-2003, 06:31 AM   #2
Bojdom
LQ Newbie
 
Registered: Jul 2002
Location: Norway
Distribution: Slackware 8.1
Posts: 20

Rep: Reputation: 0
Re: Redhat 8 running extremely slow

The first thing I could think of is running ps aux to see if there are any unnecessary jobs running or even better running top which shows cpu usage.
 
Old 03-02-2003, 07:09 AM   #3
nakkaya
LQ Guru
 
Registered: Jan 2003
Location: Turkey&USA
Distribution: Emacs and linux is its device driver(Slackware,redhat)
Posts: 1,398

Rep: Reputation: 45
first suggestion is to change you hostname in my machine gnome was slow and when i changed the host name it started fine second suggestion close all unneeded services like if you dont need web server close is in my machine i got 3 4 services running and third do not use gnome it uses so much resource use something like fluxbox or blackbox these are even faster than windowmaker check them out at
fluxbox.sourceforge.net
 
Old 03-02-2003, 09:59 PM   #4
rch
Member
 
Registered: Feb 2003
Location: Santa Clara,CA
Distribution: Mandriva
Posts: 909

Rep: Reputation: 48
Re: Redhat 8 running extremely slow

Quote:
Originally posted by cl007
HI ,

I hope some one can help me out here. I'm a new user to linux and I've installed redhat 8.0. The machine i've installed it on is a laptop PII 300 with 191 mb ram and 5gb hdd. According to the specifications requested by the redhat technical guides these are more then sufficient.

The problem that i have is this, the applications in Gnome graphical interface are terribly slow to open. If I click to open openoffice write it will take 20 - 30 seconds to open, the same goes for the mozilla browser and about 90% of the other applications. This make it terribly difficult to work on my machine, and i've even considered reverting back to win98 (hastely).

As far as the Gnome goes it looks great but it doesn't help me if its not functional. I've read a few other cases on the internet of the same symptoms or redhat 8 gnome, and i hear that kde is even worse. I've tried reducing the resolution of the screen, but with no luck.

Does anyone have any suggestions for me, they would be greatly appreciated.
just use few services
you can edit your /etc/inittab
and rc.d for services
the easier way is
type setup
and go to services and remove the services that you do not require
i suggest that you do not use anacron/cron
 
Old 03-03-2003, 02:18 AM   #5
cl007
LQ Newbie
 
Registered: Mar 2003
Posts: 2

Original Poster
Rep: Reputation: 0
Thanks for your speedy replies I will try all the suggestions and let you know.
 
Old 03-05-2003, 12:14 AM   #6
Rickdog
LQ Newbie
 
Registered: Feb 2003
Location: North Dakota
Distribution: Redhat 7.3, 8.0
Posts: 28

Rep: Reputation: 15
Redhat 8.0 defaults DMA to 0 (off), whereas 7.3 will enable DMA to 1 (on). You can check the DMA settings for your harddrive with # hdparm /dev/hda. Check out this howto http://linux.oreillynet.com/lpt/a/272 on speeding up Linux and also see the man hdparm.

Last edited by Rickdog; 03-05-2003 at 01:46 AM.
 
Old 04-24-2003, 07:41 AM   #7
barrinmw
LQ Newbie
 
Registered: Apr 2003
Posts: 1

Rep: Reputation: 0
Lightbulb problem with redhat running slow

I just installed redhat 8.0 on a similar machine (if anything a less powerful one) and experienced the same problem. When I reinstalled redhat, i opened write and it asked me if i wanted to register the software. this time i chose the option "don't register ever" or something like that, afterwhich the software is loading up much quicker. My advice then is if you haven't registered the software, do so or let the computer know that you don't plan on doing so

i hope this helps
 
Old 05-11-2003, 10:40 AM   #8
PrimaryDataLoop
Member
 
Registered: May 2003
Distribution: RedHat.
Posts: 41

Rep: Reputation: 15
I got my hdparm set up but I need to " put it in onme of my rc.d scripts"

Which one and how?
 
Old 05-11-2003, 11:34 AM   #9
Vlad_M
Member
 
Registered: Aug 2002
Location: Cape Town, South Africa
Distribution: Red Hat 8.0 (Home), Red Hat 8.0 (Work)
Posts: 388

Rep: Reputation: 30
put it in /etc/rc.local, simply by opening the rc.local file in your favourite editor vi, and by adding the neccessary hdparm lines in there.

Is it running better with hdparm enabled?
 
Old 05-12-2003, 04:16 AM   #10
cwolf
Member
 
Registered: Mar 2003
Location: Switzerland
Distribution: Sun Solaris 7/8/9, Fedora Core 3
Posts: 63

Rep: Reputation: 15
My experience is, that the standard kernel of RedHat 8 is the problem.
My System was also slow. But then I compiled my own kernel and now it works much better.
 
  


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 On
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
ProFTPD extremely slow newuser455 Linux - Software 1 08-27-2005 05:31 PM
OpenGL is extremely slow stonehurstX11 Linux - General 2 05-26-2005 06:33 PM
sdl games are slow extremely slow linksocc Linux - Software 7 01-17-2004 03:53 PM
Windows running slow after install of Redhat ? huno Linux - General 21 03-02-2003 06:29 PM
KDE extremely slow? totalcommand Linux - Newbie 1 08-18-2001 10:59 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - General

All times are GMT -5. The time now is 03:28 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