Raspian, Raspberry Pi Vivaldi browser

so your getting
/usr/bin/vivaldi: error while loading shared libraries: libffmpeg.so: cannot open shared object file: no such file or directory

hmm, try

sudo cp /usr/lib/arm-linux-gnueabihf/libffmpeg_chrome.so.60 /lib/libffmpeg.so

While typing that line you might want to press TAB before the .60 in case your version is different?

ok, vivaldi should run now.

Regardless basically you want to copy the chromium provided libffmpeg_chrome.so.(versionnumberhere) to /lib/libffmpeg.so

Let me know if you have any problems and indeed how you fixed it if this did not work for you.

Enjoy
BaDboD

Windows 10 December 2017 update, Caps lock, Num Lock Keyboard LED Lights not working FIX

So you got the Windows 10 update of December 2017 and now your keyboard num lock, caps lock and scroll lock lights (LED) no longer work.

Check windows version as this fix worked for me on this version

open a command prompt by typing ‘cmd’ into the search bar then enter

winver

you should see something like

IF your version is even close this should work fine.

Open Device Manager, and goto ‘Universal Serial Bus controllers’. Start removing ‘USB Root Hub’ devices until your keyboard stops working.

Give it a few seconds, then restart your computer.

All Done. Enjoy

BaDboD

Creativerse Release on Linux Wine

As Creativerse is now out of early access and in full release a quick update.

To install Creativerse on Linux using Wine I am using Linux Mint 18 (Sarah) but any recent Ubuntu distro should work fine.

1) Install Wine. Preferably Wine Staging
2) Install corefonts using winetricks winetricks corefonts
3) Download and install windows Steam
4) Totally ignore steam not showing the store and go to your library
5) Install Creativerse
6) Play Creativerse.

The release shows much better performance then previous R versions. Using AMD R7-360 I can set all graphics options to max with silky smooth frame rates.

For fixing steam Store and best performance settings see my previous post HERE should you want a fully functional Steam in Linux using Wine.

Please do post any questions, success or fails in the comments.

BaDboD