-
-
Save ursm/336410 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
# world 外のパッケージを手動で remerge するときは emerge -av1 nss みたいにすると world に記録されなくていいですよ | |
dev-libs/nss | |
# USE=hal で emerge -avN world すれば勝手に入るはず | |
sys-apps/hal | |
# 最近は mlocate の方がいいらしいです | |
sys-apps/slocate | |
# emerge -av @module-rebuild で | |
sys-kernel/module-rebuild | |
# こいつらは xorg-x11 の依存で入る | |
x11-apps/xmodmap | |
x11-base/xorg-server | |
x11-base/xorg-x11 | |
# eix -IC x11-drivers --only-names | xargs emerge -1 | |
x11-drivers/xf86-input-evdev | |
x11-drivers/xf86-input-keyboard | |
x11-drivers/xf86-input-mouse | |
x11-drivers/xf86-input-synaptics | |
x11-drivers/xf86-video-intel |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment