I have a question about E-UAE under AmigaOs4.1, when RunInUAE is used and the menu Set default screen size is set to 640x480, the whole screen is stretched to full screen. However, with the same 640x512 option, there are borders on the left and right in E-UAE.
Is there perhaps a solution to the problem or something I can add to the .uae configuration to stretch the content to full screen?
Any help will be appreciated.
RunInUae Settings 640x480
RunInUae Settings 640x512
MacStudio ARM M1 Max Qemu//Pegasos2 AmigaOs4.1 FE / AmigaOne x5000/40 AmigaOs4.1 FE
sailor wrote:try to use in .uaerc: gfx_correct_aspect=true
I am not tested this, I am using resolution 800x600.
Unfortunately this does not work even with 800x600 there are borders in the full screen. I currently run everything directly via RunInUAE. This is my .uae config.
# Example UAE configuration
#
# Lines beginning with a '#' are comments
# Path to file containing Kickstart ROM image
kickstart_rom_file=kick1.3.rom
# If you have an encrypted ROM image from Amiga forever,
# this is a path to the key file
kickstart_key_file=rom.key
# Default path where floppy disk images may be found
amiga.floppy_path=PROGDIR:Floppies
#Show status LEDs on emulator screen
show_leds=false
# CPU type to emulate
cpu_type=68000
# CPU compatibility (true is slower)
cpu_compatible=false
cpu_cycle_exact=false
# CPU emulation speed
# real = approx A500 speed. max = CPU emulation will run as fast as it can
cpu_speed=max
# Amiga chipset to emulate
# Can be ocs, ecs or aga
chipset=ecs
immediate_blits=true
# Collision detection; none, sprites, playfields, full
collision_level=playfields
# Amount of chip memory to emulate
# in multiples of 512K. Thus chipmem=4 is 2MB
chipmem_size=2
bogomem_size=0
# Amount of fast memory to emulate in MB
fastmem_size=0
There are two versions of E-UAE on os4depot: e-uae-amigfx and e-uae-sdl Which one do you use?
I am using SDL version, it has faster graphics output on AmigaOS4. With resolution 800x600 I have no black borders on top+bottom, I have fullscale image here. Left+right borders has black borders, but is the thing of monitor. My monitor should be adjusted to resize image to full widht / keep original resolution.
Run-in-uae use amigfx version. So if you run everything in amigfx / run-in-uae version, it can behave differently.
AmigaOS3: Amiga 1200 AmigaOS4: Micro A1-C, AmigaOne XE, Pegasos II, Sam440ep, Sam440ep-flex, AmigaOne X1000 MorphOS: Efika 5200b, Pegasos I, Pegasos II, Powerbook, Mac Mini, iMac, Powermac Quad
Ok thanks, I combined your configuration with mine and now it works perfectly
There were problems with some demos 68k because they ran too fast. Things work better with your configuration. I'm also posting my config again for others who might be interested, I use a resolution of 1600x900 under AmigaOs4.1.
E-UAE Config:
# Example UAE configuration
#
# Lines beginning with a '#' are comments
# Path to file containing Kickstart ROM image
kickstart_rom_file=kick1.3.rom