My Gentoo Linux Dotfiles
Larry 💕
- Arch Linux
pacman -S \
> git \
> xorg-server xorg-apps xorg-xinit xorg-xmesssage \
> libx11 libxft libxinerama libxss libxrandr xclip \
> pkgconf dbus
- Gentoo Linux
- Add
X
,elogind
anddbus
to yourUSE
flag.
USE="X elongind dbus"
-
Configure your
VIDEO_CARDS
flag, mine for example isradeonsi amdgpu
, more info can be found here. -
Perform a world update to apply these changes.
emerge --ask --verbose --update --newuse --deep @world
- Install the necessary x11 dependencies.
emerge -a \
> dev-vcs/git \
> x11-base/xorg-server x11-base/xorg-drivers x11-apps/xinit x11-apps/xmessage x11-apps/xrandr \
> x11-libs/libX11 x11-libs/libXft x11-libs/libXinerama x11-libs/libXrender x11-libs/libXrandr x11-misc/xclip \
> dev-util/pkgconf
See directories in
.config
for documentation on my configurations.