View previous topic :: View next topic |
Author |
Message |
Scaryman n00b
Joined: 24 Jul 2003 Posts: 46 Location: Germany
|
Posted: Tue Oct 12, 2004 10:05 pm Post subject: Dual Display mit Twinview will absolut nicht |
|
|
Hallo,
Ich habe 2 Monitore ein mal einen TFT mit 1280x1024 und einen TFT mit 1024x768. Diese Beiden liefen unter Windows mit einer Geforce 4200 ti ausrein. Ich Konnte Fenster von A nach B schieben. Nun wollte ich ganz von Windows weg gehen und nun komme ich n icht mehr weiter. Der Große TFT geht da ist ein Bild der kleine ist Schwarz. Zwar kann ich die maus aus dem Großen rausschieben aber sie kommt nürgend wo an. Also ich bin mit meinem Latein am ende. Hier mal meine Conf:
http://p4a.dk/xorg.conf
Vielen Dank |
|
Back to top |
|
|
LowReZ n00b
Joined: 12 Oct 2004 Posts: 24 Location: Stralsund, Germany
|
Posted: Tue Oct 12, 2004 10:36 pm Post subject: |
|
|
Okay, for what I can say is, that it should work fine with your videocard.
Just try these settings in your xorg.conf.
Code: |
Section "Device"
Identifier "card0"
Driver "nvidia"
VendorName "nVidia Corporation"
BoardName "NV25 [GeForce 4 Ti 4400]"
Option "TwinView" "on"
Option "ConnectedMonitors" "CRT,CRT"
Option "IgnoreDisplayDevices" "DFP,TV"
Option "MetaModes" "1280x1024 @1280x1024, 1024x768 @1024x768"
BusID "PCI:1:0:0"
EndSection
|
(Have an eye on the ConnectedMonitors option)
Greetings
LowReZ
edit: Sorry war noch im Englisch Modus
Stichwort ist die ConnectedMonitors Option - Wenn du die TFTs digital ansteuerst nimm bitte DFP anstatt CRT. |
|
Back to top |
|
|
Scaryman n00b
Joined: 24 Jul 2003 Posts: 46 Location: Germany
|
Posted: Wed Oct 13, 2004 7:20 am Post subject: |
|
|
My 2 Displays Connected by DFP and TFT
Is This than Correct
Code: |
Option "ConnectedMonitors" "DFP,CRT"
Option "IgnoreDisplayDevices" "DFP,TV"
|
|
|
Back to top |
|
|
loemmel Apprentice
Joined: 19 Aug 2003 Posts: 227 Location: switzerland
|
Posted: Wed Oct 13, 2004 7:21 am Post subject: |
|
|
müssen die Options, die du in der section Screen hast, nicht eigentlich in die section device??? |
|
Back to top |
|
|
Scaryman n00b
Joined: 24 Jul 2003 Posts: 46 Location: Germany
|
Posted: Wed Oct 13, 2004 10:05 am Post subject: |
|
|
Jupi es geht nach über 12 Stunden
Hier mal meine Config für alle die nicht so lange Probieren möchten
http://p4a.dk/conf/xorg.conf |
|
Back to top |
|
|
|