• 0 Votes
    2 Posts
    423 Views
    mituM

    @Rhys said in Using Chromium as an "emulator" for Scratch projects:

    Does anyone know if there is a way to temporarily enable and disable the GL drivers from the shell, on the fly, without having to do a reboot?

    No, unfortunately this is cannot be done on the fly - it needs a reboot and thus would 'break' RetroPie's front-end (EmulationStation).

  • 1 Votes
    2 Posts
    513 Views
    R

    @rommell76 said in Chromium on Retropie/Emulationstation 4.7 Raspberry pi4 4gb:

    Hi Everybodies

    Is since one week I am trying without success to launch chromium from emulationstation.

    I installed the Retropie Extra script , my retropie built is installed from raspbian latest release , I 've tried follow all the tutorials and informations harvest from the web....but everytime i launch the app from ports folder it crash and coming back to emulationstation... really I am unable tu understand what i am missing ??

    Thanx for the support

    I forget ... this is my runcommand lo

    Parameters: Executing: xinit /opt/retropie/ports/chromium/chromium.sh _XSERVTransmkdir: Owner of /tmp/.X11-unix should be set to root X.Org X Server 1.20.4 X Protocol Version 11, Revision 0 Build Operating System: Linux 5.10.17-v8+ aarch64 Raspbian Current Operating System: Linux raspberrypi 5.10.17-v7l+ #1403 SMP Mon Feb 22 11:33:35 GMT 2021 armv7l Kernel command line: coherent_pool=1M 8250.nr_uarts=0 snd_bcm2835.enable_compat_alsa=0 snd_bcm2835.enable_hdmi=1 video=HDMI-A-1:1920x1080M@60 smsc95xx.macaddr=DC:A6:32:30:08:F6 vc_mem.mem_base=0x3ec00000 vc_mem.mem_size=0x40000000 console=ttyS0,115200 console=tty1 root=PARTUUID=949d9286-02 rootfstype=ext4 elevator=deadline fsck.repair=yes rootwait plymouth.enable=0 Build Date: 19 April 2021 03:23:36PM xorg-server 2:1.20.4-1+rpt3+deb10u3 (https://www.debian.org/support) Current version of pixman: 0.36.0 Before reporting problems, check http://wiki.x.org to make sure that you have the latest version. Markers: (--) probed, (**) from config file, (==) default setting, (++) from command line, (!!) notice, (II) informational, (WW) warning, (EE) error, (NI) not implemented, (??) unknown. (==) Log file: "/home/pi/.local/share/xorg/Xorg.0.log", Time: Fri Apr 23 07:12:33 2021 (==) Using system config directory "/usr/share/X11/xorg.conf.d" (EE) Fatal server error: (EE) parse_vt_settings: Cannot open /dev/tty0 (Permission denied) (EE) (EE) Please consult the The X.Org Foundation support at http://wiki.x.org for help. (EE) Please also check the log file at "/home/pi/.local/share/xorg/Xorg.0.log" for additional information. (EE) (EE) Server terminated with error (1). Closing log file. xinit: giving up xinit: unable to connect to X server: Connection refused xinit: server error
  • how do I get chromium to launch in es

    Help and Support
    2
    -1 Votes
    2 Posts
    312 Views
    mituM

    We don't support pirating add-ones and one of the rules of the forum is to not post links to copyrighted ROM/game sites.

  • 0 Votes
    4 Posts
    6k Views
    W

    @carlosricardocm said in Launching chromium from emulationstation:

    I get the following message:
    Failed to put Xlib into threaded mode.
    Gtk: cannot open display

    In order to fix that, you need to follow this tutorial.
    In the end, I only had to run the two installs below:

    sudo apt-get install xinit sudo apt-get install matchbox-window-manager

    I have a script called chromium[dot]sh in RetroPie/roms/chromium which contains the following line inside:
    chromium-browser

    After installing xinit and matchbox-window-manager, I've modified my Chromium launcher script exactly as instructed in the aforementioned tutorial.

    Also I added the following to the file es_sytems.cfg located in /opt/retropie/config/all/emulationstation/es_system
    <system> <fullname>Chromium</fullname> <name>chromium</name> <path>~/RetroPie/roms/ chromium</path> <extension>.sh .SH</extension> <command>bash %ROM%</command> <platform>chromium</platform> </system>

    In my file, I've got:

    <system> <name>chromium</name> <fullname>Chromium Web Browser</fullname> <path>/home/pi/RetroPie/roms/chromium</path> <extension>.sh .SH</extension> <command>startx %ROM% > /dev/null 2>&1</command> <platform>chromium</platform> <theme>chromium</theme> </system>

    Note the <command> line: I've entered startxfollowed by the %ROM% parameter (which will get the script name) then an extra > /dev/null 2>&1 (this is to omit the output from the script commands, keeping a clean console).

    Update:
    Initially I had xinit in the command line to invoke the script from a window manager environment. A couple days after, while managing modules and plugins (throwing apt-gets at random, for no reason whatsoever), I ended up somehow breaking xinit as in it would no longer start the X-Server. So I found a workaround by replacing xinit with startx in the <command> line, and all was good again.

  • 0 Votes
    8 Posts
    1k Views
    M

    @jonnykesh sorry, But i need help, is there something i can do or should i just flash a new one.

  • 0 Votes
    1 Posts
    848 Views
    No one has replied
  • 0 Votes
    1 Posts
    928 Views
    No one has replied
  • Chrome doesn't work in raspbian

    Help and Support
    3
    0 Votes
    3 Posts
    1k Views
    C

    Thanks a lot! Had to type sudo apt-get diat-upgrade. Can anyone had it to the wiki?