LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Debian
User Name
Password
Debian This forum is for the discussion of Debian Linux.

Notices


Reply
  Search this Thread
Old 11-07-2008, 08:01 AM   #1
linx win
Member
 
Registered: Jan 2004
Posts: 390

Rep: Reputation: 31
Memory problem


I am using Aspire One with debian unstable Gnome desktop and kernel 2.6.27. Everything works great except the mouse pad. However, the system is slow. I run top which showed that the system memory almost fully used as shown below:

Code:
Mem:    503640k total,   496400k used,     7240k free,    44620k buffers
Swap:   931728k total,        0k used,   931728k free,   221976k cached
Analyzing the active tasks, I did not see any high memory consuming program running:

Code:
 3542 root      20   0  331m  15m 8836 S    6  3.1   1:05.27 Xorg                          
 3920 acerone   20   0 92264  16m  10m S    3  3.3   0:06.47 gnome-terminal                
 3643 acerone   20   0 16076 2684 1800 S    1  0.5   0:04.59 gnome-screensav               
 3936 acerone   20   0  2264 1128  880 R    1  0.2   0:06.79 top                           
 4088 acerone   20   0  173m  56m  20m S    1 11.4   0:40.60 firefox-bin                   
    1 root      20   0  1984  732  632 S    0  0.1   0:01.23 init
Is there any way to know which task is causing the low memory situation?
 
Old 11-07-2008, 10:05 AM   #2
farslayer
LQ Guru
 
Registered: Oct 2005
Location: Northeast Ohio
Distribution: linuxdebian
Posts: 7,249
Blog Entries: 5

Rep: Reputation: 191Reputation: 191
Not sure why you are having touchpad issues.. mine is working fine. I used the following Debian wiki when installing Debian on my AAO Netbook http://wiki.debian.org/DebianAcerOne


For your memory issues, did you consider running a desktop other than gnome ? You should try xfce and LXDE

GNOME
Code:
Mem:   1024224k total,   354912k used,   669312k free,    12856k buffers
Swap:  2634652k total,        0k used,  2634652k free,   133812k cached
LXDE
Code:
Mem:   1024224k total,   260816k used,   763408k free,    10612k buffers
Swap:  2634652k total,        0k used,  2634652k free,    97340k cached
Linux lennynetbookone 2.6.26-1-686 #1 SMP


You can also sort the output in top by hitting SHIFT+M. That will sort the running programs by memory usage top to bottom.

Last edited by farslayer; 11-07-2008 at 10:13 AM.
 
Old 11-08-2008, 03:33 PM   #3
linx win
Member
 
Registered: Jan 2004
Posts: 390

Original Poster
Rep: Reputation: 31
farslayer

Thanks for reply. The mouse pad is working fine now. I got it to work by pressing Fn + F7. However, I still don not know the reason for the slowness of the system. May be low ram? I got 512 only which is sufficient on any other laptop but not Aspire One!

I have the same system on Asus eeepc 701 and it is working fine except at boot it gives me:
undefined video mode number: 317
which is the case with Aspire One. I tried vga=785 and vga=8 in the menu.lst but same result.
 
Old 11-08-2008, 10:32 PM   #4
AlucardZero
Senior Member
 
Registered: May 2006
Location: USA
Distribution: Debian
Posts: 4,824

Rep: Reputation: 615Reputation: 615Reputation: 615Reputation: 615Reputation: 615Reputation: 615
Code:
alucard@karrde:~$ free
             total       used       free     shared    buffers     cached
Mem:        553164     527212      25952          0      22616     135100
-/+ buffers/cache:     369496     183668
Swap:       131064      23568     107496
369MB RAM used for applications, 183 for buffers and cache, 25 completely free.

Using all your RAM is normal. Active swapping is not.
 
Old 11-09-2008, 02:50 PM   #5
linx win
Member
 
Registered: Jan 2004
Posts: 390

Original Poster
Rep: Reputation: 31
Thanks.

Update:

I added noatime to the root partition in /etc/fstab and did apt-get upgrade. I noticed a little improvement in the speed.I wish to see some suggestions.

For the "undefined video mode number: 317" message, I was able to boot smoothly by pressing F4 at boot time and selecting screen 800x600.
 
Old 11-09-2008, 03:11 PM   #6
pinniped
Senior Member
 
Registered: May 2008
Location: planet earth
Distribution: Debian
Posts: 1,732

Rep: Reputation: 50
For the video mode we need to know the capability of your screen (and graphics chip). You can use 'lspci' and 'lspci -n' to help identify your graphics chip and the VendorID:ProductID code. For the screen specs you have to rely on the manual.
 
Old 11-09-2008, 04:12 PM   #7
johnson_steve
Senior Member
 
Registered: Apr 2005
Location: BrewCity, USA (Milwaukee, WI)
Distribution: Xubuntu 9.10, Gentoo 2.6.27 (AMD64), Darwin 9.0.0 (arm)
Posts: 1,152

Rep: Reputation: 46
I think I'll be getting 1 to 3 of these for my family. what realy pisses me off is that you can buy a linux version but for $20 more you get double the ram and a 120Gb drive. while I think it's great that they sell linux computers; I don't think it's great that they're only putting linux on the ones that couldn't run windows comfortably. this is going to give people the impression that linux isn't as good as windows by handicaping the linux netbooks with inferior hardware. I'll be getting the windows model with 1Gb ram and putting linux on it the extra hardware is worth the $20 and I take pleasure from wiping a perfectly good windows install. 512mb isn't a lot of memory these days my desktop has 4Gb even most 'cheap' laptops have atleast 1Gb except the ones that come with linux.
 
Old 11-09-2008, 06:44 PM   #8
j.todd
Member
 
Registered: Feb 2008
Location: Michigan
Distribution: Debian GNU/Linux Unstable
Posts: 144

Rep: Reputation: 16
Quote:
Originally Posted by johnson_steve View Post
I think I'll be getting 1 to 3 of these for my family. what realy pisses me off is that you can buy a linux version but for $20 more you get double the ram and a 120Gb drive. while I think it's great that they sell linux computers; I don't think it's great that they're only putting linux on the ones that couldn't run windows comfortably. this is going to give people the impression that linux isn't as good as windows by handicaping the linux netbooks with inferior hardware. I'll be getting the windows model with 1Gb ram and putting linux on it the extra hardware is worth the $20 and I take pleasure from wiping a perfectly good windows install. 512mb isn't a lot of memory these days my desktop has 4Gb even most 'cheap' laptops have atleast 1Gb except the ones that come with linux.
Don't forget to get your money back for all of those unused windows licenses.
 
Old 11-09-2008, 06:46 PM   #9
johnson_steve
Senior Member
 
Registered: Apr 2005
Location: BrewCity, USA (Milwaukee, WI)
Distribution: Xubuntu 9.10, Gentoo 2.6.27 (AMD64), Darwin 9.0.0 (arm)
Posts: 1,152

Rep: Reputation: 46
Quote:
Originally Posted by j.todd View Post
Don't forget to get your money back for all of those unused windows licenses.
Ha. like that'll ever happen.
 
Old 11-09-2008, 07:14 PM   #10
j.todd
Member
 
Registered: Feb 2008
Location: Michigan
Distribution: Debian GNU/Linux Unstable
Posts: 144

Rep: Reputation: 16
Quote:
Originally Posted by johnson_steve View Post
Ha. like that'll ever happen.
You can get the money back. Just record yourself denying the license and removing windows, then mail it to the OEM and tell them you want your money back.
 
  


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
Linux shared memory segment access problem and x86 Virtual Memory layout. regmee Linux - Kernel 1 08-23-2008 12:11 AM
Difference between resident memory,shared memory and virtual memory in system monitor mathimca05 Linux - Newbie 1 11-11-2007 04:05 AM
Memory Problem kiketg Linux - Hardware 9 11-05-2007 05:03 AM
Memory Problem soulxcavtor Linux - Hardware 6 05-21-2006 11:44 AM
Help!?! RH 8 Memory Mapping -High Memory-Virtural Memory issues.. Merlin53 Linux - Hardware 2 06-18-2003 04:48 PM

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

All times are GMT -5. The time now is 09:12 PM.

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