# # X server configuration # Section "Files" RgbPath "/usr/X11R6/lib/X11/rgb" ModulePath "/usr/X11R6/lib/modules" FontPath "/usr/X11R6/lib/X11/fonts/cursor" FontPath "/usr/X11R6/lib/X11/fonts/alias" FontPath "/usr/X11R6/lib/X11/fonts/misc:unscaled" FontPath "/usr/X11R6/lib/X11/fonts/misc" FontPath "/usr/X11R6/lib/X11/fonts/75dpi:unscaled" FontPath "/usr/X11R6/lib/X11/fonts/75dpi" FontPath "/usr/X11R6/lib/X11/fonts/100dpi:unscaled" FontPath "/usr/X11R6/lib/X11/fonts/100dpi" FontPath "/usr/X11R6/lib/X11/fonts/ptw:unscaled" FontPath "/usr/X11R6/lib/X11/fonts/igel" EndSection Section "ServerFlags" Option "DontZoom" "true" Option "AllowMouseOpenFail" "true" Option "DontVTSwitch" "false" Option "DontZap" "false" Option "VTSysReq" "false" Option "NoPM" Option "BlankTime" "9" Option "StandbyTime" "10" Option "SuspendTime" "11" Option "OffTime" "12" EndSection Section "Module" Load "type1" Load "speedo" Load "extmod" EndSection Section "InputDevice" Driver "keyboard" Identifier "Keyboard[0]" Option "Protocol" "Standard" Option "XkbKeyCodes" "xfree86" Option "XkbRules" "xfree86" Option "XkbLayout" "en_US" Option "XkbModel" "pc104" Option "AutoRepeat" "252 30" Option "XkbVariant" "nodeadkeys" EndSection Section "InputDevice" Driver "mouse" Identifier "Mouse[1]" Option "Device" "/dev/mouse" Option "Name" "Mouse" Option "Protocol" "ps/2" Option "Vendor" "AutoDetected" EndSection Section "InputDevice" Driver "mouse" Identifier "USBMouse[1]" Option "Device" "/dev/usbmouse" Option "Name" "USBMouse" Option "Protocol" "ps/2" Option "Vendor" "AutoDetected" EndSection Section "Monitor" Identifier "Monitor[0]" VendorName "vendor" ModelName "model" HorizSync 30-180 VertRefresh 40-160 UseModes "Modes[0]" Gamma 1.00 1.00 1.00 Option "DPMS" EndSection Section "Modes" Identifier "Modes[0]" # Modeline "1600x1200@60" 162.0 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync # Modeline "1920x1200@60" 162.0 1920 1980 2044 2160 1200 1201 1204 1250 +hsync +vsync EndSection Section "Device" BoardName "svga" Driver "radeon" Identifier "Device[0]" VendorName "IGEL" Option "sw_cursor" "on" BusID "0:6:0" EndSection Section "Screen" Device "Device[0]" Identifier "Screen[0]" Monitor "Monitor[0]" DefaultDepth 16 Subsection "Display" Depth 16 Modes "1920x1200@60" Virtual 1920 1200 ViewPort 0 0 EndSubsection EndSection Section "ServerLayout" Identifier "Layout[all]" InputDevice "Keyboard[0]" "CoreKeyboard" InputDevice "Mouse[1]" "CorePointer" InputDevice "USBMouse[1]" "SendCoreEvents" Screen "Screen[0]" EndSection