Visualizzazione dei risultati da 1 a 6 su 6

Discussione: TV-OUT con NVIDIA NT2

  1. #1

    TV-OUT con NVIDIA NT2

    Salve!
    La mia distro è una debian sarge, e la mia scheda grafica è la NVIDIA NT2.
    Purtroppo non riesco a far funzionare correttamente l'uscita TV.
    Smanettando nei menù di NVIDIA X Server setting riesco a fare al massimo un clone del mio desktop. Ma in bianco e nero e i filmati non si vedono per nulla.
    La cosa peggiore è che se abilito l'uscita TV poi non vedo i filmati nemmeno nel monitor.
    Devo rinunciare oppure esiste una soluzione?
    Che risoluzione e numero di colori devo mettere per l'uscita TV?
    Ora per poter di nuovo vedere i filmati, almeno sul monitor del PC ho disabilitato la TV.
    Vi riporto il contenuto del mio XF86Config-4:

    # nvidia-xconfig: X configuration file generated by nvidia-xconfig
    # nvidia-xconfig: version 1.0 (buildmeister@builder3) Thu Nov 9 17:55:20 PST 2006

    # XF86Config-4 (XFree86 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 XF86Config-4 manual page.
    # (Type "man XF86Config-4" at the shell prompt.)
    #
    # This file is automatically updated on xserver-xfree86 package upgrades *only*
    # if it has not been modified since the last upgrade of the xserver-xfree86
    # package.
    #
    # If you have edited this file but would like it to be automatically updated
    # again, run the following commands as root:
    #
    # cp /etc/X11/XF86Config-4 /etc/X11/XF86Config-4.custom
    # md5sum /etc/X11/XF86Config-4 >/var/lib/xfree86/XF86Config-4.md5sum
    # dpkg-reconfigure xserver-xfree86

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

    Section "Files"

    # local font server
    # if the local font server has problems, we can fall back on these
    FontPath "unix/:7100"
    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/CID"
    FontPath "/usr/lib/X11/fonts/Speedo"
    FontPath "/usr/lib/X11/fonts/100dpi"
    FontPath "/usr/lib/X11/fonts/75dpi"
    EndSection

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

    Section "InputDevice"
    Identifier "Generic Keyboard"
    Driver "keyboard"
    Option "CoreKeyboard"
    Option "XkbRules" "xfree86"
    Option "XkbModel" "pc105"
    Option "XkbLayout" "it"
    EndSection

    Section "InputDevice"
    Identifier "Configured Mouse"
    Driver "mouse"
    Option "CorePointer"
    Option "Device" "/dev/psaux"
    Option "Protocol" "ImPS/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 "Emulate3Buttons" "true"
    Option "ZAxisMapping" "4 5"
    EndSection

    Section "Monitor"
    Identifier "Monitor Generico"
    HorizSync 28.0 - 49.0
    VertRefresh 43.0 - 72.0
    Option "DPMS"
    EndSection

    Section "Device"
    Identifier "Scheda video generica"
    Driver "nvidia"
    EndSection

    Section "Screen"
    Identifier "Default Screen"
    Device "Scheda video generica"
    Monitor "Monitor Generico"
    DefaultDepth 24
    SubSection "Display"
    Depth 1
    Modes "1024x768"
    EndSubSection
    SubSection "Display"
    Depth 4
    Modes "1024x768"
    EndSubSection
    SubSection "Display"
    Depth 8
    Modes "1024x768"
    EndSubSection
    SubSection "Display"
    Depth 15
    Modes "1024x768"
    EndSubSection
    SubSection "Display"
    Depth 16
    Modes "1024x768"
    EndSubSection
    SubSection "Display"
    Depth 24
    Modes "1024x768"
    EndSubSection
    EndSection
    -- utente Kubuntu --

  2. #2
    Moderatore di Linux e software L'avatar di francofait
    Registrato dal
    Aug 2001
    Messaggi
    13,559
    nvtv è installato ?
    apt-get install nvtv

    comunque magari dai un' occhiata anche qui:http://www.sh.nu/nvidia/

  3. #3
    mi dice che è gia installato
    non so che pesci pigliare
    -- utente Kubuntu --

  4. #4
    ciao...

    nel tuo file di config di X non vedo sezioni per la Tv....

    ti posto i pezzi del mio...che potrebbero servirti (sarge + Nvidia GeForce4 MX 440 AGP 8x) (funziona anche con etch)

    Codice PHP:
    Section "Device"
        
    Identifier    "Device[0]"
        
    Driver        "nvidia"
            
    BusID        "PCI:1:0:0"
        
    screen 0
    EndSection

    Section 
    "Device" 
           
    Driver          "nvidia" 
           
    Identifier      "Device[1]" 
           
    Screen 1 
           Option          
    "TVOutFormat" "Composite"
           
    Option          "TVStandard" "PAL-G"
           
    Option          "ConnectedMonitor" "Monitor[1]" 
           
    BusID           "PCI:1:0:0"
    EndSection

    Section 
    "Monitor"
        
    Identifier    "Monitor[0]" #MONITOR
        
    HorizSync    30-83
        VertRefresh    50
    -75
        Option        
    "DPMS"
    EndSection

    Section 
    "Monitor" 
        
    Identifier "Monitor[1]" #TV 
        
    HorizSync 30-50
        VertRefresh 60 
     EndSection

    Section 
    "Screen"
        
    Identifier  "Screen[0]" 
           
    Device      "Device[0]" 
           
    Monitor     "Monitor[0]"
        
    DefaultDepth    24
        SubSection 
    "Display"
            
    Depth        1
            Modes        
    "1280x1024"
        
    EndSubSection
        SubSection 
    "Display"
            
    Depth        4
            Modes        
    "1280x1024"
        
    EndSubSection
        SubSection 
    "Display"
            
    Depth        8
            Modes        
    "1280x1024"
        
    EndSubSection
        SubSection 
    "Display"
            
    Depth        15
            Modes        
    "1280x1024"
        
    EndSubSection
        SubSection 
    "Display"
            
    Depth        16
            Modes        
    "1280x1024"
        
    EndSubSection
        SubSection 
    "Display"
            
    Depth        24
            Modes        
    "1280x1024"
        
    EndSubSection
    EndSection

    Section 
    "Screen" 
           
    Device "Device[1]" 
           
    Identifier "Screen[1]" 
           
    Monitor "Monitor[1]" 
           
    DefaultDepth 24 
               SubSection 
    "Display" 
                   
    Depth 24 
                   Modes 
    "1024x768_60" 
               
    EndSubSection    
    EndSection

    Section 
    "ServerLayout" 
       
    Identifier  "Simple Layout" 
           
    Screen 0 "Screen[0]" 
           
    Screen 1 "Screen[1]" RightOf "Screen[0]" 
       
    InputDevice "Configured Mouse" "CorePointer" 
       
    InputDevice "Generic Keyboard" "CoreKeyboard" 
    EndSection 
    Modificalo come preferisci in base alle tue esigenze...
    Spero possa aiutarti....

    Ciao ciao...


  5. #5
    hai provato ???

    facci sapere...

    ciao ciao


  6. #6
    Trader, scusa per il ritardo della mia risposta, ma per motivi lavorativi ho dovuto tardare le varie prove.
    Comunque è tutta la sera che provo. Parecchie volte sono rimasto con il monitor nero!
    Devo ammetere che lavorare con il file XF86Config-4 è piuttosto pericoloso per me.
    Ho dovuto recuperare il file XF86Config-4 da un'altro pc e poi rilanciare i driver NVIDIA, presi dal sito. Fortunatamente ora rifunziona tutto come prima.
    Con la configurazione seguente, riesco a vedere il desktop sulla mia TV, ma il lettore totem movie player, al posto del filmato mostra solo una banda blu. Che sulla televisione è nera, in quanto i colori sono assenti. Comincio a perdere le speranze....

    # nvidia-settings: X configuration file generated by nvidia-settings
    # nvidia-settings: version 1.0 (buildmeister@builder3) Thu Nov 9 17:56:12 PST 2006

    Section "ServerLayout"
    Identifier "Layout0"
    Screen 0 "Screen0" -1024 0
    InputDevice "Keyboard0" "CoreKeyboard"
    InputDevice "Mouse0" "CorePointer"
    EndSection

    Section "Files"
    RgbPath "/usr/X11R6/lib/X11/rgb"
    FontPath "/usr/X11R6/lib/X11/fonts/misc/:unscaled"
    FontPath "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
    FontPath "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
    FontPath "/usr/X11R6/lib/X11/fonts/misc/"
    FontPath "/usr/X11R6/lib/X11/fonts/Type1/"
    FontPath "/usr/X11R6/lib/X11/fonts/Speedo/"
    FontPath "/usr/X11R6/lib/X11/fonts/100dpi/"
    FontPath "/usr/X11R6/lib/X11/fonts/75dpi/"
    EndSection

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

    Section "ServerFlags"
    Option "Xinerama" "0"
    EndSection

    Section "InputDevice"
    # generated from default
    Identifier "Mouse0"
    Driver "mouse"
    Option "Protocol" "auto"
    Option "Device" "/dev/psaux"
    Option "Emulate3Buttons" "no"
    Option "ZAxisMapping" "4 5"
    EndSection

    Section "InputDevice"
    # generated from default
    Identifier "Keyboard0"
    Driver "keyboard"
    EndSection

    Section "Monitor"
    # HorizSync source: xconfig, VertRefresh source: xconfig
    Identifier "Monitor0"
    VendorName "Unknown"
    ModelName "CRT-0"
    HorizSync 30.0 - 57.0
    VertRefresh 43.0 - 72.0
    Option "DPMS"
    EndSection

    Section "Device"
    Identifier "Videocard0"
    Driver "nvidia"
    VendorName "NVIDIA Corporation"
    BoardName "GeForce4 MX 440"
    EndSection

    Section "Screen"
    Identifier "Screen0"
    Device "Videocard0"
    Monitor "Monitor0"
    DefaultDepth 24
    Option "TwinView" "1"
    Option "metamodes" "CRT: 1024x768 +0+0, TV: nvidia-auto-select +0+0; CRT: 800x600 +0+0, TV: nvidia-auto-select +0+0; CRT: 640x480 +0+0, TV: nvidia-auto-select +640+0"
    SubSection "Display"
    Depth 24
    Modes "1600x1200" "1280x1024" "1024x768" "800x600" "640x480"
    EndSubSection
    EndSection
    -- utente Kubuntu --

Permessi di invio

  • Non puoi inserire discussioni
  • Non puoi inserire repliche
  • Non puoi inserire allegati
  • Non puoi modificare i tuoi messaggi
  •  
Powered by vBulletin® Version 4.2.1
Copyright © 2024 vBulletin Solutions, Inc. All rights reserved.