06-17-2016, 01:14 PM
(This post was last modified: 06-17-2016, 01:22 PM by texadactyl.)
(06-08-2016, 08:34 AM)coolnine98 Wrote:(06-08-2016, 05:04 AM)longsleep Wrote: Well most certainly you suffer from undervoltage and your Drive just shuts down.
I have installed the image and working great. Thanks longsleep. I have managed to solve HDMI and Headphone voice.
I have set up auto login but still it ask me to click on my id (no password) on boot. How do I get rid of that and simply just boot into the desktop?
I'll assume that your Pine board is safely at home under close supervision. Also, I'll assume that you are using a LightDM-based distro like Ubuntu MATE or Xubuntu. If you'd like to automatically login as YOUR-USER-NAME, then do the following:
sudo YOUR-FAVORITE-EDITOR /etc/lightdm/lightdm.conf
and add something like the following lines, save, and exit (you might be actually creating the file):
[SeatDefaults]
allow-guest=false
autologin-guest=false
autologin-user=YOUR-USER-NAME
autologin-user-timeout=0
autologin-session=lightdm-autologin
A full installation process that I used based on Longsleep's work (if you have any interest) appears here: https://www.element14.com/community/comm...4-with-2gb
The next time you power up or reboot, you should go immediately into the desktop associated with YOUR-USER-NAME.