View unanswered posts    View active topics

All times are UTC - 6 hours





Post new topic Reply to topic  [ 17 posts ] 
Go to page 1, 2  Next

Print view Previous topic   Next topic  
Author Message
Search for:
PostPosted: Tue Oct 03, 2006 7:37 am 
Offline
Joined: Tue Oct 03, 2006 2:26 am
Posts: 7
Location: Yakima, Washington, USA
I haven't yet got the hardware to install the KnoppMyth distro on, so this could seem to be a really stupid question. I'm going to have the Shuttle PC (In my sig I have a newegg wishlist with all the parts) that I'm getting in a few days run the distro on the TV in our living room, for my parents. They record a lot of shows, and I offered them this alternative to 2 VCRs a DVD player, and 4 huge book shelves full of tapes.
Well, my question is, how complicated is it to set it up for a TV. The shuttle PC onboard has TV-Out, but what about the refresh rate? It's an expensive TV so what preparations will I have to do before booting it up to the TV? The TV is NTSC.

_________________
My MythTV Box
Image
Image


Last edited by Mal on Tue Oct 17, 2006 1:43 pm, edited 1 time in total.


Top
 Profile  
 
 Post subject:
PostPosted: Tue Oct 03, 2006 9:13 am 
Offline
Joined: Wed Dec 21, 2005 1:14 pm
Posts: 145
Location: Charlotte NC USA
What type of inputs does the TV have? (HDMI, DVI, Component)

The system you are looking at will only offer you composite or standard VGA connection to the TV.

The Hard drive is a little on the small side. It would be nice to have a little more space although it will work fine. You can estimate about 3GB per hour for recordings at best Image quality.

You should look in the Tier1 section of the forum you will find a wealth of information about hardware that will work well.


Top
 Profile  
 
PostPosted: Tue Oct 03, 2006 9:18 am 
Offline
Joined: Fri Apr 02, 2004 10:08 am
Posts: 1637
Location: Virginia, USA
Mal wrote:
It's an expensive TV.


An expensive SDTV or an expensive HDTV? Most expensive TVs nowadays are HD...

If it's SD, you would use the S-video out of the video card. I'd check here and the wiki for setting up TV out via S-video. I don't think it's very hard anymore. Be sure and set Bob deinterlacing in your TV playback options to make video sources look correct.

If it's HD, you'd want to connect it via at least VGA, if not DVI or HDMI. If those are not options (e.g., it's an HDTV of about 6 years ago like mine that only has component inputs available for HD signals), you'd want to invest in a VGA to component adapter.


Top
 Profile  
 
 Post subject:
PostPosted: Wed Oct 04, 2006 1:31 am 
Offline
Joined: Tue Oct 03, 2006 2:26 am
Posts: 7
Location: Yakima, Washington, USA
Actually it's an older big screen tv with composite. Standard aspect ratio.

Edit: Just so you know, I've taken all the connections into accout, that isn't the worry. I'm just thinking about refresh rates or signals that could damage the television.

_________________
My MythTV Box
Image
Image


Top
 Profile  
 
 Post subject:
PostPosted: Wed Oct 04, 2006 7:01 am 
Offline
Joined: Wed Dec 21, 2005 1:14 pm
Posts: 145
Location: Charlotte NC USA
Should be no problem then.

After installing just look in /etc/X11 for a sample nvidia tvout XF86Config-4 file. It will have the config you will need.

Also as mentioned searching here and looking at the wiki will give you all the info you need.


Top
 Profile  
 
 Post subject:
PostPosted: Thu Oct 12, 2006 8:34 am 
Offline
Joined: Tue Oct 03, 2006 2:26 am
Posts: 7
Location: Yakima, Washington, USA
I've run into snags when installing. The point I've come to now is this:
1. I can get it to work on a monitor
2. I can't get the tv to work with composite (I might need to try Svideo)
3. When I use settings from the sample nvidia, X won't run properly. I'm probably doing it wrong (I'm tech-savvy and nearly A+ certified but linux is fairly new to me).

_________________
My MythTV Box
Image
Image


Top
 Profile  
 
 Post subject:
PostPosted: Thu Oct 12, 2006 11:52 am 
Offline
Joined: Wed Aug 23, 2006 3:07 pm
Posts: 339
[quote="Mal"]I've run into snags when installing. The point I've come to now is this:
1. I can get it to work on a monitor
2. I can't get the tv to work with composite (I might need to try Svideo)
3. When I use settings from the sample nvidia, X won't run properly. I'm probably doing it wrong (I'm tech-savvy and nearly A+ certified but linux is fairly new to me).[/quote]

Did you set the /etc/X11/XF86Config-4 file to use a tv setting?

Do you see anything on the tv at all, during the boot process or after it goes into xwindows?

What settings did you use from the sample nvidia?


Top
 Profile  
 
 Post subject:
PostPosted: Fri Oct 13, 2006 6:17 pm 
Offline
Joined: Tue Oct 03, 2006 2:26 am
Posts: 7
Location: Yakima, Washington, USA
I can see everything on the TV up to the point of X, at which point I have to press CTRL+ALT+F1 to enter the prompt. I head over and nano XF86Config-4, and I change some settings to try to get it to work. I use the sample nvidia settings, minus all the Modelines, I used the "magic" one I found elsewhere on the forums. I changed the display to 24 bit default. I've tried everything I can think of, but when I save and reboot, then it loads up X, it goes black again. Next thing I'll try is to triple check the syntax.

_________________
My MythTV Box
Image
Image


Top
 Profile  
 
 Post subject:
PostPosted: Fri Oct 13, 2006 7:17 pm 
Offline
Joined: Thu Mar 25, 2004 11:00 am
Posts: 9551
Location: Arlington, MA
What does the X log file say?


Top
 Profile  
 
 Post subject:
PostPosted: Fri Oct 13, 2006 7:32 pm 
Offline
Joined: Sun Jun 12, 2005 10:55 pm
Posts: 3161
Location: Warwick, RI
Hi,

To save some time, you should not have to reboot. What I do as root when playing with x is do a killall gdm. Then I make my tweaks, additions, etc to the XF86Config-4 file and when done simply try to startx . If all is proper and the server is happy you will obtain a gray desktop else error messages to help guide a fix. A ctl alt backspace will shut it down and then you can do gdm .

You can ssh in also however you need to do a ctl c then so you don't kill your "real" xserver :)

Mike


Top
 Profile  
 
 Post subject:
PostPosted: Fri Oct 13, 2006 8:21 pm 
Offline
Joined: Wed Aug 23, 2006 3:07 pm
Posts: 339
[quote="Mal"]I can see everything on the TV up to the point of X, at which point I have to press CTRL+ALT+F1 to enter the prompt. I head over and nano XF86Config-4, and I change some settings to try to get it to work. I use the sample nvidia settings, minus all the Modelines, I used the "magic" one I found elsewhere on the forums. I changed the display to 24 bit default. I've tried everything I can think of, but when I save and reboot, then it loads up X, it goes black again. Next thing I'll try is to triple check the syntax.[/quote]

I bet you are having the same problem I was having.

This page might help, but i'll give you what worked for me.
http://www.knoppmythwiki.org/index.php? ... terInstall

Comment out ALL of the video settings you know won't work. XWindows seems to just pick the first one in the list, regardless of whether it will work.

If your tv computer isn't comfortable to sit at, google for Putty.exe and grab it. It will let you telnet to your mythtv box instead of hovering by the machine. I was trying to deal with mine in a very uncomfortable position while holding the keyboard. Makes it tougher that way.

Login as root and edit the file. Just so you don't have to go look it up again like I do:

nano /etc/X11/XF86Config-4

My own XF86Config-4 file has this section:

Section "Monitor"
Identifier "Monitor0"
Option "DPMS" "true"
Option "ConnectedMonitor" "TV"

and then modeline data before the EndSection

I have no other items with Options in that section that isn't commented out.

Now, I'm not a linux expert, and there are others that might have fancier suggestions that will do the trick. I just know what worked for me.


Top
 Profile  
 
 Post subject: Trying something new
PostPosted: Sun Oct 15, 2006 1:00 am 
Offline
Joined: Tue Oct 03, 2006 2:26 am
Posts: 7
Location: Yakima, Washington, USA
I'm going to list everything I do (basically) from the start.
You can find the hardware in my signature.

Hardware is installed properly.
Knoppmyth CD-ROM is correctly burned and placed into drive.
I get to the knoppmyth installer screen (Using a CRT monitor) I use the command when it asks for boot
[code]knoppmyth screen=640x480 depth=24 vsync=60 hsync=50[/code]
I forget exactly about the vsync and hsync but they matched up with what was in the F3 help. I then go through the installer menus with "Auto Install". I get to X (on monitor) set everything up, then hook it up to a TV (Refresh rate verified, resolution verified) I just don't get it.

_________________
My MythTV Box
Image
Image


Top
 Profile  
 
 Post subject: Re: Trying something new
PostPosted: Sun Oct 15, 2006 1:12 am 
Offline
Joined: Wed Aug 23, 2006 3:07 pm
Posts: 339
[quote="Mal"]I'm going to list everything I do (basically) from the start.
You can find the hardware in my signature.

Hardware is installed properly.
Knoppmyth CD-ROM is correctly burned and placed into drive.
I get to the knoppmyth installer screen (Using a CRT monitor) I use the command when it asks for boot
[code]knoppmyth screen=640x480 depth=24 vsync=60 hsync=50[/code]
I forget exactly about the vsync and hsync but they matched up with what was in the F3 help. I then go through the installer menus with "Auto Install". I get to X (on monitor) set everything up, then hook it up to a TV (Refresh rate verified, resolution verified) I just don't get it.[/quote]

Does X work on the monitor? It's just that XWindows won't display anything but black on the tv, but the boot process shows fine on the tv?

You do have another section to check. It's called MONITOR.

Just try it with the TV option I posted above.


Top
 Profile  
 
 Post subject:
PostPosted: Sun Oct 15, 2006 1:37 am 
Offline
Joined: Tue Oct 03, 2006 2:26 am
Posts: 7
Location: Yakima, Washington, USA
I tried that just now, it still didn't work. I have a question though; What modelines do I need?
Oh and X is fine on monitor, everything works perfectly. But Svideo and composite to TV don't work with X.

_________________
My MythTV Box
Image
Image


Top
 Profile  
 
 Post subject:
PostPosted: Sun Oct 15, 2006 9:08 am 
Offline
Joined: Thu Mar 25, 2004 11:00 am
Posts: 9551
Location: Arlington, MA
Again, have you looked at the X logfile? It should tell you what X thinks the problem is, what modeline the system is using, and any other issues it's encountering. If there are no errors, aside from warning about missing fonts, then it's a really good bet that the xserver is picking a modeline that your TV can't sync to for some reason. Current incarnations of the X server have an occasionally annoying habit of trying to use a bunch of "builtin modelines", sometimes by preference, even when you really, really don't want them to.

http://www.knoppmythwiki.org/index.php? ... ngLogFiles

Better still, post it here so we can help you look at it.


Top
 Profile  
 

Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 17 posts ] 
Go to page 1, 2  Next



All times are UTC - 6 hours




Who is online

Users browsing this forum: No registered users and 4 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Jump to:  
Powered by phpBB® Forum Software © phpBB Group

Theme Created By ceyhansuyu