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 09-10-2011, 04:32 AM   #1
riganta
Member
 
Registered: May 2007
Location: Cork (Ireland)
Distribution: Arch Xfce
Posts: 177

Rep: Reputation: 25
Poor video performance - slackware 13.37


Guys,

I have some very poor video performance which I did not have before.
Just after my install of slackware-1337, I blacklisted nv drivers with drm it worked well. Now my system is very sluggish due to video issue and takes a while to boot. Finally, running a screensaver would trigger seg fault with Xserver, My box is barely usable.

here is the output of /var/log/Xorg.log --> http://pastebin.com/gEjC4SrC

output of lspci -k

00:02.0 VGA compatible controller: Intel Corporation Core Processor Integrated Graphics Controller (rev 18)
Subsystem: Acer Incorporated [ALI] Device 0447
Kernel driver in use: i915
Kernel modules: i915
00:1a.0 USB Controller: Intel Corporation 5 Series/3400 Series Chipset USB2 Enhanced Host Controller (rev 06)

Any help is much appreciated as I can't really decode the Xorg file log.

Regards,
 
Old 09-10-2011, 10:08 AM   #2
business_kid
LQ Guru
 
Registered: Jan 2006
Location: Ireland
Distribution: Slackware, Slarm64 & Android
Posts: 16,286

Rep: Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322
It seems to look all right, collects a lot of 4:3 aspect ratio modes. What's your monitor?

Can you post the output of
glxinfo |grep OpenGL

BTW, you can get into LQ with links-g :-)).
 
Old 09-10-2011, 04:11 PM   #3
riganta
Member
 
Registered: May 2007
Location: Cork (Ireland)
Distribution: Arch Xfce
Posts: 177

Original Poster
Rep: Reputation: 25
business_kid, thanks for your reply.

glxinfo |grep OpenGL

OpenGL vendor string: Tungsten Graphics, Inc
OpenGL renderer string: Mesa DRI Intel(R) Ironlake Desktop
OpenGL version string: 2.1 Mesa 7.9.2
OpenGL shading language version string: 1.20
OpenGL extensions:

Display is LG

a bit more info.
I have configured X not to start automatically. That is how I like it
I have notice that my issue (sluggish as hell) is also happening in console mode.
So just to recap for clarity
Two symptoms that weren't there before
1 sluggish video output in console mode and when I watch a movie in system OS. So slow that it is barely usable
2 Seg fault when i run some screesaver.

Dont know if you can make any sense of the logs and most of all why suddenly this is happening. It was not the case before. The only difference between before and now is the recent updates for slackware 13.37 64-bit (I doubt any of those updates could be the cause of those issues).
Even if you cannot, I sincerely appreciate the time you are spending reading my post and my logs Thanks again business_kid

Regards,
 
Old 09-10-2011, 09:59 PM   #4
kingbeowulf
Senior Member
 
Registered: Oct 2003
Location: WA
Distribution: Slackware
Posts: 1,266
Blog Entries: 11

Rep: Reputation: 744Reputation: 744Reputation: 744Reputation: 744Reputation: 744Reputation: 744Reputation: 744
riganta,

Try configuring LILO to boot up in plain text mode and not frame buffer. I think the issue is related to this error in your log
Code:
[ 34715.186] (II) LoadModule: "fbdev"
[ 34715.186] (WW) Warning, couldn't open module fbdev
[ 34715.186] (II) UnloadModule: "fbdev"
[ 34715.186] (EE) Failed to load module "fbdev" (module does not exist, 0)
If text mode is also slow, then you've got a possible hardware fail.

You might also want to reinstall X or the relevant parts, just in case something got buggered.
 
Old 09-11-2011, 02:35 AM   #5
TobiSGD
Moderator
 
Registered: Dec 2009
Location: Germany
Distribution: Whatever fits the task best
Posts: 17,148
Blog Entries: 2

Rep: Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886
Some questions:
You have an Intel graphics device, so why are you blacklisting NVidia modules?
Is this an Optimus set up?
If so, this essential information should have been part of your first post and you should try to blacklist the nouveau driver, too.

Also, do you have disabled KMS by any chance? The Intel driver will not work correctly in that case (if it works at all).
 
Old 09-12-2011, 04:26 PM   #6
riganta
Member
 
Registered: May 2007
Location: Cork (Ireland)
Distribution: Arch Xfce
Posts: 177

Original Poster
Rep: Reputation: 25
Guys,

Thank you so much for taking the time to read my post.

I have been trolling the internet for the past couple of days and found a couple of posts that perfectly describe my issue to the T and most of all, a lot better than I could

https://bbs.archlinux.org/viewtopic.php?pid=936528

http://forums.gentoo.org/viewtopic-t...2-start-0.html

@kingbeowulf

Booting in plain text mode makes it a lot better. I can live with that
My second issue as per post above seems a bit trickier.


@TobiSGD

I do not have an optimus card. I simply have an Intel Corporation Core Processor Integrated Graphics Controller (rev 18) (prog-if 00 [VGA controller])

Nouveau driver is blacklisted and drm as well


00:00.0 Host bridge: Intel Corporation Core Processor DRAM Controller (rev 18)
Subsystem: Acer Incorporated [ALI] Device 0447
Flags: bus master, fast devsel, latency 0
Capabilities: [e0] Vendor Specific Information: Len=0c <?>
Kernel driver in use: agpgart-intel
Kernel modules: intel-agp

00:02.0 VGA compatible controller: Intel Corporation Core Processor Integrated Graphics Controller (rev 18) (prog-if 00 [VGA controller])
Subsystem: Acer Incorporated [ALI] Device 0447
Flags: bus master, fast devsel, latency 0, IRQ 43
Memory at fb800000 (64-bit, non-prefetchable) [size=4M]
Memory at d0000000 (64-bit, prefetchable) [size=256M]
I/O ports at dc00 [size=8]
Expansion ROM at <unassigned> [disabled]
Capabilities: [90] MSI: Enable+ Count=1/1 Maskable- 64bit-
Capabilities: [d0] Power Management version 2
Capabilities: [a4] PCI Advanced Features
Kernel driver in use: i915
Kernel modules: i915

00:1a.0 USB Controller: Intel Corporation 5 Series/3400 Series Chipset USB2 Enhanced Host Controller (rev 06) (prog-if 20 [EHCI])

Kind Regards,
 
Old 09-12-2011, 10:39 PM   #7
TobiSGD
Moderator
 
Registered: Dec 2009
Location: Germany
Distribution: Whatever fits the task best
Posts: 17,148
Blog Entries: 2

Rep: Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886
If you have an Intel GPU there is no need to blacklist the modules for NVidia cards. Also, DRM is the graphics acceleration module and the Intel drivers need KMS to work properly. Please check if both are enabled.
 
Old 09-17-2011, 07:43 AM   #8
riganta
Member
 
Registered: May 2007
Location: Cork (Ireland)
Distribution: Arch Xfce
Posts: 177

Original Poster
Rep: Reputation: 25
Thanks TobiSGD for taking the time to read my posts.
I have rebuilt my X and I am now using xf86-video-intel instead of vesa. I made sure that KMS is activated and it was. It is working a lot better now and usable. It's not like it was before but I can live with it.
My X is still crashing when i run a screensaver but that is ok: Could be worst I guess

below are the links that help me understand a bit better about X and video issue under LINUX for others.

http://www.x.org/wiki/IntelGraphicsDriver
http://task3.cc/135/intel-graphic-ca...ormance-boost/

Thanks again for all the help i got and for the time you all took to read my posts. I am putting this post as solved.

Regards,
 
  


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 video performance with Neomagic in Ubuntu Karmic Vs. Win2K chris1379 Linux - Laptop and Netbook 3 05-25-2010 01:27 PM
Poor Video Playback Performance?? Nukem Ubuntu 3 03-14-2009 05:30 AM
nforce2 integrated video - poor glx performance hkctr Fedora 5 12-30-2003 12:21 AM
Poor Video Performance yoink Linux - Newbie 3 12-03-2002 12:07 PM
Poor video performance after dual monitor setup? Wilb Linux - Hardware 15 11-14-2002 10:12 AM

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

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