Hallo!
Ich habe einen Laptop (ubuntu 8.04.1) mit einer GeForce Fx Go5600 Grafikkarte. Ich möchte den TV out aktivieren, um meine Glotze anzuschließen.
Ich habe die entsprechenden Artikel hier schon gelesen, hilft mir leider aber nicht. Dann habe ich es mit nv-tv-out probiert, funzt aber auch nicht, weil der nvidia-tv-encoder nicht unterstüzt wird.
Jetzt bin ich leider schon mit meinem Latein am Ende, jemand ne gute Idee?
Nach der Installation des OS musste ich übrigens einen proprietären Treiber nachladen, damit ich die volle Macht der Graka ausschöpfen kann.
Würde es euch was bringen hier die Inhalte der xorg.conf oder xorg.0.log zu posten?
Gruß,
Till
Linux 15.015 Themen, 106.923 Beiträge
Ja, guter Link. Wenn ich meine xorg.conf so abändere, dann funzt es auch. Nur bleibt dann der Bildschirm des Laptops dunkel. Wäre auch nicht so schlimm, nur wie kann ich zwischen den beiden Betriebsmodi umschalten? Kann ja nicht sein, dass ich immer in der xorg.conf rumfummel (bzw. vorgefertigte Versionen einfügen/entfernen) und dann das System neu starten muss. Gibt es da keine Tastenkombination oder so, oder kann ich das in der xorg.conf direkt einfügen? So sieht meine Datei aus:
# xorg.conf (X.Org X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the xorg.conf manual page.
# (Type "man xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
# sudo dpkg-reconfigure -phigh xserver-xorg
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "de"
EndSection
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
EndSection
Section "InputDevice"
Identifier "Synaptics Touchpad"
Driver "synaptics"
Option "SendCoreEvents" "true"
Option "Device" "/dev/psaux"
Option "Protocol" "auto-dev"
Option "HorizEdgeScroll" "0"
EndSection
Section "Device"
Identifier "Configured Video Device"
Driver "nvidia"
Option "NoLogo" "True"
EndSection
Section "Monitor"
Identifier "Configured Monitor"
EndSection
Section "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"
Device "Configured Video Device"
Defaultdepth 24
Option "TwinView" "on"
Option "ConnectedMonitor" "CRT, TV"
Option "TwinViewOrientation" "Clone"
Option "SecondMonitorHorizSync" "30-50"
Option "SecondMonitorVertRefresh" "60"
Option "TVOverScan" "0.8"
Option "MetaModes" "1024x768, 800x600;"
Option "TVStandard" "PAL-G"
Option "TVOutFormat" "SVIDEO"
EndSection
Section "ServerLayout"
Identifier "Default Layout"
screen "Default Screen"
Inputdevice "Synaptics Touchpad"
EndSection
Section "Module"
Load "glx"
EndSection
Alles ab Option "TwinView" "on" bis Option "TVOutFormat" "SVIDEO" habe ich eingefügt.
Wie gesagt: funktioniert soweit, nur sehr unkomfortabel. Sonst noch eine Idee?
Gruß,
Till
