[GH-ISSUE #2949] Fullscreen: display moves to bottom/left corner #1208

Closed
opened 2026-03-17 20:47:04 +03:00 by kerem · 10 comments
Owner

Originally created by @ShadowLady on GitHub (Jul 27, 2013).
Original GitHub issue: https://github.com/hrydgard/ppsspp/issues/2949

If you have fullscreen enabled, once a game boots to fullscreen the display stays the same as "rendering resolution" size and just moves to the bottom left of the screen.

Worked fine before v0.8.1-834 7462d988cf

Also works if you dont have fullscreen enabled and just switch to fullscreen once the game loads, but ppsspp remembers you going fullscreen and the problem will happen next time.
ppssppwindows 2013-07-27 08-43-07-65
ppssppwindows64 2013-07-27 08-56-35-91

Originally created by @ShadowLady on GitHub (Jul 27, 2013). Original GitHub issue: https://github.com/hrydgard/ppsspp/issues/2949 If you have fullscreen enabled, once a game boots to fullscreen the display stays the same as "rendering resolution" size and just moves to the bottom left of the screen. Worked fine before v0.8.1-834 7462d988cf5bfbca7665d76d29807a7a15148a1d Also works if you dont have fullscreen enabled and just switch to fullscreen once the game loads, but ppsspp remembers you going fullscreen and the problem will happen next time. ![ppssppwindows 2013-07-27 08-43-07-65](https://f.cloud.github.com/assets/5028040/866938/faef6d90-f6c3-11e2-8e77-3b7b371d965d.png) ![ppssppwindows64 2013-07-27 08-56-35-91](https://f.cloud.github.com/assets/5028040/866941/6bf0cee4-f6c4-11e2-9fd8-299845ea626d.png)
kerem closed this issue 2026-03-17 20:47:09 +03:00
Author
Owner

@sum2012 commented on GitHub (Jul 27, 2013):

let me watch the issue
and mark this for myself
http://tieba.baidu.com/f?ct=335675392&tn=baiduPostBrowser&sc=36173962141&z=2489017586

<!-- gh-comment-id:21667574 --> @sum2012 commented on GitHub (Jul 27, 2013): let me watch the issue and mark this for myself http://tieba.baidu.com/f?ct=335675392&tn=baiduPostBrowser&sc=36173962141&z=2489017586
Author
Owner

@thedax commented on GitHub (Jul 28, 2013):

@ShadowLady : Do you have an AMD/Intel GPU? This isn't happening on my NVidia card..

<!-- gh-comment-id:21677511 --> @thedax commented on GitHub (Jul 28, 2013): @ShadowLady : Do you have an AMD/Intel GPU? This isn't happening on my NVidia card..
Author
Owner

@vsub commented on GitHub (Jul 28, 2013):

Does this happens only on that game or on all games.
I tried
FullScreen = True
FullScreenOnLaunch = True
on all of my games and only one of them(Blazing Souls Accelerate)had similar problem(the first frame of the video is covering almost the whole screen and at the lower left the video is running).If I disable buffered rendering,then it's ok.

I have P4 cpu and NVidia video card

<!-- gh-comment-id:21678130 --> @vsub commented on GitHub (Jul 28, 2013): Does this happens only on that game or on all games. I tried FullScreen = True FullScreenOnLaunch = True on all of my games and only one of them(Blazing Souls Accelerate)had similar problem(the first frame of the video is covering almost the whole screen and at the lower left the video is running).If I disable buffered rendering,then it's ok. I have P4 cpu and NVidia video card
Author
Owner

@ShadowLady commented on GitHub (Jul 28, 2013):

I have an nvidia card...

Try with

FullScreen = True
FullScreenOnLaunch = False

Should happen with all games, unless it's specific to my system and only since that commit... it works fine if I set both to true but seems related to that EmuScreen change, and as I mentioned it worked fine before.

<!-- gh-comment-id:21678169 --> @ShadowLady commented on GitHub (Jul 28, 2013): I have an nvidia card... Try with FullScreen = True FullScreenOnLaunch = False Should happen with all games, unless it's specific to my system and only since that commit... it works fine if I set both to true but seems related to that EmuScreen change, and as I mentioned it worked fine before.
Author
Owner

@vsub commented on GitHub (Jul 28, 2013):

Should I use certain rev or I can use the latest ppsspp-v0.8.1-861?
And should I use the newui or not?

<!-- gh-comment-id:21678353 --> @vsub commented on GitHub (Jul 28, 2013): Should I use certain rev or I can use the latest ppsspp-v0.8.1-861? And should I use the newui or not?
Author
Owner

@ShadowLady commented on GitHub (Jul 28, 2013):

Yep, 861 acts the same here.

<!-- gh-comment-id:21678361 --> @ShadowLady commented on GitHub (Jul 28, 2013): Yep, 861 acts the same here.
Author
Owner

@vsub commented on GitHub (Jul 28, 2013):

Looks like the problem is much older(0.8.1-590)
github.com/hrydgard/ppsspp@81411a74ed

It started from 0.8.1-590(it's ok on 589),and at the beginning the problem was triggered only if you use File=>Open but now it's triggered from everywhere.

<!-- gh-comment-id:21678713 --> @vsub commented on GitHub (Jul 28, 2013): Looks like the problem is much older(0.8.1-590) https://github.com/hrydgard/ppsspp/commit/81411a74edc3fc0bd9e41d1e5751d0fcde0e6b4a It started from 0.8.1-590(it's ok on 589),and at the beginning the problem was triggered only if you use File=>Open but now it's triggered from everywhere.
Author
Owner

@thedax commented on GitHub (Jul 28, 2013):

Huh, yeah, with the ini settings like @ShadowLady suggested, I can reproduce it. That's odd.

<!-- gh-comment-id:21691906 --> @thedax commented on GitHub (Jul 28, 2013): Huh, yeah, with the ini settings like @ShadowLady suggested, I can reproduce it. That's odd.
Author
Owner

@Noobye commented on GitHub (Jul 30, 2013):

Hi! got same issue with 1016 version T_T (win7 64 , nvidia) only way i got it working well is turning on the FullScreenOnLaunch in the ppsspp.ini

<!-- gh-comment-id:21825429 --> @Noobye commented on GitHub (Jul 30, 2013): Hi! got same issue with 1016 version T_T (win7 64 , nvidia) only way i got it working well is turning on the FullScreenOnLaunch in the ppsspp.ini
Author
Owner

@ShadowLady commented on GitHub (Aug 4, 2013):

Yep fixed. Thank you.

<!-- gh-comment-id:22076707 --> @ShadowLady commented on GitHub (Aug 4, 2013): Yep fixed. Thank you.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/ppsspp#1208
No description provided.