Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - davisband

Pages: [1]
1
General / Re: SFML-PI updated to 2.5.1 - Testers needed
« on: September 21, 2020, 11:38:40 AM »
Just wanted to report back that recompiling (swapping mickelson to oomek) worked great.  It also fixed the border issue on my wheet art.

Thank you!!!

2
General / Re: SFML-PI updated to 2.5.1 - Testers needed
« on: September 14, 2020, 11:52:50 AM »
Yeah, I rebuilt SFML-PI, FFMPEG, and attract mode.  I can try again to make sure I didn't miss something.

Is that correct to just swap out the GIT line for your repo?

3
General / Re: SFML-PI updated to 2.5.1 - Testers needed
« on: September 14, 2020, 11:27:50 AM »
I tried compiling using the instructions here for a raspberry pi 3b+
https://github.com/mickelson/attract/wiki/Compiling-on-the-Raspberry-Pi-(Raspbian-Jessie)

I swapped out this...
git clone --depth 1 https://github.com/mickelson/sfml-pi sfml-pi

with...
git clone --depth 1 https://github.com/oomek/sfml-pi sfml-pi

When everything was done I got a segmentation fault when trying to launch attract.  I am guessing I might of missed a dependency?

4
General / Re: White border around transparent pngs
« on: August 19, 2020, 07:41:48 AM »
Sounds great - thanks!

5
General / Re: White border around transparent pngs
« on: August 15, 2020, 07:25:01 AM »
I have the same issue but haven't been able to figure it out.  I posted on it awhile back - http://forum.attractmode.org/index.php?topic=2944.msg20519#msg20519

6
General / Re: Wheel Art Stretch
« on: June 22, 2019, 04:23:12 PM »
Quick correction - I had set the variable above to false :)

7
General / Re: Wheel Art Stretch
« on: June 20, 2019, 09:25:19 PM »
I tried tweaking the variable in the post above to true but it didn't seem to fix the problem for the nevato layout.  Is there a global preserve aspect ratio setting?

8
General / Re: Wheel Art Stretch
« on: June 14, 2019, 09:20:13 AM »
I use two layouts (nevato and unified) and it seems to occur on both of them.  I believe its the default layout.nut(s) but I did tweak the dimensions in nevato
    fe.layout.width = 1366;
    fe.layout.height = 768;

The layouts were copied from my old build but I did find this..

class WheelEntry extends ConveyorSlot
{
   constructor()
   {
      base.constructor( ::fe.add_artwork( my_config["spinwheelArt"] ) );
    preserve_aspect_ratio = true;
    video_flags=Vid.ImagesOnly; // added just in case if you have video marquees - like I do :)
   }

I'll test tweaking that tonight to see if its the culprit.

Thanks!


9
General / Wheel Art Stretch
« on: June 07, 2019, 12:12:30 PM »
I recently rebuilt retropie (stretch) with attract mode.  I noticed that the wheel art no longer stretches to fit.  My old build (from Floob's image) didn't have this issue.  Any ideas how to fix this?  My monitor resolution is 1366x768.



Thanks!

10
General / Re: Raspberry Pi Image for Pi 2 and Pi 3
« on: June 23, 2016, 08:57:41 PM »
MisterHollyWood, would you mind sending me your config for retroarch for your controller.  I have the same setup (and problem) you do.  I also think I have additional issues due to my retroarch config

Pages: [1]