差分
このページの2つのバージョン間の差分を表示します。
両方とも前のリビジョン 前のリビジョン 次のリビジョン | 前のリビジョン | ||
linux:lenovo:lenovox1 [2018/11/14 16:28] – [Plamo Linux 7.0] tenforward | linux:lenovo:lenovox1 [2022/09/01 11:43] (現在) – tenforward | ||
---|---|---|---|
行 158: | 行 158: | ||
* 最新の firmware に | * 最新の firmware に | ||
* するとデバイス名が wlan0 に(kernel デフォルト名? | * するとデバイス名が wlan0 に(kernel デフォルト名? | ||
- | * タッチパッドをナチュラルスクロールに< | + | |
+ | * < | ||
+ | | ||
⎡ Virtual core pointer | ⎡ Virtual core pointer | ||
⎜ ↳ Virtual core XTEST pointer | ⎜ ↳ Virtual core XTEST pointer | ||
行 171: | 行 173: | ||
↳ ThinkPad Extra Buttons | ↳ ThinkPad Extra Buttons | ||
$ sudo cp / | $ sudo cp / | ||
+ | $ $ xinput list-props 10 | ||
+ | Device ' | ||
+ | Device Enabled (143): 1 | ||
+ | Coordinate Transformation Matrix (145): | ||
+ | libinput Tapping Enabled (278): 0 | ||
+ | libinput Tapping Enabled Default (279): 0 | ||
+ | libinput Tapping Drag Enabled (280): 1 | ||
+ | libinput Tapping Drag Enabled Default (281): 1 | ||
+ | libinput Tapping Drag Lock Enabled (282): 0 | ||
+ | libinput Tapping Drag Lock Enabled Default (283): 0 | ||
+ | libinput Tapping Button Mapping Enabled (284): 1, 0 | ||
+ | libinput Tapping Button Mapping Default (285): 1, 0 | ||
+ | libinput Natural Scrolling Enabled (286): 1 | ||
+ | libinput Natural Scrolling Enabled Default (287): 0 | ||
+ | libinput Disable While Typing Enabled (288): 1 | ||
+ | libinput Disable While Typing Enabled Default (289): 1 | ||
+ | libinput Scroll Methods Available (290): 1, 1, 0 | ||
+ | libinput Scroll Method Enabled (291): 1, 0, 0 | ||
+ | libinput Scroll Method Enabled Default (292): 1, 0, 0 | ||
+ | libinput Click Methods Available (293): 1, 1 | ||
+ | libinput Click Method Enabled (294): 0, 1 | ||
+ | libinput Click Method Enabled Default (295): 1, 0 | ||
+ | libinput Middle Emulation Enabled (296): 0 | ||
+ | libinput Middle Emulation Enabled Default (297): 0 | ||
+ | libinput Accel Speed (298): | ||
+ | libinput Accel Speed Default (299): | ||
+ | libinput Left Handed Enabled (300): 0 | ||
+ | libinput Left Handed Enabled Default (301): 0 | ||
+ | libinput Send Events Modes Available (263): 1, 1 | ||
+ | libinput Send Events Mode Enabled (264): 0, 0 | ||
+ | libinput Send Events Mode Enabled Default (265): 0, 0 | ||
+ | Device Node (266): | ||
+ | Device Product ID (267): 2, 7 | ||
+ | libinput Drag Lock Buttons (302): | ||
+ | libinput Horizontal Scroll Enabled (303): 1 | ||
$ cat / | $ cat / | ||
# Match on all types of devices but joysticks | # Match on all types of devices but joysticks | ||
行 192: | 行 229: | ||
MatchDevicePath "/ | MatchDevicePath "/ | ||
Driver " | Driver " | ||
- | Option " | + | Option " |
+ | Option " | ||
+ | Option " | ||
+ | Option " | ||
+ | Option " | ||
EndSection | EndSection | ||
行 208: | 行 250: | ||
Driver " | Driver " | ||
EndSection</ | EndSection</ | ||
+ | |||
+ | Xfce4 のキーボード設定で | ||
+ | * XF86AudioLowerVolume を sh -c "pactl set-sink-mute @DEFAULT_SINK@ false ; pactl -- set-sink-volume @DEFAULT_SINK@ -5%" と設定 | ||
+ | * XF86AudioRaiseVolume を sh -c "pactl set-sink-mute @DEFAULT_SINK@ false ; pactl set-sink-volume @DEFAULT_SINK@ +5%" と設定 | ||
+ | * XF86AudioMicMute を pactl set-source-mute @DEFAULT_SINK@ toggle に設定 | ||
+ | * XF86AudioMute を pactl set-sink-mute @DEFAULT_SINK@ toggle に設定 | ||
+ | |||
+ | libinput-gestures, | ||
+ | * https:// | ||
+ | * input グループに所属させる | ||
+ | * libinput-gestures-setup autostart で Window Manager の自動起動に設定される(~/ | ||
+ | * cp / | ||
+ | * 設定は左右スワイプでワークスペースを左右移動、ピンチで Ctrl++/ | ||
+ | gesture swipe left xdotool key ctrl+alt+Right | ||
+ | gesture swipe right | ||
+ | gesture pinch in xdotool key ctrl+minus | ||
+ | gesture pinch out | ||
+ | </ | ||
+ | |||
+ | ==== google chrome 105 ==== | ||
+ | |||
+ | google chrome 105 から次のようなファイルを置かなければちゃんと起動しなくなった | ||
+ | |||
+ | < | ||
+ | Section " | ||
+ | Identifier | ||
+ | Driver | ||
+ | Option | ||
+ | EndSection | ||
+ | </ | ||
+ | |||
+ | |||
+ | ===== Logcool M585 Mouse ===== | ||
+ | |||
+ | * uhid モジュールをロードする必要がある | ||
+ |