Resolution change on launch

  Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
mat____ Offline
Member
Posts: 90
Joined: Jan 2009
Reputation: 0
Post: #1
I'm running the latest pre-Eden builds on OSX Lion. I update the build every few days and I just notice that since perhaps the build from December 5th, that XBMC is changing the system resolution when it launched, or at least it is of me.

Macbook Pro connected to 1080P HDTV by mini display port to HDMI cable. System running in 1080P with overscan enabled to get a proper full screen display. Works fine, has done for ages.

Now when XBMC launches, it's switching to 1080i which seems to mess with the overscan amounts and pushes the screen past the edges (zoomed in effect). I can task switch to the dock and launch system pref's to switch back to 1080P and then the display is just fine again.

This is repeatable, and it does not go back to 1080p on exit either, it leaves the system running interlaced.

It's a new change, is it by design, can I turn it off, or is it a bug?
thanks.
find quote
davilla Offline
Team-XBMC Developer
Posts: 10,403
Joined: Feb 2008
Reputation: 58
Post: #2
My guess is you have 'adjust refresh rate enabled", osx just received the full ability to change the display settings"

As always, we ask for xbmc.log Smile


MediaInfo : http://mediainfo.sourceforge.net/
Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
find quote
mat____ Offline
Member
Posts: 90
Joined: Jan 2009
Reputation: 0
Post: #3
I suspected that setting and already checked it, it was off.

log file here http://pastebin.com/UXeR1Fs6
I'm also noticing that the display (in xbmc only) is darker than usual, like the gamma is down or something, incase that helps at all
find quote
Memphiz Offline
Team-XBMC Developer
Posts: 7,691
Joined: Feb 2011
Reputation: 91
Location: germany
Post: #4
mat____ Wrote:I suspected that setting and already checked it, it was off.

log file here http://pastebin.com/UXeR1Fs6
I'm also noticing that the display (in xbmc only) is darker than usual, like the gamma is down or something, incase that helps at all

XBMC found the following 3 1080p modes. The issue that it gets darker might be that it is switched to 60hz now, which it wasn't before? Could you switch through the resolutions in System->Video and see if your desired resolution will be set there? It might be a invalid entry in your guisettings.xml or so ... not sure if this is even possible though.

Code:
19.14:20:09 T:2901496512    INFO: Found possible resolution for display 0 with 1920 x 1080 @ 50.000000 Hz
20.14:20:09 T:2901496512    INFO: Found possible resolution for display 0 with 1920 x 1080 @ 24.000000 Hz
21.14:20:09 T:2901496512    INFO: Found possible resolution for display 0 with 1920 x 1080 @ 60.000000 Hz

Davilla - i definitly don't take interlaced resolutions into account - see condition here:

Code:
if( (bitsperpixel == 32)           &&
    (safeForHardware == YES)  &&          
    (stretched == NO)             &&          
    (interlaced == NO)               )

I have no clue how it should happen that it switches to such a mode ...

AppleTV2/iPhone/iPod: HowTo find debug logs and everything else which the devs like so much: click here
HowTo setup NFS for XBMC: Wiki NFS
HowTo configure avahi (zeroconf): Wiki Avahi
READ THE IOS FAQ!: iOS FAQ
find quote
sceaga Offline
Member
Posts: 63
Joined: Nov 2010
Reputation: 0
Post: #5
I'm seeing a similar behavior on my AppleTV1 since the 12/5 or 12/6 nightly. Now when I start it switches my TV from 1920x1080@60 to 1280x720@60, but the screen is completely black and I cannot see anything. I can control it and manage to Quit, but can't see anything.

I will do a fresh install tonight and see if that helps, if not, I'll post a log. I just wanted to note that this appears to affect AppleTV1 as well.

MacBook Pro 13", XBMC v12.1
AppleTV, OpenELEC v3.0.1
AppleTV2, Latest iOS
AppleTV3, Latest iOS
find quote
Memphiz Offline
Team-XBMC Developer
Posts: 7,691
Joined: Feb 2011
Reputation: 91
Location: germany
Post: #6
could you guys try if moving your guisettings.xml file away and let xbmc create it from scratch fixes it?

AppleTV2/iPhone/iPod: HowTo find debug logs and everything else which the devs like so much: click here
HowTo setup NFS for XBMC: Wiki NFS
HowTo configure avahi (zeroconf): Wiki Avahi
READ THE IOS FAQ!: iOS FAQ
(This post was last modified: 2011-12-09 19:52 by Memphiz.)
find quote
sceaga Offline
Member
Posts: 63
Joined: Nov 2010
Reputation: 0
Post: #7
That was actually the first thing I tried, but it didn't seem to help. It did create a new guisettings file, but screen was still black / wrong resolution.

MacBook Pro 13", XBMC v12.1
AppleTV, OpenELEC v3.0.1
AppleTV2, Latest iOS
AppleTV3, Latest iOS
find quote
mudwater Offline
Member
Posts: 55
Joined: Apr 2011
Reputation: 0
Post: #8
Same thing happening to me with AppleTV1, on XBMC launch screen goes black and crazy with Dec8 nightly
find quote
mudwater Offline
Member
Posts: 55
Joined: Apr 2011
Reputation: 0
Post: #9
Black screen with Dec 9 nightly as well on ATV1.
find quote
Memphiz Offline
Team-XBMC Developer
Posts: 7,691
Joined: Feb 2011
Reputation: 91
Location: germany
Post: #10
try the next upcoming nightly please and give feedback again - thx...

AppleTV2/iPhone/iPod: HowTo find debug logs and everything else which the devs like so much: click here
HowTo setup NFS for XBMC: Wiki NFS
HowTo configure avahi (zeroconf): Wiki Avahi
READ THE IOS FAQ!: iOS FAQ
find quote
Post Reply