-
Install the following packages
xserver-xorg-core(server)xserver-xorg-video-XXX(video driver, XXX depends on your hardware)xserver-xorg-input-XXX(input device driver, XXX depends on your hardware.evdevworks well for most cases)x11-xserver-utils(xmodmap,xrandr)x11-xkb-utils(setxkbmap)x11-utils(xdpyinfo,xev,xkill,xprop,xwininfo)xinit(startx)- your favorite terminal emulator
- your favorite window manager
-
Create a minimal ~/.xinitrc
#!/bin/sh your-favorite-termianl-emulator & exec your-favorite-window-manager -
Run
startxfrom the console -
Add anything you need (fonts, panels, input methods, etc.)
Last active
January 27, 2026 18:38
-
-
Save ryot4/0712f02f709be90bd5d6812b85e3b529 to your computer and use it in GitHub Desktop.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
very helpful