Comment 163 for bug 252094

Revision history for this message
Jose Bernardo (bernardo-bandos) wrote : Re: Poor graphics performance and rendering errors on Intel GM965 system, Ubuntu 8.10

This bug seems to affect also intel 945 chipset. On a aspire one I had a drop from around 1000fps in hardy to 300-400 in Intrepid. Adding the tunning below to /etc/rc.local allowed to get some fps back, up to 630 on average. But on a netbook, every lost fps can be seen to affect overall performance.
This is what I added to /etc/rc.local, after a forum tip:

echo "disable=7" >/proc/mtrr
echo "disable=6" >/proc/mtrr
echo "disable=5" >/proc/mtrr
echo "disable=4" > /proc/mtrr
echo "base=0x40000000 size=0x10000000 type=write-combining" > /proc/mtrr