LinuxQuestions.org
Visit Jeremy's Blog.
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 03-10-2009, 11:44 AM   #1
shinukl1
LQ Newbie
 
Registered: Jul 2008
Location: India
Distribution: Debian, Fedora
Posts: 8

Rep: Reputation: 0
Unhappy Lenny installed -- System slow now


Hi..

I had been using debian4.0 and now did a fresh installation of Lenny.
Etch was working perfectly fine for me. But lenny has left me with a
slow system. Video is framing , sound breaking in between (only with video),
like more IO wait if i open or close a window.
System is working like having a low RAM ( mine is 1GB ) .
Sometimes scrolling in iceweasel and even switching to a new tab takes time ..
 
Old 03-10-2009, 01:08 PM   #2
Dutch Master
Senior Member
 
Registered: Dec 2005
Posts: 1,686

Rep: Reputation: 124Reputation: 124
Some process is claiming all your CPU time. Run the top command in a terminal to find which one it is.
 
Old 03-11-2009, 01:13 PM   #3
Linuxchuck
LQ Newbie
 
Registered: Aug 2007
Distribution: Slackware from 94-09, Debian Since March 09
Posts: 28

Rep: Reputation: 19
You could also check the amount of memory detected and how much is used/free by running the following command:

Code:
free -m
The output will show you (in megabytes) how much RAM is available, used, and free. That will help you determine if all of your available RAM is detected. Since you only have 1GB to deal with, I suspect all of it is available to the system.

You may have something eating up all of your available memory. A quick way to see what is using the most RAM at a given moment is to start "top" (from the command line) and then press the "M" key (upper-case) to sort the output by memory usage. You can also sort the output by CPU usage by pressing the "P" key (upper-case).

While you're in top, it also displays all available/free/used RAM in the output.

Hope this helps

Last edited by Linuxchuck; 03-11-2009 at 01:18 PM. Reason: indicating upper-case letters
 
Old 03-12-2009, 01:38 AM   #4
shinukl1
LQ Newbie
 
Registered: Jul 2008
Location: India
Distribution: Debian, Fedora
Posts: 8

Original Poster
Rep: Reputation: 0
Thanks ...

I got that Xorg is taking my CPU time most.
I think i solved the problem related to browser and playing video
by editing the xorg.conf file after some googling.
I added the line

Option "AccelMethod" "XAA"

under Section "Device".

But still one problem remains. Copying files from local network is verrry slow for me.( ofcourse after installing Lenny)
 
Old 03-13-2009, 10:22 AM   #5
lugoteehalt
Senior Member
 
Registered: Sep 2003
Location: UK
Distribution: Debian
Posts: 1,215
Blog Entries: 2

Rep: Reputation: 49
Here some stuff that might accelerate X further, especially RenderAccel and composite enable.
Code:
Section "ServerFlags"
    Option         "Xinerama" "0"
EndSection

Section "Monitor"
<snip>
    Option         "DPMS"
EndSection

Section "Device"
    Identifier     "Device0"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
    BoardName      "GeForce 8400 GS"
# lugo put in next line.
    Option         "RenderAccel" "true"
EndSection

# lugo put in next block.
Section "Extensions"
    Option         "Composite" "Enable"
EndSection
 
Old 03-15-2009, 01:53 PM   #6
shinukl1
LQ Newbie
 
Registered: Jul 2008
Location: India
Distribution: Debian, Fedora
Posts: 8

Original Poster
Rep: Reputation: 0
Thanks ... But any idea regarding why my copying from LAN is so slow ??

This is my ifconfig output :


eth0 Link encap:Ethernet HWaddr 00:16:76:8b:07:ea
inet addr:192.168.71.72 Bcast:192.168.71.255 Mask:255.255.255.0
inet6 addr: fe80::216:76ff:fe8b:7ea/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:377037 errors:0 dropped:0 overruns:0 frame:0
TX packets:46581 errors:0 dropped:0 overruns:0 carrier:0
collisions:5 txqueuelen:1000
RX bytes:40152617 (38.2 MiB) TX bytes:6206093 (5.9 MiB)
Interrupt:23 Base address:0xb800

lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:154 errors:0 dropped:0 overruns:0 frame:0
TX packets:154 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:13143 (12.8 KiB) TX bytes:13143 (12.8 KiB)

Last edited by shinukl1; 03-15-2009 at 01:54 PM.
 
Old 03-16-2009, 11:14 AM   #7
lugoteehalt
Senior Member
 
Registered: Sep 2003
Location: UK
Distribution: Debian
Posts: 1,215
Blog Entries: 2

Rep: Reputation: 49
Quote:
Originally Posted by shinukl1 View Post
Thanks ... But any idea regarding why my copying from LAN is so slow ??

RX bytes:40152617 (38.2 MiB) TX bytes:6206093 (5.9 MiB)
No idea really, although shouldn't it be 100MiB or something? Question for the networking boys and girls??

Last edited by lugoteehalt; 03-16-2009 at 11:15 AM.
 
Old 03-16-2009, 11:35 AM   #8
farslayer
LQ Guru
 
Registered: Oct 2005
Location: Northeast Ohio
Distribution: linuxdebian
Posts: 7,249
Blog Entries: 5

Rep: Reputation: 191Reputation: 191
That is amount of data not speed, Otherwise my 100 MB NIC is way overcloked as those numbers are in the Gib range on this PC

take a look with ethtool ..

Code:
ethtool -i eth0


ethtool eth0
 
  


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
Browser is slow and crashes after Lenny upgrade biharibong Debian 7 02-18-2009 03:27 PM
Just installed linux 5.0 lenny - problem with Azureus gjhxyz Linux - Software 2 08-18-2008 07:36 AM
[Debian Lenny::Samba/CIFS] Network File Transfers Slow t3hl33td4rg0n Linux - Server 0 03-12-2008 11:11 PM
No manuals installed with Lenny adrianmariano Debian 10 08-14-2007 10:59 PM
Just installed RH 9.0 and the system is slow. Why? rjm1973 Linux - Newbie 1 07-12-2004 09:26 PM

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

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