благодаря за отговора, какво направих преди да го прочета, пуснах си търсачка и видях, че в този сайт има статия как да си пуснем тв изхода на nVidia видеокарти, статията е на адрес
http://www.linux-bg.org/cgi-bin....6997621описва се как се инсталира драйвер за Дебиан, но после има някакви примери как се модифицира /etc/X11/xorg.conf
пример:
Section "Device"
Identifier "NVIDIA Corporation NV34 [GeForce FX 5200]"
Driver "nvidia"
Option "Twinview" "TRUE"
Option "TwinViewOrientation" "Clone"
Option "SecondMonitorHorizSync" "30-70"
Option "SecondMonitorVertRefresh" "50-120"
Option "MetaModes" "1024x768,1024x768;800x600,800x600;640x480,640x480;320x200,NULL"
Option "TVStandard" "PAL-G"
Option "ConnectedMonitor" "CRT , TV"
EndSection
след това видях какво са ни отговорили във форума и след купища експерименти, моя xorg.conf изглежда така
# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig: version 1.0 (buildmeister@builder3) Wed Dec 14 16:39:22 PST 2005
# File generated by XFdrake.
# **********************************************************************
# Refer to the XF86Config man page for details about the format of
# this file.
# **********************************************************************
#Section "Device"
# Identifier "device1"
# Driver "nvidia"
# VendorName "nVidia Corp."
# BoardName "NVIDIA GeForce4 (generic)"
#EndSection
Section "ServerLayout"
Identifier "layout1"
Screen "screen1" 0 0
InputDevice "Keyboard1" "CoreKeyboard"
InputDevice "Mouse1" "CorePointer"
EndSection
Section "Files"
# Multiple FontPath entries are allowed (they are concatenated together)
# By default, Mandrake 6.0 and later now use a font server independent of
# the X server to render fonts.
FontPath "unix/:-1"
EndSection
Section "Module"
# Load "dbe" # Double-Buffering Extension
Load "v4l" # Video for Linux
Load "extmod"
Load "type1"
Load "freetype"
Load "glx" # 3D layer
EndSection
Section "ServerFlags"
#DontZap # disable <Crtl><Alt><BS> (server abort)
#DontZoom # disable <Crtl><Alt><KP_+>/<KP_-> (resolution switching)
# allows the server to start up even if the mouse does not work
Option "allowmouseopenfail"
EndSection
Section "InputDevice"
Identifier "Keyboard1"
Driver "keyboard"
Option "XkbModel" "pc105"
Option "XkbLayout" "us,bg"
Option "XkbOptions" "grp:ctrl_shift_toggle,grp_led:scroll,compose:rwin"
EndSection
Section "InputDevice"
Identifier "Mouse1"
Driver "mouse"
Option "Protocol" "ExplorerPS/2"
Option "Device" "/dev/mouse"
Option "ZAxisMapping" "6 7"
EndSection
Section "Monitor"
#TV fullscreen mode or DVD fullscreen output.
#768x576 @ 79 Hz, 50 kHz hsync
Identifier "monitor1"
VendorName "Plug'n Play"
ModelName "SyncMaster"
HorizSync 30.0 - 85.0
VertRefresh 50.0 - 160.0
ModeLine "768x576" 50.0 768 832 846 1000 576 590 595 630
ModeLine "768x576" 63.1 768 800 960 1024 576 578 590 616
EndSection
Section "Device"
Identifier "device1"
Driver "nvidia"
VendorName "nVidia Corp."
BoardName "NVIDIA GeForce4 (generic)"
EndSection
Section "Screen"
Identifier "screen1"
Device "device1"
Monitor "monitor1"
DefaultDepth 24
Option "DPMS"
Option "Twinview" "TRUE"
Option "TwinViewOrientation" "Clone"
Option "SecondMonitorHorizSync" "30-70"
Option "SecondMonitorVertRefresh" "50-120"
Option "MetaModes" "1024x768,1024x768;800x600,800x600;640x480,640x480;320x200,NULL"
Option "NvAGP" "2"
Option "HWCursor" "On"
Option "TVOutFormat" "COMPOSITE"
Option "TVStandard" "PAL-G"
Option "ConnectedMonitor" "CRT , TV"
Option "NoLogo" "true"
SubSection "Display"
Virtual 1024 768
Depth 8
EndSubSection
SubSection "Display"
Virtual 1024 768
Depth 15
EndSubSection
SubSection "Display"
Virtual 1024 768
Depth 16
EndSubSection
SubSection "Display"
Virtual 1024 768
Depth 24
EndSubSection
EndSection
не можа да тръгре хубаво на NTSC, на PAL върви по-чисто на моя телевизор. не знам на какво се дължи, но се появяват едни светли и тъмни ивици, които пълзят бавно нагоре по екрана, чат пат ми се поразкривява хоризонталната развивка, но същото чудо го има и в уиндоус, така, че да кажем, че това не е много болка за умиране.
ако някой разбира на параметрите във файла /etc/X11/xorg.conf бих се радвал, ако постави коментари във файла, който съм публикувал тук. предварително благодаря...