# ********************************************************************** # Module section -- this section is used to specify # which dynamically loadable modules to load. # ********************************************************************** # Section "Module" Load "dbe" # Double buffer extension Load "type1" Load "freetype" Load "bitmap" Load "glx" Load "dri" Load "drm" Load "cfb" Load "cfb32" EndSection # ********************************************************************** # Files section. This allows default font and rgb paths to be set # ********************************************************************** Section "Files" RgbPath "/usr/lib/X11/rgb" ModulePath "/usr/lib/modules" FontPath "/usr/share/fonts/local/" FontPath "/usr/share/fonts/misc/" FontPath "/usr/share/fonts/75dpi/:unscaled" FontPath "/usr/share/fonts/100dpi/:unscaled" FontPath "/usr/share/fonts/Type1/" FontPath "/usr/share/fonts/TTF/" FontPath "/usr/share/fonts/CID/" FontPath "/usr/share/fonts/Speedo/" FontPath "/usr/share/fonts/75dpi/" FontPath "/usr/share/fonts/100dpi/" EndSection # ********************************************************************** # Server flags section. # ********************************************************************** Section "ServerFlags" Option "StandbyTime" "10" Option "SuspendTime" "20" Option "OffTime" "30" EndSection # ********************************************************************** # Input devices # ********************************************************************** # ********************************************************************** # Core keyboard's InputDevice section # ********************************************************************** Section "InputDevice" Identifier "Keyboard1" Driver "keyboard" Option "Protocol" "Standard" Option "AutoRepeat" "500 30" Option "XkbModel" "type5" Option "XkbLayout" "en_US" Option "XkbRules" "sun" Option "XkbTypes" "types/complete" Option "XkbCompat" "compat/complete" Option "XkbGeometry" "sun(type5unix)" EndSection # ********************************************************************** # Core Pointer's InputDevice section # ********************************************************************** Section "InputDevice" # Identifier and driver Identifier "Mouse1" Driver "mouse" Option "Protocol" "MouseSystems" Option "Device" "/dev/sunmouse" Option "Emulate3Buttons" "false" EndSection # ********************************************************************** # Monitor section # ********************************************************************** # Any number of monitor sections may be present Section "Monitor" Identifier "SONY GDM-5010PT" HorizSync 30-96 VertRefresh 48-160 EndSection # ********************************************************************** # Graphics device section # ********************************************************************** Section "Device" Identifier "Elite3D" Driver "sunffb" #VideoRam 8192 # Insert Clocks lines here if appropriate EndSection # ********************************************************************** # Screen sections # ********************************************************************** Section "Screen" Identifier "Screen 1" Device "Elite3D" Monitor "SONY GDM-5010PT" DefaultDepth 24 Subsection "Display" Depth 24 Modes "1600x1200" "1280x1024" "1024x768" ViewPort 0 0 EndSubsection EndSection # ********************************************************************** # ServerLayout sections. # ********************************************************************** Section "ServerLayout" # The Identifier line must be present Identifier "Simple Layout" Screen "Screen 1" InputDevice "Mouse1" "CorePointer" InputDevice "Keyboard1" "CoreKeyboard" Option "HandleSpecialKeys" "Always" Option "DontVTSwitch" "off" EndSection Section "DRI" Mode 0666 EndSection