Login
Username:

Password:

Remember me



Lost Password?

Register now!

Sections

Who's Online
163 user(s) are online (114 user(s) are browsing Forums)

Members: 0
Guests: 163

more...

Headlines

Forum Index


Board index » All Posts (jabirulo)




Re: Tequila 1.1
Just can't stay away
Just can't stay away


@nbache

tequila is Capehill's tool. it's code is on github.

But I agree it shouldn't print any error (maybe only in debugging mode)

Go to top


Re: Tequila 1.1
Just can't stay away
Just can't stay away


@pjs

tries to load/find tequila.catalog, you don't have it (and don't need) thus prits such "error".

if (locale) {
            
//printf("%s\n", locale->loc_LanguageName);
            
catalog ILocale->OpenCatalog(NULL"tequila.catalog",
                                           
TAG_DONE);
            if (!
catalog) {
                const 
LONG err IDOS->IoErr();
                if (
err != 0) {
                    
printf("Failed to open catalog (%ld)\n"err);
                }
            }

Go to top


Re: New staff member
Just can't stay away
Just can't stay away


welcome man!!!

Go to top


Re: A1222 support in the SDK and problems
Just can't stay away
Just can't stay away


@sailor

Great job!!!
On my SAM460ex I got these results:
#stream 
-------------------------------------------------------------
STREAM version $Revision5.10 $
-------------------------------------------------------------
This system uses 8 bytes per array element.
-------------------------------------------------------------
Array 
size 10000000 (elements), Offset (elements)
Memory per array = 76.3 MiB (= 0.1 GiB).
Total memory required 228.9 MiB (= 0.2 GiB).
Each kernel will be executed 10 times.
 
The *besttime for each kernel (excluding the first iteration)
 
will be used to compute the reported bandwidth.
-------------------------------------------------------------
Your clock granularity/precision appears to be 2 microseconds.
Each test below will take on the order of 371870 microseconds.
   (= 
185935 clock ticks)
Increase the size of the arrays if this shows that
you are not getting at least 20 clock ticks per test
.
-------------------------------------------------------------
WARNING -- The above is only a rough guideline.
For 
best resultsplease be sure you know the
precision of your system timer
.
-------------------------------------------------------------
Function    
Best Rate MB/s  Avg time     Min time     Max time
Copy
:             760.6     0.214048     0.210373     0.223806
Scale
:            328.4     0.496581     0.487278     0.506078
Add
:              429.6     0.564791     0.558662     0.571497
Triad
:            429.3     0.568371     0.559030     0.578980
-------------------------------------------------------------
Solution Validatesavg error less than 1.000000e-13 on all three arrays
-------------------------------------------------------------
#

Go to top


Re: RunInUae Problem
Just can't stay away
Just can't stay away


@Firetail

RunInUAE loads/uses IIRC .uaerc and .uaerc_RunInUAE

but if you run frrom Shell/CLI it opnly loads/uses .uaerc
#uae --version
E-UAE 1.0.0
Build date
Nov 22 2018 23:26:52
SDLGFX
Initialized.
SDLGFXUsing SDL version 1.2.15.
SDLGFXDisplay is 32 bits deep.
SDLGFXFound screenmode1600x1200.
SDLGFXFound screenmode1920x1080.
SDLGFXFound screenmode1680x1050.
SDLGFXFound screenmode1400x1050.
SDLGFXFound screenmode1280x1024.
SDLGFXFound screenmode1280x960.
SDLGFXFound screenmode1600x900.
SDLGFXFound screenmode1440x900.
SDLGFXFound screenmode1280x800.
SDLGFXFound screenmode1024x768.
SDLGFXFound screenmode800x600.
SDLGFXFound screenmode640x480.
Found 0 joystick(s)
Found amiga raw keyboard mapping
Using raw keymap
Opening cfgfile 
'.uaerc'...okay.
unknown config entry'amiga.screen_type=custom'
unknown config entry'amiga.publicscreen='
unknown config entry'amiga.use_dither=false'
Unknown option `--'!
EClock frequency:1155.000010 MHz
Found amiga raw keyboard mapping
Using raw keymap
Rexx port "UAE" installed.
Found amiga raw keyboard mapping
Using raw keymap
SDLGFX: Added P96 mode: 640x480x32
SDLGFX: Added P96 mode: 640x480x8
SDLGFX: Added P96 mode: 800x600x32
SDLGFX: Added P96 mode: 800x600x8
SDLGFX: Added P96 mode: 1024x768x32
SDLGFX: Added P96 mode: 1024x768x8
SDLGFX: Added P96 mode: 1280x1024x32
SDLGFX: Added P96 mode: 1280x1024x8
SDLGFX: Added P96 mode: 1600x1200x32
SDLGFX: Added P96 mode: 1600x1200x8
SDLGFX: Added P96 mode: 1920x1080x32
SDLGFX: Added P96 mode: 1920x1080x8
SDLGFX: Added P96 mode: 1680x1050x32
SDLGFX: Added P96 mode: 1680x1050x8
SDLGFX: Added P96 mode: 1400x1050x32
SDLGFX: Added P96 mode: 1400x1050x8
SDLGFX: Added P96 mode: 1280x960x32
SDLGFX: Added P96 mode: 1280x960x8
SDLGFX: Added P96 mode: 1600x900x32
SDLGFX: Added P96 mode: 1600x900x8
SDLGFX: Added P96 mode: 1440x900x32
SDLGFX: Added P96 mode: 1440x900x8
SDLGFX: Added P96 mode: 1280x800x32
SDLGFX: Added P96 mode: 1280x800x8
Enabling argb32 byte-swapping for P96.
Building CPU table for configuration: 68020
1866 CPU functions
Building CPU function table, 45674 opcodes (2 0 0).
JIT: Building compiler function table.
JIT: Allocation of translation cache...
JIT: Translation cache size in prefs: 0
JIT: translation cache is 0 in prefs, leaving.
reset at 0
JIT: Compiling reset
PAL mode, 50Hz (h=227 v=312)
chipmem cleared
JIT: Change cache emulation: enabled
B-Trap f201 at 00fc0576 (0x51dde57e)
SERIAL: period=372, baud=9600, hsyncs=16 PC=fc2234
PAL mode, 57Hz (h=227 v=273)
PAL mode, 50Hz (h=227 v=312)

Go to top


Re: SDL2_image on A1222
Just can't stay away
Just can't stay away


@MisterJBAM

PROG game

OS 
:= $(shell uname)

ifeq ($(strip $(OS)),AmigaOS)
    
AMIGADATE = $(shell c:date LFORMAT %d.%m.%Y)
    
CXXINC = -ISDK:local/newlib/include/SDL2
    CXXLIB 
= -LSDK:SDK:local/newlib/lib/
else
    
AMIGADATE = $(shell date +"%-d.%-m.%Y")
    
#CXXINC = -I/usr/local/amiga/ppc-amigaos/SDK/local/common/include
    #CXXLIB = -L/usr/local/amiga/ppc-amigaos/SDK/local/newlib/lib
endif

DEBUG = -DDEBUG


CFLAGS 
= -Wall -Wswitch -gstabs $(DEBUG) -D__AMIGADATE__=\"$(AMIGADATE)\" $(CXXINC)
LFLAGS = $(CXXLIB) -lSDL2_image -ltiff -lwebp -lwebpdemux -lsharpyuv -lpng16 -ljpeg -lSDL2 -lz -lpthread -athread=native


OBJS 
main.o input.o entities.o gui.o


CXX 
ppc-amigaos-gcc
STRIP 
ppc-amigaos-strip
DELETE 
delete


# top-level rule to create the program.
all: $(PROG)

# compiling other source files.
%.o: %.%.h
    
$(CXX) $(CFLAGS) -$@ -$<

# linking the program.
$(PROG): $(OBJS)
    $(
CXX) $(OBJS) -$(PROG).debug $(LFLAGS)
    $(
STRIP) -$(PROG) $(PROG).debug

# cleaning everything that can be automatically recreated with "make".
clean:
    $(
DELETE) $(PROG) $(PROG).debug $(OBJS)

Go to top


Re: MPlayer 1.5 released!
Just can't stay away
Just can't stay away


Tried and it spit loooots (but looots) of SEEK FAILED but plays. alas I have a RX550 on my SAM460ex.

#KDH1:DIBUJOS/Mplayer/mplayer -vo comp PRUEBAS:The_Sarah_Connor.avi *>ram:aaaaaaa
MPlayer 1.5-rc2 SVN-r38440-snapshot-11.3.0 (C2000-2023 MPlayer Team

Playing PRUEBAS
:The_Sarah_Connor.avi.
libavformat version 60.3.100 (internal)
AVI file format detected.
[
aviheaderVideo stream found, -vid 0
[aviheaderAudio stream found, -aid 1
VIDEO
:  [XVID]  624x352  12bpp  25.000 fps  1006.2 kbps (122.8 kbyte/s)
VO: [compWelcome man !
VO: [compScreen use driverRadeonRX.chip
Opening video filter
: [screenshot]
==========================================================================
Opening video decoder: [ffmpegFFmpeg's libavcodec codec family
libavcodec version 60.3.100 (internal)
Selected video codec: [ffodivx] vfm: ffmpeg (FFmpeg MPEG-4)
==========================================================================
Clip info:
 Software: VirtualDubMod 1.5.10.2 (build 2540/release)
Load subtitles in PRUEBAS:
==========================================================================
Opening audio decoder: [mpg123] MPEG 1.0/2.0/2.5 layers I, II, III
AUDIO: 48000 Hz, 2 ch, s16be, 128.0 kbit/8.33% (ratio: 16000->192000)
Selected audio codec: [mpg123] afm: mpg123 (MPEG 1.0/2.0/2.5 layers I, II, III)
==========================================================================
AO: [ahi_dev2] 48000Hz 2ch s16be (2 bytes per sample)
Starting playback...
Movie-Aspect is undefined - no prescaling applied.
[swscaler @ 0x50c105f8]using unscaled yuv420p -> rgb24 special converter
VO: [comp] 624x352 => 624x352 Planar YV12 
VO: Disabling blanker
Movie-Aspect is 1.77:1 - prescaling to correct movie aspect.
VO: [comp] 624x352 => 624x352 Planar YV12 
Internal COMP FPS 24
VO: Enabling blanker

Exiting... (Quit)



try this frrom shell/CLI:
<path_to_mplayer> -vo comp PRUEBAS:The_Sarah_Connor.avi *>ram:aaaaaaa

so all errors go to ram file aaaaa

Go to top


Re: RunInUae Problem
Just can't stay away
Just can't stay away


@Firetail

When launching RunInUAE it loads ENVARC:RunInUAE.cfg (it has the UAE executable it uses/runs)

Which one do you have?

my .cfg:
uaeexe = KDH1:Emul/UAE/uae
uaescr = n/a
uaepri = 0
uaebkg = 0
uaefds = 0
timeout = 20
wbprefs = 0


If you are running "directly" UAE_sdl executable (or whatever you like) from Shell/CLI, it uses AFAIK .uaerc config file, so look inside if it has

filesystem2=rw,DH0:Workbench:KDH1:Emul/UAE/RunInUAE/WB31,1

or something alike.

Go to top


Re: MPlayer 1.5 released!
Just can't stay away
Just can't stay away


@white

thx downloading and will see what happens on my system.
THXaLOT

Go to top


Re: SDL2_image on A1222
Just can't stay away
Just can't stay away


@MisterJBAM

path of such files (.a/.so)?

I use this on my makefile:
CXXLIB = -LSDK:SDK:local/newlib/lib/

LFLAGS = $(CXXLIB) -lSDL2_image -ltiff -lwebp -lwebpdemux -lsharpyuv -lpng16 -ljpeg -lSDL2 -lz -lpthread -athread=native


being SDK:SDK:local/newlib/lib/ my path to the SDL2 and SDL_image .a/.so files (and its dependencies)

Go to top


Re: MPlayer 1.5 released!
Just can't stay away
Just can't stay away


@white

Hi, any place were I can download the video you're using to test on my system?

the mickJT RX mplayer:
...
This is a hacked version to make the comp_yuv and comp_yuv2 modes work with the RadeonRX.chip
...

The "hack" is to work on RX when using -VO comp_yuv or comp_yuv2

Can't remember how much of vo_comp driver we updated/changed, will try to investigate, but AFAIK only the window creation and such. The decoding code wasn't changed (but not sure) as it worked fine.

Go to top


Re: MPlayer 1.5 released!
Just can't stay away
Just can't stay away


@samo79
yep seems using MUI ASL Patch.

@white
try to disable/comment such MUI ASL patch (s:user-startup IIRC) to be used, reboot and try again.


Maybe MUI ASL Patch didn't expect so looooong pattern string like Mplayer has/uses.

Go to top


Re: MPlayer 1.5 released!
Just can't stay away
Just can't stay away


@white

"When MPlayer is launched this warning window appears whatever selection I choose comp, sdl, etc. :"

how do you select/choose video output? ¿:-/

Go to top


Re: MPlayer 1.5 released!
Just can't stay away
Just can't stay away


@white

Hi, if you do from Shell/CLI does it happen? (AFAIK it shouldn't)

Did you change/enable EXTPATTERN tootlype?

I can't find ParsePattern#? inside Mplayer sources ¿:-/ (maybe it's called from within another function)

Mplayer icon STACK value?

And in DOS Prefs buffers size?

Go to top


Re: 2024 - April - Space Cadet Pinball
Just can't stay away
Just can't stay away


@Elwood
Seems MorphOS version has full data: https://www.morphos-storage.net/?id=1688897

Go to top


Re: Cannon fodder open source
Just can't stay away
Just can't stay away


@root

what grfx card do you have/use?

SDLPrefs settings? I have all to defaults.

Go to top


Re: What the fastest possible x64 emulation way of OS4 today ?
Just can't stay away
Just can't stay away


@balaton
Hi, here is my lspci of my SAM460ex:
##  Ven   Dev  Description
01 1095  3114  Silicon ImageIncSiI 3114 [SATALink/SATARaidSerial ATA Controller 
    IOBase   
0:0x000010001:0x000010082:0x000010103:0x000010184:0x000010205:0x80000000
    Slot     
00:04.0
    
Class    : Base:0x01  Sub:0x04  IFace:0x00
    Revision 
0x02
    Interrupt
Line:0x20  Pin:0x01
02 126F  0501  Silicon Motion
IncSM501 VoyagerGX RevAA 
    IOBase   
0:0x840000001:0x88000000
    Slot     
00:06.0
    
Class    : Base:0x03  Sub:0x80  IFace:0x00
    Revision 
0xC0
    Interrupt
Line:0x74  Pin:0x01
03 ACBE  0001  unknown vendor
/device
    IOBase   
0:0x00000000
    Slot     
05:00.0
    
Class    : Base:0x06  Sub:0x04  IFace:0x00
    Revision 
0x01
    Interrupt
Line:0x00  Pin:0x00
04 1002  699F  Advanced Micro Devices
Inc. [AMD/ATILexa PRO [Radeon 540/540X/550/550X RX 540X/550/550X
    
IOBase   0:0xa00000002:0xb00000004:0x000020005:0xb0200000
    Slot     
06:00.0
    
Class    : Base:0x03  Sub:0x00  IFace:0x00
    Revision 
0xC7
    Interrupt
Line:0x66  Pin:0x01
05 1002  AAE0  Advanced Micro Devices
Inc. [AMD/ATIBaffin HDMI/DP Audio [Radeon RX 550 640SP RX 560/560X
    
IOBase   0:0x00000000
    Slot     
06:00.1
    
Class    : Base:0x04  Sub:0x03  IFace:0x00
    Revision 
0x00
    Interrupt
Line:0xFF  Pin:0x02

Go to top


Re: Sam460LE 1.10 Ghz Pre-Order!
Just can't stay away
Just can't stay away


hi, maybe a bit offtopic, but:

U-Boot 2018-11 recognise Radeon HD and Radeon RX.
https://www.powerpc-notebook.org/en/

Any chance to update UBoot to be used on our "old" SAM460?!?!?!

Go to top


Re: Cannon fodder open source
Just can't stay away
Just can't stay away


@Maijestro

Can you try if you rename the SCRIPTS drawer inside openffoder, then the mouse moves faster in game?
TiA

Go to top


Re: Hi New Member Here
Just can't stay away
Just can't stay away


@kishigo

hello Kevin. Welcome!!!

Go to top



TopTop
(1) 2 3 4 ... 51 »




Powered by XOOPS 2.0 © 2001-2023 The XOOPS Project