![]() |
|
[Linux] HOW-TO achieve perfect playback at 23.97 or 59.94 Hz with NVIDIA GPU hardware - Printable Version +- XBMC Community Forum (http://forum.xbmc.org) +-- Forum: Announcements, Info, and General Discussion (/forumdisplay.php?fid=85) +--- Forum: Tips, tricks, and step by step guides (/forumdisplay.php?fid=110) +--- Thread: [Linux] HOW-TO achieve perfect playback at 23.97 or 59.94 Hz with NVIDIA GPU hardware (/showthread.php?tid=70068) |
- Choque - 2011-04-29 11:30 I'm sorry but I got a little confused by all these numbers. So there's 23.97; 24; 29,97; 50; 59.94 and 60 Hz, right? Which are the ones I need from these? I'm from germany so I know we have PAL-50 so if I'm not wrong, the modes I would need are 1920x1080_50 and 1920x1080_24, right? What if I want to watch a movie which has 23.97 Hz, will this be speed up to 24 Hz then? Wouldn't it make more sense to add all the options to the xorg.conf so all cases are covered? Please correct me if I got something wrong here
- Superorb - 2011-05-02 19:01 23.97 is the actual rate, but XBMC (and most TV's) display this as 24p even though they're actually correctly doing 24.97fps. The same goes for the other rates. - anthonws - 2011-05-06 21:12 Hi all, I've upgraded to Xubuntu 11.04 and Xorg.0.log shows me the following EDID messages: Quote:NVIDIA(0): The EDID for LG Electronics 37LG5000 (DFP-1) contradicts This occurs for every mode... X.Org X Server 1.10.1 NVIDIA GLX Module 270.41.06 Any hints? Should I create a custom EDID file? Thanks a lot, Anthonws. EDIT: Quote:xbmc@blackmamba:~$ sudo get-edid | sudo parse-edid - Baswazz - 2011-05-09 11:13 I got some question. My TV is a Sony Bravia 32V2500 HD-Ready TV My manual says 1360x768 is the native resolution: ![]() Code: --- Modes in ModePool for SONY TV (DFP-0) ---There is no 1360x768 present in my modes.txt So i set this in my xorg.conf Code: "1280x720_60_0" : 1280 x 720 @ 59.94/60 Hz (CEA-861B Format 4)When i hit pauze i see that the pause screen in the bottom right corner is a little out of my screen.
- gott_sei_dank - 2011-05-16 10:16 @Baswazz If you want to continue using "1280x720_60_0" then on your remote or a setting on you TV there should be an option usually along with other aspect ratios to fit the image to the display. If you are using TV as PC monitor as well then I think if you change the xorg.conf file and remove at least "NoVesaModes" you will find the 1360x768 mode. Code: Option "ModeValidation" "NoVesaModes, NoXServerModes"Something to consider though is that using it as PC monitor usually disables any processing the TV does, this might be desirable it might not it varies greatly depending on the capabilities of the TV and the PC. - tocinillo - 2011-05-16 20:28 Any ideas to run the script with Ubuntu 11.04? Works perfectly with 10.10, but not with the new 11.04... Thanks!!!! - SofaKng - 2011-05-24 03:49 I have my HTPC (running XBMC under Ubuntu 10.10-amd64) connected to several HDMI displays via splitters, etc. All of the displays support 1080p/24. What's the best way for me to configure this? Can I just follow the original post and should it then work for all displays? - anthonws - 2011-05-25 11:51 tocinillo Wrote:Any ideas to run the script with Ubuntu 11.04? Works perfectly with 10.10, but not with the new 11.04... Here's what I had to change in the script to make it "work": Code: echo "5/6 Applying NVIDIA settings"But, in my case, since I don't have any EDID goodness I'm not able to change Xorg.conf. Hope it works with you. Give me some feedback! Thanks, Anthonws. hx800 data requested - strats - 2011-05-25 18:24 Could someone please post their settings xorg/modes for a Sony HX800? I'm struggling to get the modes or settings right in xorg. The HX800 doesn't return EDID info and I have no idea what modes to use. Also, would it be better to use the PC input or HDMI? Too many options. The specs say the set can handle 1080p at both 24Hz and 60Hz on HDMI input. HELLLPPPP!!!!! At this rate, hopefully, the judder will kill me before the wife does. - Observer - 2011-05-31 06:48 Hi all Has anyone got this to work on Ubuntu Hardy 8.04.4 LTS, with a Samsung Plasma PN58B650 ? I'm running Sam Nazarko's Crystalbuntu distribution. Thanks ! |