• Recent
  • Tags
  • Popular
  • Home
  • Docs
  • Register
  • Login
RetroPie forum home
  • Recent
  • Tags
  • Popular
  • Home
  • Docs
  • Register
  • Login
Please do not post a support request without first reading and following the advice in https://retropie.org.uk/forum/topic/3/read-this-first

White screen after selecting OpenGL

Scheduled Pinned Locked Moved Help and Support
white screenopen glproblem
15 Posts 4 Posters 3.2k 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.
  • M
    mitu Global Moderator @nevsan
    last edited by 28 Jan 2018, 10:25

    @nevsan Enable SSH, login to the system, then run sudo raspi-config and disable the OpenGL driver.

    1 Reply Last reply Reply Quote 0
    • N
      nevsan
      last edited by nevsan 28 Jan 2018, 10:32

      Thanks @mitu. I seem to have disabled it. Now I reboot and seems to load properly but then a white screen and again, I seem to be able to run whatever is 'there' as I loaded a mame game.

      After quitting that it take me back to the white screen.

      1 Reply Last reply Reply Quote 0
      • N
        nevsan
        last edited by nevsan 28 Jan 2018, 10:46

        While on that static white screen, if I press the keys and able to get back to the command line it says

        glGetError 0x505

        Any ideas anyone? I'm stuck. Sigh.

        M 1 Reply Last reply 28 Jan 2018, 10:51 Reply Quote 0
        • M
          mitu Global Moderator @nevsan
          last edited by mitu 28 Jan 2018, 10:51

          @nevsan Post the contents of your /boot/config.txt file here, surrounded by code blocks (````).

          N 1 Reply Last reply 28 Jan 2018, 10:54 Reply Quote 0
          • N
            nevsan @mitu
            last edited by 28 Jan 2018, 10:54

            @mitu

            # For more options and information see
            # http://rpf.io/configtxtreadme
            # Some settings may impact device functionality. See link above for details
            
            disable_splash=1
            
            # 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=1
            #hdmi_mode=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
            
            # 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 the lirc-rpi module
            #dtoverlay=lirc-rpi
            
            # Additional overlays and parameters are documented /boot/overlays/README
            
            # Enable audio (loads snd_bcm2835)
            dtparam=audio=on
            #gpu_mem_256=128
            #gpu_mem_512=256
            #gpu_mem_1024=256
            overscan_scale=1
            #gpu_mem=512
            #dtoverlay=vc4-fkms-v3d
            #dtoverlay=vc4-kms-v3d
            M 1 Reply Last reply 28 Jan 2018, 10:57 Reply Quote 0
            • M
              mitu Global Moderator @nevsan
              last edited by mitu 28 Jan 2018, 10:57

              @nevsan Seems ok, doesn't show that the OpenGL driver is enabled.
              EDIT: try switching to the Carbon theme in Emulationstation and see if it works like this.

              1 Reply Last reply Reply Quote 0
              • N
                nevsan
                last edited by 28 Jan 2018, 11:05

                That's odd - till broken :(

                How do switch the theme as I just have a white screen? Is there a command line boot to change the theme?

                Looking at:
                /configs/all/emulationstation/config.txt I get...

                lvl2: 	EmulationStation - v2.7.4rp, built Dec  5 2017 - 06:53:30
                lvl2: 	Creating surface...
                lvl2: 	Created window successfully.
                lvl2: 	Added known joystick Microsoft X-Box 360 pad (instance ID: 0, device index: 0)
                lvl2: 	Checking available OpenGL extensions...
                lvl2: 	 ARB_texture_non_power_of_two: MISSING
                lvl2: 	Loading system config file /etc/emulationstation/es_systems.cfg...
                lvl2: 	Parsing XML file "/home/pi/RetroPie/roms/amstradcpc/gamelist.xml"...
                lvl1: 	Error - folder with path ""/home/pi/RetroPie/roms/apple2"" is not a directory!
                lvl1: 	System "apple2" has no games! Ignoring it.
                lvl2: 	Parsing XML file "/home/pi/RetroPie/roms/arcade/gamelist.xml"...
                lvl1: 	File ""/home/pi/RetroPie/roms/arcade/005.zip"" does not exist! Ignoring.
                lvl1: 	File ""/home/pi/RetroPie/roms/arcade/10yard85.zip"" does not exist! Ignoring.
                lvl1: 	File ""/home/pi/RetroPie/roms/arcade/10yardj.zip"" does not exist! Ignoring.
                lvl1: 	File ""/home/pi/RetroPie/roms/arcade/1941j.zip"" does not exist! Ignoring.
                lvl1: 	File ""/home/pi/RetroPie/roms/arcade/1941r1.zip"" does not exist! Ignoring.
                lvl1: 	File ""/home/pi/RetroPie/roms/arcade/1941u.zip"" does not exist! Ignoring.
                

                << just a piece of the .txt file

                M 1 Reply Last reply 28 Jan 2018, 11:07 Reply Quote 0
                • M
                  mitu Global Moderator @nevsan
                  last edited by 28 Jan 2018, 11:07

                  @nevsan What happens if you press the Start button ? Should open up the Emulationstation options menu.

                  1 Reply Last reply Reply Quote 0
                  • N
                    nevsan
                    last edited by 28 Jan 2018, 11:13

                    That doesn't work either at all. Only F4 seems to be able to get back to command line.

                    M 1 Reply Last reply 28 Jan 2018, 11:17 Reply Quote 0
                    • M
                      mitu Global Moderator @nevsan
                      last edited by mitu 28 Jan 2018, 11:17

                      @nevsan Try resetting the ES configuration - rename the es_settings.txt from the emulationstation config dir - and see if that makes a difference.

                      1 Reply Last reply Reply Quote 0
                      • B
                        BuZz administrators
                        last edited by 28 Jan 2018, 18:15

                        The problem is when enabling the opengl driver it disables the gpu_mem options. When disabling the option it doesn't restore threm. Uncomment the gpu_mem_xxx options and reboot.

                        To help us help you - please make sure you read the sticky topics before posting - https://retropie.org.uk/forum/topic/3/read-this-first

                        1 Reply Last reply Reply Quote 0
                        • N
                          nevsan
                          last edited by 29 Jan 2018, 12:37

                          Thanks fellas I sure your last option works @buzz but me being a plank I just resigned the fact I'd not save it and burnt another image onto the SD card with the intention of redoing what I'd done.

                          Getting a little less patient and silly in my old age me thinks. Now for me to look at the easiest way to back up what I've done on my SD card in future so I can revert.

                          Thanks again though the community for this stuff is top-notch :)

                          Q 1 Reply Last reply 29 Jan 2018, 19:14 Reply Quote 0
                          • Q
                            quicksilver @nevsan
                            last edited by 29 Jan 2018, 19:14

                            @nevsan said in White screen after selecting OpenGL:
                            Now for me to look at the easiest way to back up what I've done on my SD card in future so I can revert.

                            If you are using windows just use win32disk imager. Its basically just the inverse of putting the image on the card. I have learned to always make an image back up before making any major changes to my setup.

                            Q 1 Reply Last reply 29 Jan 2018, 19:14 Reply Quote 0
                            • Q
                              quicksilver @quicksilver
                              last edited by quicksilver 29 Jan 2018, 19:14

                              @quicksilver said in White screen after selecting OpenGL:

                              @nevsan said in White screen after selecting OpenGL:
                              "Now for me to look at the easiest way to back up what I've done on my SD card in future so I can revert."

                              If you are using windows just use win32disk imager. Its basically just the inverse of putting the image on the card. I have learned to always make an image back up before making any major changes to my setup.

                              1 Reply Last reply Reply Quote 0
                              15 out of 15
                              • First post
                                15/15
                                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