Brak opisu

cpi 8d48b462e7 md5sum 4 lat temu
.awesome e1431e2d42 move awesome 5 lat temu
.twm a8b061d3d4 twm clean icons 5 lat temu
Menu 63c832131d add bluetooth basic pairing and TinyCloud 5 lat temu
skin 46452b61fe re-order icons under Menu/GameShell 5 lat temu
sysgo 875d268af3 almost full features 5 lat temu
.cpirc dcedcc8ef2 Because the high version of xorg prohibits the use of absolute paths for xf86config parameters, changes to relative paths in dotcpirc 5 lat temu
.gitignore 0efb9d38ba add Emulator 5 lat temu
.gitmodules b39393d33e add Pcsx as submodule 5 lat temu
.twmrc 79f9b7cb0b twm 5 lat temu
.xinitrc 7e62954a93 update dwm-mod 5 lat temu
.xorg.conf 70fa42423a add xorg configs,change xinit logic 5 lat temu
.xorg_lima.conf 70fa42423a add xorg configs,change xinit logic 5 lat temu
README.md 7294bf16c0 first 5 lat temu
dwm-mod 7e62954a93 update dwm-mod 5 lat temu
load.sh 7294bf16c0 first 5 lat temu
main a2134ac684 compatible with launcher's action.config 4 lat temu
md5sum.log 8d48b462e7 md5sum 4 lat temu
md5sum.sh 70fa42423a add xorg configs,change xinit logic 5 lat temu
update.sh 7294bf16c0 first 5 lat temu

README.md

GameShell launcher

This is the launcher for GameShell based on 320x240 resolution and D-Pad layout. Screenshot

Create the necessary user and group

  • User name: cpi
  • Password: cpi
  • Group ID: 31415 with group name: cpifav

    sudo adduser cpi  
    sudo groupadd cpifav -g 31415  
    sudo adduser cpi cpifav  
    

Directory structure

/home/cpi/
├── launchergo <- Here we are
├── apps
│   ├── emulators
│   └── Menu 
├── games
│   ├── FreeDM
│   ├── MAME
│   └── nxengine
└── music

Create the necessary directories

mkdir -p /home/cpi/apps/emulators  
mkdir -p /home/cpi/games  
mkdir -p /home/cpi/music  

Dependent packages

  • wicd (For Wi-Fi)
  • mpd (For music player)

Create “.mpd_cpi.conf” config

vim ~/.mpd_cpi.conf

music\_directory    "/home/cpi/music"
playlist\_directory    "/home/cpi/music/playlists"
db\_file    "/home/cpi/music/tag\_cache"
log\_file    "/tmp/mpd.log"
pid\_file    "/tmp/mpd.pid"
state\_file    "/home/cpi/music/mpd\_state"
sticker\_file    "/home/cpi/music/sticker.sql"
user    "cpi"
bind\_to\_address    "/tmp/mpd.socket"
auto\_update    "yes"
auto\_update\_depth    "3" 
input {
    plugin "curl"
}

audio\_output {
    type    "alsa"
    name    "My ALSA Device"
}

audio\_output {
    type    "fifo"
    name    "my_fifo"
    path    "/tmp/mpd.fifo"
    format    "44100:16:2"
}

filesystem\_charset    "UTF-8"