小编Tim*_*Tim的帖子

gentoo 显示 package.mask 信息

是否有工具来在Gentoo可简单地输出,为什么一包已经很难掩盖?滚动/usr/portage/profiles树并阅读适用于您的配置文件的每个 package.mask 文件有点耗时。

特别是,因为文件中的排序是按注释中的日期排序,而不是按包类别/名称的字母顺序排序。

gentoo

6
推荐指数
1
解决办法
527
查看次数

如何检查触摸板是否未使用 i2c-hid 和 hid-rmi?

我在 中看到以下警告dmesg

[    2.631179] psmouse serio2: synaptics: Your touchpad (PNP: SYN1218 PNP0f13) says it can support a different bus. If i2c-hid and hid-rmi are not used, you might want to try setting psmouse.synaptics_intertouch to 1 and report this to linux-input@vger.kernel.org.
...
[    2.819449] input: SynPS/2 Synaptics TouchPad as /devices/platform/i8042/serio2/input/input10
Run Code Online (Sandbox Code Playgroud)

触摸板可以使用,但我感觉它不像以前那样好用。我使用的是带有自定义配置内核的 Gentoo。我最近切换到其他发行版并回到 Gentoo 并从头开始重新配置内核。我不相信我对输入设备做了什么不寻常的事情,所以这可能是 中建议的错误dmesg

$ uname -r
5.1.4-gentoo

$ grep -E 'INPUT|I2C_HID|HID_RMI' .config
CONFIG_RFKILL_INPUT=y
CONFIG_INPUT=y
CONFIG_INPUT_LEDS=m
CONFIG_INPUT_FF_MEMLESS=y
CONFIG_INPUT_POLLDEV=y
CONFIG_INPUT_SPARSEKMAP=m
# CONFIG_INPUT_MATRIXKMAP is not set …
Run Code Online (Sandbox Code Playgroud)

gentoo input touchpad linux-kernel

5
推荐指数
1
解决办法
2331
查看次数

标签 统计

gentoo ×2

input ×1

linux-kernel ×1

touchpad ×1