-
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.)
-
-
Save ditikos/5f7d8ca1bc5724e945fed5734f04092b 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