Section "Module" Load "dbe" Load "glx" Load "dri" Load "type1" Load "freetype" Load "record" # Load "xtrap" # Load "bitmap" Load "extmod" EndSection Section "Files" FontPath "/usr/share/X11/fonts/75dpi" FontPath "/usr/share/X11/fonts/100dpi" FontPath "/usr/share/X11/fonts/OTF" FontPath "/usr/share/X11/fonts/TTF" FontPath "/usr/share/X11/fonts/TrueType" FontPath "/usr/share/X11/fonts/Type1" FontPath "/usr/share/X11/fonts/cyrillic" FontPath "/usr/share/X11/fonts/misc" FontPath "/usr/share/X11/fonts/encoding" FontPath "/usr/share/xfce/fonts/" FontPath "/usr/share/fonts/japanese/TrueType" FontPath "/usr/share/fonts/japanese/misc" FontPath "/usr/share/fonts/korean/TrueType" FontPath "/usr/share/fonts/korean/misc" FontPath "/usr/share/fonts/chinese/TrueType" FontPath "/usr/share/fonts/arabic" FontPath "/usr/share/fonts/bengali" FontPath "/usr/share/fonts/gujarati" FontPath "/usr/share/fonts/hebrew" FontPath "/usr/share/fonts/hindi" FontPath "/usr/share/fonts/punjabi" FontPath "/usr/share/fonts/tamil" FontPath "/usr/share/fonts/KOI8-R/misc" FontPath "/usr/share/fonts/KOI8-R/75dpi" FontPath "/usr/share/fonts/KOI8-R/100dpi" FontPath "/usr/share/fonts/default/Type1/" FontPath "/usr/share/fonts/freefont" EndSection Section "ServerFlags" # Uncomment this to cause a core dump at the spot where a signal is # received. This may leave the console in an unusable state, but may # provide a better stack trace in the core dump to aid in debugging # Option "NoTrapSignals" # Uncomment this to disable the server abort sequence # This allows clients to receive this key event. # Option "DontZap" # Uncomment this to disable the / mode switching # sequences. This allows clients to receive these key events. # Option "Dont Zoom" # Uncomment this to disable tuning with the xvidtune client. With # it the client can still run and fetch card and monitor attributes, # but it will not be allowed to change them. If it tries it will # receive a protocol error. # Option "DisableVidModeExtension" # Uncomment this to enable the use of a non-local xvidtune client. # Option "AllowNonLocalXvidtune" # Uncomment this to disable dynamically modifying the input device # (mouse and keyboard) settings. # Option "DisableModInDev" # Uncomment this to enable the use of a non-local client to # change the keyboard or mouse settings (currently only xset). # Option "AllowNonLocalModInDev" EndSection Section "InputDevice" Identifier "EclipseII" Driver "kbd" Option "XkbModel" "pc104" Option "XkbLayout" "fi" Option "XkbOptions" "lv3:ralt_switch" EndSection Section "InputDevice" Identifier "Habu" Driver "evdev" Option "Name" "Tempest Habu Mouse" Option "CorePointer" EndSection Section "Device" Identifier "X3000" VendorName "Intel" Driver "i810" # VideoRam 32768 VideoRam 131072 # VideoRam 196608 Option "AperTexSize" "65536" Option "LinearAlloc" "16384" # Option "NoAccel" "1" Option "AccelMethod" "EXA" Option "XvMCSurfaces" "7" Option "CacheLines" "2048" EndSection Section "DRI" Mode 0660 Group "xuser" EndSection Section "Screen" Identifier "Screen 1" Device "X3000" DefaultDepth 24 Subsection "Display" Depth 24 Virtual 1280 960 Modes "1400x1050" "1280x960" "1024x768" "800x600" EndSubsection EndSection Section "ServerLayout" Identifier "Simple Layout" Screen "Screen 1" InputDevice "Habu" "CorePointer" InputDevice "EclipseII" "CoreKeyboard" EndSection