[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: TV-out



Hi,

On Fri, Jul 26, 2002 at 05:43:32PM +0200, Andreas Fromm wrote:
> does anybody have some experience connecting a TV to the TV-Out jack on 
> Laptops?

If you're using the non-free nvidia-drivers, take a look into
/usr/share/doc/nvidia-glx/README.gz, especially

   APPENDIX J: CONFIGURING TV-OUT

The docs are actually quite good. I'll also attach my
/etc/X11/XF86Config-4 which should be debconf-proof and uses different
server layouts for connecting TV, external monitor or a beamer. The
comments and names are german but your email-address suggests that
you'll be able to read it ;-)

CU
     Thimo

-- 
Thimo Neubauer <thimo@debian.org>
Debian GNU/Linux 3.0 "woody" is finally released! CD-Images are
available via http://cdimage.debian.org/, for detailed information 
about Debian see http://www.debian.org/
### BEGIN DEBCONF SECTION
# XF86Config-4 (XFree86 server configuration file) generated by dexconf, the
# Debian X Configuration tool, using values from the debconf database.
#
# Edit this file with caution, and see the XF86Config-4 manual page.
# (Type "man XF86Config-4" at the shell prompt.)
#
# If you want your changes to this file preserved by dexconf, only make changes
# before the "### BEGIN DEBCONF SECTION" line above, and/or after the
# "### END DEBCONF SECTION" line below.
#
# To change things within the debconf section, run the command:
#   dpkg-reconfigure xserver-xfree86
# as root.  Also see "How do I add custom sections to a dexconf-generated
# XF86Config or XF86Config-4 file?" in /usr/share/doc/xfree86-common/FAQ.gz.

Section "Files"
	FontPath	"unix/:7100"			# local font server
	# if the local font server has problems, we can fall back on these
	FontPath	"/usr/lib/X11/fonts/misc"
	FontPath	"/usr/lib/X11/fonts/cyrillic"
	FontPath	"/usr/lib/X11/fonts/100dpi/:unscaled"
	FontPath	"/usr/lib/X11/fonts/75dpi/:unscaled"
	FontPath	"/usr/lib/X11/fonts/Type1"
	FontPath	"/usr/lib/X11/fonts/Speedo"
	FontPath	"/usr/lib/X11/fonts/100dpi"
	FontPath	"/usr/lib/X11/fonts/75dpi"
EndSection

Section "Module"
	Load	"GLcore"
	Load	"bitmap"
	Load	"dbe"
	Load	"ddc"
	Load	"extmod"
	Load	"freetype"
	Load	"glx"
	Load	"int10"
	Load	"pex5"
	Load	"record"
	Load	"speedo"
	Load	"type1"
	Load	"vbe"
	Load	"xie"
EndSection

Section "InputDevice"
	Identifier	"Generic Keyboard"
	Driver		"keyboard"
	Option		"CoreKeyboard"
	Option		"XkbRules"	"xfree86"
	Option		"XkbModel"	"pc105"
	Option		"XkbLayout"	"de"
	Option		"XkbVariant"	"nodeadkeys"
	Option		"XkbOptions"	"ctrl:nocaps"
EndSection

Section "InputDevice"
	Identifier	"Configured Mouse"
	Driver		"mouse"
	Option		"CorePointer"
	Option		"Device"		"/dev/misc/psaux"
	Option		"Protocol"		"PS/2"
        Option          "Emulate3Buttons"       "true"
	Option		"ZAxisMapping"		"4 5"
EndSection

Section "InputDevice"
	Identifier	"Generic Mouse"
	Driver		"mouse"
	Option		"SendCoreEvents"	"true"
	Option		"Device"		"/dev/input/mice"
	Option		"Protocol"		"ImPS/2"
	Option		"ZAxisMapping"		"4 5"
EndSection

Section "Device"
	Identifier	"NVidia GeForce2Go"
	Driver		"nvidia"
EndSection

Section "Monitor"
	Identifier	"LCD"
	HorizSync	30-94
	VertRefresh	50-75
	Option		"DPMS"
EndSection

Section "Screen"
	Identifier	"Default Screen"
	Device		"NVidia GeForce2Go"
	Monitor		"LCD"
	DefaultDepth	24
	SubSection "Display"
		Depth		1
		Modes		"1600x1200" "1280x1024" "1280x960" "1152x864" "1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		4
		Modes		"1600x1200" "1280x1024" "1280x960" "1152x864" "1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		8
		Modes		"1600x1200" "1280x1024" "1280x960" "1152x864" "1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		15
		Modes		"1600x1200" "1280x1024" "1280x960" "1152x864" "1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		16
		Modes		"1600x1200" "1280x1024" "1280x960" "1152x864" "1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		24
		Modes		"1600x1200" "1280x1024" "1280x960" "1152x864" "1024x768" "800x600" "640x480"
	EndSubSection
EndSection

Section "ServerLayout"
	Identifier	"Default Layout"
	Screen		"Default Screen"
	InputDevice	"Generic Keyboard"
	InputDevice	"Configured Mouse"
	InputDevice	"Generic Mouse"
EndSection

Section "DRI"
	Mode	0666
EndSection

### END DEBCONF SECTION

#
## ------- NVidia-Einstellungen
#

Section "Device"
	Identifier	"NVidia CRT"
	Driver		"nvidia"
	Option		"UseFBDev"		"true"

        Option "ConnectedMonitor"         "CRT"
EndSection

#
## ------- externer guter Monitor (1600x1200)
#

Section "Device"
	Identifier	"NVidia Twinview 1600x1200"
	Driver		"nvidia"
	Option		"UseFBDev"		"true"

        Option "NoLogo" "true"
        Option "CursorShadow" "true"

	# twinview setup
	Option "TwinView"

        # be sure to replace the HorizSync and VertRefresh with correct values
        # for your monitor!  

	Option "MetaModes" "1600x1200, 1600x1200; 1280x1024,1280x1024; 1024x768,1024x768"

       # ask Monitor for Frequencies
       Option "UseEdidFreqs" "true"

       # "RightOf" "LeftOf" "Above" "Below" "Clone"
       Option "TwinViewOrientation"      "LeftOf"

       # dfp = digital flat panel
       # weiter möglich: CRT, TV
       # Achtung! Externer Monitor ist _immer_ Monitor eins!
       Option "ConnectedMonitor"         "CRT,DFP"
EndSection

Section "Monitor"
        Identifier      "externer Monitor"

        # Iiyama Vision Master Pro 450
        HorizSync       31-82
        VertRefresh     55-120

        Option          "DPMS"
EndSection

Section "Screen"
        Identifier      "mit CRT"
        Device          "NVidia Twinview 1600x1200"
        Monitor         "externer Monitor"
        DefaultDepth    24
        SubSection "Display"
                Depth           1
                Modes           "1600x1200" "1280x1024" "1280x960" "1152x864" "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth           4
                Modes           "1600x1200" "1280x1024" "1280x960" "1152x864" "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth           8
                Modes           "1600x1200" "1280x1024" "1280x960" "1152x864" "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth           15
                Modes           "1600x1200" "1280x1024" "1280x960" "1152x864" "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth           16
                Modes           "1600x1200" "1280x1024" "1280x960" "1152x864" "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth           24
                Modes           "1600x1200" "1280x1024" "1280x960" "1152x864" "1024x768" "800x600" "640x480"
        EndSubSection
EndSection

Section "ServerLayout"
	Identifier	"externerMonitor"
	Screen		"mit CRT"
	InputDevice	"Generic Keyboard"
	InputDevice	"Configured Mouse"
	InputDevice	"Generic Mouse"
EndSection

#
## --------- vor allem Beamer: nur 800x600
#

Section "Device"
	Identifier	"NVidia Twinview 800x600"
	Driver		"nvidia"
	Option		"UseFBDev"		"true"

        Option "NoLogo" "true"
        Option "CursorShadow" "true"

	# twinview setup
	Option "TwinView"

        # be sure to replace the HorizSync and VertRefresh with correct values
        # for your monitor!  

	#Option "MetaModes" "800x600, 1600x1200; 640x480, 1600x1200"
        Option "MetaModes" "1024x768, 1024x768"

        # ask Monitor for Frequencies
        Option "UseEdidFreqs" "true"

        # "RightOf" "LeftOf" "Above" "Below" "Clone"
        #Option "TwinViewOrientation"      "LeftOf"
        Option "TwinViewOrientation"      "Clone"

        # dfp = digital flat panel
        # weiter möglich: CRT, TV
        # Achtung! Externer Monitor ist _immer_ Monitor eins!
        Option "ConnectedMonitor"         "CRT,DFP"
EndSection

Section "Monitor"
        Identifier      "Gabriels Beamer"
        HorizSync       15-100
        VertRefresh     43.5-130
        Option          "DPMS"
EndSection

Section "Screen"
        Identifier      "LCD + 800x600"
        Device          "NVidia Twinview 800x600"
        Monitor         "Gabriels Beamer"
        DefaultDepth    24
        SubSection "Display"
                Depth           24
        EndSubSection
EndSection

Section "Screen"
        Identifier      "nur 800x600"
        Device          "NVidia CRT"
        Monitor         "Gabriels Beamer"
        DefaultDepth    24
        SubSection "Display"
                Depth           24
		Modes		"800x600" "640x480"
        EndSubSection
EndSection

Section "ServerLayout"
	Identifier	"onlyBeamer"
	Screen		"nur 800x600"
	InputDevice	"Generic Keyboard"
	InputDevice	"Configured Mouse"
	InputDevice	"Generic Mouse"
EndSection

Section "ServerLayout"
	Identifier	"Beamer"
	Screen		"LCD + 800x600"
	InputDevice	"Generic Keyboard"
	InputDevice	"Configured Mouse"
	InputDevice	"Generic Mouse"
EndSection

#
## --- Eistellungen für Fernseher
#

Section "Device"
    Identifier  "NV TV"
    VendorName  "nvidia"
    Driver   "nvidia"
    # update this with the PCI id of your card.  Consult the output
    # of the 'lspci' command.
    BusID       "PCI:1:0:0"
    Option "NoLogo" "true"

    # klappt in Deutschland
    Option "TVStandard" "PAL-G"

    # twinview setup
    Option "TwinView"

    # be sure to replace the HorizSync and VertRefresh with correct values
    # for your monitor!  
    
    # Fernseher kann maximal 800x600
    Option "MetaModes" "800x600, 1600x1200; 640x480, 1600x1200"

    ## wird automatisch festgestellt
    ##Option "TVOutFormat" "SVIDEO"
    ##Option "TVOutFormat" "COMPOSITE"

    # Iiyama Vision Master Pro 450
    Option "SecondMonitorHorizSync"   "31-82"
    Option "SecondMonitorVertRefresh" "55-120"

    # "RightOf" "LeftOf" "Above" "Below" "Clone"
    Option "TwinViewOrientation"      "LeftOf"

    # dfp = digital flat panel
    # weiter möglich: CRT, TV
    Option "ConnectedMonitor"         "TV, dfp"
EndSection

Section "Screen"
        Identifier      "mit Fernseher"
        Device          "NV TV"
        Monitor         "Fernseher"
        DefaultDepth    24
        SubSection "Display"
                Depth           1
                Modes           "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth           4
                Modes           "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth           8
                Modes           "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth           15
                Modes           "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth           16
                Modes           "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth           24
                Modes           "800x600" "640x480"
        EndSubSection
EndSection

Section "Monitor"
        Identifier      "Fernseher"
        HorizSync   30-50
        VertRefresh 60
EndSection

Section "ServerLayout"
        Identifier      "Fernsehen"
        Screen          "mit Fernseher"
        InputDevice     "Generic Keyboard"
        InputDevice     "Configured Mouse"
        InputDevice     "Generic Mouse"
EndSection

Attachment: pgpY4x8jlislb.pgp
Description: PGP signature


Reply to: