Setting Multiple Desktop Environtment FreeBSD TTYVxx

mrfdn.com - If you want to run multiple Desktop Environtment like (GNOME, KDE, XFCE, etc) and Window manager (DWM, i3, BSPWM, etc) at the sime time on your machine, you can try this method. The concept is we run those DE on different TTYx on FreeBSD it called TTYVx. Where the x is the number of those TTY. And FreeBSD those TTYV starts from 0, not from 1 like Linux. For Example : ...

February 1, 2022 · 2 min · Rafi

Cara Install KDE Plasma Minimal di FreeBSD

mrfdn.com - Saya merasa penasaran menggunakan KDE di FreeBSD saya yang sebelumnya saya install Window Manager DWM. Kali ini saya ingin share pengalaman saya install KDE Plasma Minimal. Cara install minimal KDE Plasma di FreeBSD Pertama, buka terminal lalu install aplikasi berikut sudo pkg install plasma5-plasma-desktop plasma5-kde-gtk-config plasma5-kde-gtk-config plasma5-plasma-pa plasma5-kscreen dolphin Kemudian tambahkan baris ini pada file /etc/fstab proc /proc procfs rw 0 0 Kemudian tambahkan baris ini pada file .xinitrc `exec ck-launch-session startkdeplasma-x1` Restart komputer ...

January 31, 2022 · 3 min · Rafi