Section "Monitor" Identifier "iMacG3CRT" HorizSync 58-62 VertRefresh 74-118 EndSection Section "Device" Identifier "Rage128" Driver "ATI" Option "ForcePCIMode" "true" ###Without this, I have to disable DRI. Option "AccelMethod" "EXA" # Option "EnablePageFlip" "True" #No apparent change ##Testing EXA Option "EXANoComposite" "True" #Clears Text and changes "green" areas. # Option "EXANoUploadToScreen" "True" # Option "EXANoDownloadFromScreen" #True" Option "MigrationHeuristic" "greedy" # combined with patch and EXANoComposite appears to clear all issues. # Option "EXANoOffscreenPixmaps" "True" ##No Change ##Testing Other # Option "GlxVisuals" "minimal" ## No Change EndSection Section "Screen" Identifier "TheOnlyOneIHave" Monitor "iMacG3CRT" DefaultDepth 16 SubSection "Display" Depth 24 Modes "1024x768" "800x600" "640x480" EndSubSection SubSection "Display" Depth 16 Modes "1024x768" "800x600" "640x480" EndSubSection SubSection "Display" Depth 8 Modes "1024x768" "800x600" "640x480" EndSubSection EndSection Section "Module" # Disable "dri" #I have to have ForcePCIMode or Disable DRI to get X started. EndSection