Post subject: Use full screen size in fullscreen mode
Joined: 10/9/2016
Posts: 3
I want to use FCEUX (2.2.2 on Debian unstable) in fullscreen mode using the maximum size of the monitor but keeping the apsect ratio. My monitor has a native resolution of 1024x600. I read the manpage and thougt I understand it but I didn't. In some configurations the picture doesn't use the complete size of the screen. In others the picture is scaled to the complete (X and Y) screen but without keeping the aspect ratio. It would be nice to use one of the scaling mechanisms of FCEUX to have better picture (without pixel stairs). But it is not a must have. A fullscreen picture with pixel would be no problem at all. This are the (maybe) relevant parts of the config file.
SDL.AutoScale = 1
SDL.DoubleBuffering = 0
SDL.Frameskip = 0
SDL.Fullscreen = 0
SDL.InputDisplay = 0
SDL.KeepRatio = 0
SDL.LastXRes = 1024
SDL.LastYRes = 600
SDL.NTSCpalette = 1
SDL.NewPPU = 1
SDL.OpenGL = 0
SDL.OpenGLip = 0
SDL.PAL = 0
SDL.Vsync = 1
SDL.XResolution = 0
SDL.XStretch = 0
SDL.YResolution = 0
SDL.YStretch = 0
SDL.XScale = 2,000000
SDL.YScale = 2,000000
Site Admin, Skilled player (1235)
Joined: 4/17/2010
Posts: 11264
Location: RU
I have a patch that fixes it, but punkrockguy has never added it to the main repo. https://sourceforge.net/p/fceultra/bugs/705/
Warning: When making decisions, I try to collect as much data as possible before actually deciding. I try to abstract away and see the principles behind real world events and people's opinions. I try to generalize them and turn into something clear and reusable. I hate depending on unpredictable and having to make lottery guesses. Any problem can be solved by systems thinking and acting.
Joined: 10/9/2016
Posts: 3
Thanks for the bug report. This means that currently it is not possible what I want without doing some hacks? In the bug report I read about "fullscreen" in window mode. How is that possible? I wasn't able to set this up.
Site Admin, Skilled player (1235)
Joined: 4/17/2010
Posts: 11264
Location: RU
That's the thing that is enabled by the double click on the window header in windows, dunno about linux.
Warning: When making decisions, I try to collect as much data as possible before actually deciding. I try to abstract away and see the principles behind real world events and people's opinions. I try to generalize them and turn into something clear and reusable. I hate depending on unpredictable and having to make lottery guesses. Any problem can be solved by systems thinking and acting.