Manuel Alfayate Corchete

Results 532 comments of Manuel Alfayate Corchete

@Dragon-Baroque Thanks for your continued support on this! I have no `~/.exult.cfg`, I only have `~/ultima7/bin/exult.cfg`, no other exult.cfg files on my `$HOME` dir, that's for sure. In fact, I...

@Dragon-Baroque I think you solved the mistery (and it was my fault, because I didn't think that my custom build process would be causing this). Now, the explanation: I forgot...

@Dragon-Baroque I will try to answer the best I can :) Ease of use: Same as on any GNU/Linux system, but a small code change has to be made manually...

The Exult engine is pre-scaling the screen in software, instead of letting SDL2 do it for free (SDL2 uses OpenGL/ES under the hood), so that's taxing the Pi4 CPU massively...

@popcornmix Sadly I can't say when this started because I had been months without updating. Any revision you suspect and I can "force"? (Along with how to force it, which...

@popcornmix I cleared dmesg, then ran compilation on all four cores, then just after the monitor goes off, I get these on dmesg: ``` pi@raspberrypi:~ $ dmesg [ 93.150825] [drm:drm_atomic_helper_wait_for_flip_done...

@popcornmix For these experiments, I have added this to `commandline.txt` `video=HDMI-A-1:640x480@60` And I am also setting this in config.txt as I said: ``` hdmi_group=2 hdmi_mode=4 ``` So I am, in...

@popcornmix I usually run my Pi at 1360x768, but when I am running what you ask me to run, etc... then I move to basic 640x480@60Hz. There's nothing wrong with...

@popcornmix What happens is this. On idle system, or when running, let's say, SDLPop, Scummvm, etc... I normally get this: ``` pi@raspberrypi:~/src/Raze/b4 $ vcgencmd get_throttled throttled=0x0 ``` But after a...

@popcornmix I went back from kernel 5.10.50 to to stable 5.10.17 (remember I am on a full aarch64 Raspberry Pi OS) via: `sudo apt-get install --reinstall raspberrypi-bootloader raspberrypi-kernel` ...and after...