-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
GentooInstallBattle #46
Comments
Gentooのinit系管理の基本はsystemdではなく、openRCになっていそう |
xorg起動しない
権限なのでグループ追加 video, tty |
ソフト
初回起動でfuseいれろと言われるのでそうする
音alsamixergui カーネル参考 起動はOpenRC風に 黄色でwarningが
カーネルなさそう。。。 Arch時代から世話になっているクロの思考ノートさん |
Fontfontconfigを使用
fc-cacheでいけるか?
Cica (コンソール、プログラム、Powerlineなど用等幅フォント) Twemojiの公式から、フォークプロジェクトとしてリンクのあったこれで。 |
キーボード大体ここ参照 vconsole仮想コンソール(テキストモード時) /usr/share/keymaps/i386/qwerty/jp106.map.gz GentooWiki見ながらこんな感じで探す。WinキーはX11のときSuper_Lだったが、これだとMetaだった
CapsLockをCtrlに、winキーとAltキーを入れ替え
X11nocapsとかjp106とか基本的なのはここに
マッピングの変更したい
xevでキーコードを確認 手元のFilco茶軸
|
NetworkManager
l2tpこのあたり使えるか |
tmuxプラグインマネージャ使用してバッテリを表示 |
電源バッテリ表示のためにACPIをemerge |
Awesomeこのあたりの話参考に https://chroju.dev/blog/2014-09-28-post 基本、viciousプラグインを使用していじっていく バッテリ、ボリューム
|
ConsoleKitふつうsystemdとかで代用するものっぽい。 追記: elogindをuseしてた :atamanowarui_hito: |
Steam一応できるっぽい |
TODO
これtmux側でもいいかなというインストール時
LVM
GentooのLVMの項 カーネルは指定されたものをいれること
インストール後
wpa_supplicant うごかない
ドライバ?
循環依存
なんかいらないuseフラグを折る
emergeでconfigが need updating と言われて止まるとき
新configがあってダブってる。調整してやる
dispatch-conf
https://wiki.gentoo.org/wiki/Handbook:AMD64/Portage/Tools/ja
よく使うコマンド
$ dispatch-conf
https://wiki.gentoo.org/wiki/Kernel/Configuration/ja
$ cd /usr/src/linux && sudo make menuconfig
終わったらビルド (j5はスレッド数)
$ sudo make -j5 && sudo make modules_install && sudo make install
The text was updated successfully, but these errors were encountered: