Attract-Mode Support Forum

Attract-Mode Support => General => Topic started by: maksi on February 02, 2017, 11:39:25 AM

Title: ratty daves image is missing the Displays Menu
Post 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.
Title: Re: ratty daves image is missing the Displays Menu
Post by: bionictoothpick on February 03, 2017, 03:07:39 AM
That image was built using an older version of attractmode which didn't have that feature.
Title: Re: ratty daves image is missing the Displays Menu
Post by: maksi 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.