Hi,
Es gibt hier einige Beiträge dazu, nur bringen die mich nicht wirklich weiter.
Ich habe mir eine DualMonitor xorg.conf erstellt.
Ich habe laut dieser Ausgabe 2 Display Devices
Code
- nvidia-xconfig --query-gpu-info
- Number of GPUs: 1
- GPU #0:
- Name : GeForce GT 220
- PCI BusID : PCI:1:0:0
- Number of Display Devices: 2
- Display Device 0 (CRT-1):
- No EDID information available.
- Display Device 1 (DFP-1):
- EDID Name : Philips FTV
- Minimum HorizSync : 15.000 kHz
- Maximum HorizSync : 70.000 kHz
- Minimum VertRefresh : 48 Hz
- Maximum VertRefresh : 62 Hz
- Maximum PixelClock: 170.000 MHz
- Maximum Width : 1920 pixels
- Maximum Height : 1080 pixels
- Preferred Width : 1920 pixels
- Preferred Height : 1080 pixels
- Preferred VertRefresh : 60 Hz
- Physical Width : 1280 mm
- Physical Height : 720 mm
Wenn ich zum Testen dies mache:
Display 0.1 scheint es nicht zu geben, der selbe Befehl mit Display 0.0 ergibt eine Ausgabe auf dem TV.
Wenn ich den VDR Starte bekommt der Monitor am VGA Anschluss kein Signal mehr.
Meine xorg.conf:
Code
- # nvidia-settings: X configuration file generated by nvidia-settings
- # nvidia-settings: version 260.19.44 (buildmeister@swio-display-x86-rhel47-08.nvidia.com) Sun Feb 27 22:59:44 PST 2011
- # nvidia-xconfig: X configuration file generated by nvidia-xconfig
- # nvidia-xconfig: version 260.19.44 (buildmeister@swio-display-x86-rhel47-08.nvidia.com) Sun Feb 27 22:59:57 PST 2011
- Section "ServerLayout"
- Identifier "Layout0"
- Screen 0 "Screen0" 0 0
- InputDevice "Keyboard0" "CoreKeyboard"
- InputDevice "Mouse0" "CorePointer"
- Option "Xinerama" "0"
- EndSection
- Section "Files"
- EndSection
- Section "InputDevice"
- # generated from default
- Identifier "Mouse0"
- Driver "mouse"
- Option "Protocol" "auto"
- Option "Device" "/dev/psaux"
- Option "Emulate3Buttons" "no"
- Option "ZAxisMapping" "4 5"
- EndSection
- Section "InputDevice"
- # generated from default
- Identifier "Keyboard0"
- Driver "kbd"
- EndSection
- Section "Monitor"
- Identifier "Monitor1"
- VendorName "Unknown"
- ModelName "CRT-0"
- HorizSync 30.0 - 81.0
- VertRefresh 56.0 - 75.0
- Option "DPMS" "False"
- EndSection
- Section "Monitor"
- Identifier "Monitor0"
- VendorName "Unknown"
- ModelName "Philips FTV"
- HorizSync 15.0 - 70.0
- VertRefresh 48.0 - 62.0
- Option "DPMS"
- Option "DPI" "100 x100"
- # 1920x1080p @ 50Hz (EIA/CEA-861B)
- ModeLine "1920x1080@50" 148.500 1920 2448 2492 2640 1080 1084 1089 1125 +hsync +vsync
- # 1920x1080p @ 60Hz (EIA/CEA-861B)
- ModeLine "1920x1080@60" 148.500 1920 2008 2052 2200 1080 1084 1089 1125 +hsync +vsync
- # 1920x1080p @ 24Hz (EIA/CEA-861B)
- ModeLine "1920x1080@24" 74.250 1920 2558 2602 2750 1080 1084 1089 1125 +hsync +vsync
- # 1920x1080p @ 23.976Hz (EIA/CEA-861B)
- ModeLine "1920x1080@23.976" 74.175 1920 2558 2602 2750 1080 1084 1089 1125 +hsync +vsync
- # 1920x1080i @ 50Hz (EIA/CEA-861B)
- Modeline "1920x1080@50i" 74.250 1920 2448 2492 2640 1080 1085 1095 1125 +hsync +vsync Interlace
- # 1920x1080i @ 60Hz (EIA/CEA-861B)
- Modeline "1920x1080@60i" 74.250 1920 2008 2052 2200 1080 1085 1095 1125 +hsync +vsync Interlace
- # 1920x1080p @ 59.94Hz (EIA/CEA-861B)
- ModeLine "1920x1080@59.94" 148.350 1920 2008 2052 2200 1080 1084 1089 1125 +hsync +vsync
- # 1920x1080i @ 59.94Hz (EIA/CEA-861B)
- Modeline "1920x1080@59.94i" 74.175 1920 2008 2052 2200 1080 1085 1095 1125 +hsync +vsync Interlace
- # 1920x1080p @ 25Hz (EIA/CEA-861B)
- ModeLine "1920x1080@25" 74.250 1920 2448 2492 2640 1080 1084 1089 1125 +hsync +vsync
- # 1920x1080p @ 29.97Hz (EIA/CEA-861B)
- #ModeLine "1920x1080@29.97" 74.175 1920 2008 2052 2200 1080 1084 1089 1125 +hsync +vsync
- # 1920x1080p @ 30Hz (EIA/CEA-861B)
- #ModeLine "1920x1080@30" 74.250 1920 2008 2052 2200 1080 1084 1089 1125 +hsync
- Option "UseDisplayDevice" "DFP-1"
- Option "UseEdidDpi" "false"
- Option "NoDDC" "true"
- EndSection
- Section "Device"
- Identifier "Device1"
- Driver "nvidia"
- VendorName "NVIDIA Corporation"
- BoardName "GeForce GT 220"
- BusID "PCI:1:0:0"
- Screen 1
- Option "UseDisplayDevice" "CRT"
- EndSection
- Section "Device"
- Identifier "Device0"
- Driver "nvidia"
- VendorName "NVIDIA Corporation"
- BoardName "GeForce GT 220"
- BusID "PCI:1:0:0"
- Screen 0
- Option "Coolbits" "1"
- Option "NoLogo" "True"
- Option "ConstantDPI" "False"
- Option "UseEDIDDpi" "False"
- Option "CustomEdid" "DFP-1:/etc/X11/edid.bin"
- Option "ConnectedMonitor" "DFP-1"
- Option "UseDisplayDevice" "DFP-1"
- Option "ExactModeTimingsDVI" "True"
- Option "ModeValidation" "DFP-1: AllowNon60HzDFPModes,NoEdidModes,NoVesaModes,NoXServerModes,NoPredefinedModes,NoDFPNativeResolutionCheck,NoHorizSyncCheck,NoVertRefreshCheck"
- EndSection
- Section "Screen"
- Identifier "Screen0"
- Device "Device0"
- Monitor "Monitor0"
- DefaultDepth 24
- Option "TwinView" "0"
- # Option "metamodes" "nvidia-auto-select +0+0"
- #Modes "1920x1080@50"
- Option "NoDDC" "true"
- Option "UseEdidDpi" "false"
- Option "CustomEdid" "DFP-1:/etc/X11/edid.bin"
- Option "DDC" "off"
- Option "ConnectedMonitor" "DFP-1"
- Option "UseDisplayDevice" "DFP-1"
- SubSection "Display"
- Depth 24
- Modes "1920x1080@50" "1920x1080@60" "1920x1080@24" "1920x1080@23.976" "1920x1080@50i" "1920x1080@60i" "1920x1080@59.94" "1920x1080@59.94i" "1920x1080@25"
- EndSubSection
- EndSection
- Section "Screen"
- Identifier "Screen1"
- Device "Device1"
- Monitor "Monitor1"
- DefaultDepth 24
- Option "TwinView" "0"
- Option "metamodes" "CRT: nvidia-auto-select +0+0"
- SubSection "Display"
- Depth 24
- EndSubSection
- EndSection
Woran klemmt es nun, kann meine Gainward GT220 keine zwei Display's gleichzeitig mit verschiedenen Inhalten ansteuern ?
mfg Rudi