-
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.evdev
works 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
startx
from the console -
Add anything you need (fonts, panels, input methods, etc.)
Last active
October 27, 2024 15:11
-
-
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
Thank you! Saved my time