Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
why is it takin so long?
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

Goto page 1, 2  Next  
Reply to topic    Gentoo Forums Forum Index Desktop Environments
View previous topic :: View next topic  
Author Message
Hell-Razor
Guru
Guru


Joined: 10 Jun 2004
Posts: 458

PostPosted: Thu Sep 16, 2004 2:11 am    Post subject: why is it takin so long? Reply with quote

well it seems i have putten up for this long enough...im running gnome-light and it seems (even with other window managers) to take about 4 or 5 seconds for something to come up when i select it...this is games, small text files, anything...after i click on it it takes alittle while to come up...now do i have run away memory or something? i have like a gig a ddr ram and a 1.4 amd...now im not too picky on speed but this is kind of getting old...anybody have any ideas?
Back to top
View user's profile Send private message
radonsg
Apprentice
Apprentice


Joined: 26 Jun 2004
Posts: 257
Location: Singapore

PostPosted: Thu Sep 16, 2004 2:48 am    Post subject: Reply with quote

try to cache your fonts to c if that helps
_________________
Athlon64 3000+ on a MSI Neo2 Platinum (nVidia nForce3)
1 Sata Hitachi (HGST) 7K250
1 Sata Samsung SpinPoint
2 x 512MB TwinMos DDR400 Dual Channel
Geforce 5200
Back to top
View user's profile Send private message
Hell-Razor
Guru
Guru


Joined: 10 Jun 2004
Posts: 458

PostPosted: Thu Sep 16, 2004 3:13 am    Post subject: Reply with quote

ok well thanks for the advice...id would be nice if i kew how to do it..could u explain im kind of a linux nub :oops:
Back to top
View user's profile Send private message
radonsg
Apprentice
Apprentice


Joined: 26 Jun 2004
Posts: 257
Location: Singapore

PostPosted: Thu Sep 16, 2004 3:21 am    Post subject: Reply with quote

Quote:
fc-cache

_________________
Athlon64 3000+ on a MSI Neo2 Platinum (nVidia nForce3)
1 Sata Hitachi (HGST) 7K250
1 Sata Samsung SpinPoint
2 x 512MB TwinMos DDR400 Dual Channel
Geforce 5200
Back to top
View user's profile Send private message
pjp
Administrator
Administrator


Joined: 16 Apr 2002
Posts: 20067

PostPosted: Thu Sep 16, 2004 3:40 am    Post subject: Reply with quote

Moved from Other Things Gentoo.
_________________
Quis separabit? Quo animo?
Back to top
View user's profile Send private message
loki99
Advocate
Advocate


Joined: 10 Oct 2003
Posts: 2056
Location: Vienna, €urope

PostPosted: Thu Sep 16, 2004 6:19 am    Post subject: Reply with quote

what does
Code:
hdparm /dev/hdx
say?

is dma turned on? do you use prelinking? have you ever tried xfce4?

cheers, loki99
Back to top
View user's profile Send private message
Hell-Razor
Guru
Guru


Joined: 10 Jun 2004
Posts: 458

PostPosted: Thu Sep 16, 2004 12:58 pm    Post subject: Reply with quote

Code:
# hdparm /dev/hdb1

/dev/hdb1:
 multcount    = 16 (on)
 IO_support   =  1 (32-bit)
 unmaskirq    =  1 (on)
 using_dma    =  1 (on)
 keepsettings =  0 (off)
 readonly     =  0 (off)
 readahead    = 256 (on)
 geometry     = 65535/16/63, sectors = 80262, start = 63

Quote:
s dma turned on? do you use prelinking?

dont know how to check those
Quote:
have you ever tried xfce4?

yes and i dont like it...stil the same thing
Back to top
View user's profile Send private message
Stormy Eyes
Veteran
Veteran


Joined: 09 Apr 2003
Posts: 1064
Location: Watching God spit-shine my boots.

PostPosted: Thu Sep 16, 2004 1:00 pm    Post subject: Reply with quote

Try using Openbox instead. GNOME and XFCE are overkill, IMHO.
Back to top
View user's profile Send private message
BlackEdder
Advocate
Advocate


Joined: 26 Apr 2004
Posts: 2588
Location: Dutch enclave in Egham, UK

PostPosted: Thu Sep 16, 2004 1:02 pm    Post subject: Reply with quote

Please post your /etc/hosts file, you might have forgotten to add your computername to it.. It will cause problems with applications startup time in gnome and kde (because they try to get an ip with your computername, but can't find it)
Back to top
View user's profile Send private message
neuron
Advocate
Advocate


Joined: 28 May 2002
Posts: 2371

PostPosted: Thu Sep 16, 2004 1:21 pm    Post subject: Reply with quote

for the fc-cache, be superuser (su) and write fc-cache -f
Back to top
View user's profile Send private message
loki99
Advocate
Advocate


Joined: 10 Oct 2003
Posts: 2056
Location: Vienna, €urope

PostPosted: Fri Sep 17, 2004 10:14 am    Post subject: Reply with quote

Hell-Razor wrote:

Quote:
s dma turned on? do you use prelinking?

dont know how to check those

dma is turned as your hdparm states.

about prelinking there´s a guide:

http://www.gentoo.org/doc/en/prelink-howto.xml

lets you prelink your libs to the specific app so it starts faster. but it seems that you have something wrong. my system (amd1800+,768mb,ati9600) just runs fine, feels snappy and openoffice takes less than 10 sec to start.
Back to top
View user's profile Send private message
Hell-Razor
Guru
Guru


Joined: 10 Jun 2004
Posts: 458

PostPosted: Sat Sep 18, 2004 1:01 am    Post subject: Reply with quote

ok my hosts is: (i dont htink this is rite but ok);
Code:
# /etc/hosts:  This file describes a number of hostname-to-address
#              mappings for the TCP/IP subsystem.  It is mostly
#              used at boot time, when no name servers are running.
#              On small systems, this file can be used instead of a
#              "named" name server.  Just add the names, addresses
#              and any aliases to this file...
# $Header: /home/cvsroot/gentoo-src/rc-scripts/etc/hosts,v 1.8 2003/08/04 20:12:25 azarah Exp $
#

127.0.0.1   localhost
# IPV6 versions of localhost and co
::1 ip6-localhost ip6-loopback
fe00::0 ip6-localnet
ff00::0 ip6-mcastprefix
ff02::1 ip6-allnodes
ff02::2 ip6-allrouters
ff02::3 ip6-allhosts



...how do i add myself?
Back to top
View user's profile Send private message
Lews_Therin
l33t
l33t


Joined: 03 Oct 2003
Posts: 657
Location: Banned

PostPosted: Sat Sep 18, 2004 1:28 am    Post subject: Reply with quote

Hell-Razor wrote:
ok my hosts is: (i dont htink this is rite but ok);
Code:
<snip>



...how do i add myself?


Add whatever the output of "hostname" is to /etc/hosts after "localhost".
Back to top
View user's profile Send private message
radonsg
Apprentice
Apprentice


Joined: 26 Jun 2004
Posts: 257
Location: Singapore

PostPosted: Sat Sep 18, 2004 5:39 am    Post subject: Reply with quote

u can add your hostname & domainname to your /etc/hosts.
For example,
127.0.0.1 testserver.example.com testserver localhost
_________________
Athlon64 3000+ on a MSI Neo2 Platinum (nVidia nForce3)
1 Sata Hitachi (HGST) 7K250
1 Sata Samsung SpinPoint
2 x 512MB TwinMos DDR400 Dual Channel
Geforce 5200
Back to top
View user's profile Send private message
Hell-Razor
Guru
Guru


Joined: 10 Jun 2004
Posts: 458

PostPosted: Mon Sep 20, 2004 2:31 am    Post subject: Reply with quote

ok well ive done all of this shit...ive even moved to fluxbox...and still it takes a long ass time for stuff to load...anybody else got ideas?
Back to top
View user's profile Send private message
radonsg
Apprentice
Apprentice


Joined: 26 Jun 2004
Posts: 257
Location: Singapore

PostPosted: Mon Sep 20, 2004 2:33 am    Post subject: Reply with quote

do a hdparm -Tt /dev/(your hardisk device) & post your result
_________________
Athlon64 3000+ on a MSI Neo2 Platinum (nVidia nForce3)
1 Sata Hitachi (HGST) 7K250
1 Sata Samsung SpinPoint
2 x 512MB TwinMos DDR400 Dual Channel
Geforce 5200
Back to top
View user's profile Send private message
Hell-Razor
Guru
Guru


Joined: 10 Jun 2004
Posts: 458

PostPosted: Mon Sep 20, 2004 4:31 pm    Post subject: Reply with quote

hdparm -Tt /dev/hdb1

/dev/hdb1:
Timing buffer-cache reads: 632 MB in 2.01 seconds = 314.32 MB/sec
Timing buffered disk reads: 38 MB in 1.74 seconds = 21.89 MB/sec
Back to top
View user's profile Send private message
nyda
Apprentice
Apprentice


Joined: 12 Aug 2004
Posts: 183

PostPosted: Mon Sep 20, 2004 5:45 pm    Post subject: Reply with quote

This is what I get.

Code:
root, root/ # hdparm -Tt /dev/hda

/dev/hda:
 Timing buffer-cache reads:   3004 MB in  2.00 seconds = 1499.98 MB/sec
 Timing buffered disk reads:  152 MB in  3.02 seconds =  50.26 MB/sec


As you can see, your cache is practically creeping and your HDD isnt' that fast either. I'm not sure if this can account for your machines perceived slowness or not. You should check your kernel settings if you selected the correct IDE drivers for your system.

"4-5 seconds" doesn't sound very slow to me either. I.e the first time I start gedit it takes about 2-3 seconds on my system (I'm not using prelink), but the next time it's a lot faster (<1s). If that takes 3-5 seconds on your system I guess that's an ok value considering your HDD performance.


Last edited by nyda on Wed Sep 22, 2004 1:22 am; edited 1 time in total
Back to top
View user's profile Send private message
radonsg
Apprentice
Apprentice


Joined: 26 Jun 2004
Posts: 257
Location: Singapore

PostPosted: Tue Sep 21, 2004 2:34 am    Post subject: Reply with quote

Hell-Razor wrote:
hdparm -Tt /dev/hdb1

/dev/hdb1:
Timing buffer-cache reads: 632 MB in 2.01 seconds = 314.32 MB/sec
Timing buffered disk reads: 38 MB in 1.74 seconds = 21.89 MB/sec


think u shld take a look at configuring your harddisk parameter, Your harddisk performamce a bit slow.
Mine look something like this

Code:
 hdparm -Tt /dev/hda

/dev/hda:
 Timing buffer-cache reads:   1024 MB in  2.01 seconds = 510.04 MB/sec
 Timing buffered disk reads:  172 MB in  3.01 seconds =  57.23 MB/sec

_________________
Athlon64 3000+ on a MSI Neo2 Platinum (nVidia nForce3)
1 Sata Hitachi (HGST) 7K250
1 Sata Samsung SpinPoint
2 x 512MB TwinMos DDR400 Dual Channel
Geforce 5200
Back to top
View user's profile Send private message
Hell-Razor
Guru
Guru


Joined: 10 Jun 2004
Posts: 458

PostPosted: Tue Sep 21, 2004 3:40 pm    Post subject: Reply with quote

i know that doesnt seem rite....how do i check those and fix them? ill be askin around in about an hour in the gentoo channel to see if anybody knows...im at school rite now so i cant really do anything now
Back to top
View user's profile Send private message
radonsg
Apprentice
Apprentice


Joined: 26 Jun 2004
Posts: 257
Location: Singapore

PostPosted: Wed Sep 22, 2004 1:16 am    Post subject: Reply with quote

search the forum on harddisk performace or tuning. Got some stuff on tuning the harddisk
_________________
Athlon64 3000+ on a MSI Neo2 Platinum (nVidia nForce3)
1 Sata Hitachi (HGST) 7K250
1 Sata Samsung SpinPoint
2 x 512MB TwinMos DDR400 Dual Channel
Geforce 5200
Back to top
View user's profile Send private message
Hell-Razor
Guru
Guru


Joined: 10 Jun 2004
Posts: 458

PostPosted: Thu Sep 23, 2004 2:42 am    Post subject: Reply with quote

ok ive gotten some results and stuff from other places and such...ive tried the following
hdparm -X udma5 /dev/hdb

but when i do hd -Tt /dev/hdb it still displays as udma 2....
Back to top
View user's profile Send private message
radonsg
Apprentice
Apprentice


Joined: 26 Jun 2004
Posts: 257
Location: Singapore

PostPosted: Thu Sep 23, 2004 3:20 am    Post subject: Reply with quote

Hell-Razor wrote:
ok ive gotten some results and stuff from other places and such...ive tried the following
hdparm -X udma5 /dev/hdb

but when i do hd -Tt /dev/hdb it still displays as udma 2....


can your harddisk support udma5? Or hav u enable the support under the bios section?
_________________
Athlon64 3000+ on a MSI Neo2 Platinum (nVidia nForce3)
1 Sata Hitachi (HGST) 7K250
1 Sata Samsung SpinPoint
2 x 512MB TwinMos DDR400 Dual Channel
Geforce 5200
Back to top
View user's profile Send private message
Hell-Razor
Guru
Guru


Joined: 10 Jun 2004
Posts: 458

PostPosted: Sat Sep 25, 2004 3:26 pm    Post subject: Reply with quote

its only enable and disable....its on enable so i dont know what else i can do...and it says that it supports udma5
Back to top
View user's profile Send private message
amps
n00b
n00b


Joined: 06 Aug 2004
Posts: 49

PostPosted: Sat Sep 25, 2004 4:59 pm    Post subject: Reply with quote

radonsg wrote:
Hell-Razor wrote:
hdparm -Tt /dev/hdb1

/dev/hdb1:
Timing buffer-cache reads: 632 MB in 2.01 seconds = 314.32 MB/sec
Timing buffered disk reads: 38 MB in 1.74 seconds = 21.89 MB/sec


think u shld take a look at configuring your harddisk parameter, Your harddisk performamce a bit slow.
Mine look something like this

Code:
 hdparm -Tt /dev/hda

/dev/hda:
 Timing buffer-cache reads:   1024 MB in  2.01 seconds = 510.04 MB/sec
 Timing buffered disk reads:  172 MB in  3.01 seconds =  57.23 MB/sec


just a question, what do these numbers mean? should they be high or low?

amps
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Desktop Environments All times are GMT
Goto page 1, 2  Next
Page 1 of 2

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum