Created
December 18, 2020 02:08
-
-
Save RobbiNespu/5248f85bc2c648f0b194f45c47e70eed to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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