会员
周边
新闻
博问
闪存
赞助商
YouClaw
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
酒舯的博客
吾酩酊者,唯有明月,乘舟醉于酒中。 我的个人网站:https://page.winoe.qzz.io
首页
联系
订阅
管理
2026年5月23日
安装gentoo时sys-kernel/gentoo-kernel-bin报错
摘要: 解决方法: touch /etc/kernel/preinst.d/05-check-chroot.install
阅读全文
posted @ 2026-05-23 04:28 酒舯
阅读(2)
评论(0)
推荐(0)
2026年5月12日
gentoo下的waybar无法显示某个组件的问题(声音)
摘要: gentoo下的waybar无法显示某个组件的问题(声音) 大概率是没加use flag。 如声音组件,需要加pulseaudio的use. very easy and stupid!
阅读全文
posted @ 2026-05-12 22:52 酒舯
阅读(6)
评论(0)
推荐(0)
niri下的窗口透明问题(wezterm, kitty)
摘要: niri下的窗口透明问题(wezterm, kitty) niri会默认将窗口拉到不透明,在niri的配置文件中配置window-rule,将opacity=1.0添加进去,就像: //Kitty window-rule{ match app-id="^kitty$" opacity 1.0 dra
阅读全文
posted @ 2026-05-12 01:27 酒舯
阅读(24)
评论(0)
推荐(0)
2026年5月10日
gentoo niri桌面下的xwayland兼容层
摘要: gentoo niri桌面下的xwayland兼容层 niri没有内置的xwayland兼容层,现在最好的解决方案是xwayland-satellite 安装xwayland-satellite sudo emerge -av gui-apps/xwayland-satellite niri开机自动
阅读全文
posted @ 2026-05-10 21:56 酒舯
阅读(8)
评论(0)
推荐(0)
gentoo安装linuxwallpaperengine
摘要: gentoo安装linux-wallpaperengine 安装依赖库 sudo emerge -av media-libs/mpvqt media-libs/libsdl2 media-libs/freeglut media-libs/glew media-libs/glm 拉取源码从源码构建 g
阅读全文
posted @ 2026-05-10 04:44 酒舯
阅读(3)
评论(0)
推荐(0)
2026年5月9日
gentoo下安装refind
摘要: gentoo下安装refind 1. 增加use + 安装 在/etc/portage/package.use/refind下写入: sys-boot/refind btrfs ntfs hfs iso9660 然后: sudo emerge --ask sys-boot/refind 2. 安装r
阅读全文
posted @ 2026-05-09 23:55 酒舯
阅读(4)
评论(0)
推荐(0)
2026年5月8日
gentoo下kitty字体显示异常的问题(间距过大)
摘要: gentoo下kitty字体显示异常的问题(间距过大) 原因:等宽字体被中文字体劫持。 操作方法: 1.打开 ~/.config/fontconfig/fonts.conf 修改为: <?xml version="1.0"?> <fontconfig> <!-- 强制系统等宽字体 = 真·等宽英文字
阅读全文
posted @ 2026-05-08 10:16 酒舯
阅读(17)
评论(0)
推荐(0)
2026年4月30日
archlinux下git push后无法登陆github账号的问题
摘要: archlinux下git push后无法登陆github账号的问题 下载github-cli sudo pacman -S github-cli 用github-cli登陆github账号 gh auth login 将登陆的github账号授权给git gh auth setup-git 然后,
阅读全文
posted @ 2026-04-30 02:32 酒舯
阅读(5)
评论(0)
推荐(0)
2026年4月29日
archlinux下fcitx5中文输入法
摘要: 安装fcitx5 sudo pacman -S fcitx5 fcitx5-configtool fcitx5-chinese-addons fcitx5-rime fcitx5-qt fcitx5-gtk 注意 一定要安装fcitx5-chinese-addons sudo pacman -S f
阅读全文
posted @ 2026-04-29 12:17 酒舯
阅读(25)
评论(0)
推荐(0)
2024年2月26日
Godot C#接入steam sdk
摘要: 视频参考链接:How i did it Godot Tutorial - Connect your game to Steam + lobby server + Playfab 1.下载资源 首先使用C#版的godot记得下载.net。 下载steamsdk: 链接 2.创建项目 和平常的操作无异,
阅读全文
posted @ 2024-02-26 20:32 酒舯
阅读(887)
评论(0)
推荐(0)
下一页
公告