No Description

cuu 62bb8f07a4 bug fix,incomplete noto series fonts lead to multi-language switching crash 1 year ago
.awesome e1431e2d42 move awesome 5 years ago
.twm a8b061d3d4 twm clean icons 5 years ago
Menu 38d318b505 add 50_Pico8 1 year ago
skin 139fb0e342 update 1 year ago
sysgo 368e674d3f add Spanish and French translation files 5 years ago
.cpirc ebe74953f9 cpirc fix 1 year ago
.gitignore 83ef50dedb update 2 years ago
.twmrc 79f9b7cb0b twm 5 years ago
.xinitrc 989977073a remove launcher/GPU switch in Settings 1 year ago
.xorg.conf 70fa42423a add xorg configs,change xinit logic 5 years ago
.xorg_lima.conf 70fa42423a add xorg configs,change xinit logic 5 years ago
README.md 7294bf16c0 first 5 years ago
app 83ef50dedb update 2 years ago
debug-load.sh f1e6180f52 add icons,warehouse plugin.json 2 years ago
dwm-mod 7e62954a93 update dwm-mod 5 years ago
launchergo 62bb8f07a4 bug fix,incomplete noto series fonts lead to multi-language switching crash 1 year ago
load.sh fc1b2290f0 use /tmp/x.log to log all stdout of launchergo 2 years ago
md5sum.log 62bb8f07a4 bug fix,incomplete noto series fonts lead to multi-language switching crash 1 year ago
md5sum.sh 83ef50dedb update 2 years ago
update.sh 7294bf16c0 first 5 years ago

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"