← Back to team overview

sslug-teknik team mailing list archive

Re: TV-Out problem - var: Mplayer TV-Out på nVidia-kort

 

On Sat, 13 Apr 2002, Jesper K. Pedersen wrote:
>Nogen der har en fungerende XF86Config, jeg kunne få lov til at kigge,
>da dokumentationen til nvidia ikke har hjulpet mig meget...

Selvfølgelig... For nu har jeg faktisk fået det til at virke (godt nok
ikke gennem et scart-stik, men det kan efter hvad Frank sagde, ikke lade
sig gøre, medmindre man synes sort-hvid film er gode :-)
Min XF86Config ser således ud (husk at være sikker på at du retter i den
XF86Config som X bruger):

Section "Files"
  FontPath  	"/usr/X11R6/lib/X11/fonts/75dpi:unscaled"
  FontPath  	"/usr/X11R6/lib/X11/fonts/local"
  FontPath  	"/usr/X11R6/lib/X11/fonts/misc:unscaled"
  FontPath  	"/usr/X11R6/lib/X11/fonts/75dpi:unscaled"
  FontPath  	"/usr/X11R6/lib/X11/fonts/100dpi:unscaled"
  FontPath  	"/usr/X11R6/lib/X11/fonts/Type1"
  FontPath  	"/usr/X11R6/lib/X11/fonts/URW"
  FontPath  	"/usr/X11R6/lib/X11/fonts/Speedo"
  FontPath  	"/usr/X11R6/lib/X11/fonts/75dpi"
  FontPath  	"/usr/X11R6/lib/X11/fonts/100dpi"
  FontPath  	"/usr/X11R6/lib/X11/fonts/PEX"
  FontPath  	"/usr/X11R6/lib/X11/fonts/cyrillic"
  FontPath  	"/usr/X11R6/lib/X11/fonts/latin2/misc"
  FontPath  	"/usr/X11R6/lib/X11/fonts/latin2/75dpi"
  FontPath  	"/usr/X11R6/lib/X11/fonts/latin2/100dpi"
  FontPath  	"/usr/X11R6/lib/X11/fonts/latin2/Type1"
  FontPath  	"/usr/X11R6/lib/X11/fonts/latin7/75dpi"
  FontPath  	"/usr/X11R6/lib/X11/fonts/kwintv"
  FontPath  	"/usr/X11R6/lib/X11/fonts/truetype"
  FontPath  	"/usr/X11R6/lib/X11/fonts/uni"
  FontPath  	"/usr/X11R6/lib/X11/fonts/ucs/misc"
  FontPath  	"/usr/X11R6/lib/X11/fonts/ucs/75dpi"
  FontPath  	"/usr/X11R6/lib/X11/fonts/ucs/100dpi"
  FontPath  	"/usr/X11R6/lib/X11/fonts/hellas/misc"
  FontPath  	"/usr/X11R6/lib/X11/fonts/hellas/75dpi"
  FontPath  	"/usr/X11R6/lib/X11/fonts/hellas/100dpi"
  FontPath  	"/usr/X11R6/lib/X11/fonts/hellas/Type1"
  FontPath  	"/usr/X11R6/lib/X11/fonts/japanese"
  FontPath  	"/usr/X11R6/lib/X11/fonts/baekmuk"
  FontPath  	"/usr/X11R6/lib/X11/fonts/CID"
  FontPath  	"/usr/X11R6/lib/X11/fonts/xtest"
  ModulePath  	"/usr/X11R6/lib/modules"
  RgbPath  	"/usr/X11R6/lib/X11/rgb"
EndSection

Section "ServerFlags"
  Option  	"AllowMouseOpenFail"
EndSection

Section "Module"
  Load  	"dbe"
  Load  	"type1"
  Load  	"speedo"
  Load  	"extmod"
  Load  	"freetype"
  Load   	"glx"
EndSection

Section "InputDevice"
  Driver  	"keyboard"
  Identifier  	"Keyboard[0]"
  Option 	"Protocol"  	"Standard"
  Option 	"XkbKeyCodes"  	"xfree86"
  Option 	"XkbLayout"  	"dk"
  Option 	"XkbModel"  	"pc104"
  Option 	"XkbRules"  	"xfree86"
EndSection

Section "InputDevice"
  Driver  	"mouse"
  Identifier  	"Mouse[1]"
  Option 	"ButtonNumber"  	"5"
  Option 	"Device"  	"/dev/psaux"
  Option 	"Name"  	"AutoDetected"
  Option 	"Protocol"  	"imps/2"
  Option 	"Vendor"  	"AutoDetected"
  Option 	"ZAxisMapping"  	"4 5"
EndSection

Section "Monitor"
  HorizSync  	30-70
  Identifier  	"Monitor[0]"
  ModelName  	"AutoDetected"
  VendorName  	"AutoDetected"
  VertRefresh  	50-93
  UseModes  	"Modes[0]"
EndSection

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

Section "Modes"
  Identifier 	"Modes[0]"
  Modeline "640x480" 27.96 640 656 720 864 480 480 485 501
  Modeline "800x600" 43.68 800 816 928 1072 600 600 606 626
  Modeline 	"1024x768" 74.45 1024 1040 1216 1352 768 768 778 802
  Modeline 	"1024x768" 84.65 1024 1040 1216 1352 768 768 778 802
  Modeline 	"1024x768" 92.96 1024 1040 1216 1352 768 768 778 802
EndSection

Section "Screen"
  DefaultDepth	24
  SubSection "Display"
    Depth	24
    Modes  	"1024x768"  "640x480" "800x600"
  EndSubSection
  Device  	"Device[0]"
  Identifier  	"Screen[0]"
  Monitor  	"Monitor[0]"
EndSection

Section "Screen"
    Identifier  "Screen_tvout800"
    Device      "Device[0]"
    Monitor     "TV"
    DefaultDepth 24

    Option "TVStandard" "PAL-B"
    Option "ConnectedMonitor" "TV"
    Option "TVOutFormat" "SVIDEO"

    Subsection "Display"
        Depth       24
        Modes       "800x600"
        ViewPort    0 0
    EndSubsection
EndSection

Section "Device"
  BoardName  	"AutoDetected"
  Driver  	"nvidia"
  Identifier  	"Device[0]"
  Option  	"dpms"
  VendorName  	"AutoDetected"
EndSection

Section "ServerLayout"
  Identifier  	"Layout[all]"
  InputDevice	"Keyboard[0]" 	"CoreKeyboard"
  InputDevice	"Mouse[1]" 	"CorePointer"
  Screen	"Screen[0]"
#  Screen	"Screen_tvout800"
EndSection

Section "DRI"
  Group  	"video"
  Mode   	0660
EndSection

Mvh
Martin Ehmsen
-- 
"Science is like sex: sometimes something useful comes out, but that is
not the reason we are doing it"
	Richard Feyman



References