Cropping display in SuperHighRes modes #1360
-
I want to use Xtreme SuperHighRes Laced AGA mode (1280×1024) in Workbench. My goal is to have pixel exact scaling and output to the host window. For the start, I have set Scaling Method to Pixelated and left the rest at defaults. It was already a huge success, as the display was pixel exact at the first try. My main reason to try AmiBerry was that FS-UAE cannot properly display SuperHighRes modes at all. There are some minor things however, which I cannot adjust:
I would like to crop them all, retaining only the screen contents. Unfortunately either checking Manual Crop or unchecking Auto Crop ruins the display, looks like it is zoomed in at the center. I've tried to enter "1280" to Width but still image is zoomed in, so I can see only the middle of Amiga screen. BTW I can uncheck both Manual and Auto, not sure what does it mean. My another try was to read the Wiki. I've learned that there are 4 scaling modes, one of them is Integer. I expected it won't scale the display when I resize the window, but simply crop the output. It sounded like a solution for me, but this mode is not present in the Scaling Method dropdown list for some reason, changing manually scaling mode to 3 in the config file does not work either. My question is how can I properly crop the display? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
Integer scaling is not yet in any of the released versions, but it's in the repository. So, you can only get if for now, if you compile it from source (both You didn't mention which version you're testing with. Is it 5.x or 6.x? The 6.x versions have more accurate compatibility, since they are synced with the latest WinUAE (currently 5.3.0), whereas v5.x is based on WinUAE 4.4.0. The reason for the two versions, is that the newer one is a bit heavier and requires a faster device, while it only has JIT for x86_64 and not ARM. |
Beta Was this translation helpful? Give feedback.
Testing this here with the latest from
preview
branch, and I don't see any glitches using that mode. The best results are shown when enabling Integer scaling (for pixel-perfect scaling without any distortion) in full-window mode, as per the wiki: https://github.com/BlitterStudio/amiberry/wiki/Howto:-Enable-Integer-ScalingIf you want to test it, you can try grabbing the latest sources and compiling it, otherwise you can wait a bit until the next release.