#Section "Files" # FontPath "/usr/share/fonts/TTF/" ## 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/CID/" ## FontPath "/usr/share/fonts/Speedo/" # FontPath "/usr/share/fonts/75dpi/" # FontPath "/usr/share/fonts/100dpi/" #EndSection Section "Module" Load "freetype" # Load "xtt" Load "extmod" Load "glx" Load "dbe" Load "record" Load "xtrap" Load "type1" Load "speedo" EndSection #Section "ServerFlags" # # Option "blank time" "0" # Option "standby time" "0" # Option "suspend time" "0" # Option "off time" "0" # #EndSection Section "InputDevice" Identifier "Keyboard1" Driver "kbd" Option "Name" "AT Translated Set 2 keyboard" Option "XkbModel" "pc105" Option "XkbLayout" "de,ua(winkeys),ru(winkeys)" Option "XKbOptions" "grp:ctrl_shift_toggle" Option "XkbVariant" "nodeadkeys" Option "CoreKeyboard" EndSection Section "InputDevice" Identifier "Mouse1" Driver "evdev" Option "Phys" "usb-*/input0 Option "Name" "Logitech USB-PS/2 Optical Mouse" Option "CorePointer" EndSection # Some examples of extended input devices Section "Extensions" Option "Composite" "Enable" # Option "Composite" "off" # Option "RENDER" "Enable" # Option "RenderAccel" "true" EndSection Section "Monitor" Identifier "FLATRON" VendorName "LG" ModelName "L1915SV" HorizSync 30.0-83.0 VertRefresh 56-75 Option "DPMS" "false" # 1280x1024 @ 85.00 Hz (GTF) hsync: 91.38 kHz; pclk: 159.36 MHz # Modeline "1280x1024" 159.36 1280 1376 1512 1744 1024 1025 1028 1075 -HSync +Vsync # Modeline "1280x1024@85i" 74.47 1280 1312 1592 1624 1024 1046 1054 1077 interlace # Modeline "1280x1024@80" 171.93 1280 1312 1960 1992 1024 1043 1056 1076 # Modeline "1280x1024" 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync EndSection Section "Device" Identifier "nv" Driver "nvidia" # BusID "PCI:1:0:0" Option "RenderAccel" "true" Option "backingstore" "true" Option "DigitalVibrance" "12" Option "NoLogo" "true" Option "NvAGP" "1" Option "AllowGLXWithComposite" "True" Option "AddARGBGLXVisuals" "True" Option "NoFlip" "True" # Option "DPMS" Option "MonitorLayout" "TMDS, NONE" Option "UseEdidFreqs" "True" Option "XAANoOffscreenPixmaps" "True" EndSection Section "Screen" Identifier "myScreen" Device "nv" Monitor "FLATRON" # Option "no accel" # DefaultDepth 16 DefaultDepth 24 # DefaultDepth 32 Option "AddARGBGLXVisuals" "true" SubSection "Display" Depth 24 Modes "1280x1024" EndSubSection EndSection Section "ServerLayout" Identifier "Main Layout" Screen "myScreen" "" "" "" "myScreen" InputDevice "Mouse1" "CorePointer" InputDevice "Keyboard1" "CoreKeyboard" EndSection