gouchi

Results 383 comments of gouchi

Can you give us some feedback about high cpu usage with something like ```while true; do echo -n "RetroArch ";ps -p `pidof retroarch` -o %cpu,%mem ; sleep 5; done``` or...

Not sure if we can use this [code](https://github.com/jwrdegoede/plymouth/commit/2031c804753e217704e43ec986eb547a364b1aae) to do it ? [Source](https://github.com/libretro/RetroArch/issues/6258)

@natinusala Yes right it is just for knowing the orientation. It seems there is [rotation kms properties](https://01.org/linuxgraphics/gfx-docs/drm/drm-kms-properties.html).

@smokku it is working on X11 and on Lakka Generic we are using DRM/KMS not X11.

@smokku May you try with [image](http://nightly.builds.lakka.tv/2019-08-03/Generic_VK_nvidia.x86_64/Lakka-Generic_VK_nvidia.x86_64-2.2-devel-20190803001151-r28321-gc3108f0a77.img.gz).

@bparker06 the [image provided](https://www.lakka.tv/articles/2019/01/16/lakka-generic-nvidia-experimental-builds/) is special one for nVidia card which runs X11.

Are you in the [input group](https://github.com/libretro/RetroArch/issues/5033#issuecomment-450706696) ? You may try this [documentation](https://events.static.linuxfound.org/sites/events/files/slides/brezillon-drm-kms.pdf) about DRM/KMS. Also you can use [modetest](https://wiki.st.com/stm32mpu/wiki/DRM_KMS_overview#modetest_-28DRM-2FKMS_test_tool-29) from libdrm ([autotools](https://elinux.org/R-Car/Tests:KMS-modetest#Obtaining_modetest) | [meson](https://gitlab.freedesktop.org/mesa/drm/blob/master/meson_options.txt#L133)) to get display information and set...

@unformatt We don't use Xorg by default on Lakka, so you can't use `screen_orientation`, but there is an [experimental version dedicated for Nvidia cards](https://www.lakka.tv/articles/2019/01/16/lakka-generic-nvidia-experimental-builds/) which is using Xorg so you...

How mediaplayer-app is built for ubuntu touch ? According to the [snapcraft.yaml](https://github.com/ubports/mediaplayer-app/blob/master/snapcraft.yaml#L48) it should be linked to gstreamer1.0-libav package but I don't see it in ubuntu touch ? ``` phablet@ubuntu-phablet:~$...

Do you reproduce the issue also with the [Android version](https://purei.org/downloads.php) ?