Section "ServerLayout" Identifier "Simple Layout" Screen "Screen 1" 0 0 InputDevice "Mouse1" "CorePointer" InputDevice "Keyboard1" "CoreKeyboard" EndSection # Omdat hotplugging keyboard niet werkt Section "ServerFlags" Option "AutoAddDevices" "False" EndSection Section "Files" ModulePath "/usr/lib/xorg/modules" # RgbPath "/usr/share/X11/rgb" FontPath "/usr/share/fonts/misc" FontPath "/usr/share/fonts/75dpi/:unscaled" FontPath "/usr/share/fonts/100dpi/:unscaled" FontPath "/usr/share/fonts/TTF" FontPath "/usr/share/fonts/Type1" FontPath "/usr/share/fonts/cyrillic" FontPath "/usr/share/fonts/speedo" EndSection Section "Module" Load "type1" Load "record" Load "dbe" # Double buffer extension SubSection "extmod" Option "omit xfree86-dga" # don't initialise the DGA extension EndSubSection Load "freetype" # Load "xtt" Load "glx" Load "xtrap" EndSection Section "InputDevice" Identifier "Keyboard1" Driver "kbd" Option "AutoRepeat" "500 30" Option "XkbRules" "xorg" Option "XkbLayout" "us" Option "XkbOptions" "eurosign:5" EndSection Section "InputDevice" Identifier "Mouse1" Driver "mouse" Option "Protocol" "Auto" # Auto detect Option "Device" "/dev/input/mice" Option "ZAxisMapping" "4 5" EndSection Section "Monitor" Identifier "monitor" HorizSync 31.5 - 57.0 VertRefresh 50.0 - 90.0 EndSection Section "Device" Identifier "Standard VGA" Driver "vga" VendorName "Unknown" BoardName "Unknown" EndSection Section "Device" Identifier "nvidia" Driver "nvidia" Option "TVStandard" "PAL-B" Option "TVOutFormat" "Composite" Option "TwinView" "True" Option "TwinViewOrientation" "Clone" Option "SecondMonitorHorizSync" "30-80" Option "SecondMonitorVertRefresh" "40-80" Option "MetaModes" "1024x768, ; 1024x768,1024x768" Option "RenderAccel" "True" Option "AllowGLXWithComposite" "True" Option "DamageEvents" "True" Option "AddARGBGLXVisuals" "True" Option "TripleBuffer" "True" EndSection Section "Screen" Identifier "Screen 1" Device "nvidia" Monitor "monitor" DefaultDepth 24 SubSection "Display" Viewport 0 0 Depth 8 Modes "1280x1024" "1024x768" "800x600" "640x480" EndSubSection SubSection "Display" Viewport 0 0 Depth 16 Modes "1280x1024" "1024x768" "800x600" "640x480" EndSubSection SubSection "Display" Viewport 0 0 Depth 24 Modes "1280x1024" "1024x768" "800x600" "640x480" EndSubSection EndSection Section "Extensions" Option "Composite" "Enable" EndSection