2

I was trying to set up my build environment for beagleboneblack.I was following standard instructions from this site

    https://source.android.com/source/initializing.html

I was installing required packages one by one. Now after reboot, GUI is gone. It is giving a message with some options that I can't select through keyboard or mouse. Doing a escape takes me to a CLI. I tried this

 sudo services lightdm start

and

 sudo startx

but nothing happens.I remember while installing this one

  libx11-dev:i386 libreadline6-dev:i386 libgl1-mesa-glx:i386

or this one

  libgl1-mesa-dev g++-multilib mingw32 tofrodos

It was removing x server things then again setting up. What can I do now? P.S. Also while installing libgl1-mesa-glx, it said something like this

  The following packages have unmet dependencies:
  libgl1-mesa-glx:i386 : Depends: libglapi-mesa:i386 (= 8.0.4-0ubuntu0.4)
  Recommends: libgl1-mesa-dri:i386 (>= 7.2)

So I did this

 sudo apt-get install libgl1-mesa-dri 

0 Answers0