Skip to content

Instantly share code, notes, and snippets.

@victorfeitosa
Created April 13, 2021 14:32
Show Gist options
  • Save victorfeitosa/ae6c52895afd1379d2b3a06edd544f75 to your computer and use it in GitHub Desktop.
Save victorfeitosa/ae6c52895afd1379d2b3a06edd544f75 to your computer and use it in GitHub Desktop.
XU4 Install Xorg
# Sources list
cd /etc/apt/sources.list.d
# XU4
wget https://oph.mdrjr.net/meveric/sources.lists/meveric-all-XU3.list
wget https://oph.mdrjr.net/meveric/sources.lists/meveric-all-main.list
wget https://oph.mdrjr.net/meveric/sources.lists/meveric-all-testing.list
wget https://oph.mdrjr.net/meveric/sources.lists/meveric-buster-main.list
wget https://oph.mdrjr.net/meveric/sources.lists/meveric-buster-backports.list
wget -O- http://oph.mdrjr.net/meveric/meveric.asc | apt-key add -
apt update
# DietPi-Software
curl -sSfL https://raw.githubusercontent.com/MichaIng/DietPi/master/.conf/dps_6/98-dietpi-disable_dpms.conf -o 98-dietpi-disable_dpms.conf
apt install xserver-xorg-core xserver-xorg-input-libinput xinit dbus-x11 xfonts-base x11-xserver-utils x11-utils libgl1-mesa-dri mesa-utils mesa-utils-extra -y
mkdir -p /etc/X11/xorg.conf.d
mv 98-dietpi-disable_dpms.conf /etc/X11/xorg.conf.d/98-dietpi-disable_dpms.conf
apt install malit628-odroid xf86-video-armsoc-odroid -y
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment