LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Desktop
User Name
Password
Linux - Desktop This forum is for the discussion of all Linux Software used in a desktop context.

Notices


Reply
  Search this Thread
Old 11-01-2008, 12:26 PM   #1
bennethos
Member
 
Registered: Aug 2003
Location: Belgium
Distribution: -- Slackware for servers -- Debian for desktops --
Posts: 124

Rep: Reputation: 16
poor performance unresponsive/stutteringin X Slackware 12.1


Hi all,

I only have this problem in X (not in shell mode).
When I run my glxgears it halts for exactly one second each 4 seconds... This is very annoying as my keystrokes/mouse etc all hang ...

I've tried lots of things and can't seem to solve it :-/.

glxgears shows :

7101 frames in 5.0 seconds = 1415.063 FPS
7135 frames in 5.0 seconds = 1426.892 FPS

I used debian before slackware and I never had this issue.

top shows that my cpu is quite idle... there seems to be nothing wrong...

I use the latest slackware, with the following video card :
01:00.0 VGA co

compatible controller: ATI Technologies Inc Radeon RV250 [Mobility FireGL 9000] (rev 01)

Tried 2.6.26 kernel and 2.6.27 kernel... same problem
tried stuff that i found on the following link (they seem to have same kind of prob) : http://www.sabayonlinux.org/forum/vi...&sd=a&start=60

No go...


I startup lilo using :
image = /boot/vmlinuz-2.6.27
root = /dev/hda2
label = 2.6.27
append="video=radeonfb"
#:1280x800-16,ywrap"
read-only

otherwise my letters are all blurry in a shell

----------
my xorg.conf
----------
Section "ServerLayout"
Identifier "X.org Configured"
Screen 0 "Screen0" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "TouchPad" "AlwaysCore"
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 "i2c"
Load "bitmap"
Load "ddc"
Load "dri"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "vbe"
EndSection
Section "dri"
Group "video"
Mode 0666
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
Option "XkbRules" "xorg"
Option "XkbModel" "pc104"
Option "XkbLayout" "be"
EndSection
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "ExplorerPS/2"
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5 6 7"
EndSection
Section "InputDevice"
Driver "synaptics"
Identifier "TouchPad"
Option "Device" "/dev/psaux"
Option "Protocol" "auto-dev"
Option "LeftEdge" "1700"
Option "RightEdge" "5300"
Option "TopEdge" "1700"
Option "BottomEdge" "4200"
Option "FingerLow" "25"
Option "FingerHigh" "30"
Option "MaxTapTime" "0"
Option "MaxTapMove" "0"
Option "VertScrollDelta" "100"
Option "MinSpeed" "0.09"
Option "MaxSpeed" "0.18"
Option "AccelFactor" "0.0025"
Option "SHMConfig" "on"
EndSection
Section "Monitor"
#DisplaySize 330 210 # mm
Identifier "Monitor0"
VendorName "CPT"
ModelName "1389"
### Comment all HorizSync and VertRefresh values to use DDC:
HorizSync 28.0 - 96.0
VertRefresh 50.0 - 75.0
EndSection
Section "Device"
#Option "DRI" # [<bool>]
Identifier "Card0"
Driver "radeon"
VendorName "ATI Technologies Inc"
BoardName "Radeon R250 [Mobility FireGL 9000]"
BusID "PCI:1:0:0"
VideoRam 64000
EndSection
Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
Option "DPMS" "true"
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1280x800"
EndSubSection
EndSection


Any idea's ?
thx
 
Old 11-02-2008, 01:48 PM   #2
NyteOwl
Member
 
Registered: Aug 2008
Location: Nova Scotia, Canada
Distribution: Slackware, OpenBSD, others periodically
Posts: 512

Rep: Reputation: 139Reputation: 139
What happens if you remove append="video=radeonfb" and add VGA=normal to lilo?
 
Old 11-03-2008, 03:21 AM   #3
bennethos
Member
 
Registered: Aug 2003
Location: Belgium
Distribution: -- Slackware for servers -- Debian for desktops --
Posts: 124

Original Poster
Rep: Reputation: 16
I removed it and as a matter of fact my letters aren't blurry anymore in a shell. Weird, cause when I boot in my 2.6.26 (that has same config as my 2.6.27) I get blurry letters and sucky framerates.

I tested again with glxgears and things seems to be better, but I still have stuttering issues... Should find a way to improve it even more.

21264 frames in 5.0 seconds = 4252.797 FPS
23064 frames in 5.0 seconds = 4612.705 FPS
23909 frames in 5.0 seconds = 4781.793 FPS
26185 frames in 5.0 seconds = 5236.847 FPS
23208 frames in 5.0 seconds = 4641.497 FPS
26163 frames in 5.0 seconds = 5232.468 FPS
26298 frames in 5.0 seconds = 5259.405 FPS
26320 frames in 5.0 seconds = 5263.978 FPS
26244 frames in 5.0 seconds = 5248.667 FPS
26178 frames in 5.0 seconds = 5235.473 FPS
25601 frames in 5.0 seconds = 5120.178 FPS

---Edit---
After working x couple of minutes I get the same results as before, I guess they're right to NOT use glxgears as a benchmarking tool ;-)

8637 frames in 5.0 seconds = 1727.297 FPS
8879 frames in 5.0 seconds = 1775.661 FPS
10689 frames in 5.0 seconds = 2137.715 FPS
11133 frames in 5.0 seconds = 2226.480 FPS
11166 frames in 5.0 seconds = 2233.109 FPS


Anyways i'll leave out the append option in lilo as my letters arent't blury anymore...

Last edited by bennethos; 11-03-2008 at 03:28 AM.
 
Old 11-04-2008, 04:14 AM   #4
bennethos
Member
 
Registered: Aug 2003
Location: Belgium
Distribution: -- Slackware for servers -- Debian for desktops --
Posts: 124

Original Poster
Rep: Reputation: 16
Today I booted my laptop into the usual 2.6.27, same problem, I discovered that after restarting X random times the problem *can* be solved (i can check it when running glxgears, the wheels dont block after x seconds...)

Any idea's ? the append removal in lilo didnt fix a single thing appareantly


---
glxgears output :
8850 frames in 5.0 seconds = 1769.971 FPS
8831 frames in 5.0 seconds = 1766.162 FPS
 
  


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
poor performance javabb Red Hat 8 01-20-2005 05:48 AM
poor performance in x ah786 Slackware 10 11-09-2004 11:11 AM
Poor performance Shyne Red Hat 1 10-17-2004 11:50 AM
First boot of slackware, poor performance Patgod Slackware 10 03-27-2004 11:50 PM
Poor performance in 3D games WebmastaX Linux - Software 2 09-12-2003 01:22 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Desktop

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