# xorg.conf (Xorg X Window System server configuration file) Section "Files" ModulePath "/usr/local/lib/xorg/modules/" ModulePath "/usr/lib/xorg/modules/" FontPath "/usr/share/fonts/X11/misc" FontPath "/usr/X11R6/lib/X11/fonts/misc" FontPath "/usr/share/fonts/X11/cyrillic" FontPath "/usr/X11R6/lib/X11/fonts/cyrillic" FontPath "/usr/share/fonts/X11/100dpi/:unscaled" FontPath "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled" FontPath "/usr/share/fonts/X11/75dpi/:unscaled" FontPath "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled" FontPath "/usr/share/fonts/X11/Type1" FontPath "/usr/X11R6/lib/X11/fonts/Type1" FontPath "/usr/share/fonts/X11/100dpi" FontPath "/usr/X11R6/lib/X11/fonts/100dpi" FontPath "/usr/share/fonts/X11/75dpi" FontPath "/usr/X11R6/lib/X11/fonts/75dpi" # path to defoma fonts FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType" # if the local font server has problems, we can fall back on these #FontPath "unix/:7100" # local font server EndSection Section "Module" Load "bitmap" Load "dbe" Load "ddc" Load "dri" Load "extmod" Load "freetype" Load "glx" Load "int10" Load "record" Load "type1" Load "v4l" Load "vbe" EndSection Section "Extensions" Option "Composite" "Enable" EndSection Section "InputDevice" Identifier "Generic Keyboard" Driver "kbd" Option "CoreKeyboard" Option "XkbRules" "xorg" Option "XkbModel" "pc105" Option "XkbLayout" "de" EndSection Section "InputDevice" Identifier "Configured Mouse" Driver "mouse" Option "SendCoreEvents" "true" Option "Device" "/dev/input/mice" Option "Protocol" "ImPS/2" Option "Emulate3Buttons" "false" Option "ZAxisMapping" "4 5" Option "Buttons" "7" EndSection Section "InputDevice" Identifier "Synaptics Touchpad" Driver "synaptics" Option "CorePointer" Option "SendCoreEvents" "true" Option "Device" "/dev/input/event2" Option "Protocol" "auto-dev" Option "ZAxisMapping" "4 5" Option "LeftEdge" "1700" Option "RightEdge" "5300" Option "TopEdge" "1700" Option "BottomEdge" "4200" Option "FingerLow" "25" Option "FingerHigh" "30" Option "MaxTapTime" "180" Option "MaxTapMove" "220" Option "VertScrollDelta" "100" Option "MinSpeed" "0.06" Option "MaxSpeed" "0.12" Option "AccelFactor" "0.0010" Option "SHMConfig" "on" EndSection Section "Device" Identifier "home" Driver "radeon" Option "GARTSize" "128" # Option "XAANoOffscreenPixmaps" "true" # BusID "PCI:1:0:0" # Option "MonitorLayout" "LVDS, CRT" # Option "MergedFB" "true" # Option "CRT2Position" "RightOf" # Option "CRT2HSync" "30-90" # Option "CRT2VRefresh" "50-150" # Option "NoDDC" "1" Option "AccelMethod" "EXA" # Option "AccelDFS" "true" # Option "DynamicClocks" "false" Option "MigrationHeuristic" "greedy" # Option "ColorTiling" "on" # Option "DRI" "off" # Option "AGPMode" "1" # Option "BusType" "PCI" # Option "SWcursor" "1" # Option "FBTexPercent" "0" Option "TVStandard" "pal" # Option "AGPFastWrite" "1" # Option "EnablePageFlip" "true" #Option "EnableDepthMoves" "true" # Option "MergedDPI" "100 100" # Option "MergedNonRectangular" "true" # Option "MetaModes" "1680x1050 1680x1050-1400x1050 1680x1050-1280x1024 1680x1050-1024x768 1680x1050-800x600 1024x768-800x600 1024x768 800x600 640x480 640x400 1680x1050-1152x864" EndSection Section "Monitor" Identifier "Standardbildschirm" EndSection Section "Screen" Identifier "home" Device "home" Monitor "Standardbildschirm" DefaultDepth 24 SubSection "Display" Depth 24 Virtual 1680 2100 #Virtual 3080 1050 EndSubSection EndSection Section "ServerLayout" Identifier "home" Screen "home" InputDevice "Generic Keyboard" InputDevice "Configured Mouse" InputDevice "Synaptics Touchpad" # Option "AIGLX" "false" EndSection Section "DRI" Mode 0666 EndSection