nvidia tvout svartvitt dualview

Permalänk

nvidia tvout svartvitt dualview

Hej
Försöker få iordning på dualview men jag får bara svartvitt på tv'n, och dessutom bara väldigt låg upplösning på skärmen, antagligen 640x480.

Systemet hänger sig även totalt när jag ska starta om X. Jag har provat kortet i wondows och där får jag färg utan problem, och jag får även färg med nvtv i linux, men då utan dualview.

Jag har följt guiden på http://www.gmpf.de/index.php/NVidia:Twin_View
men jag är ju inte helt 100 på att jag gjort rätt.

Min XF86Config-4 ser ut som följer: (det ända jag ändrat är under "Screen")

Section "ServerLayout" Identifier "XFree86-4 Configured" Screen "Screen0" InputDevice "Keyboard0" InputDevice "Mouse0" EndSection Section "Files" FontPath "unix/:7100" FontPath "/usr/lib/X11/fonts/misc" #FontPath "/usr/lib/X11/fonts/cyrillic" FontPath "/usr/lib/X11/fonts/100dpi/:unscaled" FontPath "/usr/lib/X11/fonts/75dpi/:unscaled" FontPath "/usr/lib/X11/fonts/Type1" #FontPath "/usr/lib/X11/fonts/CID" FontPath "/usr/lib/X11/fonts/Speedo" FontPath "/usr/lib/X11/fonts/100dpi" FontPath "/usr/lib/X11/fonts/75dpi" EndSection Section "Module" #Load "GLcore" Load "bitmap" Load "dbe" Load "ddc" #Load "dri" Load "extmod" Load "freetype" Load "glx" Load "int10" #Load "record" Load "speedo" Load "type1" Load "vbe" EndSection Section "InputDevice" Identifier "Keyboard0" Driver "keyboard" Option "CoreKeyboard" Option "XkbRules" "xfree86" Option "XkbModel" "pc105" Option "XkbLayout" "se" EndSection Section "InputDevice" Identifier "Mouse0" Driver "mouse" Option "CorePointer" Option "Device" "/dev/psaux" Option "Protocol" "ImPS/2" Option "Buttons" "5" Option "ZAxisMapping" "4 5" EndSection Section "Monitor" Identifier "SyncMaster 17GLi" HorizSync 48.0 - 65.0 VertRefresh 55.0 - 65.0 Option "DPMS" EndSection Section "ServerFlags" Option "blank time" "10" Option "standby time" "20" Option "suspend time" "30" Option "off time" "60" EndSection Section "Device" Identifier "GeForce4 Ti 4600" Driver "nvidia" Option "NoLogo" "0" EndSection Section "Screen" Identifier "Screen0" Device "GeForce4 Ti 4600" Monitor "SyncMaster 17GLi" DefaultDepth 24 Option "TwinView " "on" Option "TwinViewOrientation" "Below" Option "MetaModes" "1280x1024,800x600;1280x1024,640x480;1152x864,800x600;1152x864,640x480;1024x768,800x600;1024x768,640x480;800x600,800x600;800x600,640x480;640x480,640x480" Option "SecondMonitorHorizSync" "30 - 50.0" Option "SecondMonitorVertRefresh" "60" Option "TVOutFormat" "SVIDEO" Option "TVStandard" "PAL-B" SubSection "Display" Depth 24 Modes "1280x1024" "1152x864" "1024x768" "800x600" "640x480" EndSubSection EndSection

Ser ni något fel, eller hur har ni fixat dualview med en vanlig monitor och en tv?

Permalänk
Medlem

Här kommer en config för en dator med quadhead (tre monitorer och en TV):

Section "Files"
FontPath "unix/:7100" # local font server
# if the local font server has problems, we can fall back on these
FontPath "/usr/lib/X11/fonts/misc"
FontPath "/usr/lib/X11/fonts/cyrillic"
FontPath "/usr/lib/X11/fonts/100dpi/:unscaled"
FontPath "/usr/lib/X11/fonts/75dpi/:unscaled"
FontPath "/usr/lib/X11/fonts/Type1"
FontPath "/usr/lib/X11/fonts/CID"
FontPath "/usr/lib/X11/fonts/Speedo"
FontPath "/usr/lib/X11/fonts/100dpi"
FontPath "/usr/lib/X11/fonts/75dpi"
EndSection

Section "Module"
# Load "GLcore"
Load "bitmap"
Load "dbe"
Load "ddc"
Load "glx"
# Load "dri"
Load "extmod"
# Load "freetype"
Load "xtt"
Load "int10"
Load "record"
Load "speedo"
Load "type1"
Load "vbe"
EndSection

Section "InputDevice"
Identifier "Generic Keyboard"
Driver "keyboard"
Option "CoreKeyboard"
Option "XkbRules" "xfree86"
Option "XkbModel" "pc105"
Option "XkbLayout" "se"
EndSection

Section "InputDevice"
# Protocol "Logitech"
Identifier "Mouse0"
Driver "mouse"
# Driver "Logitech"
Option "CorePointer"
Option "Device" "/dev/input/mouse0"
Option "Protocol" "ImPS/2"
Option "Buttons" "10"
Option "ZAxisMapping" "4 5 6 7"
EndSection

Section "InputDevice"
Identifier "Mouse1"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mouse1"
Option "Protocol" "ImPS/2"
Option "ZAxisMapping" "4 5"
EndSection
Section "Device"
Identifier "nvidia0"
Driver "nvidia"
BusID "PCI:2:0:0"
# BusID "PCI:1:0:0"
Option "NvAGP" "3"
Screen 0
EndSection

Section "Device"
Identifier "nvidia1"
Driver "nvidia"
BusID "PCI:2:0:0"
# BusID "PCI:1:0:0"
Option "NvAGP" "3"
Screen 1
EndSection

Section "Device"
Identifier "nvidia2"
Driver "nvidia"
BusID "PCI:1:7:0"
# BusID "PCI:2:4:0"
Option "UseInt10Module" "true"
Option "NvAGP" "3"
# Option "ConnectedMonitor" "CRT"
Option "ConnectedMonitor" "CRT, TV"
Option "RenderAccel" "1"
Option "Twinview"
Option "TwinviewOrientation" "LeftOf"
Option "SecondMonitorHorizSync" "30-50"
Option "SecondMonitorVertRefresh" "60"
# Option "MetaModes" "1600x1200, 800x600; 800x600, 800x600; 640x480, 640x480;"
Option "MetaModes" "1600x1200, 1024x768 @1024x1200; 1600x1200, 1024x768; 1600x1200, 800x600 @800x1200; 1600x1200, 800x600; NULL, 800x600; NULL,
640x480;"
Option "TVStandard" "PAL-B"
Option "TVOutFormat" "SVIDEO"
# Screen 2
EndSection

#TV-Device
Section "Device"
Identifier "nvidia3"
Driver "nvidia"
BusID "PCI:1:7:0"
Option "IgnoreEDID" "1"
Option "UseEdidFreqs" "0"
Option "NvAGP" "3"
Option "DPMS"
Option "RenderAccel" "1"
# Option "ConnectedMonitor" "TV"
# Option "TVStandard" "PAL-B"
# Option "TVOutFormat" "SVIDEO"
# Screen 3
EndSection

# http://www.trsonesource.com/trs/content/products/techspecs/co...
Section "Monitor"
Identifier "Dell Ultrascan P991"
HorizSync 30-107
VertRefresh 48-120
Option "DPMS"
EndSection

# http://www.viewsoniceurope.com/UK/Support/NonCurrentCRTs/CRTN...

Section "Monitor"
Identifier "Nokia 920C"
HorizSync 30-96
VertRefresh 50-160
Option "DPMS"
EndSection
#TV
Section "Monitor"
Identifier "TV"
HorizSync 30-50
VertRefresh 60
EndSection

Section "Screen"
Identifier "Screen0"
Device "nvidia0"
Monitor "Dell Ultrascan P991"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1600x1200" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1600x1200" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1600x1200" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1600x1200" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1600x1200" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1600x1200" "1024x768" "800x600" "640x480"
EndSubSection
EndSection

Section "Screen"
Identifier "Screen1"
Device "nvidia1"
Monitor "Dell Ultrascan P991"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1600x1200" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1600x1200" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1600x1200" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1600x1200" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1600x1200" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1600x1200" "1024x768" "800x600" "640x480"
EndSubSection
EndSection

Section "Screen"
Identifier "Screen2"
Device "nvidia2"
Monitor "ADI"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "1600x1200" "1024x768#TV-Screen
Section "Screen"
Identifier "Screen3"
Device "nvidia3"
Monitor "TV"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "1024x768" "800x600"
EndSubSection
EndSection

Section "ServerLayout"
Identifier "Default Layout"
Screen 0 "Screen0"
Screen 1 "Screen1" rightOf "Screen0"
Screen 2 "Screen2" leftOf "Screen0"
Screen 3 "Screen3" leftOf "Screen2"
Option "Xinerama" "on"
InputDevice "Generic Keyboard"
InputDevice "Mouse1"
InputDevice "Mouse0"
EndSection

Section "DRI"
Mode 0666
EndSection
" "800x600" "640x480"
EndSubSection
EndSection

Section "Monitor"
Identifier "ADI"
HorizSync 30-96
VertRefresh 50-160
Option "DPMS"
EndSection