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 |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
 |
|
12-12-2009, 10:21 PM
|
#1
|
Member
Registered: Feb 2007
Posts: 61
Rep:
|
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.
|
|
|
12-12-2009, 11:35 PM
|
#2
|
Senior Member
Registered: Mar 2009
Location: USA
Distribution: Arch
Posts: 1,022
Rep: 
|
Your swapping too much. How much RAM do you have?
|
|
|
12-13-2009, 04:45 AM
|
#3
|
Member
Registered: Feb 2007
Posts: 61
Original Poster
Rep:
|
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.
|
|
|
12-13-2009, 07:45 AM
|
#4
|
Senior Member
Registered: Mar 2008
Location: Cyberspace
Distribution: Dynebolic, Ubuntu 10.10
Posts: 1,351
Rep:
|
is your swapping actually ON? can you turn it OFF and try?
|
|
|
12-13-2009, 07:56 AM
|
#5
|
Member
Registered: Feb 2007
Posts: 61
Original Poster
Rep:
|
How do we do that ?
I have abt 1 gb of swap partition.
|
|
|
12-13-2009, 08:06 AM
|
#6
|
Senior Member
Registered: Sep 2007
Posts: 1,047
Rep:
|
Quote:
Originally Posted by 3dmatrix
How do we do that ?
I have abt 1 gb of swap partition.
|
Post:
Code:
sudo fdisk -l
cat /etc/fstab
free -m
|
|
|
12-13-2009, 12:19 PM
|
#7
|
Member
Registered: Feb 2007
Posts: 61
Original Poster
Rep:
|
Quote:
Originally Posted by cola
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 ?
|
|
|
12-13-2009, 12:29 PM
|
#8
|
LQ 5k Club
Registered: May 2001
Location: Belgium
Distribution: Arch
Posts: 8,529
|
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
to enable swap
To find the processes actualy running
type
|
|
|
12-13-2009, 01:01 PM
|
#9
|
Member
Registered: Feb 2007
Posts: 61
Original Poster
Rep:
|
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.
|
|
|
12-13-2009, 01:15 PM
|
#10
|
Member
Registered: Jul 2007
Distribution: Slackware 14
Posts: 237
Rep:
|
Quote:
Originally Posted by 3dmatrix
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.
|
|
|
12-13-2009, 09:03 PM
|
#11
|
Member
Registered: Feb 2007
Posts: 61
Original Poster
Rep:
|
If I have to drift away from Ubuntu which distro will you suggest ?
Something, stable, fast, secure and with good repo !
|
|
|
12-14-2009, 03:55 AM
|
#12
|
LQ 5k Club
Registered: May 2001
Location: Belgium
Distribution: Arch
Posts: 8,529
|
Quote:
Something, stable, fast, secure and with good repo !
|
Debian
|
|
|
12-14-2009, 06:45 AM
|
#13
|
Member
Registered: Feb 2007
Posts: 61
Original Poster
Rep:
|
I am in a fix Debian or Fedora or Mint ?
How is crunchbang ?
Last edited by 3dmatrix; 12-14-2009 at 07:10 AM.
|
|
|
12-14-2009, 06:10 PM
|
#14
|
LQ Newbie
Registered: Dec 2009
Location: uk
Distribution: UBUNTU 8.10 (xpee win7)
Posts: 3
Rep:
|
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.
|
|
|
12-14-2009, 08:00 PM
|
#15
|
Member
Registered: Feb 2007
Posts: 61
Original Poster
Rep:
|
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.
|
|
|
All times are GMT -5. The time now is 07:18 PM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|