You can install Dosbox, then running DOS games as root, run : opkg-cl install dosbox You can see : Installing dosbox (0.74) to root… Downloading now http://opkg.linuxconsole.org/linuxconsole/2.6/x86_64/dosbox_0.74_x86_64.ipk. Configuring dosbox. Note: to fix some game crash, edit $HOME/.dosbox/dosbox-0.74.conf and remplace “core=auto”
Fix running games with some ATI video cards
You can’t start running games, and you have a ATI video card ? Run “glxgears”, if it crashes, then create this file (ex ati-dri2.conf) inside /etc/X11/xorg.conf.d/ Section “Device” Option “DRI3” “False” Identifier “Card0” Driver “radeon” # BusID
Clear wine
You have installed a lot of Windows software, and now you want to delete them ? Then, you can can remove those folders : $HOME/.wine $HOME/.local/share/applications
Running Cuphead
Cuphead is working fine with LinuxConsole 2018 (Tested with 6GB Ram) You can buy it from Gog, install it from Windows installer, then run it !
Add Italian keyboard layout
On LinuxConsole 2.5, Italian keyboard is not available, follow this to fix it : Note : To test accented characters, please run leafpad instead of terminal
Burn mp3 to CD
ls *.mp3| while read file do mpg123 -w “$file.wav” “$file” || exit $? done wodim -v -dev=/dev/sr0 -pad -dao -audio *.wav || exit $? rm *.wav
Copy CD Audio
cdparanoia -B -p wodim -v -dev=/dev/sr0 -dao -audio *.raw rm *.raw
Install all packages
You can run this script, to install all LinuxConsole packages wget http://jukebox.linuxconsole.org/official/update-all sh update-all
Fix availaible for minetest (x86_64)
Minetest doesn’t start inside LinuxConsole 2.5 (64 bits) You have to Install mintest package to fix it
New mate applet : volume control
Install “mate-media” package, logout, login into mate desktop, you will find this new applet