Full screen problem with e-uae on G5 (and other problems)
  • Paladin of the Pegasos
    Paladin of the Pegasos
    redrumloa
    Posts: 1424 from 2003/4/13
    With both the main e-uae and the e-uae.g5 executable I get window mode, regardless. I have these lines uaerc.

    gfx_framerate = 1
    gfx_width = 1280
    gfx_height = 1024
    gfx_width_windowed = 640
    gfx_height_windowed = 512
    gfx_fullscreen_amiga = yes
    gfx_fullscreen_picasso = yes
    = double gfx_linemode
    gfx_correct_aspect = true
    gfx_center_horizontal = smart
    gfx_center_vertical = smart
    show_leds = true

    I should get fullscreen, no? The G5-SDL executable I get full screen, but some sound audio clicking.

    Input would be appreciated.
  • »09.01.14 - 05:10
    Profile
  • Fab
  • MorphOS Developer
    Fab
    Posts: 1331 from 2003/6/16
    Just add
    amiga.screen_type = custom

    The other values being ask and public (default).

    And if you don't know it, there's overlay support (in my versions at least), with amiga.use_overlay = yes.
    Note that on G5, you might have to disable AGP overlay to make it display the picture properly (at least until MorphOS 3.5 is released).
  • »09.01.14 - 05:32
    Profile Visit Website
  • Paladin of the Pegasos
    Paladin of the Pegasos
    redrumloa
    Posts: 1424 from 2003/4/13
    Quote:

    Fab wrote:
    Just add
    amiga.screen_type = custom

    The other values being ask and public (default).

    And if you don't know it, there's overlay support (in my versions at least), with amiga.use_overlay = yes.
    Note that on G5, you might have to disable AGP overlay to make it display the picture properly (at least until MorphOS 3.5 is released).


    Coolness!
    Any idea about the audio clicking in the g5 sdl executable? Besides the clicking audio, would the SDL G5 executable with overlay be the best/fastest choice for now? My initial benchmarks seem to suggest the SDL executable is slightly faster?

    Thanks as always!
  • »09.01.14 - 19:43
    Profile
  • Fab
  • MorphOS Developer
    Fab
    Posts: 1331 from 2003/6/16
    Quote:

    redrumloa wrote:
    Quote:

    Fab wrote:
    Just add
    amiga.screen_type = custom

    The other values being ask and public (default).

    And if you don't know it, there's overlay support (in my versions at least), with amiga.use_overlay = yes.
    Note that on G5, you might have to disable AGP overlay to make it display the picture properly (at least until MorphOS 3.5 is released).


    Coolness!
    Any idea about the audio clicking in the g5 sdl executable? Besides the clicking audio, would the SDL G5 executable with overlay be the best/fastest choice for now? My initial benchmarks seem to suggest the SDL executable is slightly faster?

    Thanks as always!



    No idea about audio clicking. I'll retry at some point.
    But the SDL version is usually quite slower (unless you use p96, which would make it faster for some RTG things, of course, just like on amiga).



    [ Edited by Fab 09.01.2014 - 21:41 ]
  • »09.01.14 - 21:53
    Profile Visit Website
  • Paladin of the Pegasos
    Paladin of the Pegasos
    redrumloa
    Posts: 1424 from 2003/4/13
    -Deleted- Asked in other thread.

    [ Edited by redrumloa 09.01.2014 - 19:10 ]
  • »09.01.14 - 22:43
    Profile
  • Paladin of the Pegasos
    Paladin of the Pegasos
    redrumloa
    Posts: 1424 from 2003/4/13
    Why is it I can never find the tool make_hdf? It isn't in e-uae archive and I can't find it only but is mentioned in the readme. I hate having to go to the PC to make an HDF.
  • »09.01.14 - 23:18
    Profile
  • Paladin of the Pegasos
    Paladin of the Pegasos
    redrumloa
    Posts: 1424 from 2003/4/13
    Quote:

    Fab wrote:

    No idea about audio clicking. I'll retry at some point.



    You can probably disregard audio clicking. I completely redid my uaerc file and not hearing it any more clicking.
  • »10.01.14 - 01:21
    Profile
  • Paladin of the Pegasos
    Paladin of the Pegasos
    redrumloa
    Posts: 1424 from 2003/4/13
    Dumb question, how do I disable AGP overlay on this G5?
  • »10.01.14 - 03:18
    Profile
  • Fab
  • MorphOS Developer
    Fab
    Posts: 1331 from 2003/6/16
    Quote:

    redrumloa wrote:
    Dumb question, how do I disable AGP overlay on this G5?



    AGPOVL_DISABLE=YES in radeon monitor tooltype (from morphos 3.4 release notes).

    But don't forget to enable it for media playback, it gives a significant boost. And in 3.5, this workaround won't be needed anymore.
  • »10.01.14 - 06:32
    Profile Visit Website