# XFree86-4 config file, courtesy of Michel Dänzer. Latest taken from: # http://n.ethz.ch/student/daenzerm/download/XFree86/XF86Config-4 Section "Files" RgbPath "/usr/X11R6/lib/X11/rgb" FontPath "/usr/X11R6/lib/X11/fonts/local/" FontPath "/usr/X11R6/lib/X11/fonts/misc/" FontPath "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled" FontPath "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled" FontPath "/usr/X11R6/lib/X11/fonts/Type1/" FontPath "/usr/X11R6/lib/X11/fonts/CID/" FontPath "/usr/X11R6/lib/X11/fonts/Speedo/" FontPath "/usr/X11R6/lib/X11/fonts/75dpi/" FontPath "/usr/X11R6/lib/X11/fonts/100dpi/" # If you don't have the modules in /usr/X11R6/lib/modules # ModulePath "/usr/src/xc-build/exports/lib/modules" EndSection Section "Module" Load "extmod" # Type 1 font renderer Load "type1" # Speedo font renderer Load "speedo" # TrueType font renderers, only one can be loaded at a time Load "freetype" # Load "xtt" # The double buffer extension Load "dbe" # GLX # Load "glx" EndSection Section "ServerFlags" Option "blank time" "5" # DPMS options Option "standby time" "6" Option "suspend time" "9" Option "off time" "10" EndSection Section "InputDevice" Identifier "Keyboard1" Driver "keyboard" Option "AutoRepeat" "100 50" # If the keyboard layout is fscked, try this # Option "XkbDisable" Option "XkbRules" "xfree86" Option "XkbModel" "amiga" Option "XkbLayout" "de_CH" Option "XkbOptions" "ctrl:nocaps" # This may be needed with current XFree86 versions # Option "CustomKeycodes" # Option "XkbRules" "xfree86" # Option "XkbModel" "macintosh" # Option "XkbLayout" "us" # Option "XkbOptions" "ctrl:nocaps" EndSection # Amiga mouse Section "InputDevice" Identifier "BusMouse" Driver "mouse" Option "Protocol" "BusMouse" # /dev/mouse must be linked against the correct device (/dev/amigamouse or # /dev/adbmouse e.g.) Option "Device" "/dev/mouse" EndSection Section "Monitor" Identifier "Display" HorizSync 30-64 VertRefresh 50-100 Option "dpms" # I use this mode on my PowerBook - the built-in modes should do though Mode "1024x768" # D: 78.740 MHz, H: 60.015 kHz, V: 75.019 Hz DotClock 78.741 HTimings 1024 1058 1154 1312 VTimings 768 769 772 800 Flags "+HSync" "+VSync" EndMode EndSection # For Permedia 2 cards Section "Device" Identifier "B/CVisionPPC" Driver "glint" BusID "PCI:0:1:0" Option "UseFBDev" Option "NoInt10" # 604e users probably need this # Option "XAANoScanlineCPUToScreenColorExpandFill" # If you think it's too fast ;) # Option "NoAccel" # This is mainly for reducing network traffic for remote display # Option "BackingStore" EndSection # General Framebuffer Device driver Section "Device" Identifier "FBDev" Driver "fbdev" # Fill in the correct PCI ID for your graphics device here! BusID "PCI:0:1:0" # If you don't want to use the standard framebuffer device # Option "fbdev" "/dev/fb1" # Play with this to find out what's faster # Option "ShadowFB" "off" # This is mainly for reducing network traffic for remote display # Option "BackingStore" EndSection Section "Screen" Identifier "Screen 1" # Choose the appropriate Device here Device "B/CVisionPPC" Monitor "Display" DefaultDepth 16 SubSection "Display" Depth 8 Modes "1024x768" EndSubSection SubSection "Display" Depth 15 Modes "1024x768" EndSubSection SubSection "Display" Depth 16 Modes "1024x768" EndSubSection SubSection "Display" Depth 24 Modes "1024x768" EndSubSection SubSection "Display" Depth 24 Fbbpp 32 Modes "1024x768" EndSubSection EndSection Section "ServerLayout" Identifier "Main Layout" Screen "Screen 1" InputDevice "BusMouse" "CorePointer" InputDevice "Keyboard1" "CoreKeyboard" EndSection