fra9000
macrumors member
Fantastic! Glad you figured it out. I'll link to your post when I get home for the rage128 section.
Everything should stabilize once its installed and the updates are installed.
Yesterday after many trials I have managed to make the iMac G3 works with its specific r128 driver with following xorg.conf settings:
Code:
#Add/change this in MODULE section
Disable "dri"
Disable "dri2"
Load "glx"
#Add/change this in DEVICE section
Driver "r128"
Option "UseFBDev" "false"
Option "NoInt10" "true"
Option "ForcePCIMode" "true"
#Add/change this in SCREEN section
#Change DefaultDepth to 16 in case you have an ATI128 with 8MB VRAM
DefaultDepth 24
SubSection "Display"
Depth 16
Modes "1024x768" "800x600"
EndSubSection
SubSection "Display"
Depth 24
Modes "1024x768" "800x600"
EndSubSection
Now all the glithes are gone, UI looks also more responsive.
Next step will be to enable hardware acceleration and DRI (glxGears runs @25fps due to software rendering).
Enabling it will require additional time since r128 acceleration is not compatible with MESA 8, so probably I will need to downgrade packages plus run further configuration of X.
Let's see where we will end up with this nice distro
Cheers/Francesco