LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 01-23-2002, 11:56 AM   #1
Syncrm
Member
 
Registered: Aug 2001
Location: Lansing, Michigan
Distribution: slackware8+
Posts: 472

Rep: Reputation: 30
slackware very slow!


i just installed slackware on my laptop last night, and so far so good. but i've noticed that my machine is running abnormally slow when attempting animations in X. for instance, i'm using windowmaker and whenever i have a dock which might run a small animation (my volume mixer has a 10x7 pix animation) my machine slows down and i watch my processor kick up to around 50% when it was at 0 before. another example is when i hide a window, the machine seems to take awhile to process the animations. everything runs find on my redhat machine (which is about half the speed as my laptop) so i don't understand why this would be affecting my system.

please help! :-)
 
Old 01-23-2002, 03:18 PM   #2
stickler
LQ Newbie
 
Registered: Jan 2002
Location: Missouri
Distribution: Slackware 8.0
Posts: 13

Rep: Reputation: 0
Greetings.

Well, you didnt really specify what version of slack, or the specs on your machine, but i'll try to help the best I can to my limited knowledge First, check what all services your running. Slackware dosent have a "linuxconf", but its alot easier to disable services in the command line. Most start up scripts are in /etc/rc.d/
look through those files like rc.inet1,rc.inet2, rc.M etc and comment out the stuff you dont need with a #. Also, recompiling your kernel is a good move to speed things up.When you recompile, you can take out the things you dont need, and specify it to your system.And when your in xwindows, make sure your video is set up correctly.In /etc/X11/XF86Config, find your video card memory line, and uncomment it(sometimes its commented). Next, do a cat /proc/meminfo and see if slack is using all of your memory, sometimes if you have 128 megs, some linux distro's show up 64 etc, then you can just pass commands to lilo to pick up that memory.
Hope this helps
 
Old 01-23-2002, 11:44 PM   #3
Syncrm
Member
 
Registered: Aug 2001
Location: Lansing, Michigan
Distribution: slackware8+
Posts: 472

Original Poster
Rep: Reputation: 30
well, i think i figured out the problem (though i still haven't found a solution). i'm using running my machine in VESA virutal frame buffer mode, since i don't think my vid card is supported by linux. before i go any further, though, let me give my system specs:

slackware 8.0 on 2.4.17 kernel
IBM ThinkPad A20p
p!!! 750
128 mb memory
ati 128 rage mobility (16mb)

in my XF86Config file, i have the following lines for Graphics Device Section:

Section "Device"
Identifier "VESA Framebuffer"
Driver "fbdev"
#VideoRam 4096
#Insert Clocks lines here if appropriate
EndSection

so does anyone know if my vid card is supported? i can't seem to find any documentation anywhere on it, and as far as i knew thinkpads were fairly well supported by linux.

Last edited by Syncrm; 01-23-2002 at 11:46 PM.
 
Old 01-24-2002, 07:25 AM   #4
Syncrm
Member
 
Registered: Aug 2001
Location: Lansing, Michigan
Distribution: slackware8+
Posts: 472

Original Poster
Rep: Reputation: 30
well, a bit of an update. i ran xf86config and it successfully detected my vid card and made the appropriate changes to /etc/X11/XF86Config, however now when i start X my video is COMPLETELY messed up. absolutely unusable.

so i'm wondering if anyone knows how to configure an IBM ThinkPad A20p to run X without using virtual framebuffering, since I'd like to actually use X without having my machine run like a 486 whenever there's even the slightest animation.

Last edited by Syncrm; 01-24-2002 at 07:33 AM.
 
Old 01-24-2002, 07:48 AM   #5
Syncrm
Member
 
Registered: Aug 2001
Location: Lansing, Michigan
Distribution: slackware8+
Posts: 472

Original Poster
Rep: Reputation: 30
yet another update...

in my boredom here at work, i was searching google for solutions to my problem and found the following page:

http://www.zhlive.ch/zhl_contents_linux.html#Xwindows

hopefully, this will provide the solution... now i'm just going to have to wait until 5 so i can go home and try it out. i'm really going to have to find a way to bring my laptop in here. we use win98 at work, and... well... you get the drift. ;-)
 
Old 01-24-2002, 09:51 AM   #6
philfighter
Member
 
Registered: Apr 2001
Location: South of Atlanta
Distribution: Mandrake 8.1, Suse 7.0
Posts: 207

Rep: Reputation: 30
uhh

considering yur specs on that laptop yu should have no problem... in theory... however yu do happen to be using a new kernel.... have yu recompiled it yurself?

a lot of times we often hear from newbies (im not assuming yu are due to the fact yu are installing slack on a laptop) that linux is slow... the kernel was precompiled from most distros to be able to load as many modules into mem as possible... i feel its always a good idea (especially when performance is slowed) to recompile yur own kernel to yur laptop's (or desktop) specs... in other words take out waht yu dont need and keep what yu do need... "kernel hacking" is not difficult and there are more resources for it on the web than yu can shake a stick at...

occasionally the problem is wrong drivers although grapgics chipsets are generally such that yu must have the correct one specified in xf86conf for it to show a decent picture... however there is an exception to every rule... i would try making sure i had entered the correct chipset beyond of a shadow of a doubt, ensure all peripherals are installed with the correct drivers and then go back and compile a new custom kernel as this has always helped me whenever i had problems like what youre having....

good luck and come back here often! i sure have and its made a world of a difference!
 
Old 01-25-2002, 07:12 AM   #7
Syncrm
Member
 
Registered: Aug 2001
Location: Lansing, Michigan
Distribution: slackware8+
Posts: 472

Original Poster
Rep: Reputation: 30
well, things seem to be a little better. after downloading xfree86 4.1.0 and installing it, i got an error when the configurator tried to detect my vid card. attempting to manually edit the XF86Config file myself yielded no promising results. so in almost desperate attempt to get things working, i just copied the sampe XF86Config file provided on the site listed above, and it worked!

now trying to get my wireless nic and apm working together (completely unrelated, you'd think...) is a another story. but after pulling out half my hair, i think i have things working the way they *should* be.

oh, and i wouldn't consider myself a linux newbie, just a slackware newbie. maybe i should have tried for a desktop first, huh? :-)
 
  


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
Slackware 10.1 (2.4.29 kernel) slow when browsing... Mr-Sale Slackware 3 08-15-2005 10:39 PM
Gnome very slow to logout (Slackware 10.1) moffen Slackware 3 05-18-2005 05:39 PM
slow network in slackware 10 berrance Slackware 9 11-27-2004 01:23 PM
[slackware] slow internet manky Linux - Networking 7 05-02-2004 11:20 AM
Slow startup on SlackWare. Replicated Linux - Software 1 04-15-2003 04:28 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

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