Alright, I have a solution.
Code:
Option "NoInt10" "true"
The top of the file for my working Rage 128 now looks like:
Code:
Section "Device"
Identifier "Configured Video Device"
BusID "PCI:0:16:0"
Driver "ati"
Option "UseFBDev" "false"
Option "NoInt10" "true"
#Option "DMAForXv" "true"
#Option "ForcePCIMode" "true"
#Option "NoAccel" "true"
#Option "AGPMode" "2"
Option "NoAccel" "true"
EndSection
Why exactly do you want UseFBDev false anyway?
Quote:
You should specify the correct framebuffer with a yaboot parameter (e.g. video=aty128fb) or disable the openfirmware framebuffer. See section 3.7b above. If you are using 11.04 or 11.10 then you will have to load the aty128fb kernel module first (see section 3.7d below). You may still have to make changes to your monitor section (see below). An alternative "fix" for the framebuffer error can be done through the xorg.conf, although it has been commented that this solution is inferior (see thread
http://ubuntuforums.org/showthread.php?t=1888881). The alternate fix is to set Option "UseFBDev" "False" and possibly also Option "NoInt10" "True" :
~Rsavage's Guide