LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
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 05-05-2010, 12:30 PM   #61
pixellany
LQ Veteran
 
Registered: Nov 2005
Location: Annapolis, MD
Distribution: Mint
Posts: 17,809

Rep: Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743

Somewhere you asked about SWAP.....Do you have a SWAP partition and is it working?

Also, I wonder if a high CPU usage can be related to having inadequate RAM?---My hunch is YES.

Open a terminal and enter this (without the quotes): "top | head -n 15"
Post the results here. (cut and paste from the terminal**)


**If needed, a handy hint: terminals do not typically support ctrl-C and ctrl-V for cut and paste. There is sometimes an alternative shortcut, or maybe a command that shows when you right-click on the terminal window. When you paste into the reply window (in most browsers) ctrl-V will work.
 
Old 05-05-2010, 12:38 PM   #62
mark_alfred
Senior Member
 
Registered: Jul 2003
Location: Toronto, Ontario, Canada
Distribution: Ubuntu Linux 16.04, Debian 10, LineageOS 14.1
Posts: 1,572

Rep: Reputation: 210Reputation: 210Reputation: 210
Quote:
Originally Posted by pixellany View Post
To reduce the CPU utilization, you have to stop processes.
Quote:
Originally Posted by Parallaxis View Post
Well I did like M suggested above and opened Openbox with the Xfce toolbar. There was no improvement.
I think pixellany is right. I believe LXDE uses less processes, so I would suggest switching to LXDE (as some others have suggested). So, try the following in your terminal:
Code:
sudo apt-get install lxde
This installs lxde. Try exiting xfce and then booting into lxde, and see if it is quicker. Then, try removing xfce with the following:
Code:
sudo apt-get remove xfce4 thunar orage gtk2-engines-xfce thunar-volman xfce4-appfinder xfce4-mixer xfce4-panel xfce4-session xfce4-settings xfce4-utils xfwm4
Less is more, as they say.
 
Old 05-05-2010, 12:40 PM   #63
Fred Caro
Senior Member
 
Registered: May 2007
Posts: 1,007

Rep: Reputation: 167Reputation: 167
slow pc

Xubuntu should run fine on the specs you give so something must be wrong.
May I suggest the following:

open a terminal
use 'sudo init 1' Without quotes
then 'fsck -f /dev/sda1' or the name of the partition where it lives, /dev/....
see how much is 'non-contiguous'

ps, ignore the warnings once you at run level 1.

Then post results.

Fred.
 
Old 05-05-2010, 12:44 PM   #64
Parallaxis
Member
 
Registered: May 2010
Posts: 50

Original Poster
Rep: Reputation: 15
More System Information

Thought I'd post some more information. Maybe it might help.

OK SEVERAL DIFFERENT things here...

Number 1

I tried Midori. It too maxed out the system load to 100% when working, it fell back down to 34% when idol. It was a bit faster, but not as much to make any kind of real difference. It wouldn't load weather.com for some reason, but right now that's the very least of my problems.

Also, flash videos seem to be out. Not that it had much of a chance with about 12 to 15sec load times per page. Anyway, the video doesn't play at all. The first frame comes up and then it just sits there acting like it wants to do something but can't. I don't have audio hooked up so I don't know if it plays, my guess would be that it does since the play seconds counter is moving along, I guess the video is just too much for it.

Number 2


Someone asked for my CPU, Memmory, Swap information. Here it is....
From Xubuntu's system resource monitoring application...

CPU (system Load)- Idol not doing anything, nothing open - around 30%
CPU (system Load)- Program open and running - jumps to 100%

Memory - always hovers around 80 to 132MB used of 244MB
(Memory never maxs out)

Swap (which I don't understand) seems to stay at 2mb of 713mb used.

Number 3

Bios Settings

Just random stuff that I thought might help or I didn't understand....

CPU Name: Intel Celeron MMX
CPU Operating Speed: 500(66)
*NOTE - I can change this higher, should I? Is that what's called 'overclocking' ?

*Setup

Boot Order" CDRom,C,A (this becomes important in point number 4, below)
Virus Warning: Disabled
IDE HDD Block Mode: Enabled
Memory Parity/ECC Check: Disabled
PCI/VGA Palette Snoop: Disabled
OS Select for DRAM> 64MB: Non-OS2
Report No FDD for WIN95: No
Video BIOS Shadow: Enabled

*Chipset Features Setup

Memory hole: Disabled
Read around write: Disabled
Concurrent PCI/Host: Disabled
Video RAM Cacheable: Disabled
AGP Aperture size: 64M
spread spectrum: Disabled

*Standard CMOS Setup

Base Memory: 640k
Extended Memory: 261120K
Other Memory: 384K
Total Memory: 262144K

Number 4

The second blue setup screen. Yes there is another blue screen not seeming connected to the first.

So remember back on page 2 of this thread where we were talking about getting rid of the "Press N to Boot from Network" black screen that appears before XuBuntu loads up?

This is how it goes...

-Computer is booted up...
-The regular intro page (press DEL to enter setup) comes up and goes away
-Then a black screen comes up "Initializing MBA, Press clt-alt-b to configure"
-Another black screen "Press N to boot from network"
-XuBuntu welcome screen

So during the load up I press clt-alt-b and I get a whole other blue screen that says...

Managed PC Boot Agent (MB) v4.00
Boot Method: PXE
Default Boot: Local
Local Boot: Enabled
Config Message: Enabled
Message Timeout: 3 seconds
Boot Failure Prompt: wait for timeout

Now the boot method options are: PXE, TCP/IP, NetWare, RPL.
I have no idea what any of those options mean.

Why is it booting for a network first when the BIOS settings say boot from CD then C Drive? It has to be this Managed PC Boot Agent thing causing it, but I can't figure out the dang boot method acronyms!

Number 5


ARGHHHH!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
 
Old 05-05-2010, 12:45 PM   #65
pixellany
LQ Veteran
 
Registered: Nov 2005
Location: Annapolis, MD
Distribution: Mint
Posts: 17,809

Rep: Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743
Quote:
Originally Posted by Fred Caro View Post
Xubuntu should run fine on the specs you give so something must be wrong.
May I suggest the following:

open a terminal
use 'sudo init 1' Without quotes
then 'fsck -f /dev/sda1' or the name of the partition where it lives, /dev/....
see how much is 'non-contiguous'

ps, ignore the warnings once you at run level 1.

Then post results.

Fred.
Ummm---would not he be running fsck on his active partition? I thought that was not recommended....
 
Old 05-05-2010, 12:51 PM   #66
Parallaxis
Member
 
Registered: May 2010
Posts: 50

Original Poster
Rep: Reputation: 15
You guys figure out what you want me to type in the terminal, it might be a liitle while before I can get back to that computer.
 
Old 05-05-2010, 12:57 PM   #67
MTK358
LQ 5k Club
 
Registered: Sep 2009
Posts: 6,443
Blog Entries: 3

Rep: Reputation: 723Reputation: 723Reputation: 723Reputation: 723Reputation: 723Reputation: 723Reputation: 723
@Parallaxis

Try these two commands:

Code:
$ sudo fdisk -l
$ top
Post the output here. The first command displays your hard drives and partition layout, the second displays the top CPU-hogging processes.

Note: as stated before, the Ctrl-C and V commands for Copy and Paste DO NOT WORK IN A TERMINAL! Ctrl-C, for example, kills the currently running command. If you're wondering why, then remember that the command line existed far before things like GUIs and "copy-and-paste". Instead, use the right-click menu.

Another neat trick is that you can select text and paste it using the middle button (for a wheel mouse, press the wheel), without having to use right-click menus or keyboard shortcuts.


This might have been suggested before, but you might like to try CrunchBang Linux. It's derived from Ubuntu but is minimal, much lighter on resources, and uses the Openbox window manager and the tint2 taskbar application.

Last edited by MTK358; 05-05-2010 at 01:01 PM.
 
Old 05-05-2010, 01:06 PM   #68
mark_alfred
Senior Member
 
Registered: Jul 2003
Location: Toronto, Ontario, Canada
Distribution: Ubuntu Linux 16.04, Debian 10, LineageOS 14.1
Posts: 1,572

Rep: Reputation: 210Reputation: 210Reputation: 210
Quote:
Originally Posted by Fred Caro View Post
Xubuntu should run fine on the specs you give so something must be wrong.
May I suggest the following:

open a terminal
use 'sudo init 1' Without quotes
then 'fsck -f /dev/sda1' or the name of the partition where it lives, ...
Then post results.
Quote:
Originally Posted by pixellany View Post
Ummm---would not he be running fsck on his active partition? I thought that was not recommended....
I think that Fred's first command brings it to maintenance mode (aka single user mode). Rebooting and choosing that option would be a less dramatic way of doing this, I feel. One would have to have a pen and paper in hand to be able to "Then post results", I think (IE, xwindows won't be running during this process -- though maybe a log is created somewhere in /var/log that can be copied later, I'm not sure).

I do agree with Fred that it's surprising that the OP's machine with the specs it has is giving the OP the problems with speed that he describes. Like I said earlier, my machine has similar specs, and I've rarely had such extreme speed issues.

Hating to contradict what I just said, but I do still feel that lxde would give better results than xfce -- but I'm biased, because I never cared for xfce when I tried it.

Last edited by mark_alfred; 05-05-2010 at 01:20 PM. Reason: an additional consideration
 
Old 05-05-2010, 01:07 PM   #69
pixellany
LQ Veteran
 
Registered: Nov 2005
Location: Annapolis, MD
Distribution: Mint
Posts: 17,809

Rep: Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743
Quote:
Originally Posted by Parallaxis View Post
You guys figure out what you want me to type in the terminal, it might be a liitle while before I can get back to that computer.
Hmmmm---I'm not sure you will ever get total agreement here---on anything...

I would stick with safe things---commands with do nothing but gather information.

Speaking only for myself, I want to know what is taking so much CPU time----"top" will tell us this.
 
Old 05-05-2010, 01:16 PM   #70
mark_alfred
Senior Member
 
Registered: Jul 2003
Location: Toronto, Ontario, Canada
Distribution: Ubuntu Linux 16.04, Debian 10, LineageOS 14.1
Posts: 1,572

Rep: Reputation: 210Reputation: 210Reputation: 210
*deleted*

Last edited by mark_alfred; 05-05-2010 at 01:22 PM. Reason: a lame attempt at humour that just confused things.
 
Old 05-05-2010, 01:23 PM   #71
Parallaxis
Member
 
Registered: May 2010
Posts: 50

Original Poster
Rep: Reputation: 15
I will post those.
It's gonna be awhile though. I can't get back to that computer right now.

Also don't forget my whole "Boot from Network" issues. Maybe if I could shut down that MBA (Managed PC Boot Agent (MB) v4.00), or the other stuff I listed above in my 'system information' post it might help speed it up?
 
Old 05-05-2010, 01:41 PM   #72
mark_alfred
Senior Member
 
Registered: Jul 2003
Location: Toronto, Ontario, Canada
Distribution: Ubuntu Linux 16.04, Debian 10, LineageOS 14.1
Posts: 1,572

Rep: Reputation: 210Reputation: 210Reputation: 210
I've never heard of this MBA thingy you're referring to. Is that a part of Xubuntu? I likely should go back reread this thread.
 
Old 05-05-2010, 01:49 PM   #73
mark_alfred
Senior Member
 
Registered: Jul 2003
Location: Toronto, Ontario, Canada
Distribution: Ubuntu Linux 16.04, Debian 10, LineageOS 14.1
Posts: 1,572

Rep: Reputation: 210Reputation: 210Reputation: 210
Quote:
Originally Posted by Parallaxis View Post

So remember back on page 2 of this thread where we were talking about getting rid of the "Press N to Boot from Network" black screen that appears before XuBuntu loads up?

This is how it goes...

-Computer is booted up...
-The regular intro page (press DEL to enter setup) comes up and goes away
-Then a black screen comes up "Initializing MBA, Press clt-alt-b to configure"
-Another black screen "Press N to boot from network"
-XuBuntu welcome screen

So during the load up I press clt-alt-b and I get a whole other blue screen that says...

Managed PC Boot Agent (MB) v4.00
Boot Method: PXE
Default Boot: Local
Local Boot: Enabled
Config Message: Enabled
Message Timeout: 3 seconds
Boot Failure Prompt: wait for timeout
Okay, so this MBA thingy has nothing to do with Xubuntu. I would try using the step you described that occurs before the MBA thingy begins, that being "The regular intro page (press DEL to enter setup) comes up and goes away". So, try pressing DEL at this point, and see if you can find an option to deactivate the MBA thingy from starting up.
 
Old 05-05-2010, 02:10 PM   #74
Parallaxis
Member
 
Registered: May 2010
Posts: 50

Original Poster
Rep: Reputation: 15
I'll look again, but I didn't see one.
 
Old 05-05-2010, 02:15 PM   #75
Parallaxis
Member
 
Registered: May 2010
Posts: 50

Original Poster
Rep: Reputation: 15
A quick trip through yahoo revealed this....

Quote:
Thank you for choosing Managed PC Boot Agent (MBA), the world's best-selling network preboot solution for PC networks. MBA is a package of multi-protocol firmware and software tools that enables the network administrator to remotely administer software, operating systems, and applications over the network, eliminating the need to visit the client's desktop in person. MBA is a universal, easy to configure preboot solution that is compatible with today's client and network operating systems.

With MBA installed, your client PCs can boot from the network regardless of the contents of their local hard drives or, in some cases, without any local drives at all. MBA makes sure your users connect to the network every time.

It's true—You can't compute if you can't boot.

MBA enables new and existing PCs to take advantage of preboot management technology to perform operating system and application installations or upgrades as well as desktop disaster recovery. MBA includes the Wired for Management (WfM) standard PXE protocol, but goes beyond that to include legacy boot protocol support for networks such as NetWare and UNIX. MBA is the most universal, pervasive preboot solution available on the market today.
http://www.xtec.es/~mjuarez/transpor/3com_mba.htm

I don't have time to go through it right now, I hope there is an option to get rid of the damn thing. (This may not even be it)

EDIT- This fits with what I heard about the computer before, that it was hooked up to a network and most of the work being done on it was over the network.

Last edited by Parallaxis; 05-05-2010 at 02:17 PM.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
xubuntu 6 iznogod Linux - Newbie 3 10-18-2009 07:27 AM
CD/DVD Burning starts OK, but fails to complete (different OSes/burning software) dkaplowitz Linux - Hardware 5 09-02-2009 10:30 PM
Xubuntu 7.04? KenJackson Ubuntu 4 04-19-2007 05:37 PM
Xubuntu brianthegreat Ubuntu 4 06-04-2006 10:49 PM
audiocd burning problem, whole system hangs while burning ichbinesderelch Linux - Software 1 11-14-2003 02:30 PM

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

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