Letzte Änderung am 2006-08-09 21:25:20 von RoEn
Erweiterungen:
Thx to mic --> http://forum.kanotix.net/viewtopic.php?t=6385∞
Löschungen:
Thx to mic > http://forum.kanotix.net/viewtopic.php?t=6385∞
Editiert am 2006-08-09 21:24:42 von RoEn
Erweiterungen:
Nvidia mit TV und VGA benutzen
- 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.
Thx to mic
> http://forum.kanotix.net/viewtopic.php?t=6385∞
zurück
Löschungen:
Nvidia mit TV und VGA benutzen
> 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 wurde/bliebt schon.
Es half kein ohne Twinview oder Xinerama. "Es war ne Kleinigkeit." (O-Ton) ;-)
:blau:Die DPMS Option musste weg.:blau:
:code:
:code:
:code:
#!/bin/sh
xine -f "$@"
:code:
Thx to mic 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 wurde/bliebt schon.
Es half kein ohne Twinview oder Xinerama. "Es war ne Kleinigkeit." (O-Ton) ;-)
:blau:Die DPMS Option musste weg.:blau:
Hier der Abschnitt in der XF86Config-4, wie es jetzt funktioniert.
:code:
#
# Monitor section
#
Section "Monitor"
- "HDTV"
- 30-46
- 48-65
- "720p" 74.160 1280 1352 1392 1648 720 725 730 750 -hsync -vsync
# Option "DPMS"
EndSection?
Section "Monitor"
- "NEC1800"
- 24-82.5 # multisync
- 30-105 # ixed-sync monitor
# 1280x1024 @ 60Hz (VESA) hsync: 64.0kHz
- "1280x1024" 109.62 1280 1336 1472 1720 1024 1024 1026 1062
# Option "DPMS"
EndSection?
#
# Graphics device section
#
Section "Device"
- "Nvidia 0"
- "nvidia"
- "NVIDIA"
- "PCI:1:0:0∞"
- 0
EndSection?
Section "Device"
- "Nvidia 1"
- "nvidia"
- "ConnectedMonitor?" "DFP"
- "FlatPanelProperties?" "aspect-scaled"
- "RenderAccel?" "true"
- "PCI:1:0:0∞"
- 1
EndSection?
#
# Screen sections.
#
Section "Screen"
- "Screen 0"
- "Nvidia 0"
- "NEC1800"
- 24
- "Display"
- 24
- "1280x1024" "1024x768" "800x600"
EndSection?
Section "Screen"
- "Screen 1"
- "Nvidia 1"
- "HDTV"
- 24
- "Display"
- 24
- "720p"
EndSection?
#
# ServerLayout? sections.
#
Section "ServerLayout?"
- "Multi Head"
- 0 "Screen 0" 0 0
- 1 "Screen 1" LeftOf? "Screen 0"
- "Mouse1?" "CorePointer?"
- "Keyboard1?" "CoreKeyboard?"
EndSection?
:code:
Programme auf dem HDTV startet er jetzt so:
:code:
#!/bin/sh
# script opens file in fullscreen mode on DLP
DISPLAY=:0.1
xine -f "$@"
:code:
Thx to mic
> http://forum.kanotix.net/viewtopic.php?t=6385∞
|
|
Letzter Editor :
Eigentümer :