Attract-Mode Support Forum
Attract-Mode Support => General => Topic started by: maksi on February 02, 2017, 11:39:25 AM
-
Hi,
I've downloaded the ratty daves 128GB image and I've noticed that in the Configure -> displays, there is no 'Displays Menu' Options. I've gone through the whole list a few times just to make sure.
Am I missing something? I'd like to be able to change the way the displays menu looks, to put robospin on this menu as well.
Thanks.
-
That image was built using an older version of attractmode which didn't have that feature.
-
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.
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.