# $XdotOrg$ # # Copyright (c) 1994-1998 by The XFree86 Project, Inc. # # Permission is hereby granted, free of charge, to any person obtaining a # copy of this software and associated documentation files (the "Software"), # to deal in the Software without restriction, including without limitation # the rights to use, copy, modify, merge, publish, distribute, sublicense, # and/or sell copies of the Software, and to permit persons to whom the # Software is furnished to do so, subject to the following conditions: # # The above copyright notice and this permission notice shall be included in # all copies or substantial portions of the Software. # # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR # IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, # FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL # THE XFREE86 PROJECT BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, # WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF # OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE # SOFTWARE. # # Except as contained in this notice, the name of the XFree86 Project shall # not be used in advertising or otherwise to promote the sale, use or other # dealings in this Software without prior written authorization from the # XFree86 Project. # # $XConsortium: XF86Conf.cpp /main/22 1996/10/23 11:43:51 kaleb $ # The ordering of sections is not important in version 4.0 and later. Section "Module" Load "dbe" Load "freetype" Load "glx" SubSection "extmod" Option "omit xfree86-dga" EndSubSection EndSection Section "Files" FontPath "/usr/share/fonts/misc" FontPath "/usr/share/fonts/Type1" FontPath "/usr/share/fonts/100dpi" FontPath "/usr/share/fonts/75dpi" EndSection Section "InputDevice" Identifier "diNovo Keyboard" Driver "kbd" Option "AutoRepeat" "500 30" Option "XkbRules" "xorg" Option "XkbModel" "pc104" Option "XkbLayout" "be" EndSection Section "InputDevice" Identifier "diNovo Mouse" Driver "mouse" Option "Protocol" "auto" Option "Device" "/dev/input/mice" EndSection Section "Monitor" Identifier "Acer V193" HorizSync 30-80 VertRefresh 55-75 DisplaySize 1016 270 EndSection Section "Device" Identifier "Geforce GTX260" VendorName "nVidia" Option "RenderAccel" "true" Option "AllowGLXWithComposite" "true" # Fake Xinerama to be able to maximize to one display on the TH2Go Option "TwinViewXineramaInfoOverride" "1280x1024+1280+0, 1280x1024+0+0, 1280x1024+2560+0" Driver "nvidia" EndSection Section "Screen" Identifier "Screen1" Device "Geforce GTX260" Monitor "Acer V193" DefaultDepth 24 Subsection "Display" Depth 8 Modes "3840x1024' ViewPort 0 0 EndSubsection Subsection "Display" Depth 16 Modes "3840x1024" ViewPort 0 0 EndSubsection Subsection "Display" Depth 24 Modes "3840x1024" ViewPort 0 0 EndSubsection EndSection Section "ServerLayout" Identifier "Simple Layout" #Screen "Screen1" Screen 0 "Screen1" 0 0 InputDevice "diNovo Mouse" "CorePointer" InputDevice "diNovo Keyboard" "CoreKeyboard" Option "AIGLX" "true" Option "BlankTime" "5" # Blank screen after 5 minutes Option "StandbyTime" "10" # Turn off screen after 10 minutes EndSection Section "Extensions" Option "Composite" "Enable" EndSection