PINE64
Default OS update log - Printable Version

+- PINE64 (https://forum.pine64.org)
+-- Forum: Pinebook Pro (https://forum.pine64.org/forumdisplay.php?fid=111)
+--- Forum: General Discussion on Pinebook Pro (https://forum.pine64.org/forumdisplay.php?fid=112)
+--- Thread: Default OS update log (/showthread.php?tid=7830)

Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20


RE: Default OS update log - tso4ev - 01-18-2020

hi all after the latest update 17.01.2020
having problems with chromium it lags
glxgears test shows
$ glxgears
LIBGL: Initialising gl4es
LIBGL: v1.1.1 built on Mar 10 2019 13:15:04
LIBGL: Using GLES 2.0 backend
LIBGL: loaded: libbrcmGLESv2.so
LIBGL: loaded: libbrcmEGL.so
LIBGL: Using GLES 2.0 backend
ERROR: The DDK is not compatible with any of the Mali GPUs on the system.
The DDK was built for 0x860 r2p0 status range [0..15], but none of the GPUs matched:
LIBGL: Error while gathering supported extension (eglInitialize: EGL_NOT_INITIALIZED), default to none
LIBGL: Targeting OpenGL 2.0
LIBGL: glX Will try to recycle EGL Surface
LIBGL: Current folder is:/home/tso4ev
ERROR: The DDK is not compatible with any of the Mali GPUs on the system.
The DDK was built for 0x860 r2p0 status range [0..15], but none of the GPUs matched:
LIBGL: ERROR: EGL Error detected: EGL_NOT_INITIALIZED
LIBGL: Unable to initialize EGL display.
LIBGL: Unable to initialize EGL.
ERROR: The DDK is not compatible with any of the Mali GPUs on the system.
The DDK was built for 0x860 r2p0 status range [0..15], but none of the GPUs matched:
LIBGL: ERROR: EGL Error detected: EGL_NOT_INITIALIZED
LIBGL: Unable to initialize EGL display.
LIBGL: Unable to init EGL.
Error: glXCreateContext failed

no 3d game will run any fix ?


RE: Default OS update log - bcnaz - 01-18-2020

  @Luke,
  Are these updates all separate from each other ?

If I miss a few or if I download a fresh installation,
        will I need to do 4 separate updates,   if I have missed 4 of them ?

OR will they automatically just determine and download the needed updates ?

Thanks


RE: Default OS update log - zaius - 01-18-2020

(01-18-2020, 03:10 PM)bcnaz Wrote: OR will they automatically just determine and download the needed updates ?

The update script checks for dependencies, so I would just run it from the button on the menu bar, then reboot, and run it again.  It should tell you that it is up to date.


RE: Default OS update log - bcnaz - 01-18-2020

Thanks, I was a bit worried that it may only do the latest download, then perhaps miss an important update from the interim ?
( Say I missed numbers 5, 6, 7 updates, . it could possibly just go to update number 7 ? )


RE: Default OS update log - Luke - 01-18-2020

(01-18-2020, 06:56 AM)tso4ev Wrote: hi all after the latest update  17.01.2020
having problems with chromium it lags
glxgears test shows
$ glxgears
LIBGL: Initialising gl4es
LIBGL: v1.1.1 built on Mar 10 2019 13:15:04
LIBGL: Using GLES 2.0 backend
LIBGL: loaded: libbrcmGLESv2.so
LIBGL: loaded: libbrcmEGL.so
LIBGL: Using GLES 2.0 backend
ERROR: The DDK is not compatible with any of the Mali GPUs on the system.
The DDK was built for 0x860 r2p0 status range [0..15], but none of the GPUs matched:
LIBGL: Error while gathering supported extension (eglInitialize: EGL_NOT_INITIALIZED), default to none
LIBGL: Targeting OpenGL 2.0
LIBGL: glX Will try to recycle EGL Surface
LIBGL: Current folder is:/home/tso4ev
ERROR: The DDK is not compatible with any of the Mali GPUs on the system.
The DDK was built for 0x860 r2p0 status range [0..15], but none of the GPUs matched:
LIBGL: ERROR: EGL Error detected: EGL_NOT_INITIALIZED
LIBGL: Unable to initialize EGL display.
LIBGL: Unable to initialize EGL.
ERROR: The DDK is not compatible with any of the Mali GPUs on the system.
The DDK was built for 0x860 r2p0 status range [0..15], but none of the GPUs matched:
LIBGL: ERROR: EGL Error detected: EGL_NOT_INITIALIZED
LIBGL: Unable to initialize EGL display.
LIBGL: Unable to init EGL.
Error: glXCreateContext failed

no 3d game will run any fix ?

Yea, I had the 3D break on me too.


Code:
sudo nano /usr/bin/mrfixit_update.sh


edit:
Code:
curver="1.8"

Downgrade and reboot.

Then, remove the variable for version and upgrade again - it'll work.


RE: Default OS update log - tso4ev - 01-19-2020

I did clean install flash the image on sd card and then from the sd card I flsashed the emmc


RE: Default OS update log - Luke - 01-19-2020

(01-18-2020, 03:10 PM)bcnaz Wrote:   @Luke,
  Are these updates all separate from each other ?

If I miss a few or if I download a fresh installation,
        will I need to do 4 separate updates,   if I have missed 4 of them ?

OR will they automatically just determine and download the needed updates ?

Thanks

Nope, the newest one incorporates all previous updates Smile


RE: Default OS update log - Envision - 01-20-2020

Can anyone help the Linux noob here change the home directory name since this command is simply stating "no changes made" and I'm clueless as to how to do this.

usermod -d /home/rock -m NewUser

Thanks!


RE: Default OS update log - Arwen - 01-20-2020

(01-20-2020, 12:14 PM)Envision Wrote: Can anyone help the Linux noob here change the home directory name since this command is simply stating "no changes made" and I'm clueless as to how to do this.

usermod -d /home/rock -m NewUser

Thanks!
I've fixed that instruction;

usermod -l NewUser -d /home/NewUser -m rock

Now if you have already changed the user's name to something other than "rock", it would be something like this;

usermod -d /home/NewUser -m NewUser


RE: Default OS update log - Envision - 01-20-2020

(01-20-2020, 01:20 PM)Arwen Wrote:
(01-20-2020, 12:14 PM)Envision Wrote: Can anyone help the Linux noob here change the home directory name since this command is simply stating "no changes made" and I'm clueless as to how to do this.

usermod -d /home/rock -m NewUser

Thanks!
I've fixed that instruction;

usermod -l NewUser -d /home/NewUser -m rock

Now if you have already changed the user's name to something other than "rock", it would be something like this;

usermod -d /home/NewUser -m NewUser

Thank you so much!! Worked like a charm!  Big Grin