![]() |
|
[Linux] HOW-TO setup XBMC and Linux with correct resolution (xorg.conf) - 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 setup XBMC and Linux with correct resolution (xorg.conf) (/showthread.php?tid=54685) |
- AddictedToMetal - 2010-01-11 19:57 idlehands Wrote:Is there some benefit to fixing overscan with those options vs manually brute forcing it with the modelines? I added modelines because even though I run a minimal system I do things other than XBMC. I use Chromium and some games. All run really nice on a minimal system.
- fidoboy - 2010-01-23 18:26 Hi there, i'm trying to get 1360x768 using HDMI cable but i can't get it working; using VGA cable it works nicely. With previous computer and using the same TV i was using 1360x768 using DVI to HDMI cable and it worked fine, but now, with this nVidia ION chip i can't get that res... any advice or tip to solve this issue?? many thanks in advance, regards, - apples - 2010-01-24 13:31 Before I mess things up changing my xorg I thought I'd ask here first. I have a Panasonic P46G10 plasma (european model) and with the default XBMC Live install (9.11) it does not do 1080p (1080i works fine). Am I correct in thinking I have to edit xorg in order to achieve 1080p? I have XBMC connected like this: XBMC (GF GT220) -> HDMI -> Receiver -> HDMI -> TV. Would it be best if I connected my XBMC directly to the TV via HDMI (bypassing the receiver) before performing the actions in the OP? Thanks & best regards! - SubSense - 2010-01-24 13:46 Okay, read the thread. I'm using a Panasonic Plasma TH-42PV70FA HD ready. Max 1080i. In my live installation also the xorg.conf was missing. Editing the XF86Config instead doesn't work. After a reboot the wil is reset. Downloading a fresh CD now. I'm trying to achieve 720p @ 24Hz but I don't know if that's even possible. From the panasonic site I've learned that only 50 Hz and 60 Hz are supported. But when I look up the specs of a 1080p model it states also these two resolutions. So is 720p @ 24 Hz possible on a HD ready TV? - Khakzoy - 2010-01-25 12:13 Ok, I used this guide to get 1080P @ 24Hz on my Asrock ION 330. It works great with HD content but now I run into trouble playing DVD content. From what I understand I can add "Modes" under the subsection "Display". For now I only added one with the name "1920x1080". The name I use for the modeline has to match the name I specified under "modes" Am I free to use whatever name I want or does it have to match with the name from the EDID info? I want to add "1920x1080@60hz" to see if I can fix the judder on DVD playback. - finite3 - 2010-01-28 22:35 Guys, In general, read this thread as well : http://forum.xbmc.org/showthread.php?tid=64412 Apples, I have a 50V10.. Your G should be basically the same. That means the first post's settings in the above thread should work for you. But remember the "modes" fix in http://forum.xbmc.org/showpost.php?p=482375&postcount=52 otherwise some "p" content will be "i". .. And you should really generate G10-specific modelines to be safe. Good luck with that, I kept getting conflicting results. This post http://forum.xbmc.org/showpost.php?p=464287&postcount=2 has xorg settings that will use edid to set refresh rate. It should work if your TV obeys the standards. - luthan - 2010-01-28 23:22 when i add these two lines into xorg.conf and reboot the pc i get nothing: Option "ExactModeTimingsDVI" "TRUE" Option "ModeValidation" "NoEdidModes" should these be removed after doing the test? also, my tv is 720p panasonic and it seems that all the modes that seem like they should be fine are rejected, i dont see one mode 1280x720 that is accepted what am i doing wrong? - SteveGo - 2010-01-29 22:46 Alright, I need some help. So apparently my TV doesn't support EDID, at least over HDMI. It's a Pioneer 1366x768 plasma, model PDP-5080HD. What can I do to get modelines and then force them to be an option under resolution? I'm pretty sure this tv accepts 1920x1080 input (24, 50, and 60 Hz), and I've tried putting those in my xorg.conf file, but they never show available. The only one that ever shows up is 1920x1080@50, as the fullscreen option. Along with a bunch of lower res "default" options. - finite3 - 2010-01-30 00:03 a) read the first post in this thread, it tells you what to do b) google is your friend. try searching for "modeline" and your tv model c) check the mythtv modeline database d) here is an xorg.conf that may work. it has every res in it. or there is a slight chance it will break your tv - which is why you should try the above steps first. Code: # nvidia-xconfig: X configuration file generated by nvidia-xconfig- SteveGo - 2010-01-30 00:30 finite3 Wrote:a) read the first post in this thread, it tells you what to do Are you responding to me? If so, I already tried the instructions in the first post and like I said, my TV doesn't support EDID, so it doesn't report back the valid resolutions. Believe me, I've googled and there are no modelines for my tv in the database or otherwise. |