Jump to content

Braulio

Members
  • Posts

    1
  • Joined

  • Last visited

Reputation Activity

  1. Like
    Braulio reacted to Rob Tìgeir in Chromium browser fails to launch   
    You can download the older deb
     
    http://launchpadlibrarian.net/319181475/chromium-browser_58.0.3029.110-0ubuntu0.14.04.1176_armhf.deb
     
    But it also requires the exact chromium-codecs-ffmpeg-extra package
     
    I did somehting along the lines of this...
    sudo apt remove chromium-browser mkdir tempforinstall cd tempforinstall wget http://launchpadlibrarian.net/319181475/chromium-browser_58.0.3029.110-0ubuntu0.14.04.1176_armhf.deb wget http://launchpadlibrarian.net/319181477/chromium-codecs-ffmpeg-extra_58.0.3029.110-0ubuntu0.14.04.1176_armhf.deb sudo dpkg -i *.deb sudo -s echo chromium-browser hold | dpkg --set-selections This removes the 59 version, downloads 58 versions, installs them and then locks the browser so it doesn't get upgraded. I'm sure someone could do this in less lines but it worked for me.
     
    I don't get the Lock option in synaptic for some reason.
     
  2. Like
    Braulio got a reaction from RagnerBG in OpenGL on Mali GPU (BananaPi, OrangePi PC, etc)   
    Hello guys , I try to install Gl4ES  (https://github.com/ptitSeb/gl4es)  with success , in armbian Ubuntu Xenial Desktop .  For GL4ES you need to "put libGL.so.1 in your LD_LIBRARY_PATH". LD_LIBRARY_PATH is  "/usr/lib/arm-linux-gnueabihf" in the same path you need find "mesa" folder and rename it to ".mesa", maybe is the same for glshim.
    You can run games like foobillard++ , openarena,quake ,etc .
    Gl4ES is a wrapper for OpenGL 1.5, but the Hardware accelerated for chromium or firefox doesnt work.
  3. Like
    Braulio got a reaction from manuti in OpenGL on Mali GPU (BananaPi, OrangePi PC, etc)   
    Hello guys , I try to install Gl4ES  (https://github.com/ptitSeb/gl4es)  with success , in armbian Ubuntu Xenial Desktop .  For GL4ES you need to "put libGL.so.1 in your LD_LIBRARY_PATH". LD_LIBRARY_PATH is  "/usr/lib/arm-linux-gnueabihf" in the same path you need find "mesa" folder and rename it to ".mesa", maybe is the same for glshim.
    You can run games like foobillard++ , openarena,quake ,etc .
    Gl4ES is a wrapper for OpenGL 1.5, but the Hardware accelerated for chromium or firefox doesnt work.
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines