[Bug 370441] Re: scrolling (and other effects) extremely slow

2009-05-06 Thread Bryce Harrington
** Description changed:

  Binary package hint: xserver-xorg-video-ati
  
  Ubuntu 9.04 out of the box has poor video performance on my Acer Aspire
  5100.
  
  the solution provided on the following page works for me: 
  
http://www.linuxinsight.com/your-ati-radeon-very-slow-on-xorg-x-server-1.3.html
  
  specifically, I have pasted the following into my xorg.conf:
  
  Section Device
   Identifier ATI Radeon
   Driver ati
   Option AccelMethod EXA
   Option MigrationHeuristic greedy
   Option AccelDFS true
   Option EnablePageFlip true
   Option EnableDepthMoves true
  EndSection
  
  I'm using Ubuntu 9.04
  
  ProblemType: Bug
  Architecture: i386
  DistroRelease: Ubuntu 9.04
  Package: xserver-xorg-video-radeon 1:6.12.1-0ubuntu2
  ProcEnviron:
   LANGUAGE=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcVersion: Linux version 2.6.28-11-generic (bui...@palmer) (gcc version 
4.3.3 (Ubuntu 4.3.3-5ubuntu4) ) #42-Ubuntu SMP Fri Apr 17 01:57:59 UTC 2009
  SourcePackage: xserver-xorg-video-ati
  Uname: Linux 2.6.28-11-generic i686
+ 
+ [lspci]
+ 00:00.0 Host bridge [0600]: ATI Technologies Inc RS480 Host Bridge 
[1002:5950] (rev 10)
+   Subsystem: Acer Incorporated [ALI] Device [1025:009f]
+ 01:05.0 VGA compatible controller [0300]: ATI Technologies Inc RS482 [Radeon 
Xpress 200M] [1002:5975]
+   Subsystem: Acer Incorporated [ALI] Device [1025:009f]

-- 
scrolling (and other effects) extremely slow
https://bugs.launchpad.net/bugs/370441
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
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 370441] Re: scrolling (and other effects) extremely slow

2009-05-06 Thread rrnwexec
I was having poor video performance affecting: screen redraws, text
entry in web browsers, desktop switching, window switching/selection,
and much more. My laptop felt like it was filled with glue ;)

I'm running a Sharp MM-20 (yes it's old!). dmesg reports my video chipset as:
   VGA compatible controller: ATI Technologies Inc Radeon Mobility M6 LY

My 9.04 install was performed clean from the 9.04 Alternate Install CD
(not upgraded).

No xorg.conf file was created by default, so in order to apply the changes 
referenced in the original bug report, I had to manually create an xorg.conf 
file. So I created a bare bones config file.
contents of my /etc/X11/xorg.conf:
   Section Device
Identifier ATI Radeon
Driver ati
Option AccelMethod EXA
Option MigrationHeuristic greedy
Option AccelDFS true
Option EnablePageFlip true
Option EnableDepthMoves true
   EndSection

This resulted in much snappier redraws and better overall video
performance. I also noticed CPU consumed by X drop from around 20-30%
down to 5% after the change.

I recommend that this be investigated further. Also, it may be prudent
to have an xorg.conf file created by default for systems with this video
chipset. I sense that by not having an xorg.conf, we are exposing a lot
of users to floating settings and possible performance issues.

-- 
scrolling (and other effects) extremely slow
https://bugs.launchpad.net/bugs/370441
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
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 370441] Re: scrolling (and other effects) extremely slow

2009-05-06 Thread Jaap Crezee
I have a '01:00.0 VGA compatible controller: ATI Technologies Inc Radeon
RV250 [Mobility FireGL 9000] (rev 01)' and found out (with jaunty) I
have to use XAA acceleration and NOT exa to have a normally working
Xorg:

Option  AccelMethod   XAA

-- 
scrolling (and other effects) extremely slow
https://bugs.launchpad.net/bugs/370441
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
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 370441] Re: scrolling (and other effects) extremely slow

2009-05-05 Thread Bryce Harrington
** Changed in: xserver-xorg-video-ati (Ubuntu)
   Status: New = Confirmed

-- 
scrolling (and other effects) extremely slow
https://bugs.launchpad.net/bugs/370441
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
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 370441] Re: scrolling (and other effects) extremely slow

2009-05-03 Thread Mike Crowe
I had the same problem after a clean install of Jaunty on my Sony Vaio
PCG-Z1RMP (ATI Radeon Mobility M6 LY.) ~30% Xorg CPU usage when just
running top in a default size gnome-terminal.

Using Klaas' xorg.conf brought my Xorg's CPU usage down to ~2%. Thanks
Klaas! :)

-- 
scrolling (and other effects) extremely slow
https://bugs.launchpad.net/bugs/370441
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
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs