Welcome! Log In Create A New Profile
We moved to this Improved Forum!







Do not use this old forum, we MOVED to here!

Advanced

(Solved!) TV-out suport (nvidia)

Posted by anu 
This forum is currently read only. You can not log in or make any changes. This is a temporary situation.
(Solved!) TV-out suport (nvidia)
January 19, 2008 08:47PM
Ei hello, yesterday i get elive cd (free one), and i like it but some things i missing nfs support out of box and tv-out.

Ok i found some nfs, and nvtv on rep's.. installing.. but I'm afraid about setting up :/



Edited 8 time(s). Last edit at 02/22/2010 11:04PM by anu.
Re: missing nfs; tv-out suport
January 19, 2008 08:54PM
nvtv Fatal: No supported video card found.

I have gf7600gs 256mb agp + i have live vector Linux and tv-out works out of box w.o. any problems on it.
What do i need for elive ? I'm no familiar with Debian based distro's.

add: ok noticed nvidia-settings i guess nvtv for tv cards was.. now trying againn

add: no luck i see only my monitor any suggestions ?



Edited 3 time(s). Last edit at 01/19/2008 09:03PM by anu.
Re: missing nfs; tv-out suport
January 20, 2008 06:09AM
Hello,

You can compare the /etc/X11/xorg.conf file of Vector Linux and Elive ?
Re: missing nfs; tv-out suport
January 28, 2008 10:24PM

link to my xorg txt file (/etc/X11/xorg.conf; u can view it with browser)


Hmn, i trying to do some config (after little googling) to get tv-out via svideo it worked on my gf7600gs.
Its not a clone as usually, its separate x with own refresh rate and resolution.

I was trying to get linked both tv and crt desktops by moving mouse to right crt corner it jumps to tv screen (so i can run separate movie on it and same time work on crt) but it moves only mouse, how to get same thing for program window ?

add. I'm using elive_1.2.4_unstable, (first what i found couple weeks ago..) hmn can somebody share with code.. i will be happy by having stable...:>



Edited 3 time(s). Last edit at 01/28/2008 10:44PM by anu.
Re: [working] tv-out suport
August 04, 2008 10:22AM
please help i also have 7600gs 256 meg.... i cant get tv out to work kinda a newb so any help would be appreciated
Re: (Solved!) TV-out suport (nvidia)
August 24, 2011 06:57PM
Hello,
some example of mine, for somebody that needs:
/etc/X11/xorg.conf

# Edit this file with caution, and see the xorg.conf manual page.
# (Type "man xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command as root:
# nvidia-xconfig or
# dpkg-reconfigure -phigh xserver-xorg


Section "ServerLayout"

    Identifier     "Simple Layout"
    Screen      0  "Screen0" 0 0
    Screen      1  "Screen1" Below "Screen0"
    InputDevice    "Configured Mouse" "CorePointer"
    InputDevice    "Generic Keyboard" "CoreKeyboard"
EndSection

Section "Module"

    Load           "bitmap"
    Load           "dbe"
    Load           "freetype"
    Load           "glx"
    Load           "int10"
    Load           "vbe"
    Load           "xaa"
    Load           "extmod"
EndSection

Section "ServerFlags"
    Option         "Xinerama" "0"	#Xinerama + composite do not work
EndSection

Section "InputDevice"

    Identifier     "Generic Keyboard"
    Driver         "kbd"
    Option         "CoreKeyboard"
    Option         "XkbRules" "xorg"
    Option         "XkbModel" "pc104"
    Option         "XkbLayout" "us,lt"
    Option         "XKbOptions" "grp:alt_shift_toggle"
EndSection

Section "InputDevice"
    Identifier     "Configured Mouse"
    Driver         "mouse"
    Option         "CorePointer"
    Option         "Device" "/dev/input/mice"
    Option         "Protocol" "ImPS/2"
    Option         "Emulate3Buttons" "0"
    Option         "ZAxisMapping" "4 5"
EndSection

Section "Monitor"

    Identifier     "Monitor0"
    VendorName     "Unknown"
    ModelName      "Monitorius"
    HorizSync       30.0 - 70.0
    VertRefresh     50.0 - 100.0
EndSection

Section "Monitor"
    Identifier     "Monitor1"
    VendorName     "Unknown"
    ModelName      "TV-0"
    HorizSync       28.0 - 55.0
    VertRefresh     43.0 - 72.0
EndSection

Section "Device"

    Identifier     "Videocard0"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
    BoardName      "GeForce 7600 GS"
    BusID          "PCI:1:0:0"
    Screen          0
EndSection

Section "Device"

    Identifier     "Videocard1"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
    BoardName      "GeForce 7600 GS"
    BusID          "PCI:1:0:0"
    Screen          1
EndSection

Section "Screen"

    Identifier     "Screen0"
    Device         "Videocard0"
    Monitor        "Monitor0"
    DefaultDepth    24
    Option         "TwinView" "0"
    Option         "metamodes" "CRT: 1280x1024 +0+0; CRT: 1024x768 +0+0; CRT: 800x600 +0+0; CRT: 640x480 +0+0"
    Option         "AddARGBGLXVisuals" "true"		#arba 1	#musa -60fps? needs for compiz at elive; recommended for nvidia-96xx, enabled by default with newer drivers 
    Option         "AllowGLXWithComposite" "1"		#recommended for nvidia-96xx to handle composite; 173 -5fps
    Option         "Backingstore" "1"				#"True"
    Option         "Coolbits" "1"					#to overcl
    Option         "DamageEvents" "1"				#Improves performance when using GLX with the composite extension.
    Option         "NoFlip" "1"						#
    Option         "NoLogo" "1"						#
    Option         "NvAGP" "2"						#0'none', 1'nvagp', 2'agpgart', or 3'any' 
    Option         "RenderAccel" "1"				#"True"
    Option         "TripleBuffer" "0"			    #or 0	#0+couple fps at q3
    SubSection     "Display"
        Depth       24
        Modes      "nvidia-auto-select"
    EndSubSection
EndSection

Section "Screen"

    Identifier     "Screen1"
    Device         "Videocard1"
    Monitor        "Monitor1"
    DefaultDepth    24
    Option         "TVOutFormat" "SVIDEO"
    Option         "TVStandard" "PAL-G"				#"NTSC-M" 	#"PAL-G"
    Option         "TwinView" "0"
    Option         "metamodes" "TV: 800x600 +0+0; TV: 1024x768 +0+0"
    Option         "AddARGBGLXVisuals" "1"			#-60fps? needs for compiz at elive; recommended for nvidia-96xx, enabled by default with newer drivers 
    Option         "AllowGLXWithComposite" "1"		#recommended for nvidia-96xx to handle composite; 173 -5fps
    Option         "DamageEvents" "1"				#Improves performance when using GLX with the composite extension.
    Option         "NoFlip" "1"						#
    Option         "NoLogo" "1"						#
    Option         "NvAGP" "2"						#0'none', 1'nvagp', 2'agpgart', or 3'any' 
    Option         "RenderAccel" "1"				#"True"
    Option         "TripleBuffer" "0"				#0+couple fps at q3
    SubSection     "Display"
        Depth       24
        Modes      "nvidia-auto-select"
    EndSubSection
EndSection

Section "Extensions"

    Option         "Composite" "Enable"
EndSection