You are not logged in.

#1 2011-04-15 12:52:32

georgia_tech_swagger
Member
From: Upstate, SC
Registered: 2008-07-02
Posts: 138
Website

xf86-video-intel libdrm .... crazy slow redraw / refresh in KDE

This could be KDE, but I suspect it's xf86-video-intel and/or libdrm.   The window refresh is just crazy slow.   Typing in open office you'll get through a third of a sentence, and then it will simply not update the window until it feels like it (sometimes as long as 30+ seconds) unless you minimize it and then bring it back up again.

Has anybody else experienced this and/or have a workaround?   The Intel video driver has really become one giant PITA the last year.


Res Publica Non Dominetur

Laptop:  Arch x86 | Thinkpad X220 | Core i5 2410-M | 8 GB DDR3 | Sandy Bridge
Desktop:  Arch x86_64 | Custom | Core i7 920 | 6 GB DDR3 | GeForce 260 GTX

Offline

#2 2011-04-15 13:37:58

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: xf86-video-intel libdrm .... crazy slow redraw / refresh in KDE

What card do you have? If an old one, try using e.g. xf86-video-intel 2.13.0-4 and xorg-server 1.9.4-1.
Works for me.

Offline

#3 2011-04-15 15:10:46

antux
Member
Registered: 2007-08-22
Posts: 5

Re: xf86-video-intel libdrm .... crazy slow redraw / refresh in KDE

I think i have the same problem, it's most evident when i use firefox....the browser seems to freeze, cpu goes to 100% and after some seconds everything becomes normal.
My graphic card is: Intel Corporation Mobile GM965/GL960 (lspci) anh i have the last drivers availables on repository.

Offline

#4 2011-04-15 15:13:05

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: xf86-video-intel libdrm .... crazy slow redraw / refresh in KDE

Any errors in the logs? Run 'grep -E '\((WW|EE)' /var/log/Xorg.0.log' and post the output.

Offline

#5 2011-04-15 16:08:01

georgia_tech_swagger
Member
From: Upstate, SC
Registered: 2008-07-02
Posts: 138
Website

Re: xf86-video-intel libdrm .... crazy slow redraw / refresh in KDE

I also have the 965 chip listed above by the other poster.   Also running the latest.   I tried xf86-video-intel-git and libdrm-git in AUR ... didn't help.   

Xorg.0.log:

[ 87055.803] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
[ 87055.807] (WW) Warning, couldn't open module fbdev
[ 87055.807] (EE) Failed to load module "fbdev" (module does not exist, 0)
[ 87055.813] (WW) Falling back to old probe method for vesa


I will try the versions karol listed and see if that helps.


Res Publica Non Dominetur

Laptop:  Arch x86 | Thinkpad X220 | Core i5 2410-M | 8 GB DDR3 | Sandy Bridge
Desktop:  Arch x86_64 | Custom | Core i7 920 | 6 GB DDR3 | GeForce 260 GTX

Offline

#6 2011-04-15 18:11:31

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: xf86-video-intel libdrm .... crazy slow redraw / refresh in KDE

I have a different card

[karol@black ~]$ lspci | grep -i vga
00:02.0 VGA compatible controller: Intel Corporation 82845G/GL[Brookdale-G]/GE Chipset Integrated Graphics Device (rev 01)

so it may not be the sweet spot for you. You can try different driver versions, different kernels.

Does the slowdown happen every time?
Any errors in the other logs?

Offline

#7 2011-04-15 19:12:36

georgia_tech_swagger
Member
From: Upstate, SC
Registered: 2008-07-02
Posts: 138
Website

Re: xf86-video-intel libdrm .... crazy slow redraw / refresh in KDE

Yes @ slowdown.
No @ other errors.

For whatever reason, turning on compositing in Kwin seems to lessen the effect greatly, but not eliminate it.


Res Publica Non Dominetur

Laptop:  Arch x86 | Thinkpad X220 | Core i5 2410-M | 8 GB DDR3 | Sandy Bridge
Desktop:  Arch x86_64 | Custom | Core i7 920 | 6 GB DDR3 | GeForce 260 GTX

Offline

#8 2011-04-15 19:41:27

georgia_tech_swagger
Member
From: Upstate, SC
Registered: 2008-07-02
Posts: 138
Website

Re: xf86-video-intel libdrm .... crazy slow redraw / refresh in KDE

Yea, using those versions doesn't fix it.   This is a tremendous PITA.   I'm leaving compositing on to make the computer at least usable ... but we all know how well compositing gets along with say, flash ... or MythTV ... or GPU accelerated video playback.


Res Publica Non Dominetur

Laptop:  Arch x86 | Thinkpad X220 | Core i5 2410-M | 8 GB DDR3 | Sandy Bridge
Desktop:  Arch x86_64 | Custom | Core i7 920 | 6 GB DDR3 | GeForce 260 GTX

Offline

#9 2011-04-19 05:10:06

georgia_tech_swagger
Member
From: Upstate, SC
Registered: 2008-07-02
Posts: 138
Website

Re: xf86-video-intel libdrm .... crazy slow redraw / refresh in KDE

Think I may have found a fix .... and the issue lies in Mesa breaking Kwin.

http://www.phoronix.com/scan.php?page=n … &px=OTM0NA

Indeed, ~/.xsession-errors claims no direct rendering when glxinfo says uh duh direct rendering.

Trying the "export KWIN_DIRECT_GL=1" in .bashrc workaround ... will report back.


Res Publica Non Dominetur

Laptop:  Arch x86 | Thinkpad X220 | Core i5 2410-M | 8 GB DDR3 | Sandy Bridge
Desktop:  Arch x86_64 | Custom | Core i7 920 | 6 GB DDR3 | GeForce 260 GTX

Offline

#10 2011-04-19 06:15:52

KlavKalashj
Member
Registered: 2008-10-09
Posts: 376

Re: xf86-video-intel libdrm .... crazy slow redraw / refresh in KDE

georgia_tech_swagger wrote:

Think I may have found a fix .... and the issue lies in Mesa breaking Kwin.

http://www.phoronix.com/scan.php?page=n … &px=OTM0NA

Indeed, ~/.xsession-errors claims no direct rendering when glxinfo says uh duh direct rendering.

Trying the "export KWIN_DIRECT_GL=1" in .bashrc workaround ... will report back.

I'm not sure if it's only me, but this does not seem to work if you use startx/xinit. For me, I put it in .xinitrc. Also, disable vsync.

Offline

#11 2011-04-23 15:13:01

bluey
Member
Registered: 2006-08-30
Posts: 20

Re: xf86-video-intel libdrm .... crazy slow redraw / refresh in KDE

Same problem here with xbmc.

Offline

Board footer

Powered by FluxBB