[Primipassi] Scheda con uscita tv

hlocap@tin.it hlocap@tin.it
Mer 21 Gen 2004 22:47:45 CET


>> Ho un problema nel far funzionare l' uscita tv della scheda grafica per
>> guardare i divx in tv. Sto utilizzando Mandrake 9.2 con scheda grafica
>> Nvidia GeForce4. Ho installato i driver Nvidia e  modificato
>> XF86Config-4 per far caricare i moduli nvidia. Ho letto il readme di
>> nvidia ma sul televisore non riesco a vedere niente (nero). Il
>> connettore che uso � s-video (penso che si chiami così, comunque �
>> quello con un connettore con 4 pin + un pin di plastica). Il televisore
>> Ã? un Sony. Ho installato anche nvtv, ma come provo ad attivare TV on
,
>> mi scompare tutto dal monitor e la tv rimane uguale ed mi tocca
>> riavviare perchÃ? anche con CTRL+ALT+Backspace non torna a funzionare
il
>> monitor. Qualcuno può spedirmi il suo XF86Config per verificare le
>> impostazioni, oppure darmi dei consigli?
>Ma tu come hai configurato XF86Config-4 per fargli usare la TV come output?
>Potresti inviarci le sezioni inerenti a questo, ad esempio quelle
>riguardanti lo "Screen" e il "Monitor" relativi alla TV? Dovresti avere
>qualcosa del genere:
>
>Section "Monitor"
>        Identifier   "LaMiaTV"
>        HorizSync    30 - 50
>        VertRefresh  60
>EndSection
>
>e poi all'interno della sezione "Screen"
>
>...
>Monitor    "LaMiaTV"
>Option     "TVStandard" "PAL-B"
>Option     "ConnectedMonitor" "LaMiaTV"
>...
>
>Ciao
>Alessio

Questo è il mio XF86Config-4


 # File generated by XFdrake.

# **********************************************************************
# Refer to the XF86Config man page for details about the format of
# this file.
# **********************************************************************

Section "Files"
    # Multiple FontPath entries are allowed (they are concatenated together)
    # By default, Mandrake 6.0 and later now use a font server independent
of
    # the X server to render fonts.
    FontPath "unix/:-1"
EndSection

Section "ServerFlags"
    #DontZap # disable <Crtl><Alt><BS> (server abort)
    #DontZoom # disable <Crtl><Alt><KP_+>/<KP_-> (resolution switching)
    AllowMouseOpenFail # allows the server to start up even if the mouse
doesn't work
EndSection

Section "Module"
    Load "dbe" # Double-Buffering Extension
    Load "v4l" # Video for Linux
    Load "extmod"
    Load "type1"
    Load "freetype"
    Load "glx" # 3D layer
EndSection

Section "InputDevice"
    Identifier "Keyboard1"
    Driver "Keyboard"
    Option "XkbModel" "pc105"
    Option "XkbLayout" "it"
    Option "XkbOptions" ""
EndSection

Section "InputDevice"
    Identifier "Mouse1"
    Driver "mouse"
    Option "Protocol" "IMPS/2"
    Option "Device" "/dev/usbmouse"
    Option "ZAxisMapping" "4 5"
EndSection

Section "Monitor"
    Identifier "monitor1"
    VendorName "Plug'n Play"
    ModelName "Hitachi CM643"
    HorizSync 31-95
    VertRefresh 50-130

    # Sony Vaio C1(X,XS,VE,VN)?
    # 1024x480 @ 85.6 Hz, 48 kHz hsync
    ModeLine "1024x480"    65.00 1024 1032 1176 1344   480  488  494  563
-hsync -vsync

    # TV fullscreen mode or DVD fullscreen output.
    # 768x576 @ 79 Hz, 50 kHz hsync
    ModeLine "768x576"     50.00  768  832  846 1000   576  590  595  630

    # 768x576 @ 100 Hz, 61.6 kHz hsync
    ModeLine "768x576"     63.07  768  800  960 1024   576  578  590  616
EndSection

Section "Monitor"
    Identifier "TVSony"
    VendorName "Sony"
    HorizSync 30-50
    VertRefresh 60
EndSection


Section "Device"
    Identifier "device1"
    VendorName "nVidia Corporation"
    BoardName "NVIDIA GeForce4 (generic)"
    Driver "nvidia"
    Option "DPMS"
    Option "NoLogo"
EndSection

Section "Screen"
    Identifier "screen1"
    Device "device1"
    Monitor "monitor1"
    DefaultColorDepth 24
 SubSection "Display"
        Depth 8
        Virtual 1024 768
    EndSubSection

    SubSection "Display"
        Depth 15
        Virtual 1024 768
    EndSubsection

    SubSection "Display"
        Depth 16
        Virtual 1024 768
    EndSubsection

    SubSection "Display"
        Depth 24
        Virtual 1024 768
    EndSubsection
EndSection

Section "Screen"
    Identifier "screen2"
    Device "device1"
    Monitor "TVSony"
    Option "TVStandard" "PAL-B"
    Option "ConnectedMonitor" "TVSony"
    Option "TVOutFormat" "SVIDEO" 
    DefaultDepth 24
    SubSection "Display"
        Depth 8
        Modes "800x600" "640x480"
    EndSubSection
    SubSection "Display"
        Depth 16
        Modes "800x600" "640x480"
    EndSubSection
    SubSection "Display"
        Depth 24
        Modes "800x600" "640x480"
    EndSubSection
EndSection

Section "ServerLayout"
    Identifier "layout1"
  InputDevice "Keyboard1" "CoreKeyboard"
    InputDevice "Mouse1" "CorePointer"
    Screen "screen1"
EndSection

Section "ServerLayout"
    Identifier "tv"
    InputDevice "Keyboard1" "CoreKeyboard"
    InputDevice "Mouse1" "CorePointer"
    Screen  "screen2" 
EndSection

e poi avviare X con startx -- - layout tv                              
        





Maggiori informazioni sulla lista primipassi