Botspot

Results 431 comments of Botspot

> > ``` > > MESA_GL_VERSION_OVERRIDE=4.3 blender > > ``` > > This works for me. 4.3 doesn't work for me. I wonder what the difference is. ``` pi@raspberrypi:~ $...

> Weird. Even `MESA_GL_VERSION_OVERRIDE=3.3 blender` works for me. What's the full output on your system?

I guess if someone wants to make this a pi-app, we can try to automate this tutorial for installing Buster-Blender on bullseye. https://forums.raspberrypi.com/viewtopic.php?p=1942999

> Hallo again. I installed again "blender". Then I copied `MESA_GL_VERSION_OVERRIDE=4.3 blender` and blender was started. But it doesn't begin from icon. It begins only if i write the previous...

> @Botspot please try blender again with this and tell the output: > > ``` > MESA_GL_VERSION_OVERRIDE=4.3 blender --debug-all > ``` Great. Now it worked. I think it's working now...

Why not TeamViewer or realVNC?

It looks like the novnc apt package installs this file intended to be run: ``` /usr/lib/python2.7/dist-packages/novnc/__init__.py ``` That's likely not useful.

> So can this be added to Pi-Apps? Probably.

I've tried following their compilation instructions. https://dev.qgroundcontrol.com/master/en/getting_started/index.html ``` git clone --recursive -j8 https://github.com/mavlink/qgroundcontrol.git cd qgroundcontrol mkdir build cd build qmake ../ ``` The build failed on the `qmake` command: ```...

# Procedure ### Prerequisites ``` sudo apt install speech-dispatcher libudev-dev libsdl2-dev libgstreamer1.0-0 gstreamer1.0-plugins-base libgstreamer-plugins-base1.0-dev libudev-dev libinput-dev libts-dev libxcb-xinerama0-dev libxcb-xinerama0 qt5-default qtbase5-private-dev qtbase5-dev qtbase5-dev-tools libqt5texttospeech5-dev libqt5svg5-dev qtmultimedia5-dev libqt5serialbus5-dev libqt5charts5-dev libqt5serialport5-dev qtdeclarative5-private-dev...