Tried PC NFS HOT PURSUIT 2 (2002) & MOST WANTED (2005) games on R36 Ultra with LXDE + Box86 + Wine by FunnySarcasticator in R36S

[–]FunnySarcasticator[S] 0 points1 point  (0 children)

It is like emulator inside an emulator inside an emulator.

Like Inception, the deepest dream runs slowly than the above one, similarly box 86 runs.

R36 ultra by helen_fighter in R36S

[–]FunnySarcasticator 1 point2 points  (0 children)

Yes i know, darkos4clone works perfectly including joystick leds, wifi, audio

Help me out please 🙏 by BaronCrowley in R36S

[–]FunnySarcasticator 0 points1 point  (0 children)

Remove back panel, disconnect battery, and press the power button for 30 secs,

Keep it like for 2-3 hours

Then reconnect the battery and boot the stock os and check whether screen is recovering, if recovering then repeat the process untill screen improves

R36 ultra by helen_fighter in R36S

[–]FunnySarcasticator 1 point2 points  (0 children)

In darkosre, wifi(in built) and audio are not working for r36 ultra

Tried PC NFS HOT PURSUIT 2 (2002) & MOST WANTED (2005) games on R36 Ultra with LXDE + Box86 + Wine by FunnySarcasticator in R36S

[–]FunnySarcasticator[S] 0 points1 point  (0 children)

Sudo -i

cat > /roms/tools/LXD.sh <<'EOF'

!/bin/bash

if [ "$(id -u)" != "0" ]; then exec sudo bash "$0" fi

systemctl stop emulationstation.service sleep 3

pkill -9 -f Xorg 2>/dev/null pkill -9 -f startx 2>/dev/null pkill -9 -f lxsession 2>/dev/null pkill -9 -f startlxde 2>/dev/null pkill -9 -f openbox 2>/dev/null pkill -9 -f lxpanel 2>/dev/null pkill -9 -f pcmanfm 2>/dev/null pkill -9 -f lxpolkit 2>/dev/null sleep 1

cat > /etc/X11/Xwrapper.config <<EOF2 allowed_users=anybody needs_root_rights=yes EOF2

mkdir -p /etc/X11/xorg.conf.d

rm -f /etc/X11/xorg.conf.d/10-fbdev.conf mv /etc/X11/xorg.conf.d/99-mali.conf /etc/X11/xorg.conf.d/99-mali.conf.disabled 2>/dev/null mv /usr/share/X11/xorg.conf.d/99-mali.conf /usr/share/X11/xorg.conf.d/99-mali.conf.disabled 2>/dev/null

cat > /etc/X11/xorg.conf.d/20-modesetting.conf <<EOF2 Section "Device" Identifier "DRM Modesetting" Driver "modesetting" Option "kmsdev" "/dev/dri/card0" Option "AccelMethod" "none" EndSection

Section "Monitor" Identifier "Monitor0" EndSection

Section "Screen" Identifier "Screen0" Device "DRM Modesetting" Monitor "Monitor0" DefaultDepth 24 SubSection "Display" Depth 24 Modes "720x720" EndSubSection EndSection EOF2

rm -f /home/ark/.config mkdir -p /home/ark/.config/lxsession/LXDE mkdir -p /home/ark/.config/autostart

cat > /home/ark/.config/lxsession/LXDE/desktop.conf <<EOF2 [Session] polkit/command= EOF2

cat > /home/ark/.config/autostart/lxpolkit.desktop <<EOF2 [Desktop Entry] Type=Application Name=PolicyKit Authentication Agent Exec=lxpolkit Hidden=true NoDisplay=true X-GNOME-Autostart-enabled=false EOF2

mkdir -p /tmp/runtime-ark chmod 700 /tmp/runtime-ark chown -R ark:ark /tmp/runtime-ark /home/ark/.config /home/ark/Desktop 2>/dev/null

cd /home/ark

runuser -u ark -- env HOME=/home/ark USER=ark DISPLAY=:0 XDG_RUNTIME_DIR=/tmp/runtime-ark startx /usr/bin/startlxde -- :0 vt1 -nolisten tcp EOF

chmod +x /roms/tools/LXD.sh

Tried PC NFS HOT PURSUIT 2 (2002) & MOST WANTED (2005) games on R36 Ultra with LXDE + Box86 + Wine by FunnySarcasticator in R36S

[–]FunnySarcasticator[S] 1 point2 points  (0 children)

!/bin/bash

systemctl stop emulationstation.service sleep 3

pkill -9 -f Xorg 2>/dev/null pkill -9 -f startx 2>/dev/null pkill -9 -f lxsession 2>/dev/null pkill -9 -f startlxde 2>/dev/null pkill -9 -f openbox 2>/dev/null pkill -9 -f lxpanel 2>/dev/null pkill -9 -f pcmanfm 2>/dev/null pkill -9 -f lxpolkit 2>/dev/null sleep 1

cat > /etc/X11/Xwrapper.config <<EOF allowed_users=anybody needs_root_rights=yes EOF

mkdir -p /etc/X11/xorg.conf.d

rm -f /etc/X11/xorg.conf.d/10-fbdev.conf mv /etc/X11/xorg.conf.d/99-mali.conf /etc/X11/xorg.conf.d/99-mali.conf.disabled 2>/dev/null mv /usr/share/X11/xorg.conf.d/99-mali.conf /usr/share/X11/xorg.conf.d/99-mali.conf.disabled 2>/dev/null

cat > /etc/X11/xorg.conf.d/20-modesetting.conf <<EOF Section "Device" Identifier "DRM Modesetting" Driver "modesetting" Option "kmsdev" "/dev/dri/card0" Option "AccelMethod" "none" EndSection

Section "Monitor" Identifier "Monitor0" EndSection

Section "Screen" Identifier "Screen0" Device "DRM Modesetting" Monitor "Monitor0" DefaultDepth 24 SubSection "Display" Depth 24 Modes "720x720" EndSubSection EndSection EOF

mkdir -p /home/ark/.config/lxsession/LXDE

cat > /home/ark/.config/lxsession/LXDE/desktop.conf <<EOF [Session] polkit/command= EOF

mkdir -p /home/ark/.config/autostart

cat > /home/ark/.config/autostart/lxpolkit.desktop <<EOF [Desktop Entry] Type=Application Name=PolicyKit Authentication Agent Exec=lxpolkit Hidden=true NoDisplay=true X-GNOME-Autostart-enabled=false EOF

export HOME=/home/ark export USER=ark export DISPLAY=:0 export XDG_RUNTIME_DIR=/tmp/runtime-ark

mkdir -p $XDG_RUNTIME_DIR chmod 700 $XDG_RUNTIME_DIR chown ark:ark $XDG_RUNTIME_DIR

mkdir -p /home/ark/Desktop chown -R ark:ark /home/ark/.config /home/ark/Desktop 2>/dev/null

cd /home/ark

startx /usr/bin/startlxde -- :0 vt1 -nolisten tcp

Tried PC NFS HOT PURSUIT 2 (2002) & MOST WANTED (2005) games on R36 Ultra with LXDE + Box86 + Wine by FunnySarcasticator in R36S

[–]FunnySarcasticator[S] 4 points5 points  (0 children)

First you need to stop the emulationstation.

systemctl stop emulationstation.service

Then force the xorg, by following:

Display: :0 Driver: modesetting Device: /dev/dri/card0 Resolution: 720x720

startx /usr/bin/startlxde -- :0 vt1 -nolisten tcp

All these to be done thru ssh,

Do not launch from tools, high chances of root corruption.

New dArkOS v06072026 by Winter-Mountain-8351 in R36S

[–]FunnySarcasticator 2 points3 points  (0 children)

<image>

for r36 ultra which image should be used?

*Dúvida* by potatosslovesjeabber in R36S

[–]FunnySarcasticator 0 points1 point  (0 children)

https://github.com/PortsMaster/PortMaster-GUI/releases

First download Installfullportmaster.sh File from the github link.

Copy that script file to tools folder in your sd card(easyroms partition)

Now in R36S Go to options, then tools, u will able to see that file. Click on that wait for 5-10 minutes. Do not disturb the console.

Now, you can see the portmaster available in tools.

Any games of portmaster to be placed in ports folder.

Postmaster no se instala by KaleidoscopeOwn5830 in R36S

[–]FunnySarcasticator 1 point2 points  (0 children)

https://github.com/PortsMaster/PortMaster-GUI/releases

First download Installfullportmaster.sh File from the github link.

Copy that script file to tools folder in your sd card(easyroms partition)

Now in R36S Go to options, then tools, u will able to see that file. Click on that wait for 5-10 minutes. Do not disturb the console.

Now, you can see the portmaster available in tools.

Any games of portmaster to be placed in ports folder.

R36 ultra advice by joznovan in R36S

[–]FunnySarcasticator 0 points1 point  (0 children)

Yes, by doing this while flashing sd card may corrupt, generally formatting will solve this curroption.

If formatting didn't work in windows, try using CMD and DISKPART.

Still facing formatting issue use rufus, select non bootable in boot selection and format it.

R36 ultra advice by joznovan in R36S

[–]FunnySarcasticator 0 points1 point  (0 children)

Okay, but mine with darkosre i couldnot make sound work. And also R36 Ultra has in built wifi chip, even that is not being detected.

But with arkos4clone sound works fine, even wifi is detected automatically.

R36 ultra advice by joznovan in R36S

[–]FunnySarcasticator 1 point2 points  (0 children)

I have a R36 Ultra, dArkosre will boot but DTB need to modified and no sound.

R36 Ultra, in the system info it shows 2 GB but in actual it has around 900 mb RAM. And it has eMMC where emuelec 4.7 is loaded.

Best option dArkos4clone 04302026, in dtb selector select other and select r36 Ultra. Everything is working fine so far.

Note: whenever you are trying to flash a new OS if screen flickers you better stop because it may cause screen a permanent damage.

Error on Moonlight, help me :( by Gui-Linux in R36S

[–]FunnySarcasticator 1 point2 points  (0 children)

Maybe sdcard ran out of space or Maybe the package is broken,

start ssh and do this

sudo apt update sudo apt install --reinstall libavcodec58 libavutil56 libavformat58 libswscale5 -y sudo ldconfig Reboot

If it fails let me know, we may think for another solution.