Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Steam Deck Black Bars - Aspect Ratio Fix? #11

Open
ScraggyMcRaggy opened this issue Aug 26, 2024 · 6 comments
Open

Steam Deck Black Bars - Aspect Ratio Fix? #11

ScraggyMcRaggy opened this issue Aug 26, 2024 · 6 comments

Comments

@ScraggyMcRaggy
Copy link

Hey,

Even with both aspect ratio fixes I'm still seeing black bars on my Steam Deck. Is there anyway to fix this?

I'm running game at 2560x1660, but presume the issue retains when moving to default Deck res - 1280x800

IMG_7396

Other than that, thanks very much for the fixes. I was really struggling with the sharpening filter.

@Lyall
Copy link
Owner

Lyall commented Aug 26, 2024

Can you try this test build? It changes up how the aspect ratio is changed and how the resolution from the game is read.

WukongTweak_v0.8.3.zip

@plexecutor
Copy link

I play on my deck using steam remote play and it fills the entire 1280x800 on my screen when I use the fix. Here are my ini settings:

;;;;;;;;;; Ultrawide/Narrower Fixes ;;;;;;;;;;

[Remove Aspect Ratio Limit]
; Disables 2.3888~ aspect ratio limit.
; Make sure "Aspect Ratio" is set to "Automatic" in the Display menu.
Enabled = true

[Fix FOV]
; Fixes cropped FOV at <16:9 (4:3, 16:10 etc);
Enabled = true

;;;;;;;;;; General ;;;;;;;;;;

[Developer Console]
; Enable developer console.
; If the console does not open, check the README or "WukongTweak.log" for info on how to enable it.
Enabled = false

[Gameplay FOV]
; Add to gameplay FOV in degrees. (Valid range: -80 to 80)
; Game default = 0
AdditionalFOV = 0

;;;;;;;;;; Graphical Tweaks ;;;;;;;;;;

[Adjust Sharpening]
; Adjusts sharpening strength. (r.Tonemapper.Sharpen)
; Set to 0 to disable fully.
; Game default = 3.66667
Strength = 1

[Chromatic Aberration]
; Set to false to disable chromatic aberration. (r.SceneColorFringeQuality)
; Game default = true
Enabled = false

[Vignette]
; Set to false to disable vignetting. (r.Tonemapper.Quality)
; Game default = true
Enabled = true

[Virtual Shadow Maps]
; Set to true to enable virtual shadow maps.
; These can produce much higher quality non-RT shadows but may cause some visual errors.
; Game default = false
Enabled = false

@ScraggyMcRaggy
Copy link
Author

Thanks both. I toggled resolution back and forth and the bars disappeared. Seems the game needed to switch to a different resolution before the fix came through.

@Lyall
Copy link
Owner

Lyall commented Aug 27, 2024

Thanks both. I toggled resolution back and forth and the bars disappeared. Seems the game needed to switch to a different resolution before the fix came through.

Was that the case with the v0.8.3 test build I had sent or were you still using v0.8.2?

@ScraggyMcRaggy
Copy link
Author

Thanks both. I toggled resolution back and forth and the bars disappeared. Seems the game needed to switch to a different resolution before the fix came through.

Was that the case with the v0.8.3 test build I had sent or were you still using v0.8.2?

That was on 8.3.

@plexecutor
Copy link

0.8.5 seems to have broken this. Previously, when I remote played on my Steam Deck at 1280x800 the game would fill the entire 800px vertical space. Now, I get black bars but the UI HUD elements fill the full height of the screen, overlapping the black bars at the top and bottom.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants
@Lyall @plexecutor @ScraggyMcRaggy and others