1:How to switch the button where i play nes,gba,or other games. like X <-> B
2:How to change the system time.
3:what’s the root user account and password。
4:In the RetroArch there no way to return the pre menu, except display the file direct list.
1 Like
4 Likes
As well, the key definitions are found in /home/cpi/apps/launcher/sys.py/UI/keys_def.py:
4 Likes
A to Q3:
the ‘cpi’ is a sudoer, . just exec ‘sudo bash’ and you will get a root shell.
A to Q2:
In case of CST is your current timezone:
Alter the timezone will do.
$ sudo ln -sf /usr/share/zoneinfo/Asia/ShangHai /etc/localtime $ sudo echo "Asia/Shanghai" > /etc/timezone $ sudo dpkg-reconfigure -f noninteractive tzdata
3 Likes
thank for your answer pleasure
thank you for you answer
thank you for you answer pleasure
Geez no…
sudo su -
to get root access, not sudo bash
1 Like
So how do i change the time zone to EDT or GMT -4
ssh GS and “sudo dpkg-reconfigure tzdata”
Thank you much! I Got it worked out