Friday, June 28, 2013

Set Lubuntu to autologon

To set Lubuntu (tested using 13.04 minimal install) to auto-logon, change /etc/lightdm/lightdm.conf, see below for samle cofiguration.

[SeatDefaults]
autologin-user=timus
autologin-timeout=0
user-session=Lubuntu
greeter-session=lightdm-gtk-greeter

References:
http://ubuntuforums.org/showthread.php?t=1472113

No comments:

Configuring TUN/TAP virtual network interface for use with QEMU on Xubuntu 24.04

Configuring TUN/TAP virtual network interface for use with QEMU on Xubuntu 24.04 I am planning to run qemu-system-ppc to play around QEMU ...