diff options
author | Srikant Patnaik | 2015-01-31 11:35:31 +0530 |
---|---|---|
committer | Srikant Patnaik | 2015-01-31 11:35:31 +0530 |
commit | d392a5b996c86397a5900fe627ccf4b4abec202b (patch) | |
tree | 6d74684a345edb3cd27e457ccb6f096feb6cc28e | |
parent | 2692b057bd4b1bdfd19aca2e6e3e5a9652689d32 (diff) | |
download | FOSSEE-netbook-developer-docs-d392a5b996c86397a5900fe627ccf4b4abec202b.tar.gz FOSSEE-netbook-developer-docs-d392a5b996c86397a5900fe627ccf4b4abec202b.tar.bz2 FOSSEE-netbook-developer-docs-d392a5b996c86397a5900fe627ccf4b4abec202b.zip |
Added Known issues till date, this will be updated peridically
-rw-r--r-- | known-issues.rst | 47 |
1 files changed, 47 insertions, 0 deletions
diff --git a/known-issues.rst b/known-issues.rst new file mode 100644 index 0000000..3cde71f --- /dev/null +++ b/known-issues.rst @@ -0,0 +1,47 @@ +Known Issues +============ + +The netbook Kernel is under rapid development. Few of the identified +issues have been listed here. + + +1. Switch user doesn't work if multiple users are logged in at the same time:: + + No fix available as of now. + +#. When logout, screen goes blank:: + + sudo rm /etc/lightdm/lightdm.conf.d/50-FOSSEE-LXDE.conf && sudo reboot + +#. Wifi/Network icon at system tray is invisible(not missing):: + + Click on the empty space next to battery icon and select any available network + and attempt to connect. Once connected, the network icon will appear from next + boots + +#. HDMI not working:: + + We are working on the device driver part, hopefully we might have it in next + build + +#. Webcam not working with any software:: + + Webcam device drivers are not installed + +#. Bluetooth mouse and keyboard are working but doesn't show up in the list + of devices:: + + True. It has least priority for now. But we will definitely address this issue + +#. Video playback in fullscreen looses frames and its slow:: + + This is due to missing VPU user space drivers. We are working on it + +#. Cannot install ``blender``, it says missing EGL libraries:: + + The non-free MALI GPU userspace drivers are not available for our platform device. We + are trying to use LIMA, but this effort might take some time + +#. No cursor in tty consoles + + |