# XFree86 4.0 configuration generated by Xconfigurator
Section "ServerLayout"
Identifier "XFree86 Configured"
Screen 0 "Screen0" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection
# By default, Red Hat Linux 6.0 and later use xfs
Section "Files"
FontPath "unix/:7100"
EndSection
# Module loading section
Section "Module"
Load "dbe" # Double-buffering
# Load "GLcore" # OpenGL support
# Load "dri" # Direct rendering infrastructure
Load "glx" # OpenGL X protocol interface
Load "extmod" # Misc. required extensions
Load "v4l" # Video4Linux
Load "type1" # Type1 fonts support
# Load "pex5" # PHIGS for X 3D environment (obsolete)
# Load "record" # X event recorder
# Load "xie" # X Image Extension (obsolete)
# You only need the following two modules if you do not use xfs.
# Load "freetype" # TrueType font handler
# Load "type1" # Adobe Type 1 font handler
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "keyboard"
Option "XkbLayout" "ru"
# Option "XkbOptions" "grp:toggle,grp_led:scroll"
# Option "XkbOptions" "grp:caps_toggle,grp_led:scroll"
# Option "XkbOptions" "grp:menu_toggle,grp_led:scroll"
# Option "XkbOptions" "grp:shift_toggle,grp_led:scroll"
Option "XkbOptions" "grp:ctrl_shift_toggle,grp_led:scroll"
# Option "XkbOptions" "grp:ctrl_alt_toggle,grp_led:scroll"
# Option "XkbOptions" "grp:alt_shift_toggle,grp_led:scroll"
EndSection
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Device" "/dev/mouse"
Option "Protocol" "PS/2"
Option "Emulate3Buttons" "on"
Option "ZAxisMapping" "4 5"
EndSection
Section "Monitor"
Identifier "S/M 755DF"
VendorName "Samsung"
ModelName "SyncMaster 755 df"
HorizSync 30-85
VertRefresh 50-160
Option "dpms"
EndSection
#### В настройке я использовал только файл Ридми который идет с драйверами NVIDIA ####
#### То что я заремил ниже не имеет ни какого значения в работы TV Out'a т. е. можно это и неписать ####
#### Еще не маловажный момент! Разрешение монитора и выхода на телевизор должно быть одинаково ####
#### Будут вопросы пишите чем смогу помогу ####
Section "Device"
Identifier "NVIDIA GeForce 2 MX (generic)"
Driver "nvidia"
Option "TwinView"
Option "SecondMonitorHorizSync" "30-50"
Option "SecondMonitorVertRefresh" "60"
Option "MetaModes" "800x600,800x600; 800x600,800x600; 800x600,800x600; 640x480,640x480"
Option "TwinViewOrientation" "Clone"
Option "ConnectedMonitor" "crt,tv"
Option "TVStandard" "PAL-B"
Option "ConnectedMonitor" "TV"
Option "TVOutFormat" "SVIDEO"
# VendorName "nvidia"
# BoardName "Manli"
# Option "DPMS"
# BusID "PCI:1:0:0"
# Option "NvAGP" "3"
# VideoRam 65536
EndSection
Section "Device"
Identifier "Linux Frame Buffer"
Driver "fbdev"
BoardName "Unknown"
EndSection
Section "Screen"
Identifier "Screen0"
Device "NVIDIA GeForce 2 MX (generic)"
Monitor "S/M 755DF"
DefaultDepth 24
Subsection "Display"
Depth 24
Modes "800x600"
# Modes "1024x768"
EndSubSection
EndSection
Section "DRI"
Mode 0666
EndSection