Plasma runs in Xrender mode. You get a smoother experience with OpenGL2.0 though that runs through OpenGL ES which has some graphical glithces still which is the reason it isn't activated by default. Also keep in mind that a slow microSD card cannot perform wonders. So a faster microSD card (Class 10 maybe even A1 specified) will help here aswell.
When it comes to updates. Yes we plan to do updated versions and fix some stuff.
The wifi issue some report has to do with the wifi card randomly getting a new MAC address. For security reasons maybe a nice feature but confusing for network-manager.
We came up with a fix that you might want to try. Simply setting a static Mac Addr. by executing as root
If this helps it will be incooperated in our next image.
When it comes to updates. Yes we plan to do updated versions and fix some stuff.
The wifi issue some report has to do with the wifi card randomly getting a new MAC address. For security reasons maybe a nice feature but confusing for network-manager.
We came up with a fix that you might want to try. Simply setting a static Mac Addr. by executing as root
Code:
echo 'options 8723cs rtw_initmac=00:81:c1:55:17:0a' > /etc/modprobe.d/8723cs.conf
If this helps it will be incooperated in our next image.