Bala's Blog

Lumina Desktop in FreeBSD

December 23 2016
84 words, ~1 min. read
freebsd,  lumina,  desktop 

Please find below the steps to get Lumina desktop on a FreeBSD,

  1. Install the packages pkg install xorg lumina
  2. Edit /etc/rc.conf for the following
hald_enable="YES"
dbus_enable="YES"
moused_enable="YES"
mixer_enable="YES"

If you wish to start using startx, perform the following steps,

  1. Edit ~/.xinitrc
/usr/local/bin/lumina-desktop
  1. chmod +x ~/.xinitrc

If you need VNC support, perform the following steps,

  1. pkg install tigervnc
  2. Add lumina-desktop & in ~/.vnc/xstartup
  3. Run vncserver ; provide password, when prompted
  4. Run vncserver -list and or tail the log in ~/.vnc/ directory, to confirm the display