Fedora Linux Support Community & Resources Center

Go Back   FedoraForum.org > Fedora 17/18 > Using Fedora
FedoraForum Search

Forgot Password? Join Us!

Using Fedora General support for current versions. Ask questions about Fedora and it's software that do not belong in any other forum.

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 6th July 2005, 11:25 PM
johannlo's Avatar
johannlo Offline
Registered User
 
Join Date: Jul 2005
Location: Melbourne, Australia
Age: 33
Posts: 762
Optimising FC4_64 help!

Hi all

Just after some tips on speeding up my (relatively) fresh install of FC4 64. Its running a lot slower than the hardware would suggest. I understand that most linux distros come with "max compatibility" settings vis a vis the hardware, which causes them to run a lot slower than your system can handle unless you make wholesale tweaks.

- I have disabled unnecessary services to free up RAM (geeze FC4 or gnome is a hog eh)
- swap partition is 2x my RAM
- hdparm reveals my hard drive is running in ultra DMA 2 mode (I presume it that's good)
- I have installed the ATI Radeon drivers package from ATI (but lots of Open GL stuff keeps f**king up!!!!).


What now? Any help would be much appreciated.

Thanks and regards
Reply With Quote
  #2  
Old 7th July 2005, 12:11 AM
Optimal Aurora Offline
Registered User
 
Join Date: May 2005
Location: somewhere between dimensions...
Posts: 261
I can't say about anything else, but the memory usage must be a gnome thing. I think the way they described it on ubuntu forums is that instead of having to load things like cursors in two cycles, nautilus loads them in one cycle causing the memory to be used more. This is if you are using the AMD64 that is the 32bit x86 form actually takes two cycles.
__________________
Later...
Aurora...

Quote:
Knowledge is Power and Power you are going to need to be a computer programmer.
Reply With Quote
  #3  
Old 7th July 2005, 01:57 AM
Clamp's Avatar
Clamp Offline
Registered User
 
Join Date: Jun 2005
Location: Brazil - Rio de Janeiro
Age: 29
Posts: 27
Speed is really relative... depends a lot of your hw setup, I mean, what's speed for you? apps loading time? processing? 3d video? .
Each one of these are linked to deferents aspects of your hardware, so it’s really hard to say something to speed up, you could recompile the kernel to match your hardware, removing unused support from the kernel, but I doubt it would make a great difference and worth the time and work spent doing such.
__________________
Tears stream down your face
I promise you that I'll learn from my mistakes
Tears stream down your face
And I...
ColdPlay
Registered Linux user 393281 jlagedo@jabber.org
Reply With Quote
  #4  
Old 8th July 2005, 02:12 AM
johannlo's Avatar
johannlo Offline
Registered User
 
Join Date: Jul 2005
Location: Melbourne, Australia
Age: 33
Posts: 762
Cheers for above. I think the issue is actually Samba: whenever I have my windoze box on (my config is setup to automount my windoze shared drives), FC4 runs like its on an Athlon 1800 or so, then once Windoze is off it magically goes back to A64 2800 speeds. Not sure if Samba is meant to slow your system down so much....

so much to learn!
Reply With Quote
  #5  
Old 18th July 2005, 06:25 PM
Dragoran Offline
Registered User
 
Join Date: Feb 2004
Posts: 131
Quote:
- hdparm reveals my hard drive is running in ultra DMA 2 mode (I presume it that's good)
no thats not good
try hdparm -X udma5 /dev/hdX
Reply With Quote
  #6  
Old 18th July 2005, 11:19 PM
johannlo's Avatar
johannlo Offline
Registered User
 
Join Date: Jul 2005
Location: Melbourne, Australia
Age: 33
Posts: 762
Thanks mate will try that when I get home...

If say it works, where do I put that line so it kicks in every time the drive is mounted?
Reply With Quote
  #7  
Old 20th July 2005, 08:31 AM
Dragoran Offline
Registered User
 
Join Date: Feb 2004
Posts: 131
/etc/rc.d/rc.local
but this should be on by default ...
check your bios settings
are you using an 80 pin cable?
is there a cdrom driver connected with the same cable as the harddisk?
Reply With Quote
  #8  
Old 20th July 2005, 05:51 PM
Maners Offline
Registered User
 
Join Date: May 2004
Location: New York
Age: 31
Posts: 165
CPU speed?
AMD64 have PowerNow enabled by default in FC3/4. This feature is scaling the CPU's clock rate with respect to the load on the system. You can check oyur current cpu frequency by typing
Code:
cat /proc/cpuinfo
This will show you current clock rate of your CPU (mine is currently at 1 GHz). Then try to run some demanding program such as Eclipse and when the program is loading issue the above command once again and check whether the clock rate raises to the CPU's nominal specs. If not the try to play with cpuspeed (type cpuspeed -h for usage)
Reply With Quote
  #9  
Old 21st July 2005, 12:46 AM
johannlo's Avatar
johannlo Offline
Registered User
 
Join Date: Jul 2005
Location: Melbourne, Australia
Age: 33
Posts: 762
Cheers all will try these tips on the wkend!
Reply With Quote
  #10  
Old 21st July 2005, 10:42 AM
johannlo's Avatar
johannlo Offline
Registered User
 
Join Date: Jul 2005
Location: Melbourne, Australia
Age: 33
Posts: 762
OK tried hdparm -x udma5 /dev/hd[X ]. Command ran fine. However, upon tring hdparm -i its still telling me:

Model=WDC WD800BB-00JHC0, FwRev=05.01C05, SerialNo=WD-WMAM98609713
Config={ HardSect NotMFM HdSw>15uSec SpinMotCtl Fixed DTR>5Mbs FmtGapReq }
RawCHS=16383/16/63, TrkSize=0, SectSize=0, ECCbytes=66
BuffType=unknown, BuffSize=2048kB, MaxMultSect=16, MultSect=16
CurCHS=16383/16/63, CurSects=16514064, LBA=yes, LBAsects=156299375
IORDY=on/off, tPIO={min:120,w/IORDY:120}, tDMA={min:120,rec:120}
PIO modes: pio0 pio3 pio4
DMA modes: mdma0 mdma1 mdma2
UDMA modes: udma0 udma1 udma2
AdvancedPM=no WriteCache=enabled
Drive conforms to: device does not report version:

Does this mean its not running udma5? or do I need to unmount it first?
Reply With Quote
  #11  
Old 21st July 2005, 04:39 PM
Bak Offline
Registered User
 
Join Date: Jul 2005
Posts: 19
Either means that settings in your bios are limiting the UDMA mode in your bios, you're using a 40wire ide cable (instead of an 80 wire) or the drive is so old that it only supports UDMA2 (which is not very likely)
Reply With Quote
  #12  
Old 21st July 2005, 11:48 PM
johannlo's Avatar
johannlo Offline
Registered User
 
Join Date: Jul 2005
Location: Melbourne, Australia
Age: 33
Posts: 762
Cheers - I will investigate the BIOS settings. Don't think its a 40 wire IDE cable as its a brand new box - A64 2800, VIA VT-800 chipset mobo - I don't think the dealer would have done something as stupid as that... still, I'll keep it in mind if I can't dig up anything in the bios!

Thanks again guys!
Reply With Quote
  #13  
Old 23rd July 2005, 07:45 AM
johannlo's Avatar
johannlo Offline
Registered User
 
Join Date: Jul 2005
Location: Melbourne, Australia
Age: 33
Posts: 762
Aargh
- Cables are from the mobo's box (so can't be 40 wire... I presume... how do I tell if a cable is 40 or 80 wire?)
- BIOS settings are either ultra DMA ON or OFF, you don't get to set it specifically
- The hard drives are both Western Digital caviars (1 80gig, 1 200 gig) definitely support udma5

Anyone with any ideas?
Reply With Quote
  #14  
Old 23rd July 2005, 10:16 AM
Dragoran Offline
Registered User
 
Join Date: Feb 2004
Posts: 131
whats the ouput of cat /proc/ide/* ?
are they any optical drives(cdrom,dvd ...) connected to the same cable as your hdd?
Reply With Quote
Reply

Tags
fc464, optimising

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
optimising network drazah101 Servers & Networking 0 25th May 2008 06:31 PM
Response to K3b message about optimising performance lsatenstein Guides & Solutions (No Questions) 7 9th August 2007 02:21 PM
Viewing Java-enabled web pages on FC4_64 fozner Using Fedora 1 1st December 2005 03:19 AM
What about the FC4_64 yannara Using Fedora 8 2nd July 2005 01:26 AM


Current GMT-time: 21:57 (Wednesday, 19-06-2013)

TopSubscribe to XML RSS for all Threads in all ForumsFedoraForumDotOrg Archive
logo

All trademarks, and forum posts in this site are property of their respective owner(s).
FedoraForum.org is privately owned and is not directly sponsored by the Fedora Project or Red Hat, Inc.

Privacy Policy | Term of Use | Posting Guidelines | Archive | Contact Us | Founding Members

Powered by vBulletin® Copyright ©2000 - 2012, vBulletin Solutions, Inc.

FedoraForum is Powered by RedHat