Both. Either one I choose the screen close dark then I hear stuttering audio with no picture then when I use esc or my remote exit button it locks the whole system up and I have to hard reboot. Any ideas?<br><br>Allan<br><br>
<div><span class="gmail_quote">On 4/15/06, <b class="gmail_sendername">Steven Adeff</b> <<a href="mailto:adeffs.mythtv@gmail.com">adeffs.mythtv@gmail.com</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
On 4/15/06, Allan Wilson <<a href="mailto:allanwilson@gmail.com">allanwilson@gmail.com</a>> wrote:<br>> On 4/15/06, Steven Adeff <<a href="mailto:adeffs.mythtv@gmail.com">adeffs.mythtv@gmail.com</a>> wrote:
<br>> ><br>> On 4/15/06, Joe Votour <<a href="mailto:joevph@yahoo.com">joevph@yahoo.com</a>> wrote:<br>> > --- Allan Wilson <<a href="mailto:allanwilson@gmail.com">allanwilson@gmail.com</a>> wrote:
<br>> > > have a Sony KDS-R60XBR1 and using powerstrip I<br>> > > found some modelines that I<br>> > > can use but I am getting errors when I try to use<br>> > > them in xorg.conf. My<br>
> > > xorg.conf file has<br>> > ><br>> > ><br>> > > *Code:* Section "Screen"<br>> > > Identifier "Generic Monitor"<br>> > > HorizSync
31.5-37.9<br>> > > VertRefresh 59.9-60.1<br>> > > "1280x720" 74.250 1280 1390 1426 1646 720<br>> > > 725 727 747 +hsync +vsync<br>> > > "1920x1080"
74.250 1920 2008 2052 2200 1080<br>> > > 1088 1091 1121 interlace<br>> > > +hsync +vsync<br>> > ><br>> > > EndSection<br>> > ><br>> > > and my screen section looks like:
<br>> > ><br>> > ><br>> > > *Code:*<br>> > > Section "Screen"<br>> > > Identifier "Default Screen"<br>> > > Device "NVIDIA Corporation NV18
<br>> > > [GeForce4 MX 4000 AGP 8x]"<br>> > > Monitor "Generic Monitor"<br>> > > DefaultDepth 24<br>> > > SubSection "Display"
<br>> > > Depth 24<br>> > > Modes "1280x720"<br>> > > "1920x1080" "640x480"<br>> > > EndSubSection
<br>> > > EndSection<br>> > ><br>> > ><br>> > > I am getting the following error message in my xorg<br>> > > log file:<br>> > ><br>> > > *Code:* X Window System Version
6.8.2 (Ubuntu<br>> > > 6.8.2-77 20051010174523<br>> > > <a href="mailto:root@vernadsky.buildd">root@vernadsky.buildd</a>)<br>> > > Release Date: 9 February 2005<br>> > > X Protocol Version 11, Revision 0, Release
6.8.2<br>> > > Build Operating System: Linux 2.6.10 i686 [ELF]<br>> > > Current Operating System: Linux mythtv 2.6.12-10-686<br>> > > #1 Sat Mar 11 16:22:51<br>> > > UTC 2006 i686<br>> > > Build Date: 10 October 2005
<br>> > > Before reporting problems, check<br>> > > <a href="http://wiki.X.Org">http://wiki.X.Org</a><br>> > > to make sure that you have the latest<br>> > > version.<br>
> > > Module Loader present<br>> > > OS Kernel: Linux version 2.6.12-10-686<br>> > > (buildd@terranova) (gcc version<br>> > > 3.4.520050809 (prerelease) (Ubuntu<br>> > > 3.4.4-6ubuntu8.1
)) #1 Sat Mar 11 16:22:51 UTC 2006<br>> > > TF<br>> > > Markers: (--) probed, (**) from config file, (==)<br>> > > default setting,<br>> > > (++) from command line, (!!) notice, (II)
<br>> > > informational,<br>> > > (WW) warning, (EE) error, (NI) not<br>> > > implemented, (??) unknown.<br>> > > (==) Log file: "/var/log/Xorg.0.log", Time: Sat Apr<br>
> > > 15 10:33:16 2006<br>> > > (==) Using config file: "/etc/X11/xorg.conf"<br>> > > Parse error on line 74 of section Monitor in file<br>> > > /etc/X11/xorg.conf<br>> > > "1280x720" is not a valid keyword in this
<br>> > > section.<br>> > > (EE) Problem parsing the config file<br>> > > (EE) Error parsing the config file<br>> > ><br>> > > Fatal server error:<br>> > > no screens found
<br>> > ><br>> > > Please consult the The X.Org Foundation support<br>> > > at <a href="http://wiki.X.Org">http://wiki.X.Org</a><br>> > > for help.<br>> > > Please also check the log file at
<br>> > > "/var/log/Xorg.0.log" for additional<br>> > > information.<br>> > ><br>> > ><br>> > > It does the same thing if I start it with<br>> > > "1920x1080" instead. Can anyone
<br>> > > help me with my xorg.conf file to get this working?<br>> > > Thanks for any help.<br>> > ><br>> > > Allan<br>> > <a href="http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users">
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users</a><br>> > ><br>> > First of all, the modeline definitions need to go<br>> > under the "Monitor" section in xorg.conf. I'm sure<br>> > that this was just a typo on your part.
<br>> ><br>> > Secondly, before the modeline definitions themselves<br>> > (the "1280x720" and "1920x1080"), you need the word<br>> > "Modeline".<br>> ><br>> > An example from my
xorg.conf:<br>> > Section "Monitor"<br>> > Identifier "Monitor0"<br>> > VendorName "Monivision"<br>> > ModelName "DM-6552SW"<br>
> > DisplaySize 325 182<br>> > HorizSync 31.4 - 46.0<br>> > VertRefresh 58.0 - 62.0<br>> > ModeLine "1280x720p" 74.6 1280 1352 1488<br>> > 1664 720 721 724 746 -hsync +vsync
<br>> > ModeLine "848x480p" 33.3 848 888 976 1072<br>> > 480 491 494 518 -hsync -vsync<br>> > ModeLine "960x540p" 42.2 960 1056 1104<br>> > 1248 540 547 548 563 +hsync +vsync
<br>> > # Option "dpms"<br>> > # 720p (Native resolution)<br>> > EndSection<br>><br>> Allan,<br>><br>> when you get a working modeline, please add it to:<br>>
<a href="http://www.mythtv.org/wiki/index.php/Modeline_Database">http://www.mythtv.org/wiki/index.php/Modeline_Database</a><br>> Thanks Joe, that was a smack the forehead one. It was just adding the<br>> modeline keyword at the front of the line that fixed it. I will definately
<br>> add it to the database when I get it working right. Right now it locks the<br>> entire system up when I try to look at video. I have to do a hard power off<br>> to get it back up. I think I am going to try the new nvidia drivers and see
<br>> if that helps. Do you have any suggestions and thanks for the quick<br>> response.<br>><br>> Allan<br><br>Allan, does it lock for livetv, recordings, or both?<br><br><br>--<br>Steve<br>_______________________________________________
<br>mythtv-users mailing list<br><a href="mailto:mythtv-users@mythtv.org">mythtv-users@mythtv.org</a><br><a href="http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users">http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users
</a><br></blockquote></div><br>