【求助】P51的指点杆极其难用,驱动装上也不好用。感觉键盘是假的。
【求助】P51的指点杆极其难用,驱动装上也不好用。感觉键盘是假的。如果另外买一个键盘换上,不知道手感达到什么机型的。麻烦有P51的机友说一下手感。
现在使用的是外接的8845CR(带字母贴)。指点杆的手感用就WIN10自带的,感觉还行。
P51 小红点也没那么难用吧
调节小红点的速度了吗?
zhangyongtao 发表于 2022-11-6 00:35
P51 小红点也没那么难用吧
调节小红点的速度了吗?
驱动都装不上,调节设置那里是灰色的。
本帖最后由 riverzjs 于 2022-11-6 08:12 编辑
linux调整小红帽阻尼脚本,保证能让小红帽重新灵敏到飞起
一、本子自带键盘小红帽阻尼调整脚本
1. 在用户目录下创建 .xprofile文件
vi .xprofile
#===============================
#!/bin/bash
# obtain TrackPoint ID from xinput list
TP_ID=$(xinput list | grep TrackPoint | cut -f 2 | grep -Eo '{1,}')
if [ -n "$TP_ID" ]; then
# obtain properties from xinput list-props "$TP_ID"
AS_ID=$(xinput list-props "$TP_ID" | grep 'Accel Constant Deceleration (' | cut -f 2 | grep -Eo '{1,}')
# set the speed you want
xinput set-prop "$TP_ID" "$AS_ID" 0.3
fi
#===============================
2. 修改文件属性
chmod a+x .xprofile
3. 执行.xprofile
./.xprofile
二、sk8845外挂键盘调整脚本,带中键滚屏功能设置
vi .xprofile
#!/bin/bash
# obtain TrackPoint ID from xinput list
TP_ID=$(xinput list | grep IBM | grep pointer | cut -f 2 | grep -Eo '{1,}')
if [ -n "$TP_ID"]; then
# obtain properties from xinput list-props "$TP_ID"
AS_ID=$(xinput list-props "$TP_ID" | grep 'Accel Constant Deceleration (' | cut -f 2 | grep -Eo '{1,}')
# set the speed you want
xinput set-prop "$TP_ID" "$AS_ID" 0.3
AS_ID=$(xinput list-props "$TP_ID" | grep 'Evdev Wheel Emulation (' | cut -f 2 | grep -Eo '{1,}')
xinput set-prop "$TP_ID" "$AS_ID" 1
AS_ID=$(xinput list-props "$TP_ID" | grep 'Evdev Wheel Emulation Button' | cut -f 2 | grep -Eo '{1,}')
xinput set-prop "$TP_ID" "$AS_ID" 2
AS_ID=$(xinput list-props "$TP_ID" | grep 'Evdev Wheel Emulation Timeout' | cut -f 2 | grep -Eo '{1,}')
xinput set-prop "$TP_ID" "$AS_ID" 200
AS_ID=$(xinput list-props "$TP_ID" | grep 'Evdev Wheel Emulation Axes' | cut -f 2 | grep -Eo '{1,}')
xinput set-prop "$TP_ID" "$AS_ID" 6 7 4 5
fi 8859 发表于 2022-11-6 07:32
驱动都装不上,调节设置那里是灰色的。
该不会是假货吧,驱动无法识别。 yx2web 发表于 2022-11-6 08:52
该不会是假货吧,驱动无法识别。
不知道键盘有没有假货。 8859 发表于 2022-11-6 13:17
不知道键盘有没有假货。
是看着有点那么不对 最爱电脑 发表于 2023-3-12 11:09
是看着有点那么不对
现在在家里,只能外接8845键盘使用。移动就需要使用外置鼠标了。 8859 发表于 2023-3-13 07:19
现在在家里,只能外接8845键盘使用。移动就需要使用外置鼠标了。
换个键盘看看,我前几天试的那台p50小红点能用,但是一段时间不碰它自己会停掉,要非常重的推一下才行,不过比你这个好太多
页:
[1]