Skip to content

02Attractmode

Ronbin edited this page Dec 20, 2024 · 2 revisions

Attract mode fails on debian kms. https://github.com/oomek/attractplus/issues/82

Install the compilation dependencies

apt install debhelper pkgconf git libarchive-dev libavcodec-dev libavformat-dev libswresample-dev libavutil-dev libfontconfig-dev libfreetype6-dev libglu-dev libjpeg62-turbo-dev libxrandr-dev libopenal-dev libsfml-dev libswscale-dev libxinerama-dev libcurl4-openssl-dev libdrm-dev libgbm-dev cmake libudev-dev libvorbis-dev libflac-dev libgegl-dev xorg-dev

Compile KMS version and copy the binary

make -j4 VERBOSE=1 FE_VERSION= USE_DRM=1 STATIC=1
cp attractplus /usr/local/bin/attractpluskms

Compile X11 version and copy the binary

make clean
make -j4 VERBOSE=1 FE_VERSION= STATIC=1
cp attractplus /usr/local/bin/attractplusx11

Configuration dir is /usr/local/share/attract

Clone this wiki locally