Author Topic: ratty daves image is missing the Displays Menu  (Read 3223 times)

maksi

  • Newbie
  • *
  • Posts: 4
    • View Profile
ratty daves image is missing the Displays Menu
« 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.
« Last Edit: February 02, 2017, 11:43:51 AM by maksi »

bionictoothpick

  • Sr. Member
  • ****
  • Posts: 320
  • He who laughs lasts.
    • View Profile
Re: ratty daves image is missing the Displays Menu
« Reply #1 on: February 03, 2017, 03:07:39 AM »
That image was built using an older version of attractmode which didn't have that feature.

maksi

  • Newbie
  • *
  • Posts: 4
    • View Profile
Re: ratty daves image is missing the Displays Menu
« Reply #2 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.