So I just found Ubuntu, and I'm installing it on every piece of hardware I own.
I ran into trouble on Hoary, and I hope I can save someone else some trouble.
Hoary reported that my laptop display chipset was:
ATI Technologies, Inc. Radeon Mobility 9000 (M7 LW)
This led me to believe that I could use the ATI fglrx drivers. This is incorrect.
What this really should have been was:
ATI Technologies, Inc. Radeon 7500 Mobility (M7 LW)
This chipset uses the DRI project "radeon" driver. Big difference! I spent some time chasing this problem.
I got the latest snapshot from the DRI website:
http://dri.freedesktop.org/snapshots/
and used the following in my xorg.conf (device section):
Code:
Section "Device"
Identifier "Radeon Mobility M7 LW"
Driver "radeon"
VendorName "ATI Technologies Inc."
BoardName "Radeon Mobility M7 LW"
BusID "PCI:1:0:0"
Option "AGPMode" "4"
Option "AGPFastWrite" "true"
Option "EnablePageFlip" "true"
EndSection
be sure to add:
Option "omit xfree86-dga"
to a subsection in Section "Module" as well.
hope this helps someone!
Bookmarks