# This is a working XFree86 config file for an imac DV SE, with rage 128 # graphics chip. It was mostly generated by debconf, but some fiddling was # done mostly based on googling and experimenting. It took a while to get it # actually working, so here's the working config, should anyone actually find # this... There are some possibly superfluous options that might not be needed, # but once we got it working, there was no sense in messing with a good thing. # On debian, you should be able to just drop this in /etc/X11/ and fire up X # right away. On other OSes you might need to fiddle a little with font paths # or modules or whatever. Section "Files" FontPath "/usr/lib/X11/fonts/Type1" FontPath "/usr/lib/X11/fonts/CID" FontPath "/usr/lib/X11/fonts/Speedo" FontPath "/usr/lib/X11/fonts/misc" FontPath "/usr/lib/X11/fonts/cyrillic" FontPath "/usr/lib/X11/fonts/100dpi" FontPath "/usr/lib/X11/fonts/75dpi" EndSection Section "Module" Load "GLcore" Load "bitmap" Load "dbe" Load "ddc" Load "dri" Load "extmod" Load "freetype" Load "glx" Load "int10" Load "record" Load "speedo" Load "type1" Load "vbe" EndSection Section "InputDevice" Identifier "Generic Keyboard" Driver "keyboard" Option "CoreKeyboard" Option "XkbRules" "xfree86" Option "XkbModel" "macintosh" Option "XkbLayout" "us" EndSection Section "InputDevice" Identifier "Configured Mouse" Driver "mouse" Option "CorePointer" Option "Device" "/dev/input/mice" Option "Protocol" "ImPS/2" EndSection Section "Device" Identifier "Generic Video Card" Driver "ati" BusID "PCI:00:16:0" Option "UseFBDev" "true" Option "AGPMode" "true" Option "ForcePCIMode" "true" EndSection Section "Monitor" Identifier "Generic Monitor" HorizSync 58-62 VertRefresh 50-130 Option "DPMS" EndSection Section "Screen" Identifier "Default Screen" Device "Generic Video Card" Monitor "Generic Monitor" DefaultDepth 16 SubSection "Display" Depth 16 Modes "1024x768" EndSubSection EndSection Section "ServerLayout" Identifier "Default Layout" Screen "Default Screen" InputDevice "Generic Keyboard" InputDevice "Configured Mouse" EndSection Section "DRI" Mode 0666 EndSection