1
General / Re: ratty daves image is missing the Displays Menu
« on: February 04, 2017, 01:59:11 PM »That image was built using an older version of attractmode which didn't have that feature.
Thank you for clearing this up for me.
I found out that I can update attract mode by using the following command lines and that by doing so, the 'Displays Menu' would appear.
Code: [Select]
cd
mkdir develop
git clone --depth 1 https://github.com/mickelson/attract attract
cd attract
make USE_GLES=1
sudo make install
cd
rm -r -f develop
Can you confirm that this are the right command lines?
Thanks.