resolution problem - Printable Version +- Forum (http://forum.xbian.org) +-- Forum: Hardware (/forum-7.html) +--- Forum: Video and Audio (/forum-28.html) +--- Thread: resolution problem (/thread-432.html) |
resolution problem - coreflake - 11th Feb, 2013 01:30 AM hey everybody, i'm having a little trouble setting up a configuration at my dad house. Everything is working fine. HDD and WIFI connected trough external powered usb hub. However if i change the resolution (system settings xbmc) to 1080p in stead of 720p some of the movies don't play. It's seems completely random, some HD movies don't play as well as some low res movies. change resolution back to 720p everything works flawless. any ideas ? Thanks Edit : using last kernel and last XBMC version Re: resolution problem - rikardo1979 - 11th Feb, 2013 04:03 AM what is native resolution of the screen you are connect to ? RE: resolution problem - coreflake - 12th Feb, 2013 05:01 AM (11th Feb, 2013 04:03 AM)rikardo1979 Wrote: what is native resolution of the screen you are connect to ? native resolution is : 1920 x 1080 Tried 24hz/50hz/60hz modes , makes no difference. When i put it on 24hz , first 10 seconds play. Then black screen only sound. Re: resolution problem - rikardo1979 - 12th Feb, 2013 05:20 AM can u try this so do the following from SSH Code: nano /boot/config.txt and change the following Code: gpu mem 256=100 Code: gpu mem 256=128 or if you have Raspberry Pi V2 with 512mb RAM Code: gpu mem 512=100 Code: gpu mem 512=128 RE: resolution problem - coreflake - 12th Feb, 2013 05:56 AM (12th Feb, 2013 05:20 AM)rikardo1979 Wrote: can u try this I forgot to mention i allready tried that. even tried upping gpu mem to 156mb without any improvement. i have a raspberry pi V2 btw. thanks for the reply ! RE: resolution problem - rikardo1979 - 12th Feb, 2013 06:10 AM OK it was just a guesses so far can u get the log out for us please ? look here how to proper post it, please http://forum.xbian.org/announcement-8.html so turn the debbuging on than recreate your error and get the log file please RE: resolution problem - coreflake - 13th Feb, 2013 03:43 AM (12th Feb, 2013 06:10 AM)rikardo1979 Wrote: OK will create log this weekend. RE: resolution problem - coreflake - 17th Feb, 2013 11:56 PM This is a debug log of me doing : - setting resolution to 1080p - calibrating screen - playing 3 different media files (black screen, only sound). log : http://pastebin.com/vKvAmVD2 edit : codecs are installed btw |