08-16-2016, 08:33 AM
What about /etc/X11/xdm/Xsetup? Does it contain this:
And: ~/.bashrc and /etc/skel/.bashrc?
Then run:
To be found here.
By the way: I finally installed to 14.04, because I did't get it running properly on ubuntu 16.04.
Code:
export PATH=/bin:/usr/bin:/sbin
export HOME=/root
export DISPLAY=:0
xset -dpms
xset s off
xhost +
And: ~/.bashrc and /etc/skel/.bashrc?
Code:
export DISPLAY=:0
Then run:
Code:
update-rc.d xdm defaults
sync && reboot
To be found here.
By the way: I finally installed to 14.04, because I did't get it running properly on ubuntu 16.04.