mac wrote:
> Rob Beard wrote:
> <snip>
>   
>> A niggly thing I found was that the display was slow (I have Intel 
>> video) although reading the Ubuntu Wiki I found a couple of options to 
>> speed it up although I haven't done the hack to enable Compiz, I'll just 
>> wait for the bug fixed drivers.
>>     
>
>
> Rob >>> I'm having similar issues with my Dell Inspiron 6400 laptop, 
> which ran compiz fine under 8.04 and 8.10, but is very clunky now with 
> 9.04.  I've been trying to find the fixes you alluded to, but can't seem 
> to get the search right.  I'd be grateful if you could give me some 
> pointers to where this material is.
>
> TIA
>
> mac
>
>
>   
Hi Mac,

Yep, it's under the 9.04 release notes.

http://www.ubuntu.com/getubuntu/releasenotes/904

The option I added was:

Option "MigrationHeuristic"    "greedy"


I added this to the /etc/X11/xorg.conf under device.  If it helps my 
xorg.conf is as follows (comments lines removed):

Section "Device"
    Identifier    "Configured Video Device"
    Option "MigrationHeuristic"    "greedy"
EndSection

Section "Monitor"
    Identifier    "Configured Monitor"
EndSection

Section "Screen"
    Identifier    "Default Screen"
    Monitor        "Configured Monitor"
    Device        "Configured Video Device"
EndSection


I haven't gone as far as enabling Compiz, but doing this certainly seems 
to speed up the drawing of windows etc.  I did a quick Google search too 
and there is a Howto on the Ubuntu forums but it seems to involve 
installing the 2.6.30-rc2 kernel.

Anyway, hope this helps.

Rob

-- 
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-uk
https://wiki.ubuntu.com/UKTeam/

Reply via email to