Unterschiede
Hier werden die Unterschiede zwischen zwei Versionen angezeigt.
| centos:video-ausgabe_auf_dem_computer-monitor_und_oder_fernseher [18.05.2009 18:48. ] – angelegt django | centos:video-ausgabe_auf_dem_computer-monitor_und_oder_fernseher [03.01.2011 10:33. ] (aktuell) – kleinere Formatierungen und Rechtschreibkontrolle michi | ||
|---|---|---|---|
| Zeile 1: | Zeile 1: | ||
| + | ====== Video-Ausgabe auf dem Computer-Monitor und/oder Fernseher ====== | ||
| + | Im Dezember 2002, also noch weit vor meiner " | ||
| + | Wie schon erwähnt, wollte ich meine DVDs nicht nur am PC-Monitor betrachten, sondern auch auf meinem Philips Fernseher, flimmerfrei mit 100Hz und in 16:9 sowie in Dolby Surround-Qualität und das dann auch noch bequem von meinem Fernsehsessel aus. Dazu hatte ich meinem Rechner eine Matrox GEFORCE 2 MX mit 64 MB verpasst. Somit war es mir möglich, den S-VHS Port der Graphikkarte zum " | ||
| + | |||
| + | Damit dies nun auch einfach möglich war, hatte ich mir die hierzu notwendigen Pakete direkt bei nVIDIA besorgt und installiert. Der eigentlich Clou bestand nun darin über eine modifizierte X86Config-Datei auszuwählen, | ||
| + | |||
| + | Die von mir verwendete X86Config sah im Detail so aus: | ||
| + | < | ||
| + | # # | ||
| + | # | ||
| + | # am Netzwerkserver bei nausch.org # | ||
| + | # | ||
| + | # | ||
| + | # 18.12.2002 michael@nausch.org | ||
| + | # # | ||
| + | ########################################################################## | ||
| + | |||
| + | Section " | ||
| + | FontPath | ||
| + | FontPath | ||
| + | FontPath | ||
| + | FontPath | ||
| + | FontPath | ||
| + | FontPath | ||
| + | FontPath | ||
| + | FontPath | ||
| + | FontPath | ||
| + | FontPath | ||
| + | FontPath | ||
| + | FontPath | ||
| + | FontPath | ||
| + | FontPath | ||
| + | FontPath | ||
| + | FontPath | ||
| + | FontPath | ||
| + | FontPath | ||
| + | FontPath | ||
| + | FontPath | ||
| + | FontPath | ||
| + | FontPath | ||
| + | FontPath | ||
| + | FontPath | ||
| + | FontPath | ||
| + | FontPath | ||
| + | FontPath | ||
| + | FontPath | ||
| + | FontPath | ||
| + | FontPath | ||
| + | FontPath | ||
| + | FontPath | ||
| + | ModulePath | ||
| + | RgbPath | ||
| + | EndSection | ||
| + | |||
| + | ########################################################################## | ||
| + | # Definition der sog. Server flags # | ||
| + | ########################################################################## | ||
| + | |||
| + | Section " | ||
| + | |||
| + | # Uncomment this to cause a core dump at the spot where a signal is | ||
| + | # received. | ||
| + | # provide a better stack trace in the core dump to aid in debugging | ||
| + | # | ||
| + | |||
| + | # Uncomment this to disable the < | ||
| + | # This allows clients to receive this key event. | ||
| + | #DontZap | ||
| + | |||
| + | # Uncomment this to disable the < | ||
| + | # sequences. | ||
| + | #DontZoom | ||
| + | |||
| + | # This allows | ||
| + | # mouse device can't be opened/ | ||
| + | AllowMouseOpenFail | ||
| + | |||
| + | EndSection | ||
| + | |||
| + | |||
| + | ########################################################################## | ||
| + | # | ||
| + | ########################################################################## | ||
| + | |||
| + | # | ||
| + | # Tastatur-Definitionen | ||
| + | # | ||
| + | Section " | ||
| + | Identifier " | ||
| + | Driver " | ||
| + | Option " | ||
| + | Option " | ||
| + | Option " | ||
| + | Option " | ||
| + | Option " | ||
| + | Option " | ||
| + | EndSection | ||
| + | |||
| + | |||
| + | # | ||
| + | # Zeiger-Definition (Maus) | ||
| + | # | ||
| + | Section " | ||
| + | Identifier | ||
| + | Driver | ||
| + | Option | ||
| + | Option " | ||
| + | Option " | ||
| + | Option " | ||
| + | Option " | ||
| + | EndSection | ||
| + | |||
| + | |||
| + | ########################################################################## | ||
| + | # | ||
| + | ########################################################################## | ||
| + | |||
| + | Section " | ||
| + | Load " | ||
| + | Load " | ||
| + | Load " | ||
| + | Load " | ||
| + | Load " | ||
| + | Load " | ||
| + | EndSection | ||
| + | |||
| + | |||
| + | ########################################################################## | ||
| + | # Monitor-Definition # | ||
| + | ########################################################################## | ||
| + | |||
| + | Section " | ||
| + | Identifier " | ||
| + | VendorName " | ||
| + | ModelName " | ||
| + | HorizSync 27-86 | ||
| + | VertRefresh 50-160 | ||
| + | EndSection | ||
| + | |||
| + | |||
| + | ########################################################################## | ||
| + | # Graphik-Karten-Definitionen # | ||
| + | ########################################################################## | ||
| + | |||
| + | # | ||
| + | # Graphik-Karten-Definition fuer die nvidia AGP-Karte (CRT-Modus) | ||
| + | # | ||
| + | Section " | ||
| + | Identifier " | ||
| + | VendorName " | ||
| + | Driver " | ||
| + | BusID " | ||
| + | EndSection | ||
| + | |||
| + | |||
| + | # | ||
| + | # Graphik-Karten-Definition fuer die nvidia AGP-Karte (TV-Modus) | ||
| + | # | ||
| + | Section " | ||
| + | Identifier " | ||
| + | VendorName " | ||
| + | Driver " | ||
| + | BusID " | ||
| + | # Option " | ||
| + | # Option " | ||
| + | Option " | ||
| + | Option " | ||
| + | Option " | ||
| + | Option " | ||
| + | # Option " | ||
| + | EndSection | ||
| + | |||
| + | |||
| + | # | ||
| + | # Graphikkarten-Definition fuer die nvidia AGP-Karte (TwinView-Modus) | ||
| + | # | ||
| + | Section " | ||
| + | Identifier " | ||
| + | VendorName " | ||
| + | Driver " | ||
| + | BusID " | ||
| + | Option " | ||
| + | Option " | ||
| + | Option " | ||
| + | Option " | ||
| + | Option " | ||
| + | Option " | ||
| + | Option " | ||
| + | Option " | ||
| + | EndSection | ||
| + | |||
| + | ########################################################################## | ||
| + | # | ||
| + | ########################################################################## | ||
| + | |||
| + | # | ||
| + | # Bildschirm-Definitionen fuer die nvidia AGP-Karte (CRT-Modus) | ||
| + | # | ||
| + | Section " | ||
| + | Identifier " | ||
| + | Device " | ||
| + | Monitor " | ||
| + | DefaultColorDepth 24 | ||
| + | Subsection " | ||
| + | Depth 8 | ||
| + | Modes " | ||
| + | EndSubsection | ||
| + | Subsection " | ||
| + | Depth 16 | ||
| + | Modes " | ||
| + | EndSubsection | ||
| + | Subsection " | ||
| + | Depth 24 | ||
| + | Modes " | ||
| + | EndSubsection | ||
| + | EndSection | ||
| + | |||
| + | # | ||
| + | # Bildschirm-Definitionen fuer die nvidia AGP-Karte (TV-Modus) | ||
| + | # | ||
| + | Section " | ||
| + | Identifier " | ||
| + | Device " | ||
| + | Monitor " | ||
| + | DefaultColorDepth 24 | ||
| + | Subsection " | ||
| + | Depth 8 | ||
| + | Modes " | ||
| + | EndSubsection | ||
| + | Subsection " | ||
| + | Depth 16 | ||
| + | Modes " | ||
| + | EndSubsection | ||
| + | Subsection " | ||
| + | Depth 24 | ||
| + | Modes " | ||
| + | EndSubsection | ||
| + | EndSection | ||
| + | |||
| + | # | ||
| + | # Bildschirm-Definitionen fuer die nvidia AGP-Karte (TwinView-Modus) | ||
| + | # | ||
| + | Section " | ||
| + | Identifier " | ||
| + | Device " | ||
| + | Monitor " | ||
| + | DefaultColorDepth 24 | ||
| + | Subsection " | ||
| + | Depth 8 | ||
| + | Modes " | ||
| + | EndSubsection | ||
| + | Subsection " | ||
| + | Depth 16 | ||
| + | Modes " | ||
| + | EndSubsection | ||
| + | Subsection " | ||
| + | Depth 24 | ||
| + | Modes " | ||
| + | EndSubsection | ||
| + | EndSection | ||
| + | |||
| + | ########################################################################## | ||
| + | # ServerLayout Definitionen # | ||
| + | # (z.B. startx -- -layout CRT zum Starten des " | ||
| + | # bzw. startx -- -layout TV zum Starten des " | ||
| + | # bzw. startx -- -layout CRT+TV | ||
| + | # also. linke Haelfte am CRT, rechte Haelfte am TV # | ||
| + | ########################################################################## | ||
| + | |||
| + | # | ||
| + | # Ausgabe nur auf dem CRT | ||
| + | # | ||
| + | Section " | ||
| + | Identifier | ||
| + | Screen | ||
| + | InputDevice " | ||
| + | InputDevice " | ||
| + | Option " | ||
| + | EndSection | ||
| + | |||
| + | # | ||
| + | # Ausgabe nur auf dem TV | ||
| + | # | ||
| + | Section " | ||
| + | Identifier | ||
| + | Screen | ||
| + | InputDevice " | ||
| + | InputDevice " | ||
| + | Option " | ||
| + | EndSection | ||
| + | |||
| + | # | ||
| + | # Ausgabe via TwinView auf CRT und TV " | ||
| + | # | ||
| + | Section " | ||
| + | Identifier | ||
| + | Screen | ||
| + | InputDevice " | ||
| + | InputDevice " | ||
| + | Option " | ||
| + | EndSection | ||
| + | </ | ||