LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Ubuntu
User Name
Password
Ubuntu This forum is for the discussion of Ubuntu Linux.

Notices


Reply
  Search this Thread
Old 09-30-2006, 10:36 AM   #1
Cobra243
Member
 
Registered: Aug 2006
Posts: 35

Rep: Reputation: 15
Ubuntu Seems to run slow


Hi, i am using Ubuntu 6.06 Dapper Drake and so far my only problem is this:

When boot in Ubuntu everything seems to work ok for the first minutes but later the speed seems to get slower. I mean when i try open and close windows, programs even taps in mozilla are slow (especially when you to do it fast(open and close). I don't know what is wrong i have many distribution, some of them it did some of them not. It is not very very slow, it as slow as it has to break you patience. I mean even windows look pretty fast when you open and close windows. What should? Any help would be really appreciated cause i don't want to change back to windows or make formats. Thanks!
 
Old 09-30-2006, 11:50 AM   #2
Ztyx
Member
 
Registered: Dec 2001
Location: Stockholm, Sweden
Distribution: Ubuntu, Kubuntu and Debian
Posts: 338

Rep: Reputation: 30
Question

Hi there,
Have you tried if there is a certain process that gets stuck in the background? This can be done by running "top" in the terminal.

How much memory to you have free? Check using the "free" program using terminal. How much harddrive space do you have? Check using "df -h" in terminal.

Have you checked the logs? Especially "/var/syslog"...? Also check "dmesg". If you have a hardware error it usually shows up there.

If you don't have anything better to do I'd also recomment you to do a fsck on your harddrive aswell.

Regards,

Jens
 
Old 09-30-2006, 11:50 AM   #3
MensaWater
LQ Guru
 
Registered: May 2005
Location: Atlanta Georgia USA
Distribution: Redhat (RHEL), CentOS, Fedora, CoreOS, Debian, FreeBSD, HP-UX, Solaris, SCO
Posts: 7,831
Blog Entries: 15

Rep: Reputation: 1669Reputation: 1669Reputation: 1669Reputation: 1669Reputation: 1669Reputation: 1669Reputation: 1669Reputation: 1669Reputation: 1669Reputation: 1669Reputation: 1669
Run "top". It will show you CPU and memory statistics. See if these are constrained.

If not it may be your network connection. If you are doing a 100 base T ethernet a common issue is setting the card (or the switch/router port it is attached to) to autonegotiate. Unfortunately this works rather badly for 10/100 networks. You should hard set the speed to 100, duplex to full and turn autonegotiate off on both the card and the port.

The command that will set this for the NIC (network interface card) is ethtool (or miitool for older NICs).
 
Old 10-01-2006, 02:33 AM   #4
Cobra243
Member
 
Registered: Aug 2006
Posts: 35

Original Poster
Rep: Reputation: 15
Here is what i get when i run "top" and "free" :

top - 10:19:52 up 13:17, 2 users, load average: 0.27, 0.62, 0.33
Tasks: 106 total, 1 running, 105 sleeping, 0 stopped, 0 zombie
Cpu(s): 5.0% us, 0.7% sy, 0.0% ni, 93.0% id, 1.3% wa, 0.0% hi, 0.0% si
Mem: 1036100k total, 1025740k used, 10360k free, 26268k buffers
Swap: 2096440k total, 18944k used, 2077496k free, 693200k cached

4745 root 15 0 172m 28m 8508 S 2.7 2.8 5:05.67 Xorg
7452 johnny 15 0 347m 101m 28m S 2.0 10.0 10:51.31 java
4995 johnny 15 0 125m 60m 18m S 0.3 6.0 1:03.31 firefox-bin
1 root 16 0 1568 528 460 S 0.0 0.1 0:01.10 init
2 root 34 19 0 0 0 S 0.0 0.0 0:00.01 ksoftirqd/0
3 root RT 0 0 0 0 S 0.0 0.0 0:00.00 watchdog/0
4 root 10 -5 0 0 0 S 0.0 0.0 0:00.08 events/0
5 root 11 -5 0 0 0 S 0.0 0.0 0:00.00 khelper
6 root 10 -5 0 0 0 S 0.0 0.0 0:00.00 kthread
8 root 10 -5 0 0 0 S 0.0 0.0 0:00.13 kblockd/0
9 root 20 -5 0 0 0 S 0.0 0.0 0:00.00 kacpid
129 root 20 0 0 0 0 S 0.0 0.0 0:00.00 pdflush
130 root 15 0 0 0 0 S 0.0 0.0 0:00.02 pdflush
132 root 16 -5 0 0 0 S 0.0 0.0 0:00.00 aio/0
131 root 15 0 0 0 0 S 0.0 0.0 0:00.90 kswapd0
719 root 10 -5 0 0 0 S 0.0 0.0 0:00.02 kseriod
1821 root 10 -5 0 0 0 S 0.0 0.0 0:00.00 khubd
johnny@johnny-desktop:~$ free
total used free shared buffers cached
Mem: 1036100 1021620 14480 0 25996 689124
-/+ buffers/cache: 306500 729600
Swap: 2096440 18944 2077496

I think it's a memory problem right? But i don't have many programs open and i also don't think that 1024 mb ram can be fulfield that easy. Moreover, is there any possibility to be graphic card problem cause i didn't install any drivers and when i checked with a program (cedega) it hit red in openGL and 3d acceleration. What should i do?
 
Old 10-03-2006, 09:20 AM   #5
JaseP
Senior Member
 
Registered: Jun 2002
Location: Eastern PA, USA
Distribution: K/Ubuntu 18.04-14.04, Scientific Linux 6.3-6.4, Android-x86, Pretty much all distros at one point...
Posts: 1,802

Rep: Reputation: 157Reputation: 157
RAM in Linux worksdifferent from Windoze... Don't worry about the RAM amount being used...

The more likely problem is that you probably have a lot of glitzy video stuff (like transparancies) turned on... Try not using the transparancies and shadows, launch feedback, etc... and see if that helps...
 
Old 10-03-2006, 11:41 AM   #6
Cobra243
Member
 
Registered: Aug 2006
Posts: 35

Original Poster
Rep: Reputation: 15
What is transparencies? What is feedback? How can i launch it? Please help!
 
  


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
glxgears really slow fps - games run slow.... ghostlkp Linux - Newbie 2 07-24-2006 10:33 AM
Ubuntu 5.04 is super slow? why? linux4life88 Ubuntu 11 07-24-2005 12:53 AM
Ubuntu Slow KraftMayo Linux - Software 1 11-03-2004 05:40 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Ubuntu

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