Section "Module" # Speedo font renderer # Load "speedo" # Truetype font renderers # Load "freetype" # Load "xtt" # Type 1 font renderer Load "type1" # Doublebuffer extension, not supported by the glint driver yet # Load "dbe" # If you want to use GLX OpenGL (Modules & libraries in separate tarball) # Load "glx" # IMPORTANT! Loads several standard extension (SHAPE, DGA, ...) Load "extmod" EndSection Section "Files" # If you want to install the modules in a different place # ModulePath "/usr/src/xc-build/exports/lib/modules/" RgbPath "/usr/X11R6/lib/X11/rgb" FontPath "/usr/X11R6/lib/X11/fonts/misc/" FontPath "/usr/X11R6/lib/X11/fonts/Speedo/" FontPath "/usr/X11R6/lib/X11/fonts/Type1/" # FontPath "/usr/share/abisuite/fonts/" # FontPath "/usr/lib/ghostscript/fonts/" FontPath "/usr/X11R6/lib/X11/fonts/75dpi/" FontPath "/usr/X11R6/lib/X11/fonts/100dpi/" EndSection Section "ServerFlags" Option "blank time" "5" Option "standby time" "10" Option "suspend time" "20" Option "off time" "30" EndSection Section "Keyboard" AutoRepeat 500 5 # Option "LeftAlt" "Meta" # RightAlt ModeShift # RightCtl Compose # ScrollLock ModeLock XkbDisable EndSection Section "Pointer" Protocol "BusMouse" Device "/dev/mouse" EndSection Section "Monitor" Identifier "MONITOR" VendorName "Monitor" ModelName "SVGA Monitor" HorizSync 30-70 VertRefresh 50-150 Mode "640x480" DotClock 36 HTimings 640 696 776 832 VTimings 480 489 492 509 Flags "+HSync" "+VSync" Endmode Mode "800x600" DotClock 56 HTimings 800 864 936 1048 VTimings 600 608 612 631 Flags "+HSync" "+VSync" Endmode Mode "1024x768" DotClock 78 HTimings 1024 1064 1160 1336 VTimings 768 772 776 800 Flags "+HSync" "+VSync" Endmode # DPMS power saving Option "dpms" EndSection Section "Device" Identifier "BVPPC" Driver "glint" Option "UseFBDev" Option "BlockWrite" # This disables HW acceleration, for comparison # Option "noaccel" # Try using this option if the cursor and/or display isn't correct # Option "sw_cursor" # This option increases speed at the expense of RAM. Your choice # Option "BackingStore" EndSection Section "Screen" Identifier "Screen 1" Device "BVPPC" # Take this one if you don't have a Permedia2 board # Device "FBDev" Monitor "MONITOR" DefaultColorDepth 16 SubSection "Display" Depth 8 Modes "1024x768" "800x600" "640x480" Virtual 800 600 EndSubSection SubSection "Display" Depth 15 Modes "1024x768" "800x600" "640x480" Virtual 800 600 EndSubSection SubSection "Display" Depth 16 Modes "1024x768" "800x600" "640x480" Virtual 800 600 EndSubSection SubSection "Display" Depth 24 fbbpp 32 Modes "1024x768" "800x600" "640x480" Virtual 800 600 EndSubSection EndSection