Nie jesteś zalogowany.
Jeśli nie posiadasz konta, zarejestruj je już teraz! Pozwoli Ci ono w pełni korzystać z naszego serwisu. Spamerom dziękujemy!
Prosimy o pomoc dla małej Julki — przekaż 1% podatku na Fundacji Dzieciom zdazyć z Pomocą.
Więcej informacji na dug.net.pl/pomagamy/.

Członek DUG


Zainstalowałem sterowniki nvidii i wszystko było by ok, gdyby nie fakt że nie mam obrazu na TV.
Googlowałem ale wszystkie opisy były pod zwykły TV (s-video, component).
Teraz pytanie do was jak zrobić clon obrazu monitora na TV.
Karta XFX 7600GT, monitor LG F700B, TV LG LCD.
Monitor podłączony przez przejściówkę DVI-DSub, TV podłączony przez DVI-DVI.
Nvtv nie wykrywa karty.
Próbowałem coś takiego ale x-y nie wstają:
Section "Module"
Load "bitmap"
Load "ddc"
Load "dri"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "vbe"
EndSection
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "pl"
EndSection
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ImPS/2"
Option "Emulate3Buttons" "true"
EndSection
Section "Device"
Identifier "Generic Video Card"
Driver "nvidia"
BusID "PCI:1:0:0"
Option "CursorShadow" "on"
Option "TwinView"
Option "TwinViewOrientation" "Clone"
Option "MetaModes" "1024x768, 1024x768"
Option "ConnectedMonitor" "CRT, DFP"
Option "TVStandart" "PAL-B"
Option "TVOutFormat" "COMPOSITE"
EndSection
Section "Monitor"
Identifier "F700B"
Option "DPMS"
HorizSync 30-71
VertRefresh 50-160
EndSection
Section "Screen"
Identifier "Default Screen"
Device "Generic Video Card"
Monitor "F700B"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
EndSection
Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
EndSection
Section "DRI"
Mode 0666
EndSection
Próbowałem bez tych linijek, ale to samo:
Option "TVStandart" "PAL-B"
Option "TVOutFormat" "COMPOSITE"
Offline

Członek DUG


Rozwiązałem problem. A mianowicie mój xorg.conf wygląda teraz tak:
Section "Device"
Identifier "Generic Video Card"
Driver "nvidia"
BusID "PCI:1:0:0"
Option "CursorShadow" "on"
Option "TwinView"
Option "TwinViewOrientation" "Clone"
Option "UseDisplayDevice" "CRT-0,DFP-1"
Option "HorizSync" "CRT-0: 30-85; DFP-0: 30-60"
Option "VertRefresh" "CRT-0: 50-160; DFP-1: 56-75"
Option "MetaModes" "1024x768,1024x768; 1024x768,NULL; NULL,1024x768"
EndSection
Problem polegał na tym, że próbowałem odpalić drugi ekran (TV-LCD po DVI) jako DFP-0 a system widział go jako DFP-1. Po dopisaniu parametrów odświerzania i zmianie na DFP-1, TV ruszył jako "klon".
Pozdrawiam.
Offline