[ltp] Re: Thinkpad Power Consumption Roundup [TPCR]
Theodore Tso
linux-thinkpad@linux-thinkpad.org
Fri, 1 May 2009 10:24:31 -0400
On Fri, May 01, 2009 at 11:41:06AM +0200, Christoph Bier wrote:
> >> Nice! For me after upgrading to 9.04 graphics performance is much
> >> worse than with 8.10.
Most of my performance problems went away (on my X61s laptop) after I
used this xorg.conf file:
Section "Device"
Identifier "Configured Video Device"
Option "EXAOptimizeMigration" "true"
Option "MigrationHeuristic" "greedy"
EndSection
Section "Monitor"
Identifier "Configured Monitor"
EndSection
Section "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"
Device "Configured Video Device"
EndSection
> > Wait till you start getting the freezes, crashes and memory leaks. The
> > state of the intel video driver in 9.04 is a bit sad.
I haven't seen these yet; hopefully someone will backport the
necessary packages if Ubuntu doesn't fix this in jaunty-updates.
- Ted