LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - General
User Name
Password
Linux - General This Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.

Notices


Reply
  Search this Thread
Old 05-14-2014, 01:50 AM   #1
k84834
Member
 
Registered: Aug 2012
Posts: 142

Rep: Reputation: Disabled
Unhappy High Xorg CPU usage, Slow Graphics Performance, On Cedarview D2550 NM Chipset10


Hi Every body
I have a serious problem and need yours attentions for solving.
before every thing I'm sorry for my poor English.
I have Intel® Desktop Board D2550MUD2 With below specifications:
http://www.intel.com/content/www/us/...d2550mud2.html
I have installed lubuntu on this chip. for Installing PowerVR driver on lubuntu I have continued instrunctions on this Link:http://daily.siebler.eu/2012/06/ubun...d-d2000-serie/
Linux boots up and I can play 1080p videos. chrome is good in scrolling speed and loading page but firefox is so slow. also when I use remote connection like Freerdp or rdesktop pdf reader and firefox is slow too.
I observe cpu and memory usage with top command when I use these applications and found that Xorg is problem. when I use these applications for moments, Xorg's CPU Usage is come up to 80-90 percent and firefox freezes.
can any one help me that what can I do for improve this problem ?
 
Old 05-14-2014, 08:29 PM   #2
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
Please post the output of
Code:
glxinfo|grep render
regarding RDP connections, those are usually not hardware accelerated and they are bandwidth limited, so it is normal for them to be slow.
 
Old 05-17-2014, 12:20 AM   #3
k84834
Member
 
Registered: Aug 2012
Posts: 142

Original Poster
Rep: Reputation: Disabled
thank you TobiSGD for your reply
the output of glxinfo is:
Code:
lubuntu@lubuntu-L800:~$ glxinfo | grep render
PVRDRIInitPVR2D: PVR2D device index (0)direct rendering: Yes
OpenGL renderer string: Gallium 0.4 on llvmpipe (LLVM 0x300)
    GL_NV_conditional_render, GL_AMD_draw_buffers_blend,
lubuntu@lubuntu-L800:~$
 
Old 05-17-2014, 11:04 AM   #4
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
Your system doesn't use the driver for your videochip, but uses software rendering over llvmpipe, so your CPU is doing all the drawing work, instead of your GPU. This explains the slow rendering and high CPU usage. Have you tried to specify the driver for that chip in your xorg.conf?
 
Old 05-18-2014, 06:47 AM   #5
k84834
Member
 
Registered: Aug 2012
Posts: 142

Original Poster
Rep: Reputation: Disabled
some Information about my system:

lspci -K | grep VGA
Code:
00:02.0 VGA compatible controller: Intel Corporation Atom Processor D2xxx/N2xxx Integrated Graphics Controller (rev 0b)
	Subsystem: Intel Corporation Device 1999
	Kernel driver in use: pvrsrvkm
	Kernel modules: cedarview_gfx
Device Section of My Xorg config:
Code:
Section "Device"
        Option      "DRIDisableVSync"   "False"
        Identifier  "Card0"
        Driver      "pvr"
        BusID       "PCI:0:2:0"
        Option      "SoftEXA"           "Off"
        Option      "FlipChain"         "On"
EndSection

Section "ServerLayout"
        Identifier  "default screen"
        Option      "AIGLX"             "Off"
EndSection
my Xorg.0.log file is attached to post
my driver for video chip is pvr. is there are separate driver for gpu and video chip? if yes How I config them?
Attached Files
File Type: log Xorg.0.log (32.5 KB, 38 views)
 
Old 05-18-2014, 09:44 AM   #6
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
According to the log the driver is loading and working, so you should not have problems with 2D acceleration, though that driver does not offer 3D acceleration. You aren't using a compositor like Compton by any chance? If not I am out of clues what is going on.
 
Old 05-19-2014, 04:02 AM   #7
k84834
Member
 
Registered: Aug 2012
Posts: 142

Original Poster
Rep: Reputation: Disabled
:((

No, I don't use any compositor
my window manager is openbox
now, according to this URL http://ssvb.github.io/2012/05/04/xor...rendering.html when I insert " Option NoAccel "True" " to my xorg config file, I don't have any problem with my local firefox or pdf on RDP connections but another problem appears:
I can not play video on RDP(video redirection) and play locally video with ffplay.
On local Gnome-mplayer when I use X11 Video output I can Play video but when I use Xv as video output just audio is played and there is No video frame.

what do I do?
 
Old 05-19-2014, 06:50 AM   #8
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
To be honest, these machines are simply not well supported on Linux. I personally would sell it to a Windows user and get something better supported. The problem is that PowerVR simply is not interested in supporting Linux properly on that chip.
 
  


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 On
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] High CPU load, but low CPU usage (high idle CPU) baffy Linux - Newbie 5 03-13-2013 09:24 AM
Xorg high cpu usage system/video not running smoothly twon Linux - General 5 02-20-2011 05:58 PM
Extremely slow write on disk with high CPU usage aliojjati Linux - Newbie 1 09-04-2010 01:29 AM
High CPU usage running Xorg t.j.sorrow SUSE / openSUSE 1 05-20-2007 09:33 AM
High Xorg CPU usage in Ubuntu ImpactDNI Linux - Software 1 10-21-2006 10:52 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - General

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