29.03.2024, 09:54 UhrDeutsch | English
Hallo Gast [ Registrierung | Anmelden ]

Nvidia mit TV und VGA benutzen


Mic kämpfte einige Zeit an folgender gewünschter Konfiguration
  • 1x ein HDTV TV an DVI mit 1280*720 und
  • 1x ein TFT an VGA mit 1280*1024

Anfangs war nur HDTV an DVI in 1280*720 möglich, der TFT blieb dunkel.
Es half kein Twinview oder Xinerama.

Dann aber die Lösung: "Es war ne Kleinigkeit." (O-Ton) ;-) Die DPMS Option musste weg.

Hier der Abschnitt in der XF86Config-4, wie es jetzt funktioniert.

# **************************************************  ******************** 
 # Monitor section 
 # **************************************************  ******************** 
 
 Section "Monitor" 
        Identifier   "HDTV" 
       HorizSync       30-46 
         VertRefresh     48-65 
       ModeLine "720p" 74.160 1280 1352 1392 1648 720 725 730 750 -hsync -vsync 
 #   Option          "DPMS" 
 EndSection 
 
 
 Section "Monitor" 
    Identifier   "NEC1800" 
    HorizSync   24-82.5   # multisync 
    VertRefresh   30-105    # ixed-sync monitor 
    # 1280x1024 @ 60Hz (VESA) hsync: 64.0kHz 
    Modeline "1280x1024" 109.62  1280 1336 1472 1720  1024 1024 1026 1062 
 #   Option "DPMS" 
 EndSection 
 
 # **************************************************  ******************** 
 # Graphics device section 
 # **************************************************  ******************** 
 
 Section "Device" 
     Identifier   "Nvidia 0" 
     Driver   "nvidia" 
     VendorName   "NVIDIA" 
     BusID   "PCI:1:0:0" 
     Screen 0 
 EndSection 
 
 Section "Device" 
     Identifier   "Nvidia 1" 
     Driver   "nvidia" 
     Option   "ConnectedMonitor" "DFP" 
     Option      "FlatPanelProperties" "aspect-scaled" 
     Option   "RenderAccel"   "true" 
     BusID   "PCI:1:0:0" 
     Screen 1 
 EndSection 
 
 
 
 # **************************************************  ******************** 
 # Screen sections. 
 # **************************************************  ******************** 
 
 Section "Screen" 
     Identifier      "Screen 0" 
     Device      "Nvidia 0" 
     Monitor      "NEC1800" 
     DefaultDepth   24 
     SubSection "Display" 
    Depth      24 
    Modes      "1280x1024" "1024x768" "800x600" 
     EndSubSection 
 EndSection 
 
 Section "Screen" 
     Identifier      "Screen 1" 
     Device      "Nvidia 1" 
     Monitor      "HDTV" 
     DefaultDepth   24 
     SubSection "Display" 
    Depth      24 
    Modes      "720p" 
     EndSubSection 
 EndSection 
 
 # **************************************************  ******************** 
 # ServerLayout sections. 
 # **************************************************  ******************** 
 
 Section "ServerLayout" 
     Identifier   "Multi Head" 
     Screen 0   "Screen 0" 0 0 
     Screen 1   "Screen 1" LeftOf "Screen 0" 
     InputDevice   "Mouse1" "CorePointer" 
     InputDevice "Keyboard1" "CoreKeyboard" 
 EndSection 

Programme auf dem HDTV startet er jetzt so:

#!/bin/sh 
 # script opens file in fullscreen mode on DLP 
 DISPLAY=:0.1 
 xine -f "$@"


Thx to mic --> http://forum.kanotix.net/viewtopic.php?t=6385


zurück
XML Revisions of $tag
Seiten-History :: Letzter Editor : RoEn :: Eigentümer : RoEn ::
Powered by pnWikka 1.0
 
 
Deutsch | English
Logos and trademarks are the property of their respective owners, comments are property of their posters, the rest is © 2004 - 2006 by Jörg Schirottke (Kano).
Consult Impressum and Legal Terms for details. Kanotix is Free Software released under the GNU/GPL license.
This CMS is powered by PostNuke, all themes used at this site are released under the GNU/GPL license. designed and hosted by w3you. Our web server is running on Kanotix64-2006.