[ smekeri @ 21.03.2006. 16:52 ] @
Pokusavam vec par dana da namestim tv out ali mi ne ide. Skinuo sam nove drajvere za nvidiu preko suse update-a, editovao sam XF86config da izgled ovako ali ne radi. Radi sve dok se ne pojavi login screen, a od tada se na tv-u vidi desni gornji deo slike sa monitora i to razmrljan nacisto.

Section "Monitor"
DisplaySize 377 301
HorizSync 28-82
Identifier "Monitor[0]"
ModelName "1280X1024@60HZ"
Option "DPMS"
VendorName "--> LCD"
VertRefresh 50-60
UseModes "Modes[0]"
EndSection
Section "Screen"
DefaultDepth 24
SubSection "Display"
Depth 15
Modes "1280x1024" "1280x960" "1280x800" "1152x864" "1280x768" "1024x768" "800x600" "768x576" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1280x1024" "1280x960" "1280x800" "1152x864" "1280x768" "1024x768" "800x600" "768x576" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1280x1024" "1280x960" "1280x800" "1152x864" "1280x768" "1024x768" "800x600" "768x576" "640x480"
EndSubSection
SubSection "Display"
Depth 32
Modes "1280x1024" "1280x960" "1280x800" "1152x864" "1280x768" "1024x768" "800x600" "768x576" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1280x1024" "1280x960" "1280x800" "1152x864" "1280x768" "1024x768" "800x600" "768x576" "640x480"
EndSubSection
Device "Device[0]"
Identifier "Screen[0]"
Monitor "Monitor[0]"
EndSection

Section "Device"
BoardName "GeForce FX 5200 (0x0322)"
BusID "1:0:0"
Driver "nv"
Identifier "Device[0]"
Option "usevnc" "no"
Screen 0
VendorName "NVidia"
# TwinView za NVidia kartice, PAL rezim - VAZNO
Option "TwinView"
# Hor i Ver sinhronizacija za TV - PAL

Option "SecondMonitorHorizSync" "30-50"
Option "SecondMonitorVertRefresh" "60"
Option "TwinViewOrientation" "Clone"
Option "MetaModes" "800x600, 800x600 @800x600; 800x600"
Option "ConnectedMonitor" "crt,TV"
Option "TVOutFormat" "COMPOSITE"
Option "TVStandard" "PAL-B"

# kraj dela za podesavanje TV Outa
EndSection