Section "Files" RgbPath "/usr/X11R6/lib/X11/rgb" 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" EndSection Section "Module" Load "i2c" Load "bitmap" Load "ddc" Load "dri" Load "extmod" Load "freetype" # Load "glx" Load "int10" Load "vbe" Load "dbe" #by nvidia # Load "type1" #by nvidia # Disable "dri" Disable "glx" EndSection Section "InputDevice" Identifier "Logitech VX Nano" Driver "mouse" Option "CorePointer" Option "Protocol" "auto" Option "Device" "/dev/input/mice" Option "Buttons" "8" Option "ZAxisMapping" "4 5" Option "Buttons" "1 2 3 7 6 8 9" EndSection Section "InputDevice" Identifier "Keyboard" Driver "kbd" Option "CoreKeyboard" Option "XkbRules" "xorg" Option "XkbModel" "logiultrax" Option "XkbLayout" "us, ru(winkeys)" Option "XkbOptions" "grp:win_menu_switch,grp_led:scroll" # Option "XkbOptions" "grp:alt_shift_toggle,grp_led:scroll" EndSection Section "Device" Identifier "nVidia DVI" Driver "nvidia" VendorName "NVIDIA Corporation" BoardName "GeForce FX 5900XT" BusID "PCI:2:0:0" Option "AllowGLXWithComposite" "true" Option "RandRRotation" "on" Screen 0 EndSection Section "Device" Identifier "nVidia VGA" Driver "nvidia" VendorName "NVIDIA Corporation" BoardName "GeForce FX 5900XT" BusID "PCI:2:0:0" Option "AllowGLXWithComposite" "true" Option "RandRRotation" "on" Screen 1 EndSection Section "Monitor" # HorizSync source: edid, VertRefresh source: edid Identifier "LCD" VendorName "Samsung" ModelName "Samsung SyncMaster 173P" HorizSync 30.0 - 81.0 VertRefresh 56.0 - 75.0 Option "DPMS" EndSection Section "Monitor" # HorizSync source: edid, VertRefresh source: edid Identifier "TV" VendorName "Sony" ModelName "SONY TV" HorizSync 30.0 - 49.0 VertRefresh 57.0 - 63.0 Option "DPMS" EndSection Section "Screen" Identifier "LCD" Device "nVidia DVI" Monitor "LCD" DefaultDepth 24 Option "metamodes" "DFP: 1280x1024 +0+0;" SubSection "Display" Depth 24 Modes "1280x1024" EndSubSection EndSection Section "Screen" Identifier "TV" Device "nVidia VGA" Monitor "TV" DefaultDepth 24 Option "metamodes" "CRT: 1360x768_60 +0+0" SubSection "Display" Depth 24 Modes "1600x1200" "1280x1024" "1024x768" "800x600" "640x480" EndSubSection EndSection Section "ServerLayout" Identifier "Layout0" Screen 0 "LCD" 0 768 Screen 1 "TV" RightOf "LCD" # Screen 1 "TV" Above "LCD" InputDevice "Keyboard" "CoreKeyboard" InputDevice "Logitech VX Nano" "CorePointer" EndSection Section "ServerFlags" Option "Xinerama" "0" EndSection Section "DRI" Mode 0666 EndSection Section "Extensions" Option "Composite" "Enable" EndSection