Skip to content

Instantly share code, notes, and snippets.

@RobbiNespu
Created December 18, 2020 02:08
Show Gist options
  • Save RobbiNespu/5248f85bc2c648f0b194f45c47e70eed to your computer and use it in GitHub Desktop.
Save RobbiNespu/5248f85bc2c648f0b194f45c47e70eed to your computer and use it in GitHub Desktop.
Minimal installation of Xorg with Fluxbox
If you want to use this system with a GUI, this are the commands to install a minimal Xorg installation with the fluxbox window manager:
dnf install fluxbox
dnf install xterm
dnf install xorg-x11-server-Xorg
dnf install xorg-x11-xinit
dnf install xorg-x11-drv-*
dnf install mesa-dri-drivers
Now login as a user and edit ~/.xinitrc
exec startfluxbox
Save the file and then type startx. The fluxbox window manager will appear, you should be able to right-click and launch xterm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment