LinuxQuestions.org
Share your knowledge at the LQ Wiki.
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 03-04-2008, 09:50 PM   #1
detpenguin
Senior Member
 
Registered: Oct 2003
Location: lost in the midwest...
Distribution: Slackware
Posts: 1,098

Rep: Reputation: 54
slack 12 is sluggish on a machine that runs slack 11 and earlier perfectly...


i dl'd slack 12, and also slack 12 current, just in case something better was included. once installed, it's sluggish. horribly sluggish.
my box is rather quick, 512 of ram, 2.9g processor, and plenty of harddrive space. what i notice is that when i run top in a terminal, it shows that X is consuming about 70% of the cpu, and firefox bin is taking another 25 to 28%, topping out often at 99% and slamming my system into slo-motion.
i'm multi-booting with XP and also slack 11, and both run amazingly fast.

below is my xorg.conf file, if that would help...

any ideas on why? i'm sort of stumped here...

thanks,

jay

***edit
i use fluxbox as the wm, so it's not kde bloated...

kernel 2.6.23.15-smp

Quote:
Section "ServerLayout"
Identifier "X.org Configured"
Screen 0 "Screen0" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
RgbPath "/usr/share/X11/rgb"
ModulePath "/usr/lib/xorg/modules"
FontPath "/usr/share/fonts/TTF"
FontPath "/usr/share/fonts/OTF"
FontPath "/usr/share/fonts/Type1"
FontPath "/usr/share/fonts/misc"
FontPath "/usr/share/fonts/75dpi/:unscaled"
EndSection

Section "Module"
Load "glx"
Load "extmod"
Load "xtrap"
Load "record"
Load "GLcore"
Load "dbe"
Load "dri"
Load "freetype"
Load "type1"
EndSection

Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
Option "XkbModel" "pc101"
Option "XkbLayout" "us,us"
EndSection

Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5 6 7"
EndSection

Section "Monitor"
#DisplaySize 410 260 # mm
Identifier "Monitor0"
VendorName "WDE"
ModelName "LCM-19w4"
### Comment all HorizSync and VertRefresh values to use DDC:
HorizSync 30.0 - 82.0
VertRefresh 56.0 - 76.0
Option "DPMS"
EndSection

Section "Device"
### Available Driver options are:-
### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
### [arg]: arg optional
#Option "NoAccel" # [<bool>]
#Option "SWcursor" # [<bool>]
#Option "ColorKey" # <i>
#Option "CacheLines" # <i>
#Option "Dac6Bit" # [<bool>]
#Option "DRI" # [<bool>]
#Option "NoDDC" # [<bool>]
#Option "ShowCache" # [<bool>]
#Option "XvMCSurfaces" # <i>
#Option "PageFlip" # [<bool>]
Identifier "Card0"
Driver "intel"
VendorName "Intel Corporation"
BoardName "82845G/GL[Brookdale-G]/GE Chipset Integrated Graphics Device"
BusID "PCI:0:2:0"
EndSection

Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 1
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 4
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 8
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 15
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 16
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection

Last edited by detpenguin; 03-04-2008 at 09:57 PM.
 
Old 03-04-2008, 10:00 PM   #2
rkelsen
Senior Member
 
Registered: Sep 2004
Distribution: slackware
Posts: 4,448
Blog Entries: 7

Rep: Reputation: 2553Reputation: 2553Reputation: 2553Reputation: 2553Reputation: 2553Reputation: 2553Reputation: 2553Reputation: 2553Reputation: 2553Reputation: 2553Reputation: 2553
Are you running a default kernel?

A custom compiled kernel can make a big difference.
 
Old 03-04-2008, 10:04 PM   #3
detpenguin
Senior Member
 
Registered: Oct 2003
Location: lost in the midwest...
Distribution: Slackware
Posts: 1,098

Original Poster
Rep: Reputation: 54
yeah, it's the default 2.6.23.15-smp, which i'm assuming is going to be bloated as well. the thing is, i've never compiled, because the default kernels always seemed to work fine. i am using 2.6.18 on my slack 11 with no problem at all, and it's the vanilla kernel put out by patrick at the time. i'm wondering if there is so much built into the default kernel now (sort of a catch-all kernel) that it's finally outgrown it's usefulness, and compiling is the only way to go...
 
Old 03-04-2008, 10:16 PM   #4
amosf
Senior Member
 
Registered: Jun 2004
Location: Australia
Distribution: Mandriva/Slack - KDE
Posts: 1,672

Rep: Reputation: 46
Quote:
Originally Posted by detpenguin View Post
yeah, it's the default 2.6.23.15-smp, which i'm assuming is going to be bloated as well. the thing is, i've never compiled, because the default kernels always seemed to work fine. i am using 2.6.18 on my slack 11 with no problem at all, and it's the vanilla kernel put out by patrick at the time. i'm wondering if there is so much built into the default kernel now (sort of a catch-all kernel) that it's finally outgrown it's usefulness, and compiling is the only way to go...
I'm running slack 12 with the hughe 2.6.21.5 kernel on an AMD2800 with KDE and it's running very quick, much quicker than mandriva (for example). I didn't notice a great deal of difference in desktop performance with the 2.6.23 custom trimmed kernel I tried. I haven't booted the 2.6.24.3 kernel yet.

I would not be suspecting the kernel for major slowness.

Also I'm running KDE with 12 desktops and several apps and not seeing X use any major cpu and firefox with a dozen tabs spikes about 9% use.

You have some X issue by the looks...
 
Old 03-04-2008, 10:23 PM   #5
detpenguin
Senior Member
 
Registered: Oct 2003
Location: lost in the midwest...
Distribution: Slackware
Posts: 1,098

Original Poster
Rep: Reputation: 54
Quote:
Originally Posted by amosf View Post
I'm running slack 12 with the hughe 2.6.21.5 kernel on an AMD2800 with KDE and it's running very quick, much quicker than mandriva (for example). I didn't notice a great deal of difference in desktop performance with the 2.6.23 custom trimmed kernel I tried. I haven't booted the 2.6.24.3 kernel yet.

I would not be suspecting the kernel for major slowness.

Also I'm running KDE with 12 desktops and several apps and not seeing X use any major cpu and firefox with a dozen tabs spikes about 9% use.

You have some X issue by the looks...
i kind of thought that. at first i used xorgconfig, as i did with 11 and previous versions as well. then i used xorgsetup, just in case i was missing something, but both ways resulted in pretty much the same config file. i'll have to go back and look again at X, and see if something needs tweaking. i searched for threads on this topic, and found very few, which indicates to me it's...well, ME and not slackware at this point, although suggestions/ideas/and stuff are sincerely welcome and appreciated.

i'll be sure to post back with a resolution, should i find one, in case anyone later comes across the same problem...
 
Old 03-04-2008, 10:28 PM   #6
symatic
Member
 
Registered: May 2007
Distribution: Slackware
Posts: 242

Rep: Reputation: 32
I had the same problem. Add this to your xorg.conf

Section "DRI"
Mode 0666
EndSection

Also it is recommended to use the generic kernel.
 
Old 03-04-2008, 10:44 PM   #7
detpenguin
Senior Member
 
Registered: Oct 2003
Location: lost in the midwest...
Distribution: Slackware
Posts: 1,098

Original Poster
Rep: Reputation: 54
Quote:
Originally Posted by symatic View Post
I had the same problem. Add this to your xorg.conf

Section "DRI"
Mode 0666
EndSection

Also it is recommended to use the generic kernel.
adding that section made no difference, however when i ran xorgconfig again, i chose the generic vesa driver instead of the generic i810, and that fixed it for me. just one of those quirks, i guess.

thanks all for your time and suggestions!

jay
 
Old 03-04-2008, 10:51 PM   #8
symatic
Member
 
Registered: May 2007
Distribution: Slackware
Posts: 242

Rep: Reputation: 32
It was the vesa driver that got me. I hear bad things about intel drivers.
 
Old 03-05-2008, 08:28 AM   #9
apollo29a
LQ Newbie
 
Registered: Feb 2008
Distribution: FreeBSD
Posts: 6

Rep: Reputation: 0
Quote:
Originally Posted by symatic View Post
It was the vesa driver that got me. I hear bad things about intel drivers.
I am running the generic i810 intel driver and fluxbox runs just fine. maybe what you need is to update the driver and see if that helps. Otherwise vesa should be good enough if you don't do anything in 3D.
 
Old 03-05-2008, 09:03 PM   #10
detpenguin
Senior Member
 
Registered: Oct 2003
Location: lost in the midwest...
Distribution: Slackware
Posts: 1,098

Original Poster
Rep: Reputation: 54
Quote:
Originally Posted by apollo29a View Post
I am running the generic i810 intel driver and fluxbox runs just fine. maybe what you need is to update the driver and see if that helps. Otherwise vesa should be good enough if you don't do anything in 3D.
i never even thought of updating the driver...i'll give that a try.
vesa isn't working out so well either.

i'll google to see if i can find an update...meanwhile does anyone know of a quick place to grab it?

thanks

jay
 
Old 03-05-2008, 09:32 PM   #11
detpenguin
Senior Member
 
Registered: Oct 2003
Location: lost in the midwest...
Distribution: Slackware
Posts: 1,098

Original Poster
Rep: Reputation: 54
problem solved!!! apparently when you install 12, it replaces the i810 driver with the intel driver and creates a symlink. you actually need to go back and upgrade --reinstall the i810 driver.

the thread that helped me fix this problem is here if you're interested....

thanks to all...

jay
 
  


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
Which Slack for older machine? Unr3a164 Slackware 35 11-20-2007 05:44 AM
Slack 11 CD Won't boot on one machine MQMan Slackware 6 03-03-2007 02:29 AM
OpenOffice 2 preview runs on Slack dhave Slackware 101 07-13-2006 12:39 PM
NVIDIA and 3D - Runs perfectly as root, horrible as normal user whizz Linux - Newbie 4 04-27-2005 04:59 AM
grub runs then: Kernel Panic: unable to mount 03:00, slack 10.0 chrisidaho Slackware 8 02-09-2005 02:47 PM

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

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