Login
Username:

Password:

Remember me



Lost Password?

Register now!

Sections

Who's Online
146 user(s) are online (129 user(s) are browsing Forums)

Members: 3
Guests: 143

orgin, jarokuczi, balaton, more...

Headlines

 
  Register To Post  

AmigaOs4.1 E-UAE stretch in full screen
Quite a regular
Quite a regular


See User information
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

Resized Image

RunInUae Settings 640x512

Resized Image

MacStudio ARM M1 Max Qemu//Pegasos2 AmigaOs4.1 FE
Go to top
Re: AmigaOs4.1 E-UAE stretch in full screen
Not too shy to talk
Not too shy to talk


See User information
try to use in .uaerc:
gfx_correct_aspect=true

I am not tested this, I am using resolution 800x600.

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
Go to top
Re: AmigaOs4.1 E-UAE stretch in full screen
Quite a regular
Quite a regular


See User information
@sailor

Quote:
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

# Enable floppy drives 2 & 3
floppy2type=0
floppy3type
=0

# Speed of floppy drives; 100 is normal speed (most compatible), 800 is fastest speed (least compatible)
floppy_speed=100

# Joystick port emulation; none, mouse, joy0, joy1, kbd1, kbd2, kbd3
joyport0=mouse
joyport1
=kbd2
#joyport1=joy1

# 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

# Sound output; none, interrupts, normal, exact
sound_output=normal
#sound_output=interrupts

# Sound channels; mono, stereo, mixed
sound_channels=mixed

# Frequency of emulated sound output in Hz
sound_frequency=44100

# Sound buffer size in bytes, default 8192
sound_max_buff=8192
sound_latency
=120

# Prompt for screen mode to use; public, custom, ask
amiga.screen_type=custom
amiga
.publicscreen=

gfx_fullscreen_amiga=true

# Don't dither
amiga.use_dither=false

# Set frame skipping (1=show all frames, 2=show every 2nd frame, 3=show every 3rd frame, etc)
gfx_framerate=1

# Display settings
#gfx_width_windowed=640
#gfx_height_windowed=480
gfx_width_windowed=800
gfx_height_windowed
=600
gfx_lores
=false
gfx_linemode
=double
gfx_correct_aspect
=true
gfx_center_horizontal
=smart
gfx_center_vertical
=smart

# Miscellaneous
use_debugger=no
ppc
.use_tbc=false

# Full floppy drive noises

# Additional settings

#RUNINUAE: SCREENMODE=ScreenMode_HiRes.prefs


Resized Image

Does anyone have any other ideas?

MacStudio ARM M1 Max Qemu//Pegasos2 AmigaOs4.1 FE
Go to top
Re: AmigaOs4.1 E-UAE stretch in full screen
Not too shy to talk
Not too shy to talk


See User information
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
Go to top
Re: AmigaOs4.1 E-UAE stretch in full screen
Not too shy to talk
Not too shy to talk


See User information
This is mine:
filesystem=rw,Workbench:PROGDIR:HardDisks/Workbench30-P96
kickstart_rom_file
=PROGDIR:Roms/kick31.rom
immediate_blits
=no

#JIT compiller settings
cpu_type=68060
cpu_speed
=max
cpu_compatible
=false
cpu_cycle_exact
=false
blitter_cycle_exact
=false
cachesize
=8192
# memory access mode direct indirect=default indirectKS afterPic
comp_constjump=true
comp_trustbyte
=indirect
comp_trustword
=indirect
comp_trustlong
=indirect

chipset
=aga
#collision detection  none sprites playfields=default full
collision_level=none

chipmem_size
=4
bogomem_size
=0
fastmem_size
=0
z3mem_size
=32
gfxcard_size
=32

gfx_framerate
=1
gfx_width_windowed
=800
gfx_height_windowed
=600
gfx_width_fullscreen
=800
gfx_height_fullscreen
=600
gfx_lores
=false
gfx_linemode
=double
gfx_correct_aspect
=false
gfx_center_horizontal
=smart
gfx_center_vertical
=smart
#show_leds=true
gfx_fullscreen_amiga=true
gfx_fullscreen_picasso
=true

sound_output
=normal
sound_frequency
=44100
sound_channels
=stereo
sound_bits
=16

joyport0
=mouse
joyport1
=kbd2

#SDL specific
#sdl.use_gl=true

#AmigaOS specific
##screen type public public ask
#amiga.screen_type=ask
#amiga.publicscreen=<name>
#amiga.use_dither=true
#amiga.use_overlay=false


Maybe is better to use 68020/68881 than 68060.

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
Go to top
Re: AmigaOs4.1 E-UAE stretch in full screen
Quite a regular
Quite a regular


See User information
@sailor

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

immediate_blits
=no 

#JIT†compiller†settings 
cpu_type=68060 
cpu_speed
=max 
cpu_compatible
=false 
cpu_cycle_exact
=false 
blitter_cycle_exact
=false 
cachesize
=8192 
#†memory†access†mode†direct†indirect=default†indirectKS†afterPic 
comp_constjump=true 
comp_trustbyte
=indirect 
comp_trustword
=indirect 
comp_trustlong
=indirect 

chipset
=aga
#collision†detection††none†sprites†playfields=default†full 
collision_level=none 

chipmem_size
=
bogomem_size
=
fastmem_size
=
z3mem_size
=32 
gfxcard_size
=32 

gfx_framerate
=1
gfx_width_windowed
=640
gfx_height_windowed
=480
gfx_width_fullscreen
=800 
gfx_height_fullscreen
=600 
gfx_lores
=false
gfx_linemode
=double
gfx_correct_aspect
=yes
gfx_center_horizontal
=smart 
gfx_center_vertical
=smart 
#show_leds=true 
gfx_fullscreen_amiga=true
gfx_fullscreen_picasso
=true 

sound_output
=normal 
sound_frequency
=44100 
sound_channels
=mixed
sound_bits
=16 

joyport0
=mouse 
joyport1
=kbd2 

#SDL†specific 
#sdl.use_gl=true 

#AmigaOS†specific 
##screen†type†public†public†ask 
#amiga.screen_type=ask 
#amiga.publicscreen=<name> 
#amiga.use_dither=true 
#amiga.use_overlay=false
amiga.screen_type=custom
#RUNINUAE: SCREENMODE=ScreenMode_HiRes.prefs


Edited by Maijestro on 2024/3/16 20:13:15
MacStudio ARM M1 Max Qemu//Pegasos2 AmigaOs4.1 FE
Go to top

  Register To Post

 




Currently Active Users Viewing This Thread: 1 ( 0 members and 1 Anonymous Users )




Powered by XOOPS 2.0 © 2001-2023 The XOOPS Project