Monday, June 19, 2017

Fix : Kubuntu 16.04 "THE SYSTEM RUNNING IN LOW GRAPHICS MODE"

Problem: 






Solution :

THE SYSTEM RUNNING IN LOW GRAPHICS MODE – SOLUTION
Then run this on your terminal when that is done:
Follow that with the following line on your terminal:
Before you restart the machine, run this next line:
When prompted here, select sddm (This by the way is a Graphics Manager)
Finally, reboot this bad boy and you will be on your way to happy dancing;
You can find more information by visiting the Ubuntu forums.

How to compile Uboot configuration

assumption : you have uboot source checkedout on your machine.

Example Cross Compile for ARM processror

1.  goto the uboot dir
2.  export following variables

apt-get install gcc-arm-linux-gnueabihf

export CROSS_COMPILE=arm-linux-gnueabihf-export ARCH=arm

3.  to build the .imx use following


make distclean
make mx6qopenrex_config
make

4.  imx will be available in you pwd ( ex "u-boot.imx" )