LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 01-26-2003, 04:14 PM   #1
martik
LQ Newbie
 
Registered: Jan 2003
Location: Vancouver BC
Distribution: Searching for one
Posts: 6

Rep: Reputation: 0
Why is Slack so slow ?


Running Slack 8.1 on Pentium 200 128MB ram. Boot up is fast (40 secs) but starting Konqueror is very slow - 20 secs 1st and nth time on both KDE AND xfce. Under MDK 7.2 it starts in 5 secs. Any idea why it is so slow under Slack?
 
Old 01-26-2003, 05:29 PM   #2
DavidPhillips
LQ Guru
 
Registered: Jun 2001
Location: South Alabama
Distribution: Fedora / RedHat / SuSE
Posts: 7,163

Rep: Reputation: 58
maybe it's hard drive speed. You can check and tweek it with hdparm
 
Old 01-26-2003, 07:35 PM   #3
Excalibur
Senior Member
 
Registered: Jun 2002
Location: Northern VA, USA
Distribution: Ubuntu
Posts: 1,180

Rep: Reputation: 46
Slackware 8.1 is KDE 3 based. I noticed considerable performance difference on older Pentiums when I moved from KDE 2. Perhaps the Mandrake version was KDE 2 based.
 
Old 01-26-2003, 10:17 PM   #4
Astro
Member
 
Registered: Jan 2003
Location: Ballston Lake, NY
Distribution: Slackware, Debian
Posts: 665

Rep: Reputation: 30
Well you DO only have a 200, possibly processor speed has something to do with all this afterall??????????????????
 
Old 01-26-2003, 10:47 PM   #5
Bluesuperman
Member
 
Registered: Nov 2002
Distribution: Slackware
Posts: 155

Rep: Reputation: 30
It is most likely your PC, I am running slack8.1 on a Pll 600, 128MB ram. Konqueror opens by the time I release the mouse button. I also have a SCSI HDD
 
Old 01-27-2003, 10:39 PM   #6
Half_Elf
LQ Guru
 
Registered: Sep 2001
Location: Montreal, Canada
Distribution: Slackware; Debian; Gentoo...
Posts: 2,163

Rep: Reputation: 46
running a GUI with a P200 is masochist.

anyways. Try updating your kernel for your processor (Pentium MMX?) then compile Kde from source (if you have REALLY time to loose, it will take you at least a complete day.... but it should run faster then).

Also, make sure you have enabled DMA.
 
Old 01-28-2003, 06:57 PM   #7
TheDaemonCat
LQ Newbie
 
Registered: Jan 2003
Location: Lake Effect Land (WNY)
Distribution: Slackware x.x!
Posts: 3

Rep: Reputation: 0
Wow! I didn't think ANYONE else in the whole world had hardware as slow as mine! I used to run Enlightenment on an AMD 486 100 and 16 Meg of RAM! ("If a man is seeking to rescue his captured friends, he will not ask permisssion, neither will he count his foes, save with a sword." -Aragorn)

Anyway, 'drake 7.x did indeed use KDE 2.x, so that might be some of the problem. Do optimize that kernel for your pentium:
(as root)
# cd /usr/src/linux
[read the install text files]
# make menuconfig
and have at it!
The help for the processor optimizations is very good, and menuconfig is almost exactly like the Slackware setup, so you'll feel right at home! Notice that once you hit pentium class, it becomes important whether you have AMD v. Intel, and MMX v. non-MMX, so read the help carefully!

Properly configured, you will get better performance from X than Win9x on the same hardware. Have fun!
 
Old 01-28-2003, 09:56 PM   #8
martik
LQ Newbie
 
Registered: Jan 2003
Location: Vancouver BC
Distribution: Searching for one
Posts: 6

Original Poster
Rep: Reputation: 0
How do I install 7.2 source? There is nothing in /usr/src/linux except a readme file and include subdir.
Thanks

PS: I do have faster PC's, just want to play with the P200 to see if I can get linux to run as fast as Win98
 
Old 01-29-2003, 12:32 AM   #9
Grim Reaper
Member
 
Registered: Apr 2002
Distribution: Gentoo 2006.0 AMD64
Posts: 399

Rep: Reputation: 30
hahah, you'll get it running that far for sure! don't give up!


Try installing Fluxbox, or Blackbox, or one of them, i run fluxbox myself, and it is an extremely fast window manager. Its only a window manager, not a desktop environment, so you don't have icons etc, but you can get addons + packages that will extend fluxbox and give you this capabitily.

On an old, P233 or 266 it was, with 32meg ram I had slackware, full install, with fluxbox running nice and sweet. It booted fast, and loaded X and fluxbox almost instantly (and thats no bs...i type: start x....a few moments later up she pops..)
 
Old 01-29-2003, 04:06 AM   #10
martik
LQ Newbie
 
Registered: Jan 2003
Location: Vancouver BC
Distribution: Searching for one
Posts: 6

Original Poster
Rep: Reputation: 0
Ok, I got the source linux-2.4.0.tar.gz, unzipped with tar into /usr/src, then ran (from /urs/src/linux) make clean, make mrproper, make menuconfig, make modules, make modules_install. Then cp /usr/src/linux/arch/i386/boot/bxImage to /boot/mynewkernel. Finally modified lilo.conf for new kernel. Boot time decreased by 16 secs or 28%.

To Grim: What version of slack did you use on the P233? Any optimizing done?
 
Old 01-29-2003, 05:41 AM   #11
Half_Elf
LQ Guru
 
Registered: Sep 2001
Location: Montreal, Canada
Distribution: Slackware; Debian; Gentoo...
Posts: 2,163

Rep: Reputation: 46
martik: 45 sec for booting still too slow. I have a P166 booting Slack 8.0 in 20sec. For the boot time, you might want to optimize your system... First, stop each daemon you do not need. Just comment everything useless in /etc/inetd.conf. Also there's a lot of useless feature you can turn off in /etc/rc.d/rc.* . Open all these file with a tesxt editor and add command. It's the way to "stop" service in Slackware.
Also, try to get the smallest kernel as possible... don't load anything you don't need it will slow down the boot.

Slack 8.0 will be faster than Slack 8.1 on an old box, but just because his softwares are older (as example, it use Kde 2.2.1), so you probably want to stay with an up-to-date Slackware like 8.1.
 
Old 02-07-2003, 06:18 PM   #12
martik
LQ Newbie
 
Registered: Jan 2003
Location: Vancouver BC
Distribution: Searching for one
Posts: 6

Original Poster
Rep: Reputation: 0
I have found the solution to speeding up my P200 - Vector Linux 3.2. It is awesome! Almost as fast as Win98 with the 2 wm's XFCE and ICEwm and a nice set of tools including Dillo and Opera web browsers. I have tried them all and this distro is the best performer on older PC's
 
Old 02-10-2003, 02:29 PM   #13
ratbert90
Member
 
Registered: Jan 2003
Posts: 67

Rep: Reputation: 16
did you enable 32bit I/O and dma?
If you didnt, then thats your biggist problem
 
  


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 internet in Slack apocolipse Slackware 2 06-14-2005 08:46 AM
Slack slow on Cable Connection Bull Terrier Linux - Networking 2 05-06-2004 03:53 AM
Slow Network w/ Slack 9.1 MrSmee Slackware 3 11-19-2003 08:30 AM
Booting SLack is slow! HELP!!! TheShemeta Slackware 4 11-14-2003 07:10 PM
Slack 9.0 with S3 Trio 3D and KDE 3 very slow stelmed Slackware 2 09-08-2003 02:45 PM

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

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