Comment 9 for bug 56427

Revision history for this message
Bas van Ritbergen (ritbit) wrote :

I Agree this is not the same thing as the one described in the fix for edgy.
On my feisty systems I get :

Fatal server error:
xf86MapPciMem: Could not mmap PCI memory [base=0xe2000000,hostbase=0xe2000000,size=2000] (Inappropriate ioctl for device)

lspci shows me:
01:02.0 VGA compatible controller: ATI Technologies Inc 3D Rage Pro 215GP (rev 5c)

And in my xorg.conf I got:
Section "Device"
    Identifier "ATI Technologies, Inc. 3D Rage Pro 215GP"
    Driver "ati"
    BusID "PCI:1:2:0"
    Option "UseFBDev" "true"
    Option "ReferenceClock" "28.636 Mhz"
EndSection

If more details are required please let me know.