Forums

Skip to content

Advanced search
  • Quick links
    • Unanswered topics
    • Active topics
    • Search
  • FAQ
  • Login
  • Register
  • Board index International Gentoo Users Forum italiano (Italian) Forum di discussione italiano
  • Search

TV-OUT e nvidia

Tutte le discussioni direttamente correlabili all'informatica e/o a GNU/*nix.

Moderator: ago

Post Reply
  • Print view
Advanced search
4 posts • Page 1 of 1
Author
Message
tuxer
Guru
Guru
Posts: 328
Joined: Mon May 10, 2004 12:48 pm

TV-OUT e nvidia

  • Quote

Post by tuxer » Wed Nov 01, 2006 9:23 pm

Credo di aver la maledizione del tv-out, neanche con una nvidia 5700 fx riesco a farlo andare!!
In breve, se uso il tv-off (normale conf solo con monitor crt) tutto funziona bene, anche l'accelerazione 3d, ma se provo a usare anche la tv (attraverso composito) rimangono neri ENTRAMBI i monitor!!

La scheda è una gigabyte con un attacco strano che ha un adattatore per svideo, sul quale a sua volta ho messo un adattatore per RCA e collegato alla televisione.

Ho seguito tutti gli howto possibili ma non cambia niente :(
Questo è lo xorg.conf, se vedete qualche problema vi prego fatemelo notare...

Code: Select all

# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig:  version 1.0  (buildmeister@builder3)  Mon Oct 16 22:13:07 PDT 2006

Section "ServerLayout"
    Identifier     "tvoff"
    Screen      0  "tvoff"
    InputDevice    "Keyboard0" "CoreKeyboard"
    InputDevice    "Mouse0" "CorePointer"
EndSection

Section "Files"
    RgbPath         "/usr/lib/X11/rgb"
EndSection

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

Section "InputDevice"
    # generated from data in "/etc/conf.d/gpm"
    Identifier     "Mouse0"
    Driver         "mouse"
    Option         "Protocol"
    Option         "Device" "/dev/input/mice"
    Option         "Emulate3Buttons" "no"
    Option         "ZAxisMapping" "4 5"
EndSection

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

Section "Monitor"
    Identifier     "crt"
    VendorName     "hitachi"
    ModelName      "Unknown"
    HorizSync       30.0 - 110.0
    VertRefresh     50.0 - 150.0
    Option         "DPMS"
EndSection

Section "Device"
    Identifier     "tvoff"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
EndSection

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

Section "Screen"
    Identifier "tvon"
    Device "tv"
    Monitor "crt"
    DefaultDepth 16
    SubSection "Display"
	Depth 16
	Modes "800x600"
    EndSubSection
    SubSection "Display"
	Depth 24
	Modes "1024x768"
    EndSubSection
EndSection

Section "Device"
    Identifier	"tvon"
    Driver "nvidia"
    Option "TwinView" "on"
    Option "NvAGP" "1"
    Option "ConnectedMonitor" "Crt, TV"
    Option "TvStandard" "PAL-B"
    Option "TwinViewOrientation" "Clone"
    Option "SecondMonitorHorizSync" "30-50"
    Option "SecondMonitorVertRefresh" "30-60"
    Option "MetaModes" "En5100e,800x600"
EndSection

Section "Device"
    Identifier "tv"
    Driver "nvidia"
    Option "RenderAccel" "1"
    Option "ConnectedMonitor" "TV"
    Option "TvStandard" "PAL-B"
    Option "TVOUTFormat" "COMPOSITE"
    Option "SecondMonitorHorizSync" "30-50"
    Option "SecondMonitorVertRefresh" "30-60"
    Option "MetaModes" "En5100,800x600"
EndSection

Section "ServerLayout"
    Identifier "tvon"
    InputDevice "Keyboard0" "CoreKeyboard"
    InputDevice "Mouse0" "CorePointer"
    Option	"Clone" "on"
    Option 	"Xinerama" "on"
    Screen "tvon"
EndSection
Top
tuxer
Guru
Guru
Posts: 328
Joined: Mon May 10, 2004 12:48 pm

  • Quote

Post by tuxer » Sun Nov 05, 2006 7:08 pm

Ah poi ho risolto era proprio una cazzata :lol:
Comunque ora funziona tutto perfettamente, ah se non riuscite ad andare in fullscreen sulla tv abilitate TVOverScan in xorg.conf, ci ho messo un po' a capirlo io...
Top
Kernel78
Moderator
Moderator
Posts: 3654
Joined: Fri Jun 24, 2005 6:14 am
Contact:
Contact Kernel78
Website

  • Quote

Post by Kernel78 » Mon Nov 06, 2006 9:11 am

tuxer wrote:Ah poi ho risolto era proprio una cazzata :lol:
Condivideresti con noi la soluzione ?
Le tre grandi virtù di un programmatore: pigrizia, impazienza e arroganza. (Larry Wall).
Prima di postare un file togli i commenti con

Code: Select all

grep -vE '(^[[:space:]]*($|(#|!|;|//)))'
Top
tuxer
Guru
Guru
Posts: 328
Joined: Mon May 10, 2004 12:48 pm

  • Quote

Post by tuxer » Mon Nov 06, 2006 11:54 am

Beh il problema più grosso diciamo che era proprio stupido, non mi ero accorto che avevo messo il cavo rca nell'input invece che nell'output della scheda video...

Poi ci sono stati altri vari problemini che ho risolto man mano, questo è lo xorg.conf finale (xorg 7.1):

Code: Select all

Section "ServerLayout"
    Identifier     "tvoff"
    Screen      0  "tvoff" 0 0
    InputDevice    "Keyboard0" "CoreKeyboard"
    InputDevice    "Mouse0" "CorePointer"
EndSection

Section "ServerLayout"
    Identifier     "tvon"
    Screen         "tvon" 0 0
    InputDevice    "Keyboard0" "CoreKeyboard"
    InputDevice    "Mouse0" "CorePointer"
    Option         "Clone" "on"
    Option         "Xinerama" "on"
EndSection

Section "Files"
EndSection

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

Section "ServerFlags"
    Option         "AllowOpenMouseFail"
EndSection

Section "InputDevice"

    # generated from data in "/etc/conf.d/gpm"
    Identifier     "Mouse0"
    Driver         "mouse"
    Option         "Device" "/dev/input/mice"
    Option         "Emulate3Buttons" "no"
    Option         "ZAxisMapping" "4 5"
EndSection

Section "InputDevice"

    # generated from default
    Identifier     "Keyboard0"
    Driver         "kbd"
    Option	"XkbLayout" "it"
    Option	"XkdModel" "logiik"


EndSection

Section "Monitor"
    Identifier     "crt"
    VendorName     "hitachi"
    ModelName      "Unknown"
    HorizSync       30.0 - 70.0
    VertRefresh     60.0 - 75.0
    Option         "DPMS"
EndSection

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

Section "Device"
    Identifier     "tvoff"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
EndSection

Section "Device"
    Identifier     "tvon"
    Driver         "nvidia"
    Option         "TwinView" "on"
    Option         "NvAGP" "1"
    Option         "ConnectedMonitor" "Crt, TV"
    Option         "TvStandard" "PAL-B"
    Option         "TwinViewOrientation" "Clone"
    Option         "SecondMonitorHorizSync" "30-50"
    Option         "SecondMonitorVertRefresh" "30-60"
  #  Option         "MetaModes" "En5100e,800x600"
EndSection

Section "Device"
    Identifier     "tv"
    Driver         "nvidia"
    Option         "RenderAccel" "1"
    Option         "NvAGP" "1"
    Option         "ConnectedMonitor" "TV"
    Option         "TvStandard" "PAL-B"
    Option         "TVOUTFormat" "COMPOSITE"
    Option	   "TVOverScan"	"1.0"
    Option	"NoLogo" "true"
EndSection

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

Section "Screen"
    Identifier     "tvon"
    Device         "tv"
    Monitor        "tv"
    DefaultDepth    16
    SubSection     "Display"
        Depth       16
        Modes      "800x600"
    EndSubSection
    SubSection     "Display"
        Depth       24
        Modes      "1024x768"
    EndSubSection
EndSection
Il device tvon non lo sto usando perché ho bisogno di un solo monitor alla volta...
Così comunque funziona tutto :)
Tra l'altro ho scoperto che freevo (il mio media player) parte da init.d tirando su un X server da se! Così non servono nemmeno xdm o parenti, ottimo!!
Top
Post Reply
  • Print view

4 posts • Page 1 of 1

Return to “Forum di discussione italiano”

Jump to
  • Assistance
  • ↳   News & Announcements
  • ↳   Frequently Asked Questions
  • ↳   Installing Gentoo
  • ↳   Multimedia
  • ↳   Desktop Environments
  • ↳   Networking & Security
  • ↳   Kernel & Hardware
  • ↳   Portage & Programming
  • ↳   Gamers & Players
  • ↳   Other Things Gentoo
  • ↳   Unsupported Software
  • Discussion & Documentation
  • ↳   Documentation, Tips & Tricks
  • ↳   Gentoo Chat
  • ↳   Gentoo Forums Feedback
  • ↳   Duplicate Threads
  • International Gentoo Users
  • ↳   中文 (Chinese)
  • ↳   Dutch
  • ↳   Finnish
  • ↳   French
  • ↳   Deutsches Forum (German)
  • ↳   Diskussionsforum
  • ↳   Deutsche Dokumentation
  • ↳   Greek
  • ↳   Forum italiano (Italian)
  • ↳   Forum di discussione italiano
  • ↳   Risorse italiane (documentazione e tools)
  • ↳   Polskie forum (Polish)
  • ↳   Instalacja i sprzęt
  • ↳   Polish OTW
  • ↳   Portuguese
  • ↳   Documentação, Ferramentas e Dicas
  • ↳   Russian
  • ↳   Scandinavian
  • ↳   Spanish
  • ↳   Other Languages
  • Architectures & Platforms
  • ↳   Gentoo on ARM
  • ↳   Gentoo on PPC
  • ↳   Gentoo on Sparc
  • ↳   Gentoo on Alternative Architectures
  • ↳   Gentoo on AMD64
  • ↳   Gentoo for Mac OS X (Portage for Mac OS X)
  • Board index
  • All times are UTC
  • Delete cookies

© 2001–2026 Gentoo Foundation, Inc.

Powered by phpBB® Forum Software © phpBB Limited

Privacy Policy

 

 

magic