an NOOBS ist nichts auszusetzen, man muss nur die korrekten updates und upgrades machen, wie sie von Raspberry.org empfohlen werden,
und man installiert als Anfänger am besten grundsätzlich keine experimentellen Kernels, egal auf welcher Basis.

https://www.raspberrypi.org/blog/introducing-pixel/

To update an existing Jessie image, type the following at the command line:

sudo apt-get update
sudo apt-get dist-upgrade
sudo apt-get install -y rpi-chromium-mods
sudo apt-get install -y python-sense-emu python3-sense-emu
sudo apt-get install -y python-sense-emu-doc realvnc-vnc-viewer

and then reboot.

If you don’t use xrdp and would like to use the RealVNC server to remotely access your Pi, type the following:

sudo apt-get install -y realvnc-vnc-server