Setup & Installation - akhilharihar/tinydrm_show GitHub Wiki
Step 1
Download or clone this repo and run configure script with driver name as parameter. Run ./configure -h
to get a list of available drivers. cd to the generated build folder and run make.
pi@raspberrypi:~ $ git clone https://github.com/akhilharihar/tinydrm_show.git
pi@raspberrypi:~ $ cd tinydrm_show
pi@raspberrypi:~ $ ./configure driver_name
pi@raspberrypi:~ $ cd build
pi@raspberrypi:~ $ make
pi@raspberrypi:~ $ sudo make install
Step 2
- Add
dtoverlay=driver_name
at the end of/boot/config.txt
file. - Activate full KMS GL Driver -
sudo raspi-config -> advanced options -> GL Driver -> GL (Full KMS)
. - Reboot system for the changes to take effect.