Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Gentoo seems....slower then windows (SOLVED)
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Other Things Gentoo
View previous topic :: View next topic  
Author Message
djh-world
Apprentice
Apprentice


Joined: 04 Jan 2004
Posts: 281
Location: Nottingham, UK

PostPosted: Sat Jan 31, 2004 11:57 pm    Post subject: Gentoo seems....slower then windows (SOLVED) Reply with quote

Hi there, i'm unsure as to why my gentoo install just seems to be quite considerably slower then windows in every aspect, clicking on the any application takes at like 5 -6 seconds to actually load the program fully. Surely I should be getting better peformance then this? I've heard people who click on applications which load as soon as they press it.

My system specs are: -

AMD Athlon XP 2400XP+ @ 2030mhz
512mb Crucial DDR PC2700 RAM
Connect3D Radeon 9600 PRO
80GB Seagate Barracuda HDD
MSI KT600 Delta Motherboard

And my gentoo setup is: -

Kernel 2.6.1 (Gentoo-sources)
Installed with Stage3 + GRP
KDE 3.1

Is Gentoo destined to be slow or have I done something wrong with the installation process? I love the whole Gentoo experiance, its just windows seems one heck of a lot faster.....

Can anyone help?


Last edited by djh-world on Sun Feb 01, 2004 5:43 pm; edited 1 time in total
Back to top
View user's profile Send private message
ett_gramse_nap
Apprentice
Apprentice


Joined: 01 Oct 2003
Posts: 252
Location: Göteborg, Sweden

PostPosted: Sun Feb 01, 2004 12:01 am    Post subject: Reply with quote

Check if you have DMA turned on with "hdparm /dev/hdX". Are you sure that you've chosen the correct sources? athlonxp.
_________________
Don't bother!
Back to top
View user's profile Send private message
djh-world
Apprentice
Apprentice


Joined: 04 Jan 2004
Posts: 281
Location: Nottingham, UK

PostPosted: Sun Feb 01, 2004 12:15 am    Post subject: Reply with quote

This is the output of what you've just told me to do....


Code:

bash-2.05b# hdparm /dev/hda

/dev/hda:
 multcount    = 16 (on)
 IO_support   =  0 (default 16-bit)
 unmaskirq    =  0 (off)
 using_dma    =  0 (off)
 keepsettings =  0 (off)
 readonly     =  0 (off)
 readahead    = 256 (on)
 geometry     = 16383/255/63, sectors = 156301488, start = 0


And yes, I used the athlon XP installation cd. [/code]
Back to top
View user's profile Send private message
GentooBox
Veteran
Veteran


Joined: 22 Jun 2003
Posts: 1168
Location: Denmark

PostPosted: Sun Feb 01, 2004 12:16 am    Post subject: Reply with quote

Quote:
I've heard people who click on applications which load as soon as they press it.


well, im one of them :twisted:

i have nothing fancy installed or configured.
here is some information:

"CFLAGS="-Os -march=athlon-xp -fomit-frame-pointer -funroll-loops -pipe"

USE="3dnow acpi alsa mmx samba sse -arts -cups -foomaticdb -gpm -gnome \
-mad -mikmod -xv -berkdb"

gcc version 3.3.2 20031218 (Gentoo Linux 3.3.2-r5, propolice-3.3-7)
KDE version 3.2.0-rc1

everything compiled from stage1.
i think that the new kde 3.2 rc1 has some sort of preload or something, i dont know it for sure, but kde 3.1.4 is slower on my box (MUCH slower) than kde 3.2 rc1.
_________________
Encrypt, lock up everything and duct tape the rest
Back to top
View user's profile Send private message
Evil Dark Archon
Guru
Guru


Joined: 21 Dec 2002
Posts: 562
Location: Santa Rosa, CA

PostPosted: Sun Feb 01, 2004 12:19 am    Post subject: Reply with quote

rc-update add hdparm boot
_________________
This post has been over explained for newb-informing purposes.

Registered Linux user 347334
Abit AV8-3rd eye, AMD Athlon64 3500+ 90nm, ATI Radeon x850 pro
Back to top
View user's profile Send private message
taskara
Advocate
Advocate


Joined: 10 Apr 2002
Posts: 3763
Location: Australia

PostPosted: Sun Feb 01, 2004 12:22 am    Post subject: Reply with quote

also, because you overclock your cpu, make sure your system is 100% stable - get prime95 to torture test for 24 hours under windows.

if you don't have a 100% stable system you will create corrupt code when you compile applications which coudl also be part of your problem.
_________________
Kororaa install method - have Gentoo up and running quickly and easily, fully automated with an installer!
Back to top
View user's profile Send private message
luqas
Guru
Guru


Joined: 02 Jan 2004
Posts: 588
Location: /US/Texas/Beaumont

PostPosted: Sun Feb 01, 2004 12:25 am    Post subject: Reply with quote

DMA is not enabled on your machine. To enable it goto the console and type "hdparm -d 1 /dev/hda".

Then do what Evil Dark Arkon said and rc-update add hdparm boot.
Back to top
View user's profile Send private message
djh-world
Apprentice
Apprentice


Joined: 04 Jan 2004
Posts: 281
Location: Nottingham, UK

PostPosted: Sun Feb 01, 2004 12:31 am    Post subject: Reply with quote

Dryre wrote:
DMA is not enabled on your machine. To enable it goto the console and type "hdparm -d 1 /dev/hda".

Then do what Evil Dark Arkon said and rc-update add hdparm boot.


Code:

/dev/hda:
 setting using_dma to 1 (on)
 HDIO_SET_DMA failed: Operation not permitted
 using_dma    =  0 (off)


Ouch.

And my CPU is overclocked by 25mhz, it has been for 6 months so I doubt thats the problem.
Back to top
View user's profile Send private message
taskara
Advocate
Advocate


Joined: 10 Apr 2002
Posts: 3763
Location: Australia

PostPosted: Sun Feb 01, 2004 12:43 am    Post subject: Reply with quote

ok.. well if you are happy it's not the overclock, then great - just thought it was a possiblilty.

and dma can't be set because you didn't build your kernel correctly with the right ide driver - make sure you have via ide support, and dma support and generic support...
_________________
Kororaa install method - have Gentoo up and running quickly and easily, fully automated with an installer!
Back to top
View user's profile Send private message
djh-world
Apprentice
Apprentice


Joined: 04 Jan 2004
Posts: 281
Location: Nottingham, UK

PostPosted: Sun Feb 01, 2004 12:58 am    Post subject: Reply with quote

Huirrah!

Thanks people! I think thats sorted the problem, I just had to enable my motherboards IDE chipset, which I think is the "VIA82Cxx" right?

Ahh
Back to top
View user's profile Send private message
taskara
Advocate
Advocate


Joined: 10 Apr 2002
Posts: 3763
Location: Australia

PostPosted: Sun Feb 01, 2004 1:56 am    Post subject: Reply with quote

that's the one..
_________________
Kororaa install method - have Gentoo up and running quickly and easily, fully automated with an installer!
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Other Things Gentoo All times are GMT
Page 1 of 1

 
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