Artiste1 Freebsd Desktop Setup

Step by Step setup checklist for my own Freebsd Desktop

Note:
Seems like there is a lot to do, but it is worth the extra effort and in my opinion a good way to learn
FreeBSD is very stable and reliable and does not constantly call home like some other OS's.
My preferred desktop is xcfe4 and this checklist is based on it, go to the link here for other desktops for FreeBSD.
Tick each box as you go below.

1. Freebsd Operating System Installation

Tip:
FreeBSD Editor ee will be used below. At the top of the file window, you will see a list of commands.
These are all prefixed with a ^ symbol – this means the Control key.
Example: ^u end of file – press Ctrl + U keys

2. Intel CPU Graphic Driver Installation.

Skip to 2.1 if CPU does not have GPU or if it will be disable in BIOS

2.1 Nvidia Graphic Driver Installation

Extra useful commands and OpenGL Rendering test tool glmark2
 
cat /var/log/Xorg.0.log | grep -i nvidia Will show if your GPU driver has been installed
pkg install glmark2 OpenGL Rendering test tool glmark2
glmark2 Will start the GPU OpenGL Rendering test
pkg install nvidia-settings Display Control Panel for X NVidia driver
nvidia-settings Opens Display Control Panel for X NVidia driver, can also be accessed from Desktop.

3. XFCE Desktop Installation

4. Software Installation

5. Storage Tweeks

6. Adding Drives and Permission

7. Create Boot Backups using bectl for ZFS

Tip: Open Terminal sudo bsdconfig bsdconfig a Graphical User Interface to change freebsd configuration settings

Note: This checklist provides a general guide for setting up FreeBSD Desktop.
Specific steps may vary depending on your specific requirements.
Always refer to the official documentation for the most up-to-date information.

Related Guides and Checklists






Scroll to Top