Hallo,
seit geraumer Zeit versuche ich meinen 19 Zöller CRT und meinen TFT TV per Dualscreen zusammenzubringen. Der Monitor steckt an der VGA-Buchse, der TV an DVI; der Monitor läuft mit 1280x1024, der TV mit 1024x768.
Am besten würde es mir gefallen, wenn beide Geräte parallel laufen könnten - umschaltbar von einem zum anderen Gerät ginge aber auch.
Egal, was ich nun schon seit drei Tagen mit der xorg.conf anstelle, entweder funktioniert nur der Monitor oder garnichts (häufiger allerdings bleibt alles dunkel).
Kann mir irgendwer helfen?
Einige Daten:
Kanotix: 2006-01-RC4, Kernel: 2.6.18-kanotix-1, Karte: Nvidia 6600, Nvidia-Treiber: 100.14.03
Code:
Section "Device"
### Available Driver options are:-
# sw_cursor is needed for some ati and radeon cards
#Option "sw_cursor"
#Option "hw_cursor"
#Option "NoAccel"
#Option "ShowCache"
#Option "ShadowFB"
#Option "UseFBDev"
#Option "Rotate"
Identifier "Card0"
# The following line is auto-generated by KNOPPIX mkxf86config
Driver "nvidia"
Option "RenderAccel" "1"
Option "AllowGLXWithComposite" "1"
Option "RandRRotation" "1"
Option "AddARGBGLXVisuals" "1"
Option "DisableGLXRootClipping" "1"
Option "TripleBuffer" "1"
Option "UseEDID" "1"
Option "UseEdidFreqs" "1"
Option "DynamicTwinView" "0"
# Option "ModeValidation" "NoDFPNativeResolutionCheck"
Option "IgnoreDisplayDevices" "TV"
Option "Coolbits" "1"
VendorName "All"
BoardName "All"
# BusID "PCI:1:0:0"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
DefaultColorDepth 16
SubSection "Display"
Depth 16
Modes "1280x1024" "1152x864" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1280x1024" "1152x864" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 32
Modes "1280x1024" "1152x864" "1024x768" "800x600" "640x480"
EndSubSection
EndSection
Wo muß ich schrauben, damit endlich alles funktioniert?
Danke im voraus.
Grüße
jueduelue |