LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 04-04-2006, 12:42 PM   #1
downbound010
LQ Newbie
 
Registered: Dec 2005
Posts: 10

Rep: Reputation: 0
fun with xorg TV Out


Ok, I'm going to give in and ask. .

I've got a Asus V9400-X/TD/64m (basically a Nvidia GeForce 4 MX 4000) it's got Composite TV Out.
I've got a pansy lil 800x600 max resolution generic monitor (yea, I can get this to work)
I've got a big ole 42" RCA Rear Projection TV with Composite IN (P52750WK)
OS CentOS 4.2
Default Nvidia Drivers:
nvidia-graphics8178

I would LIKE to set up a clone view with both of these so they show the same output. Though, I'm pretty sure that requires they run the same resolution so I'm willing to skip that. What I'd really like is to output to that big ole TV. I just can't seem to get it to work. I'm in the US so the format SHOULD be NTSC-M. I've tried a bunch of things. Anyone want to lend a hand, maybe someone's done a xorg.conf file for a big projection TV before.
 
Old 04-04-2006, 01:14 PM   #2
downbound010
LQ Newbie
 
Registered: Dec 2005
Posts: 10

Original Poster
Rep: Reputation: 0
I'm closer now. . I got twinview to work on BOTH. . . With a lil help from the search function. (sorry, didn't see it the first time. Now, who wants to help me work on some cloning?)

http://www.linuxquestions.org/questi...d.php?t=414561
 
Old 04-04-2006, 01:17 PM   #3
dive
Senior Member
 
Registered: Aug 2003
Location: UK
Distribution: Slackware
Posts: 3,467

Rep: Reputation: Disabled
Yes they do need to be set same resolution or you will miss some part of the picture.

One problem I found is that setting composite out doesn't work with nvidia drivers - it seems to switch off twinview altogether. At least that is the case with my MX420. In the end I had to buy an svideo-scart adaptor and use that to get any sort of picture at all. Perhaps you have something like a vcr that accepts svideo that you could run the signal thru first?

Here's my xorg.conf parts:

Code:
Section "Device"
Driver      "nvidia"
Identifier  "Card0"
VendorName  "nVidia Corporation"
BoardName   "NV17 [GeForce4 MX 420]"
BusID       "PCI:1:0:0"
Option      "AllowGLXWithComposite" "on"
Option      "NoLogo" "True"
Option      "RenderAccel" "true"
Option      "HWcursor" "true"
Option      "CursorShadow" "true"
Option      "NvAgp" "3"
Option      "TwinView" "on" 
Option      "ConnectedMonitor" "CRT,TV"
Option      "MetaModes" "1280x960,800x600;1024x768,800x600;800x600,800x600"
Option      "TwinViewOrientation" "Clone"
Option      "SecondMonitorHorizSync" "30 - 50"
Option      "SecondMonitorVertRefresh" "60"
Option      "TVStandard" "PAL-I"
Option      "TVOutFormat" "SVIDEO"
Option      "NoTwinViewXineramaInfo" "True"
EndSection

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

Section "Screen"
Identifier "Screen0"
Device     "Card0"
Monitor    "Monitor0"
DefaultDepth 24
SubSection "Display"
Viewport   0 0
Depth     24
Modes     "1280x960" "800x600"
EndSubSection
EndSection

Section "Screen"
Identifier "Screen1"
Device     "Card1"
Monitor    "Monitor1"
DefaultDepth 24
SubSection "Display"
Viewport   0 0
Depth     24
Modes     "800x600" "640x480"
EndSubSection
EndSection

Section "Monitor"
DisplaySize	  320   240
Identifier   "Monitor0"
VendorName   "HSL"
ModelName    "720E"
HorizSync    30.0 - 72.0
VertRefresh  50 - 160 
Option	    "DPMS"
EndSection

Section "Monitor"
Identifier   "Monitor1"
VendorName   "TV"
ModelName    "TV"
HorizSync    30.0 - 50
VertRefresh  60 
Option	    "DPMS"
EndSection
(I don't recall if you actually need separate monior/screen sections, but I left those in after experimenting with xinerama I think)
 
Old 04-04-2006, 01:37 PM   #4
downbound010
LQ Newbie
 
Registered: Dec 2005
Posts: 10

Original Poster
Rep: Reputation: 0
I figured it out. Can't do cloning. Just played with the config a bit and got it going. I'm still not able to get better than 800x600 on the big TV though. I don't know, maybe that's a composite limit??
 
Old 04-04-2006, 01:52 PM   #5
downbound010
LQ Newbie
 
Registered: Dec 2005
Posts: 10

Original Poster
Rep: Reputation: 0
OK, I got it working. For those who want to know.

Code:
Section "ServerLayout"
        Identifier      "Default Layout"
        Screen          "Screen_tv"
        InputDevice     "Mouse0" "CorePointer"
        InputDevice     "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
        RgbPath "/usr/X11R6/lib/X11/rgb"
        FontPath "unix/:7100"
EndSection

Section "Module"
        Load "dbe"
        Load "extmod"
        Load "fbdevhw"
        Load "glx"
        Load "record"
        Load "freetype"
        Load "type1"
        Load "v4l"
EndSection

Section "InputDevice"
        Identifier "Keyboard0"
        Driver "kbd"
        Option "XkbModel" "pc105"
        Option "XkbLayout" "us"
EndSection

Section "InputDevice"
        Identifier "Mouse0"
        Driver "mouse"
        Option "Protocol" "IMPS/2"
        Option "Device" "/dev/input/mice"
        Option "ZAxisMapping" "4 5"
        Option "Emulate3Buttons" "yes"
EndSection

Section "Monitor"
        Identifier "Monitor0"
        VendorName "Monitor Vendor"
        ModelName "Unknown monitor"
        HorizSync 31.5 - 37.9
        VertRefresh 50.0 - 70.0
        Option "dpms"
EndSection

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

Section "Device"
        Identifier "Videocard0"
        Driver "nvidia"
        VendorName "Videocard vendor"
        BoardName "NVIDIA GeForce MX (generic)"
        Option "TwinView" "false"
        Option "ConnectedMonitor" "TV"
EndSection

Section "Screen"
        Identifier "Screen_tv"
        Device "Videocard0"
        Monitor "Monitor1"
        DefaultDepth 24
        subSection "Display"
                Depth 24
                Modes "1280x720" "1152x864" "1024x768" "800x600" "640x480"
        EndSubSection
EndSection

Last edited by downbound010; 04-04-2006 at 02:13 PM.
 
  


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
replace 'xfree86' by 'xorg' in your xorg config file dindoung Linux - Newbie 2 02-26-2005 04:43 AM
ATI Drivers 3.12.0 with Xorg 6.7, Xorg 6.8 Gary987 Linux - Hardware 0 09-15-2004 07:10 PM
Xorg, Xorg -configure fail kupek85 Linux - Software 3 08-05-2004 08:09 PM
Xorg Hard Crashes and corrupts xorg.conf Advocator Linux - General 0 07-15-2004 01:41 PM
Considering Xorg, Slack favors Xorg over Xfree Nichole_knc Slackware 7 06-13-2004 06:46 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 10:18 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