Software: Blender 2.82 (sub 7) Scene file: BMW 27 (Cpu) by Mike Pan. Renderer: Cycles Hardware: Raspberry Pi 3 Model B OS: Ubuntu 12.04 LTS 64 Bit. Linux ubuntu 5.4.0-1028-raspi #31-Ubuntu SMP PREEMPT Wed Jan 20 11:30:45 UTC 2021 aarch64 aarch64 aarch64 GNU/Linux Time taken for render (tool: time). real 189m28.939suser 745m18.861ssys 3m43.083s
Tag: linux
How to fix libGLU.so.1 not found on Fedora
Here is how to fix the error “libGLU.so.1 not found” this error takes place because the Fedora install is missing the mesa-libGLU, the library which consists of the libGLU.so file. You can fix this issue by downloading and installing the library by entering this command in a Terminal. After this process is complete, any program, […]
How to fix Dummy output issue in Fedora
If your sound settings show Dummy output instead of displaying the sound device in Fedora, your installation might be missing specific sound card drivers. Sometimes, the sound card works in the first boot or the live session but does not work after the installation. There are many reasons to come across this issue, one of […]
Nvidia drivers on Fedora for RTX cards
This article will cover how to install the current Nvidia drivers on Fedora. As of authoring this article the current release of Fedora is 33. I am using RPM Fusion because that is the only way I have my RTX 2070 Max-Q (Refresh) working. Update: In order for the drivers to work correctly, disable secure […]
Turn Raspberry Pi into a remote Linux development environment.
This article will walk you through the step-by-step process of setting up your Raspberry Pi into a remote Linux development environment. You can access this setup on your local network. This environment can be used for web and software development. It will give you complete access to the Raspberry Pi hardware remotely. To achieve this, […]