[Bug 363238] Re: [r100-rv200] very poor Xorg performance - XAA solves this

2009-06-05 Thread Rolf Leggewie
I believe the pain is self-inflicted in Ubuntu. The responsible patch is 104_use_exa.patch. I hope that upstream will help us out of this with a proper patch that selects EXA by default but drops back to XAA in low- memory situations. Stay tuned. BTW, if there is anybody who can write proper cod

[Bug 363238] Re: [r100-rv200] very poor Xorg performance - XAA solves this

2009-06-02 Thread Cima
Ups, my laptop is a T41, not a T42. Sorry. I bought it quite a while ago and do not remember anymore ;-) -- [r100-rv200] very poor Xorg performance - XAA solves this https://bugs.launchpad.net/bugs/363238 You received this bug notification because you are a member of Ubuntu Bugs, which is subscri

[Bug 363238] Re: [r100-rv200] very poor Xorg performance - XAA solves this

2009-06-02 Thread Cima
I have the very same problem on Thinkpad T42, changing xorg.conf improves the situation, but still non as good as it used to be in intrepid or hardy. lspci | grep VGA: 01:00.0 VGA compatible controller: ATI Technologies Inc Radeon RV250 [Mobility FireGL 9000] (rev 02) -- [r100-rv200] very poor

[Bug 363238] Re: [r100-rv200] very poor Xorg performance - XAA solves this

2009-05-25 Thread venky80
could anyone who has a IBM X31 paste his/her xorg.conf? -- [r100-rv200] very poor Xorg performance - XAA solves this https://bugs.launchpad.net/bugs/363238 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubun

[Bug 363238] Re: [r100-rv200] very poor Xorg performance - XAA solves this

2009-05-24 Thread Markus Birth
@Timo Jyrinki: On my Mobility M6 LY (16MB), EXA with both of your optimizations is still slower than XAA. Using EXA, showing the selection list of "Gnome Do" (down arrow) is presented in 3 hard steps whereas using XAA it is smoothly animated. Same goes for expanding the playlist in VLC player.

[Bug 363238] Re: [r100-rv200] very poor Xorg performance - XAA solves this

2009-05-24 Thread Johannes Hessellund
@Timo Jyrinki: Thank you! Your solutions seems to work fine at my setup. Added Option "FBTexPercent" "0" to my xorg.conf. Maybe it is slightly faster than XAA!? Not sure yet! -- [r100-rv200] very poor Xorg performance - XAA solves this https://bugs.launchpad.net/bugs/363238 You received this bug

[Bug 363238] Re: [r100-rv200] very poor Xorg performance - XAA solves this

2009-05-24 Thread Timo Jyrinki
Everyone with 32MB memory, please continue to use EXA but add this to /etc/X11/xorg.conf under Section "Device": Option "FBTexPercent" "0" At least for my Mobility 9000 EXA is completely fine with that. It pushes the texture memory to system and frees as much memory as possible for EXA. If you h

[Bug 363238] Re: [r100-rv200] very poor Xorg performance - XAA solves this

2009-05-22 Thread Chris
This bug affects me too! How can I try the upstream solution? (Without compiling anything, that is...) Currently my Mobile 9000 (RV250) causes a CPU load of about 25% and very sluggish behavior under 9.04 (8.10 was fine). But I can resize Konsole nearly smoothly. Forcing the system to XAA it's

[Bug 363238] Re: [r100-rv200] very poor Xorg performance - XAA solves this

2009-05-17 Thread Martin Olsson
@Rolf, note that loading the glx module explicitly doesn't do anything for recent X.org versions (it's autoloaded and so is "dri" module). Further, the permissions on the dri device node are also no longer in use because that device now has an ACL on it (so the "Mode 0666" stuff is obsolete). If yo

[Bug 363238] Re: [r100-rv200] very poor Xorg performance - XAA solves this

2009-05-16 Thread Akkana Peck
With the Load glx, Load dri and Mode 0666 lines in xorg.conf I still get crashes (even though I don't seem to be getting hardware opengl any more), so it doesn't solve the problem for me. -- [r100-rv200] very poor Xorg performance - XAA solves this https://bugs.launchpad.net/bugs/363238 You recei

[Bug 363238] Re: [r100-rv200] very poor Xorg performance - XAA solves this

2009-05-16 Thread Markus Birth
Also tried it. With the default screen size of 1024x768 (notebook TFT panel) it's still nothing near the XAA speed. When switching to dual- screen resolution 2304x1024, some options (like ColorTiling) get disabled according to Xorg.log because the card can't handle it at this resolution. And perfor

[Bug 363238] Re: [r100-rv200] very poor Xorg performance - XAA solves this

2009-05-16 Thread Akkana Peck
If I try those lines I get the same messages as Wenzhuo Zhang ... but in addition, it looks like either with or without the lines, I'm apparently no longer getting dri at all. glxinfo tells me: OpenGL renderer string: Software Rasterizer whereas in intrepid it said: OpenGL renderer string: Mesa D

[Bug 363238] Re: [r100-rv200] very poor Xorg performance - XAA solves this

2009-05-16 Thread TomV
The upstream fix seems to work for me. I see the same information that Wenzhuo Zhang is seeing in xorg log about glx and dri being enabled by default, but video performance is dramatically improved over default and still noticeably improved over XAA. -- [r100-rv200] very poor Xorg performance -

[Bug 363238] Re: [r100-rv200] very poor Xorg performance - XAA solves this

2009-05-16 Thread Wenzhuo Zhang
Rolf Leggewie, I just tried your suggestion by adding the following to xorg.conf: Section "Module" Load "glx" Load "dri" EndSection Section "DRI" Mode 0666 EndSection It doesn't help. Xorg log (see attachment) shows that glx and dri are enabled by default: (II) "

[Bug 363238] Re: [r100-rv200] very poor Xorg performance - XAA solves this

2009-05-16 Thread Rolf Leggewie
** Attachment added: "patch from Alex Deucher" http://launchpadlibrarian.net/26812051/use_xaa_for_some_circumstances.diff -- [r100-rv200] very poor Xorg performance - XAA solves this https://bugs.launchpad.net/bugs/363238 You received this bug notification because you are a member of Ubuntu B

[Bug 363238] Re: [r100-rv200] very poor Xorg performance - XAA solves this

2009-05-16 Thread Rolf Leggewie
of course, "it does *not* apply cleanly" ** Attachment removed: "suggested patch from Alex Deucher" http://launchpadlibrarian.net/26811969/use_xaa_for_some_circumstances.diff -- [r100-rv200] very poor Xorg performance - XAA solves this https://bugs.launchpad.net/bugs/363238 You received this

[Bug 363238] Re: [r100-rv200] very poor Xorg performance - XAA solves this

2009-05-16 Thread Rolf Leggewie
Upstream has also suggested a patch to "use XAA in low memory situations or when the DRI is disabled". Unfortunately, it does apply cleanly to Jaunty source or I would have prepared a package for testing in my PPA. I tried adapting the patch to the Jaunty source, but it is beyond my skills. Can o

[Bug 363238] Re: [r100-rv200] very poor Xorg performance - XAA solves this

2009-05-16 Thread Rolf Leggewie
Can people who experience this problem please try to enable DRI? 1) Add 'Load "glx" ' and 'Load "dri" ' to your Modules section of xorg.conf 2) Add "Mode 0666" to a section DRI which you may have to create 3) restart X http://dri.freedesktop.org/wiki/DriTroubleshooting The problem should be gone

[Bug 363238] Re: [r100-rv200] very poor Xorg performance - XAA solves this

2009-05-15 Thread Bryce Harrington
** Tags added: performance -- [r100-rv200] very poor Xorg performance - XAA solves this https://bugs.launchpad.net/bugs/363238 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com http

[Bug 363238] Re: [r100-rv200] very poor Xorg performance - XAA solves this

2009-05-14 Thread Philipp Kießler
** Description changed: Binary package hint: xserver-xorg-video-radeon Just installed Jaunty RC on my ThinkPad X32. I am experiencing very poor Xorg performance. The Xorg process consumes about 25% CPU even when there is no user activity. If there is any screen activity, say moving th

[Bug 363238] Re: [r100-rv200] very poor Xorg performance - XAA solves this

2009-05-14 Thread Johannes Hessellund
** Summary changed: - [M6-LY] (r100-rv200) very poor Xorg performance - XAA solves this + [r100-rv200] very poor Xorg performance - XAA solves this ** Description changed: Binary package hint: xserver-xorg-video-radeon Just installed Jaunty RC on my ThinkPad X32. I am experiencing very po