(Solved!) TV-out suport (nvidia) January 19, 2008 08:47PM | Admin Registered: 15 years ago Posts: 94 |
Re: missing nfs; tv-out suport January 19, 2008 08:54PM | Admin Registered: 15 years ago Posts: 94 |
Re: missing nfs; tv-out suport January 20, 2008 06:09AM | Admin Registered: 15 years ago Posts: 157 |
Re: missing nfs; tv-out suport January 28, 2008 10:24PM | Admin Registered: 15 years ago Posts: 94 |
Re: [working] tv-out suport August 04, 2008 10:22AM | Registered: 14 years ago Posts: 1 |
Re: (Solved!) TV-out suport (nvidia) August 24, 2011 06:57PM | Admin Registered: 15 years ago Posts: 94 |
# 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