# File generated by xf86config. # # Copyright (c) 1999 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. # # ********************************************************************** # Refer to the XF86Config(4/5) man page for details about the format of # this file. # ********************************************************************** # ********************************************************************** # 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" Load "dri" # This loads the GLX module Load "glx" EndSection # ********************************************************************** # Files section. This allows default font and rgb paths to be set # ********************************************************************** Section "Files" 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/truetype" RgbPath "/usr/X11R6/lib/X11/rgb" # 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" Option "Xinerama" "true" EndSection Section "Extensions" Option "Composite" "Enable" EndSection # ********************************************************************** # Input devices # ********************************************************************** # ********************************************************************** # Core keyboard's InputDevice section # ********************************************************************** Section "InputDevice" Identifier "Keyboard1" Driver "kbd" # Option "Protocol" "Xqueue" Option "AutoRepeat" "500 30" # Option "Xleds" "1 2 3" # Option "LeftAlt" "Meta" # Option "RightAlt" "ModeShift" # Option "XkbModel" "pc102" # Option "XkbModel" "microsoft" # Option "XkbLayout" "de" # Option "XkbLayout" "de" Option "XkbVariant" "nodeadkeys" # Option "XkbOptions" "ctrl:swapcaps" # Option "XkbModel" "pc101" # Option "XkbLayout" "us" # Option "XkbVariant" "" # Option "XkbOptions" "" # Option "XkbDisable" Option "XkbModel" "pc105" Option "XkbLayout" "de" EndSection # ********************************************************************** # Core Pointer's InputDevice section # ********************************************************************** Section "InputDevice" # Identifier and driver Identifier "Mouse1" Driver "mouse" Option "Protocol" "ImPS/2" #Option "Protocol" "auto" Option "Device" "/dev/mouse" Option "ZAxisMapping" "4 5" #Option "Buttons" "3" # Option "BaudRate" "9600" # Option "SampleRate" "150" # Option "Emulate3Buttons" # Option "Emulate3Timeout" "50" # Option "ChordMiddle" EndSection Section "InputDevice" Identifier "PS2Mouse" Driver "mouse" Option "Protocol" "PS/2" Option "Device" "/dev/input/mice" #Option "Device" "/dev/mouse" EndSection Section "InputDevice" Identifier "USBMouse" Driver "mouse" Option "Protocol" "ExplorerPS/2" Option "Device" "/dev/usbmouse" EndSection # ********************************************************************** # Monitor section # ********************************************************************** # Any number of monitor sections may be present Section "Monitor" Identifier "laptop-screen" HorizSync 31.5 - 48.5 VertRefresh 50-100 EndSection Section "Monitor" Identifier "samsung" HorizSync 30 - 96 VertRefresh 50 - 160 EndSection # ********************************************************************** # Graphics device section # ********************************************************************** # Any number of graphics device sections may be present Section "Device" Identifier "ATI 0" Driver "radeon" #"ati" Screen 0 BusID "PCI:1:0:0" # Option "NoDDC" EndSection Section "Device" Identifier "ATI 1" Driver "radeon" #"ati" Screen 1 BusID "PCI:1:0:0" Option "NoDDC" EndSection # ********************************************************************** # Screen sections # ********************************************************************** Section "Screen" Identifier "Screen 1" Device "ATI 0" Monitor "laptop-screen" DefaultDepth 24 Subsection "Display" Depth 24 Modes "1024x768" "800x600" "640x480" EndSubsection EndSection Section "Screen" Identifier "Screen 1-gross" Device "ATI 0" Monitor "samsung" DefaultDepth 24 Subsection "Display" Depth 24 Modes "1280x960" "1024x768" "800x600" "640x480" EndSubsection EndSection Section "Screen" Identifier "Screen 2" Device "ATI 1" Monitor "samsung" DefaultDepth 24 Subsection "Display" Depth 24 # Modes "1280x1024" "1024x768" "800x600" "640x480" Modes "1280x960" "1024x768" "800x600" "640x480" EndSubsection EndSection Section "Screen" Identifier "Screen 2-1" Device "ATI 1" Monitor "samsung" DefaultDepth 24 Subsection "Display" Depth 24 Modes "1024x768" "800x600" "640x480" EndSubsection EndSection # ********************************************************************** # ServerLayout sections. # ********************************************************************** # # laptop links - samsung rechts # #Section "ServerLayout" # Identifier "two" # Screen "Screen 1" # Screen "Screen 2" RightOf "Screen 1" # InputDevice "Mouse1" "CorePointer" # InputDevice "Keyboard1" "CoreKeyboard" # Option "glx" #EndSection #Section "ServerLayout" # Identifier "one" # Screen "Screen 1" # Screen "Screen 2-1" #Relative "Screen 1" 1 1 # InputDevice "Mouse1" "CorePointer" # InputDevice "Keyboard1" "CoreKeyboard" #EndSection # # nur samsung # Section "ServerLayout" Identifier "schirm" Screen "Screen 1-gross" InputDevice "Mouse1" "CorePointer" # InputDevice "USBMouse" "SendCoreEvents" InputDevice "Keyboard1" "CoreKeyboard" EndSection # # nur laptop # Section "ServerLayout" Identifier "laptop" Screen "Screen 1" InputDevice "PS2Mouse" "CorePointer" # InputDevice "USBMouse" "CorePointer" InputDevice "Keyboard1" "CoreKeyboard" EndSection #Section "ServerLayout" # Identifier "imlaptop" # Screen "Screen 1" # InputDevice "Mouse1" "CorePointer" # InputDevice "Keyboard1" "CoreKeyboard" #EndSection