LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   xorg.conf::Graphics card and Xorg related issue (https://www.linuxquestions.org/questions/linux-newbie-8/xorg-conf-graphics-card-and-xorg-related-issue-799094/)

miguelg 03-31-2010 06:33 AM

xorg.conf::Graphics card and Xorg related issue
 
Hi,

Since I started using Ubuntu I noticed Xorg was taking up quite a lot of cycles to do easy tasks like move/resize window, etc. I investigated a little on the net and eventually found a way to solve it, which requires adding the following line to xorg.conf in the Device section:

Code:

Option "MigrationHeuristic" "greedy"
Now, that change alone made Xorg super fast - awesome - but I'm now getting a 1.5-2s delay when windows (and UI controls) are resized, maximized/restored. I know for sure it's the line above which was added to xorg.conf that is causing this behaviour, as I've reverted back to the original settings and the delay was gone (and Xorg was slow again lol.)

Would appreciate some help in fixing this or at least minimizing the delay. Thanks!


PS: Graphics card is ATI X700 Mobility; Xorg using opensource ati driver; running Ubuntu Karmic 9.10.

nuwen52 03-31-2010 03:17 PM

I had noticed some slowdown on my laptop once I upgraded my Gentoo install. I'll look into this a bit too. But with a quick google, I ran into this page: http://www.linuxinsight.com/your-ati...erver-1.3.html

Perhaps a combination of things in their device section might help. If not, try posting your xorg.conf file (or relevant parts of it), it might spark someone's memory about how to maybe fix this problem. I had also read that some have noticed a speedup by adding this option:
Code:

Option "AccelMethod" "EXA"


All times are GMT -5. The time now is 02:44 AM.