LinuxQuestions.org
Visit Jeremy's Blog.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 03-12-2006, 10:11 AM   #1
Zmyrgel
Senior Member
 
Registered: Dec 2005
Location: Finland
Distribution: Slackware, CentOS, RHEL, OpenBSD
Posts: 1,006

Rep: Reputation: 37
Nvidia tv-out / in


Hi, I'm having problems setting up my TV-out of my new GeForce 7800GT.

Code:
Section "ServerLayout"
	Identifier     "Basic Layout"
	Screen 1       "Screen0"
	Screen 0       "Screen1" rightof "Screen0"
	InputDevice    "Mouse0" "CorePointer"
	InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
	RgbPath      "/usr/lib64/X11/rgb"
	ModulePath   "/usr/lib64/modules"
	FontPath     "/usr/share/fonts/misc/"
	FontPath     "/usr/share/fonts/TTF/"
	FontPath     "/usr/share/fonts/Type1/"
	FontPath     "/usr/share/fonts/CID/"
	FontPath     "/usr/share/fonts/75dpi/"
	FontPath     "/usr/share/fonts/100dpi/"
EndSection

Section "Module"
	Load  "extmod"
	#Load  "dri"
	Load  "dbe"
	Load  "record"
	Load  "xtrap"
	Load  "glx"
	Load  "type1"
	Load  "freetype"
EndSection

Section "InputDevice"
	Identifier  "Keyboard0"
	Driver      "kbd"
	Option	    "CoreKeyboard"
	Option	    "XkbModel" "pc105"
        Option      "XkbLayout" "fi"
	Option	    "nodeadkeys"
EndSection

Section "InputDevice"
	Identifier  "Mouse0"
	Driver      "mouse"
	Option	    "Protocol" "auto"
	Option	    "Device" "/dev/input/mice"
	Option	    "ZAxisMapping"	"4 5"
EndSection

Section "Monitor"
	Identifier   "Monitor0"
	VendorName   "Belinea"
	ModelName    "101920"
	HorizSync    31-64
	VertRefresh  59-61
	Option       "DPMS"
EndSection

Section "Monitor"
	Identifier  "TV"
	VendorName  "Sony"
	ModelName   "Vega"
	HorizSync 30-50
	VertRefresh 60
EndSection

Section "Device"
	Identifier  "Card0"
	Driver      "nvidia"
	Screen	     0
	VendorName  "nVidia Corporation"
	BoardName   "Unknown Board"
	BusID       "PCI:5:0:0"
	Option	    "NoLogo" "true"
EndSection

Section "Device"
	Identifier	"Card1"
	Driver		"nvidia"
	Screen		1
	BusID		"PCI:5:0:0"
	Option		"NoLogo" "true"
EndSection

Section "Screen"
	Identifier "Screen0"
	Device     "Card0"
	Monitor    "Monitor0"
	DefaultDepth 24
	Option "ConnectedMonitor" "TFT"
	SubSection "Display"
		Depth     24
		Modes	  "1280x1024" "1024x768" "800x600" "640x480"
	EndSubSection
EndSection

Section "Screen"
	Identifier	"Screen1"
	Device		"Card1"
	Monitor		"TV"
	DefaultDepth	24
	Option	"TVOutFormat" "SVIDEO"
	Option  "TVStandard"  "PAL-B"
	SubSection "Display"
		Depth 24
		Modes "640x480"
	EndSubSection
EndSection
Here's my xorg.conf My problem is that after I tried to use it, my normal TFT-monitor gets the TVs values (low res and default background) and TV gets my monitors values. I tried to switch the screen values but then it put default desktop theme on my monitor, with correct res and all but, all my icons and background images where on the TV screen with correct res. Any idea how to get this working so that my default theme stays on my monitor and new default theme is on the TV with correct resolutions. And how can I get nvidia's TV-in thing to work?

Appaerantly it puts the TV as primary display and sets my monitor as secondary. It doesn't too good like that as, for exampel, some confirmation messages go straght to primary display.

Last edited by Zmyrgel; 03-12-2006 at 11:44 AM.
 
Old 03-12-2006, 11:11 AM   #2
Zeistler
Member
 
Registered: May 2004
Distribution: Slackware
Posts: 108

Rep: Reputation: 15
This is how the tv-settings looks like in my xorg.conf file. I have two monitor sections, two Device and two screen sections. I have only included the tv related sections. I flip between them by moving the # comment in the server layout section.

Section "Monitor"
Identifier "Tv-out"
HorizSync 30-50
VertRefresh 60
EndSection

Section "Device"
Identifier "Tv"
Driver "nvidia"

Option "NoLogo" "true"
Option "RenderAccel" "true"
Option "UseEdidDpi" "FALSE"
Option "DPI" "96 x 96"

Option "TVStandard" "PAL-G"
Option "ConnectedMonitor" "TV"
Option "TVOutFormat" "COMPOSITE"
EndSection

Section "Screen"
Identifier "Screen-Tv"
Device "Tv"
Monitor "Tv-out"

DefaultDepth 24

Subsection "Display"
Depth 24
Modes "800x600" "640x480"
EndSubsection
EndSection

Section "ServerLayout"
Identifier "Simple Layout"
Screen "Screen 1"
# Screen "Screen-Tv"
InputDevice "Mouse1" "CorePointer"
InputDevice "Keyboard1" "CoreKeyboard"
EndSection
 
Old 03-12-2006, 11:46 AM   #3
Zmyrgel
Senior Member
 
Registered: Dec 2005
Location: Finland
Distribution: Slackware, CentOS, RHEL, OpenBSD
Posts: 1,006

Original Poster
Rep: Reputation: 37
Your thing is like it uses monitor OR the TV. And you have to close KDE for the swithing to take effect?... I'm seeking something where I can have picture in my TV all the time put same time use my monitor like it was single device.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
help editing xf86config for nvidia geforce mx440 after installing nvidia driver linguist Linux - Newbie 11 06-13-2006 06:31 AM
Can't build nvidia.ko on MEPIS3.3. Read /usr.../nvidia-kernelsource/README.debian digorykirke Linux - Software 0 03-16-2005 02:10 AM
Nvidia fx5500 mandrake 10.1 problem:Nvidia in /etc/modprobe.preload doesn't work eikeland Linux - Hardware 5 01-17-2005 02:09 PM
Trouble with new nVidia driver installation...no nvidia logo and KDE no start up mdb Linux - Software 8 08-18-2004 09:45 AM
kernel 2.6.3--bk8 and NVIDIA-Linux-x86-1.0-5336 video driver from Nvidia zdenkod Linux - Hardware 2 03-09-2004 05:38 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 02:48 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration