LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 12-12-2009, 10:21 PM   #1
3dmatrix
Member
 
Registered: Feb 2007
Posts: 61

Rep: Reputation: 15
Ubuntu too slow


I have a Acer aspire 4720. I wish to use Linux as a Desktop. I have used Ubuntu 8.04 very successfully on it and was very happy with it. I ungraded to Ubunty 9.04 and found it to be too slow. The windows open and close with jerks. The booting time is enormous. The HDD light keeps on for very long and makes all sorts of sounds. Inspite of the fact that I have not been able to switch on the Visual Effects. First of all i could not start it but lated when i found it so slow i gave up the idea of taxing my laptop so much. Takes ages for Firefox to close. At times the response to clicks is also delayed. There is a gnome error every other boot. Over all a very very bad experience. Now I have a 9.10 CD with me but I am wondering if I should upgrade to 9.10 or degrade to 8.04 or switch over altogether to some other distro like Mint (or any other). I am just looking for a very stable, fast and very secure Linux for me. Easy to use but without much gimmicks (if it makes things slow). Plz advise.
 
Old 12-12-2009, 11:35 PM   #2
lupusarcanus
Senior Member
 
Registered: Mar 2009
Location: USA
Distribution: Arch
Posts: 1,022
Blog Entries: 19

Rep: Reputation: 146Reputation: 146
Your swapping too much. How much RAM do you have?
 
Old 12-13-2009, 04:45 AM   #3
3dmatrix
Member
 
Registered: Feb 2007
Posts: 61

Original Poster
Rep: Reputation: 15
I think i hav enuf ram - 2 gb

I have 2 gb of ram and a core 2 duo processor (1.5 + 1.5 GHz) and abt 40 gb of free HDD space.

Last edited by 3dmatrix; 12-13-2009 at 07:09 AM.
 
Old 12-13-2009, 07:45 AM   #4
resetreset
Senior Member
 
Registered: Mar 2008
Location: Cyberspace
Distribution: Dynebolic, Ubuntu 10.10
Posts: 1,340

Rep: Reputation: 62
is your swapping actually ON? can you turn it OFF and try?
 
Old 12-13-2009, 07:56 AM   #5
3dmatrix
Member
 
Registered: Feb 2007
Posts: 61

Original Poster
Rep: Reputation: 15
How do we do that ?
I have abt 1 gb of swap partition.
 
Old 12-13-2009, 08:06 AM   #6
cola
Senior Member
 
Registered: Sep 2007
Posts: 1,045

Rep: Reputation: 65
Quote:
Originally Posted by 3dmatrix View Post
How do we do that ?
I have abt 1 gb of swap partition.
Post:
Code:
sudo fdisk -l
cat /etc/fstab
free -m
 
Old 12-13-2009, 12:19 PM   #7
3dmatrix
Member
 
Registered: Feb 2007
Posts: 61

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by cola View Post
Post:
Code:
sudo fdisk -l
cat /etc/fstab
free -m
What does that do ?
What is that code for ?
For turning the swapping On ? or Off ?
 
Old 12-13-2009, 12:29 PM   #8
repo
LQ 5k Club
 
Registered: May 2001
Location: Belgium
Distribution: Arch
Posts: 8,529

Rep: Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899
To find the swapspace, type
Code:
type cat /etc/fstab
This should give something like
Quote:
/dev/sdb12 none swap sw 0 0
To disable swap
Code:
swapoff /dev/sdb12
to enable swap
Code:
swapon /dev/sdb12

To find the processes actualy running
type
Code:
top
 
Old 12-13-2009, 01:01 PM   #9
3dmatrix
Member
 
Registered: Feb 2007
Posts: 61

Original Poster
Rep: Reputation: 15
cat /etc/fstab
gives the following result :
swap was on /dev/sda6 during installation none swap sw 0 0

What do you want me to do after this ? Just disable and enable swap ?
Thats all ?

Top result is as follows :

top - 18:11:35 up 6 min, 2 users, load average: 0.68, 0.91, 0.44
Tasks: 143 total, 1 running, 141 sleeping, 0 stopped, 1 zombie
Cpu(s): 4.1%us, 2.3%sy, 0.0%ni, 93.6%id, 0.0%wa, 0.0%hi, 0.0%si, 0.0%st
Mem: 2052624k total, 816656k used, 1235968k free, 23064k buffers
Swap: 1052216k total, 0k used, 1052216k free, 411160k cached


I simultaneously checked in the system monitor but it did not display anything using much CPU. The maximum that was being used was by Gnome system monitor but even that was not too much.

I personally feel there must be some drivers (intel) / xorg stuff that are not installed by default in 9.04 and because of that the system is not performing at an optimum level.

Last edited by 3dmatrix; 12-13-2009 at 01:04 PM.
 
Old 12-13-2009, 01:15 PM   #10
linuxpokernut
Member
 
Registered: Jul 2007
Distribution: Slackware 14
Posts: 237
Blog Entries: 8

Rep: Reputation: 59
Quote:
Originally Posted by 3dmatrix View Post
cat /etc/fstab
gives the following result :
swap was on /dev/sda6 during installation none swap sw 0 0

What do you want me to do after this ? Just disable and enable swap ?
Thats all ?

Top result is as follows :

top - 18:11:35 up 6 min, 2 users, load average: 0.68, 0.91, 0.44
Tasks: 143 total, 1 running, 141 sleeping, 0 stopped, 1 zombie
Cpu(s): 4.1%us, 2.3%sy, 0.0%ni, 93.6%id, 0.0%wa, 0.0%hi, 0.0%si, 0.0%st
Mem: 2052624k total, 816656k used, 1235968k free, 23064k buffers
Swap: 1052216k total, 0k used, 1052216k free, 411160k cached


I simultaneously checked in the system monitor but it did not display anything using much CPU. The maximum that was being used was by Gnome system monitor but even that was not too much.

I personally feel there must be some drivers (intel) / xorg stuff that are not installed by default in 9.04 and because of that the system is not performing at an optimum level.
Nope, Ubuntu is just bloated, each version moreso than the last. 9.04 was approximately the same speed as Vista.

I know a lot of people are gonna get exited by that comment, but thats what I have observed from personal experience.
 
Old 12-13-2009, 09:03 PM   #11
3dmatrix
Member
 
Registered: Feb 2007
Posts: 61

Original Poster
Rep: Reputation: 15
If I have to drift away from Ubuntu which distro will you suggest ?
Something, stable, fast, secure and with good repo !
 
Old 12-14-2009, 03:55 AM   #12
repo
LQ 5k Club
 
Registered: May 2001
Location: Belgium
Distribution: Arch
Posts: 8,529

Rep: Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899
Quote:
Something, stable, fast, secure and with good repo !
Debian
 
Old 12-14-2009, 06:45 AM   #13
3dmatrix
Member
 
Registered: Feb 2007
Posts: 61

Original Poster
Rep: Reputation: 15
I am in a fix Debian or Fedora or Mint ?
How is crunchbang ?

Last edited by 3dmatrix; 12-14-2009 at 07:10 AM.
 
Old 12-14-2009, 06:10 PM   #14
19karl62
LQ Newbie
 
Registered: Dec 2009
Location: uk
Distribution: UBUNTU 8.10 (xpee win7)
Posts: 3

Rep: Reputation: 0
I would give ubuntu another chance 9.10 is at least twice as fast booting than 9.04. I believe without checking crunchbang is ubuntu based.your p.c should run ubuntu pretty fast with half the ram you've got,any how there are a lot of linux distro's I hope you have a lot of fun as I have trying as many out as I have,but I still find my way back to ubuntu lol good luck happy hunting.
 
Old 12-14-2009, 08:00 PM   #15
3dmatrix
Member
 
Registered: Feb 2007
Posts: 61

Original Poster
Rep: Reputation: 15
Well, I was happy with 8.04 but ever since I have switched over to 9.04 its a horrible experience.
I am more bothered abt my HDD making those noises and being over taxed than anything else.

I dont like to keep changing my OS every now and then. Because I have to make a lot of configurations and install a lot of packages to make the system running as per my needs but then in a month's time if i realize that the new OS is crap and i need to change, means a loss of a lot of time.
 
  


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
Slow ssh connection over lan with Ubuntu Desktop and Ubuntu Server Recursion Linux - Networking 1 05-23-2009 02:17 AM
my Ubuntu 8.10 UE is very slow. CMXILies Linux - Newbie 2 05-06-2009 11:11 AM
Ubuntu: slow navigation in folders, slow visualization of photos, blocks.... All I Want Linux - Newbie 5 10-05-2008 09:59 AM
Ubuntu Slow KraftMayo Linux - Software 1 11-03-2004 05:40 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

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