Forum

Full Version: resolution problem
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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
what is native resolution of the screen you are connect to ?
(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.
can u try this

so do the following from SSH
Code:
nano /boot/config.txt

and change the following
Code:
gpu mem 256=100
to
Code:
gpu mem 256=128

or if you have Raspberry Pi V2 with 512mb RAM

Code:
gpu mem 512=100
to
Code:
gpu mem 512=128
(12th Feb, 2013 05:20 AM)rikardo1979 Wrote: [ -> ]can u try this

so do the following from SSH
Code:
nano /boot/config.txt

and change the following
Code:
gpu mem 256=100
to
Code:
gpu mem 256=128

or if you have Raspberry Pi V2 with 512mb RAM

Code:
gpu mem 512=100
to
Code:
gpu mem 512=128

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 !
OK Wink
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
(12th Feb, 2013 06:10 AM)rikardo1979 Wrote: [ -> ]OK Wink
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

will create log this weekend.
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
Reference URL's