02-22-2021, 12:07 AM
(12-10-2020, 05:16 PM)mfashby Wrote:This is fantastic, thank you so much.(05-08-2020, 02:13 AM)icecream95 Wrote:(04-24-2020, 04:55 AM)Idaho Wrote:(04-24-2020, 03:24 AM)astr0baby Wrote:(04-24-2020, 01:48 AM)Idaho Wrote: Weird, I have both of them installed and I still get the error Did you manage to run the game?Yes, but it runs in a small window really ... not very usable on the 1920x1080 display
erh, too bad, no way to force a higher res? it's a shame this is closed source (probably just to avoid cheating online) would love to build this for the pbpro...
Does changing ScreenWidth and ScreenHeight in profiles/rvgl.ini not work?
Bit of a late reply, but I managed to get RVGL working great on my pinebook pro:
* Running manjaro-arm with sway window manager
* follow the instructions here for downloading the game using the python script https://re-volt.gitlab.io/rvgl-docs/os-s...l#gnulinux
* This downloads the game content, but the binaries are the wrong CPU arch
* Download the *.deb packages provided by meveric for running on odroid
https://oph.mdrjr.net/meveric/pool/main/...-1_all.deb
https://oph.mdrjr.net/meveric/pool/main/..._arm64.deb
* install debtap from Arch User Repository
* run debtap to convert the .debs to arch packages
* run pamac install <package-name.tar.zst> to install the newly created arch packages.
* run rvgl_start to play!
It runs well.
On a different note, I've been fighting with getting openmw running on my manjaro install on and off for a while now. I finally seemed to be making progress tonight with a pkgsrc install but for some reason I get this:
==> Installing binary package of icu-68.2
pkg_add: A different version of icu-68.2 is already installed: icu-67.1
pkg_add: 1 package addition failed
*** Error code 1
The only version of icu I have installed is icu-68.2-1, as far as I can tell? Could it exist somewhere else in the pkgsrc ecosystem instead of referring to the actual version installed within manjaro?