• Recent
  • Tags
  • Popular
  • Home
  • Docs
  • Register
  • Login
RetroPie forum home
  • Recent
  • Tags
  • Popular
  • Home
  • Docs
  • Register
  • Login

Sega model 3 #segamodel3

Scheduled Pinned Locked Moved Ideas and Development
sega model 3supermodel
304 Posts 23 Posters 93.5k Views
Loading More Posts
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • F
    Folly @phialek
    last edited by 11 Aug 2021, 19:14

    @phialek

    Thanks.

    There are a few things I see.
    xrandr only sees 1 resolution.
    And I don't have this :
    SDL_VIDEO_KMSDRM_CRTCID=87 SDL_VIDEO_KMSDRM_MODEID=37

    Well, I have to think about that.
    Not really sure where to look.
    I think I will hook up a TV and see what my output is.

    I will look at it tomorrow again and it can take a while before I respond to it.

    P 1 Reply Last reply 11 Aug 2021, 20:21 Reply Quote 0
    • P
      phialek @Folly
      last edited by 11 Aug 2021, 20:21

      @folly
      im really thankful!

      1 Reply Last reply Reply Quote 0
      • M
        mitu Global Moderator
        last edited by 12 Aug 2021, 05:37

        @phialek said in Sega model 3 #segamodel3:

        xrandr: Failed to get size of gamma for output default
        Screen 0: minimum 1920 x 1080, current 1920 x 1080, maximum 1920 x 1080
        default connected 1920x1080+0+0 0mm x 0mm
        1920x1080 0.00*

        This may happen because you modified config.txt and instructed the bootloader to ignore the display's EDID. Did you edit the config.txt file ? Then post the contents here - surrounded by code tags (```).

        P 1 Reply Last reply 12 Aug 2021, 13:02 Reply Quote 0
        • P
          phialek @mitu
          last edited by mitu 8 Dec 2021, 14:05 12 Aug 2021, 13:02

          @mitu

          thanks for your help. ive defiantly altered the config file because of overclocking, which runs stable. ive also tested supermodel without oc whivh was even slower. here is the config:

          # For more options and information see
          # http://rpf.io/configtxt
          # Some settings may impact device functionality. See link above for details
          
          # uncomment if you get no picture on HDMI for a default "safe" mode
          #hdmi_safe=1
          
          # uncomment this if your display has a black border of unused pixels visible
          # and your display can output without overscan
          disable_overscan=1
          
          # uncomment the following to adjust overscan. Use positive numbers if console
          # goes off screen, and negative if there is too much border
          #overscan_left=16
          #overscan_right=16
          #overscan_top=16
          #overscan_bottom=16
          
          # uncomment to force a console size. By default it will be display's size minus
          # overscan.
          #framebuffer_width=1280
          #framebuffer_height=720
          
          # uncomment if hdmi display is not detected and composite is being output
          hdmi_force_hotplug=1
          
          # uncomment to force a specific HDMI mode (this will force VGA)
          hdmi_group=2
          hdmi_mode=82
          
          hdmi_ignore_edid_audio=1
          # uncomment to force a HDMI mode rather than DVI. This can make audio work in
          # DMT (computer monitor) modes
          #hdmi_drive=2
          
          # uncomment to increase signal to HDMI, if you have interference, blanking, or
          # no display
          #config_hdmi_boost=4
          
          # uncomment for composite PAL
          #sdtv_mode=2
          
          #uncomment to overclock the arm. 700 MHz is the default.
          #arm_freq=800
          over_voltage=8
          arm_freq=2147
          gpu_freq=750
          
          # Uncomment some or all of these to enable the optional hardware interfaces
          #dtparam=i2c_arm=on
          #dtparam=i2s=on
          #dtparam=spi=on
          
          # Uncomment this to enable infrared communication.
          #dtoverlay=gpio-ir,gpio_pin=17
          #dtoverlay=gpio-ir-tx,gpio_pin=18
          
          # Additional overlays and parameters are documented /boot/overlays/README
          
          # Enable audio (loads snd_bcm2835)
          dtparam=audio=on
          
          [pi4]
          # Enable DRM VC4 V3D driver on top of the dispmanx display stack
          dtoverlay=vc4-fkms-v3d
          max_framebuffers=2
          
          [all]
          #dtoverlay=vc4-fkms-v3d
          #overscan_scale=1
          gpu_mem=64
          
          M 1 Reply Last reply 12 Aug 2021, 13:07 Reply Quote 0
          • M
            mitu Global Moderator @phialek
            last edited by 12 Aug 2021, 13:07

            @phialek Any reason you've added the hdmi_group/mode options ? Comment them, along with the hdmi_force_audio_edid=1 and try again. If you have a Pi4, the gpu_mem is also redundant and it's not needed (default is 76M).

            P 1 Reply Last reply 12 Aug 2021, 14:52 Reply Quote 1
            • P
              phialek @mitu
              last edited by phialek 8 Dec 2021, 15:52 12 Aug 2021, 14:52

              @mitu

              I think i was trying to rotate the screen in moonlight, but i don't remember that really.

              Can i just delete the hdmi group and hdmi mode comments there?

              F 1 Reply Last reply 12 Aug 2021, 15:01 Reply Quote 0
              • F
                Folly @phialek
                last edited by Folly 8 Dec 2021, 16:09 12 Aug 2021, 15:01

                @phialek

                Good call of @mitu.
                Actually I was thinking a bit in the same area, yesterday.

                I would not delete the lines just comment them with # .
                Your pi should boot if you comment those lines, just like this :

                # uncomment if hdmi display is not detected and composite is being output
                #hdmi_force_hotplug=1
                
                # uncomment to force a specific HDMI mode (this will force VGA)
                #hdmi_group=2
                #hdmi_mode=82
                
                #hdmi_ignore_edid_audio=1
                

                Be aware that you always turn on your TV or monitor before turning on the pi.
                Not the other way around, as the pi might not recognize the TV or monitor.

                P 1 Reply Last reply 12 Aug 2021, 16:11 Reply Quote 0
                • P
                  phialek @Folly
                  last edited by 12 Aug 2021, 16:11

                  @folly

                  That is a small problem. I have a cabinet and everything will is powered on at the sane time. I will try it out anyway :)

                  F 1 Reply Last reply 12 Aug 2021, 16:30 Reply Quote 0
                  • F
                    Folly @phialek
                    last edited by Folly 8 Dec 2021, 17:31 12 Aug 2021, 16:30

                    @phialek said in Sega model 3 #segamodel3:

                    @folly

                    That is a small problem. I have a cabinet and everything will is powered on at the sane time. I will try it out anyway :)

                    Powering the tv and pi at the same time will often give the same problem, not recognizing the TV or monitor properly.

                    Curious if it will improve after all recommendations.

                    P 1 Reply Last reply 12 Aug 2021, 18:43 Reply Quote 0
                    • P
                      phialek @Folly
                      last edited by 12 Aug 2021, 18:43

                      @folly

                      unfortunatly that didnt help at all....

                      the log changed though, no more errors. but performance is as slow as before.

                      supermodel
                      Supermodel-mechafatnick-496x384
                      /home/pi/RetroPie/roms/supermodel/daytona2.zip
                      SDL_VIDEO_KMSDRM_CRTCID=87 SDL_VIDEO_KMSDRM_MODEID=37 pushd /opt/retropie/emulators/supermodel-mechafatnick; SDL_VIDEO_KMSDRM_CRTCID=87 SDL_VIDEO_KMSDRM_MODEID=37 ./supermodel -res=496,384 "/home/pi/RetroPie/roms/supermodel/daytona2.zip"

                      F 1 Reply Last reply 12 Aug 2021, 19:59 Reply Quote 0
                      • F
                        Folly @phialek
                        last edited by 12 Aug 2021, 19:59

                        @phialek

                        Sad to hear it isn't improved.

                        P 1 Reply Last reply 13 Aug 2021, 01:31 Reply Quote 0
                        • P
                          phialek @Folly
                          last edited by 13 Aug 2021, 01:31

                          @folly

                          It's ok, ill stream those games over moonlight.

                          Im sure though that one day i will get it to work ;)

                          M 1 Reply Last reply 13 Aug 2021, 05:25 Reply Quote 0
                          • M
                            mechafatnick @phialek
                            last edited by 13 Aug 2021, 05:25

                            @phialek How do other games hold up? Try Virtua Fighter 3.

                            1 Reply Last reply Reply Quote 0
                            • F
                              Folly @mechafatnick
                              last edited by 17 Aug 2021, 15:40

                              @mechafatnick said in Sega model 3 #segamodel3:

                              @folly Yes we talked about that didn't we? This is a good plan

                              I canceled my idea of making a new thread, at this moment.
                              It seems there isn't that much amino for it, otherwise more people would have reacted on the idea.

                              We can always do it in the future, when there is more desire.
                              Agreed ?

                              C L 2 Replies Last reply 18 Aug 2021, 09:58 Reply Quote 0
                              • C
                                Crush @Folly
                                last edited by 18 Aug 2021, 09:58

                                @folly I was waiting with great anticipation for it :-p cause i'm totally lost in this thread, not sure whats still relevant and what is now obsolete instruction wize.

                                1 Reply Last reply Reply Quote 1
                                • L
                                  Libation @Folly
                                  last edited by 18 Aug 2021, 13:43

                                  @folly I agree with Crush, I'd like to see a separate thread as well for the same reasons.

                                  1 Reply Last reply Reply Quote 2
                                  • F
                                    Folly
                                    last edited by 18 Aug 2021, 16:59

                                    @Crush @Libation

                                    Thanks for your "votes".

                                    More people out there ?

                                    I will give it a second thought.

                                    R M 2 Replies Last reply 18 Aug 2021, 22:16 Reply Quote 2
                                    • R
                                      rott42 @Folly
                                      last edited by 18 Aug 2021, 22:16

                                      @folly Knowing what you can do, I vote "YES" :).

                                      1 Reply Last reply Reply Quote 1
                                      • 4
                                        4RetroPieTFT
                                        last edited by mitu 9 Mar 2021, 19:51 23 Aug 2021, 00:34

                                        Tutorial for RetroPie:
                                        Go out from Emulationstation with WiFi or Ethernet connection to Internet, press START -> QUIT, QUIT EMULATIONSTATION.

                                        Now download script inside emulators folder, typing:

                                        cd /home/pi/RetroPie-Setup/scriptmodules/emulators/
                                        

                                        Now get the script type:

                                        wget https://raw.githubusercontent.com/FollyMaddy/RetroPie-Share/bcc1bfb9ef00ded0b060f70df06d10c6660f07f1/00-scriptmodules-00/emulators/supermodel-mechafatnick.sh
                                        

                                        Go back to Emulationstation or directly open retropie_setup.sh :

                                        sudo /home/pi/RetroPie-Setup/./retropie_setup.sh
                                        

                                        Once RetroPie Setup open, go to Manage experimental packages and search for option 53 Supermodel-mechafatnick, press Enter and then choose Install from source, acept with Yes by pressing Enter and wait for the magic of @mechafatnick and @Folly .
                                        If it fail because Internet down, just retry!

                                        Once installed, choose <back> by pressing Enter , repeat untill go back to <Exit> and exit.

                                        Supermodel was succesfully installed

                                        We need a theme for SuperModel:

                                        I share mine, if you dont want, you need to create one yourself. So the next step is totally optional:

                                        cd
                                        
                                        git clone https://github.com/Luciano2018/SuperModel3_Pi_Buenos_Aires.git
                                        
                                        cd SuperModel3_Pi_Buenos_Aires
                                        
                                        sudo mv /home/pi/SuperModel3_Pi_Buenos_Aires/model3 /etc/emulationstation/themes/carbon/supermodel
                                        

                                        Where i put roms(*.zip extension)?:

                                        /home/pi/RetroPie/roms/supermodel
                                        

                                        I don't want your theme, tell me the steps man!:

                                        First you need a nice logo.svg or logo.png
                                        Here,in this thread are a very cool logos so search or google someone.

                                        Now we need create the model3 theme, from another one that came with RetroPie by default:

                                        sudo cp -rf /etc/emulationstation/themes/carbon/arcade /etc/emulationstation/themes/carbon/model3
                                        

                                        Put your logo named system.svg in /home/pi/ folder then move it to the correct folder:

                                        sudo mv /home/pi/system.svg /etc/emulationstation/themes/carbon/model3/art/
                                        

                                        Nice theme finished!!!

                                        But if you get a logo .png you need extra steps to show correctly, rename to system.png put in /home/pi/ folder and move it to the right place:

                                        sudo mv /home/pi/system.png /etc/emulationstation/themes/carbon/model3/art/
                                        

                                        Because the *.png extension you need to edit the file *themes.xml:

                                        sudo nano /etc/emulationstation/themes/carbon/model3/theme.xml
                                        

                                        Here change all the system.svg to system.png so *EmulationStation will see your choice logo, the file will turn to this:

                                        <theme>
                                        
                                        <formatVersion>3</formatVersion>
                                        
                                        <include>./../carbon.xml</include>
                                        
                                        <view name="system">
                                        
                                        <image name="ControllerOverlay" extra="true">
                                        
                                        <tile>false</tile>
                                        
                                        <pos>0.5 0.2</pos>
                                        
                                        <origin>0.5 0.5</origin>
                                        
                                        <size>0.3 0</size>
                                        
                                        <path>./art/controller.svg</path>
                                        
                                        <!-- <color>8b0000</color> -->
                                        
                                        </image>
                                        
                                        <image name="logo">
                                        
                                        <path>./art/system.png</path>
                                        
                                        </image>
                                        
                                        </view>
                                        
                                        <view name="basic, detailed, video">
                                        
                                        <image name="logo">
                                        
                                        <path>./art/system.png</path>
                                        
                                        <pos>0.266 0.074</pos>
                                        
                                        <maxSize>0.460 0.126</maxSize>
                                        
                                        <origin>0.5 0.5</origin>
                                        
                                        </image>
                                        
                                        <image name="logo2" extra="true">
                                        
                                        <path>./art/controller.svg</path>
                                        
                                        <pos>0.874 0.074</pos>
                                        
                                        <maxSize>0.460 0.126</maxSize>
                                        
                                        <origin>0.5 0.5</origin>
                                        
                                        <color>bbbbbb</color>
                                        
                                        </image>
                                        
                                        </view>
                                        
                                        <view name="basic"> </view>
                                        
                                        <view name="detailed"> </view>
                                        
                                        </theme>
                                        

                                        Save with Ctrl+o (vowel o) then press Enter to confirm the change and close the file with Ctrl+x

                                        Remember this instructions for theme are based in theme Carbon if you have another one, you will have to learn how do similar steps but for your current theme.

                                        Now just type:

                                        reboot
                                        

                                        And enjoy, search for roms!!!

                                        Thats all!!!

                                        F 1 Reply Last reply 23 Aug 2021, 09:19 Reply Quote 4
                                        • M
                                          mechafatnick @Folly
                                          last edited by 23 Aug 2021, 06:30

                                          @folly It seems to be popular :D

                                          I was playing around earlier because i fired up the DC Virtual fighter 3 and it made me think about how slow the Supermodel Version is in comparison.

                                          Consequently, i thought I'd go old school and halve the native Model 3 resolution:

                                          Supermodel-Performance = "XINIT:/opt/retropie/emulators/supermodel/bin/supermodel -res=248,192 %ROM%"
                                          

                                          Works a charm. The graphics are a lot jaggier naturally BUT everything is much, much smoother. The only problem is Stretch and Widescreen no longer weem to work for some reason.

                                          F 4 2 Replies Last reply 23 Aug 2021, 09:21 Reply Quote 1
                                          265 out of 304
                                          • First post
                                            265/304
                                            Last post

                                          Contributions to the project are always appreciated, so if you would like to support us with a donation you can do so here.

                                          Hosting provided by Mythic-Beasts. See the Hosting Information page for more information.

                                            This community forum collects and processes your personal information.
                                            consent.not_received