diff options
-rw-r--r-- | README.rst | 2 | ||||
-rw-r--r-- | known-issues.rst | 33 |
2 files changed, 20 insertions, 15 deletions
@@ -1,4 +1,4 @@ README ====== -Keep looking this page. Expect first version by 26 Jan 2015. +This repository contains developer docs for FOSSEE-netbook. diff --git a/known-issues.rst b/known-issues.rst index 3cde71f..53b361f 100644 --- a/known-issues.rst +++ b/known-issues.rst @@ -7,40 +7,45 @@ 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. + No fix available as of now. -#. When logout, screen goes blank:: +#. While 'logout', screen goes blank:: - sudo rm /etc/lightdm/lightdm.conf.d/50-FOSSEE-LXDE.conf && sudo reboot + In a terminal, or in a tty console(Ctl + Alt + F1): -#. Wifi/Network icon at system tray is invisible(not missing):: + sudo rm /etc/lightdm/lightdm.conf.d/50-FOSSEE-LXDE.conf && sudo reboot - 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 +#. Codeblocks with simplecpp gives ``permission-denied``:: + + sudo chmod -R a+rw /opt/simplecpp/ + +#. 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 + 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 + 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 + 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 + 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 + 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 |