# ********************************************************************** # DRI Section # ********************************************************************** Section "dri" # Access to OpenGL ICD is allowed for all users: Mode 0666 # Access to OpenGL ICD is restricted to a specific user group: # Group 27 # video # Mode 0660 EndSection # ********************************************************************** # Module section -- this section is used to specify # which dynamically loadable modules to load. # ********************************************************************** # Section "Module" # This loads the DBE extension module. Load "dbe" # Double buffer extension # This loads the miscellaneous extensions module, and disables # initialisation of the XFree86-DGA extension within that module. SubSection "extmod" Option "omit xfree86-dga" # don't initialise the DGA extension EndSubSection # This loads the Type1 and FreeType font modules Load "type1" Load "freetype" # This loads the GLX module Load "glx" # libglx.a Load "dri" # libdri.a #Load "extmod" EndSection # ********************************************************************** # Files section. This allows default font and rgb paths to be set # ********************************************************************** Section "Files" # The location of the RGB database. Note, this is the name of the # file minus the extension (like ".txt" or ".db"). There is normally # no need to change the default. RgbPath "/usr/lib/X11/rgb" #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/Speedo/" FontPath "/usr/share/fonts/75dpi/" FontPath "/usr/share/fonts/100dpi/" FontPath "/usr/share/fonts/baekmuk/" FontPath "/usr/share/fonts/ubaekmuk/" FontPath "/usr/share/fonts/terminus/" # The module search path. The default path is shown here. # ModulePath "/usr/X11R6/lib/modules" EndSection # ********************************************************************** # Server flags section. # ********************************************************************** Section "ServerFlags" # Option "NoTrapSignals" # Option "DontZap" # Option "Dont Zoom" # Option "DisableVidModeExtension" # Option "AllowNonLocalXvidtune" # Option "DisableModInDev" # Option "AllowNonLocalModInDev" EndSection # ********************************************************************** # Input devices # ********************************************************************** # ********************************************************************** # Core keyboard's InputDevice section # ********************************************************************** Section "InputDevice" Identifier "Keyboard1" Driver "kbd" # For most OSs the protocol can be omitted (it defaults to "Standard"). # When using XQUEUE (only for SVR3 and SVR4, but not Solaris), # uncomment the following line. # Option "Protocol" "Xqueue" Option "AutoRepeat" "500 30" Option "XkbModel" "pc101" Option "XkbLayout" "us" EndSection # ********************************************************************** # Core Pointer's InputDevice section # ********************************************************************** Section "InputDevice" # Identifier and driver Identifier "Mouse1" Driver "mouse" Option "Protocol" "ExplorerPS/2" Option "Device" "/dev/input/mice" # Option "ChordMiddle" Option "Buttons" "7" Option "ZAxisMapping" "6 7" EndSection Section "InputDevice" Identifier "Trackball1" Driver "mouse" Option "Protocol" "ExplorerPS/2" Option "Device" "/dev/input/mouse1" # Option "ChordMiddle" Option "Buttons" "7" Option "ZAxisMapping" "6 7" Option "AlwaysCore" "yes" EndSection Section "Monitor" Identifier "Monitor0" HorizSync 30-107 VertRefresh 50-120 Mode "1280x960" DotClock 148.50 HTimings 1280 1376 1536 1740 VTimings 960 961 964 1003 EndMode EndSection # ********************************************************************** # Graphics device section # ********************************************************************** # Any number of graphics device sections may be present # Standard VGA Device: Section "Device" Identifier "6600GE" Driver "nvidia" Option "TwinView" Option "MetaModes" "1280x960, 1600x1200; NULL, 1600x1200; 1280x960, NULL; 1024x768, NULL; 800x600, NULL; 1280x960, 800x600" #Option "MetaModes" "1280x960, 1600x1200; NULL, 1600x1200" #Option "MetaModes" "1280x960, 1600x1200" Option "RenderAccel" "true" Option "AllowGLXWithComposite" "true" BusID "PCI:2:0:0" # vendor=1002, device=514c Option "Coolbits" "1" EndSection # ********************************************************************** # Screen sections # ********************************************************************** # Any number of screen sections may be present. Each describes # the configuration of a single screen. A single specific screen section # may be specified from the X server command line with the "-screen" # option. Section "Screen" Identifier "Screen0" Device "6600GE" Monitor "Monitor0" DefaultDepth 24 #Option "backingstore" Subsection "Display" Depth 24 #Modes "1600x1200" "1400x1050" "1280x960" "1024x768" "800x600" "640x480" Modes "1600x1200" "1280x960" "1024x768" "800x600" "640x480" #Modes "1280x960" "800x600" # Modes "800x600" ViewPort 0 0 # initial origin if mode is smaller than desktop # Virtual 1280 1024 EndSubsection EndSection # ********************************************************************** # ServerLayout sections. # ********************************************************************** Section "ServerLayout" # The Identifier line must be present Identifier "Server Layout" Screen "Screen0" InputDevice "Mouse1" "CorePointer" # InputDevice "Trackball1" "AlwaysCore" InputDevice "Keyboard1" "CoreKeyboard" EndSection Section "Extensions" Option "Composite" "Enable" #Option "fixes" "Enable" EndSection ### EOF ###