Problem with CRT resolutions
2 posters
Page 1 of 1
Problem with CRT resolutions
Hi
I have a problem with CRT resolutions. When I configure each emulator with an specific resolution, retrobat does not change it, but shown is escaled. It works fine if I change the settings directly in retroarch, but the settings change again the next time I run retrobat.
these is my es_settings.cfg:
Any ideas?
cheers
I have a problem with CRT resolutions. When I configure each emulator with an specific resolution, retrobat does not change it, but shown is escaled. It works fine if I change the settings directly in retroarch, but the settings change again the next time I run retrobat.
these is my es_settings.cfg:
- Code:
<?xml version="1.0"?>
<config>
<bool name="EnableSounds" value="true" />
<bool name="HideWindow" value="true" />
<bool name="ScrapeFanart" value="false" />
<bool name="ScrapeManual" value="false" />
<bool name="ScrapeVideos" value="true" />
<bool name="ShowOnlyExit" value="false" />
<bool name="SortAllSystems" value="false" />
<bool name="VideoLowersMusic" value="false" />
<bool name="amiga.ungroup" value="false" />
<bool name="ports.ungroup" value="false" />
<bool name="updates.enabled" value="false" />
<int name="recent.sort" value="7" />
<string name="CollectionSystemsAuto" value="favorites" />
<string name="GamelistViewStyle" value="" />
<string name="HiddenSystems" value="screenshots;retrobat" />
<string name="INPUT P1GUID" value="03000000790000000600000000000000" />
<string name="INPUT P1NAME" value="Generic USB Joystick " />
<string name="INPUT P2GUID" value="03000000790000000600000000000000" />
<string name="INPUT P2NAME" value="Generic USB Joystick " />
<string name="INPUT P6NAME" value="DEFAULT" />
<string name="INPUT P7NAME" value="DEFAULT" />
<string name="INPUT P8NAME" value="DEFAULT" />
<string name="Language" value="es_ES" />
<string name="LastSystem" value="amstradcpc" />
<string name="ScreenSaverBehavior" value="random video" />
<string name="ScreenSaverGameInfo" value="start & end" />
<string name="ThemeSet" value="Chicuelo" />
<string name="amstradcpc.core" value="cap32" />
<string name="amstradcpc.emulator" value="libretro" />
<string name="amstradcpc.integerscale" value="1" />
<string name="amstradcpc.videomode" value="240x192x32x60" />
<string name="global.autosave" value="0" />
<string name="global.bezel" value="none" />
<string name="global.integerscale" value="1" />
<string name="global.ratio" value="4/3" />
<string name="global.rewind" value="1" />
<string name="global.shaderset" value="none" />
<string name="global.smooth" value="0" />
<string name="mame.core" value="mame2003_plus" />
<string name="mame.emulator" value="libretro" />
<string name="updates.type" value="stable" />
</config>
Any ideas?
cheers
briefer- Messages : 7
Date d'inscription : 2021-02-19
Re: Problem with CRT resolutions
Which settings do you change in retroarch ?
Please post a working working retroarch.cfg file & post also a non working one so we can compare files
Please post a working working retroarch.cfg file & post also a non working one so we can compare files
f.caruso- Admin
- Messages : 43
Date d'inscription : 2020-05-09
Lorenzolamas likes this post
Re: Problem with CRT resolutions
I change the Output - Screen resolution to 320x200, and the Scaling - Integer scaling to on
the result:
https://youtu.be/I0wH3NrlgN0
and the resultant cfg (only the video part):
cheers
the result:
https://youtu.be/I0wH3NrlgN0
and the resultant cfg (only the video part):
- Code:
video_adaptive_vsync = "false"
video_allow_rotate = "true"
video_aspect_ratio = "16.080002"
video_aspect_ratio_auto = "false"
video_black_frame_insertion = "false"
video_crop_overscan = "false"
video_ctx_scaling = "false"
video_disable_composition = "false"
video_filter_dir = ":\filters\video"
video_font_enable = "false"
video_font_size = "32.000000"
video_force_aspect = "true"
video_force_srgb_disable = "false"
video_frame_delay = "0"
video_fullscreen = "true"
video_fullscreen_x = "240"
video_fullscreen_y = "192"
video_gpu_record = "false"
video_gpu_screenshot = "true"
video_hard_sync = "false"
video_hard_sync_frames = "0"
video_layout_directory = ":\layouts"
video_layout_enable = "true"
video_layout_selected_view = "0"
video_max_swapchain_images = "3"
video_message_color = "ffff00"
video_message_pos_x = "0.05"
video_message_pos_y = "0.05"
video_monitor_index = "0"
video_shader_dir = ".\..\..\system\shaders"
video_msg_bgcolor_enable = "false"
video_msg_bgcolor_green = "0"
video_msg_bgcolor_opacity = "1.000000"
video_msg_bgcolor_red = "0"
video_post_filter_record = "false"
video_record_quality = "4"
video_record_scale_factor = "1"
video_record_threads = "2"
video_refresh_rate = "120.000000"
video_rotation = "0"
video_scale = "3.000000"
video_scale_integer = "true"
video_shader_delay = "0"
video_shader_enable = "false"
video_shader_watch_files = "false"
video_shared_context = "false"
video_smooth = "false"
video_stream_port = "56400"
video_stream_quality = "10"
video_stream_scale_factor = "1"
video_swap_interval = "1"
video_threaded = "false"
video_vsync = "true"
video_window_opacity = "100"
video_window_save_positions = "false"
video_window_show_decorations = "true"
video_windowed_fullscreen = "true"
video_windowed_position_height = "240"
video_windowed_position_width = "320"
video_windowed_position_x = "0"
video_windowed_position_y = "0"
cheers
briefer- Messages : 7
Date d'inscription : 2021-02-19
Re: Problem with CRT resolutions
I don't have the "non working" file to compare.
You set amstrad resolution to "240x192x32x60" in ES.
Retroarch is still using that resolution : video_fullscreen_x = "240" & video_fullscreen_y = "192"
video_windowed_position_width is set to "320" but we don't change that setting.
So I still can't see what make the difference. We have to compare the file before & after to see what changed. What you provided is not enough.
You set amstrad resolution to "240x192x32x60" in ES.
Retroarch is still using that resolution : video_fullscreen_x = "240" & video_fullscreen_y = "192"
video_windowed_position_width is set to "320" but we don't change that setting.
So I still can't see what make the difference. We have to compare the file before & after to see what changed. What you provided is not enough.
f.caruso- Admin
- Messages : 43
Date d'inscription : 2020-05-09
Re: Problem with CRT resolutions
My bad, I have been testing the whole morning and lose track of the changes. I repeat it and there are the settings before and after.
Before, setting in retrobat resolution 320x240 and pixel perfect for the amstrad core:
es_settings
retroarch.cfg before changing the settings in retroarch:
https://drive.google.com/file/d/1G-Sq5o3pXS-BvCXC01i8fXto63yk8nDg/view?usp=sharing
It works if I set the settings "ouput - screen resolution" in retroarch to 320x240 (it was 640x480) and "scaling - integer scale to on (was off)".
After saving the configuration, this is the new retroarch.cfg
https://drive.google.com/file/d/1KtvsPW8JdKIGo49rocDm_sdWa-Qj6L1o/view?usp=sharing
it is interesting that there is no reference to the 640x480 resolution in the cfg files. But this is the resolution I see in the settings before I change it manually.
cheers
Before, setting in retrobat resolution 320x240 and pixel perfect for the amstrad core:
es_settings
- Code:
<?xml version="1.0"?>
<config>
<bool name="EnableSounds" value="true" />
<bool name="HideWindow" value="true" />
<bool name="ScrapeFanart" value="false" />
<bool name="ScrapeManual" value="false" />
<bool name="ScrapeVideos" value="true" />
<bool name="ShowOnlyExit" value="false" />
<bool name="SortAllSystems" value="false" />
<bool name="VideoAudio" value="false" />
<bool name="VideoLowersMusic" value="false" />
<bool name="amiga.ungroup" value="false" />
<bool name="ports.ungroup" value="false" />
<bool name="updates.enabled" value="false" />
<int name="recent.sort" value="7" />
<string name="CollectionSystemsAuto" value="favorites" />
<string name="GamelistViewStyle" value="" />
<string name="HiddenSystems" value="screenshots;retrobat" />
<string name="INPUT P1GUID" value="03000000790000000600000000000000" />
<string name="INPUT P1NAME" value="Generic USB Joystick " />
<string name="INPUT P2GUID" value="03000000790000000600000000000000" />
<string name="INPUT P2NAME" value="Generic USB Joystick " />
<string name="INPUT P6NAME" value="DEFAULT" />
<string name="INPUT P7NAME" value="DEFAULT" />
<string name="INPUT P8NAME" value="DEFAULT" />
<string name="Language" value="es_ES" />
<string name="LastSystem" value="amstradcpc" />
<string name="ScreenSaverBehavior" value="random video" />
<string name="ScreenSaverGameInfo" value="start & end" />
<string name="ThemeSet" value="Chicuelo" />
<string name="amstradcpc.core" value="cap32" />
<string name="amstradcpc.emulator" value="libretro" />
<string name="amstradcpc.integerscale" value="1" />
<string name="amstradcpc.videomode" value="320x240x32x60" />
<string name="global.autosave" value="0" />
<string name="global.bezel" value="none" />
<string name="global.integerscale" value="1" />
<string name="global.ratio" value="core" />
<string name="global.rewind" value="1" />
<string name="global.shaderset" value="none" />
<string name="global.smooth" value="0" />
<string name="mame.core" value="mame2003_plus" />
<string name="mame.emulator" value="libretro" />
<string name="updates.type" value="stable" />
</config>
retroarch.cfg before changing the settings in retroarch:
https://drive.google.com/file/d/1G-Sq5o3pXS-BvCXC01i8fXto63yk8nDg/view?usp=sharing
It works if I set the settings "ouput - screen resolution" in retroarch to 320x240 (it was 640x480) and "scaling - integer scale to on (was off)".
After saving the configuration, this is the new retroarch.cfg
https://drive.google.com/file/d/1KtvsPW8JdKIGo49rocDm_sdWa-Qj6L1o/view?usp=sharing
it is interesting that there is no reference to the 640x480 resolution in the cfg files. But this is the resolution I see in the settings before I change it manually.
cheers
briefer- Messages : 7
Date d'inscription : 2021-02-19
f.caruso- Admin
- Messages : 43
Date d'inscription : 2020-05-09
f.caruso- Admin
- Messages : 43
Date d'inscription : 2020-05-09
Re: Problem with CRT resolutions
Ok
thanks anyway
cheers
thanks anyway
cheers
briefer- Messages : 7
Date d'inscription : 2021-02-19
Similar topics
» help with this problem
» PROBLEM WITH retrobat 5.3
» Cemu problem 6.3.1
» Gamepad Problem
» Problem with how games look
» PROBLEM WITH retrobat 5.3
» Cemu problem 6.3.1
» Gamepad Problem
» Problem with how games look
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum