Just popping in 
Joined: 2022/12/21 11:12 Last Login
: Today 0:23
From Richmond Vancouver
Group:
Registered Users
|
@kikems
Search for the option
amiga.screen_type=custom
in the uae settings file and change it to
amiga.screen_type=ask
then choose a screen resolution that is higher than the one you will be using in the emulated environment and 32bit. The following are the settings that work for me:
# Display settings gfx_width=720 gfx_height=568 gfx_width_windowed=800 gfx_height_windowed=600 #gfx_width_fullscreen=720 ;as explained in UAE docs, not #gfx_height_fullscreen=568 ;supported by e-uae on AmigaOS4.1 yet. gfx_lores=false gfx_linemode=double gfx_correct_aspect=no gfx_center_horizontal=smart gfx_center_vertical=smart #gfx_refreshrate=0 #gfx_vsync=false #gfx_fullscreen_amiga=true #gfx_fullscreen_picasso=true #gfx_colour_mode=8bit
everything behind # is ignored by uae and is commented out.
When I launch uae, a requester opens and I choose 800x600 32bit screen. Or the native resolution of my monitor. In my experience it works best if you choose a 4:3 resolution or double of PAL (640x512 -> 1280x1024) However, I noticed that you better set your monitor to not expand ("stretch") the picture but to keep the aspect ratio. (should you have a wide monitor 16:9).
|