我最近擦除了我的 M.2 驱动器以从 Windows 切换到 Ubuntu 18.04.2,但我的触摸板根本无法使用。这包括鼠标右键和左键。我正在使用华硕 G752 游戏笔记本电脑。我有 GNOME 3.28.2 并且已经切换到使用 nvidia 驱动程序来支持我的显卡(触摸板在切换之前或之后都不起作用)。如果我进入终端并输入xinput -list
它输出
⎡ Virtual core pointer id=2 [master pointer (3)]
⎜ ↳ Virtual core XTEST pointer id=4 [slave pointer (2)]
⎜ ↳ Asus Keyboard id=12 [slave pointer (2)]
⎜ ↳ Asus Keyboard id=13 [slave pointer (2)]
⎜ ↳ ELAN1203:00 04F3:301E Touchpad id=14 [slave pointer (2)]
⎜ ↳ Logitech USB Receiver id=18 [slave pointer (2)]
⎜ ↳ Logitech USB Receiver id=19 [slave pointer (2)]
⎜ ↳ Logitech K400 Plus id=21 [slave pointer (2)]
⎣ Virtual core keyboard id=3 [master keyboard (2)]
↳ Virtual core XTEST keyboard id=5 [slave keyboard (3)]
↳ Power Button id=6 [slave keyboard (3)]
↳ Asus Wireless Radio Control id=7 [slave keyboard (3)]
↳ Video Bus id=8 [slave keyboard (3)]
↳ Sleep Button id=9 [slave keyboard (3)]
↳ USB2.0 HD UVC WebCam: USB2.0 HD id=10 [slave keyboard (3)]
↳ Asus Keyboard id=11 [slave keyboard (3)]
↳ Asus WMI hotkeys id=15 [slave keyboard (3)]
↳ AT Translated Set 2 keyboard id=16 [slave keyboard (3)]
↳ Asus Keyboard id=17 [slave keyboard (3)]
↳ Logitech USB Receiver id=20 [slave keyboard (3)]
↳ Logitech K400 Plus id=22 [slave keyboard (3)]
我认为 ELAN1203:00 04F3:301E 触摸板是我想使用的触摸板,但我似乎无法让它工作。当我输入xinput list-props
14` 我得到
Device 'ELAN1203:00 04F3:301E Touchpad':
Device Enabled (152): 1
Coordinate Transformation Matrix (154): 1.000000, 0.000000, 0.000000, 0.000000, 1.000000, 0.000000, 0.000000, 0.000000, 1.000000
Device Accel Profile (282): 1
Device Accel Constant Deceleration (283): 2.500000
Device Accel Adaptive Deceleration (284): 1.000000
Device Accel Velocity Scaling (285): 25.000000
Synaptics Edges (302): 139, 3359, 103, 1805
Synaptics Finger (303): 25, 30, 0
Synaptics Tap Time (304): 180
Synaptics Tap Move (305): 175
Synaptics Tap Durations (306): 180, 180, 100
Synaptics ClickPad (307): 0
Synaptics Middle Button Timeout (308): 75
Synaptics Two-Finger Pressure (309): 282
Synaptics Two-Finger Width (310): 7
Synaptics Scrolling Distance (311): -79, 79
Synaptics Edge Scrolling (312): 0, 0, 0
Synaptics Two-Finger Scrolling (313): 0, 0
Synaptics Move Speed (314): 1.000000, 1.750000, 0.050201, 0.000000
Synaptics Off (315): 0
Synaptics Locked Drags (316): 0
Synaptics Locked Drags Timeout (317): 5000
Synaptics Tap Action (318): 0, 0, 0, 0, 1, 3, 2
Synaptics Click Action (319): 1, 3, 2
Synaptics Circular Scrolling (320): 0
Synaptics Circular Scrolling Distance (321): 0.100000
Synaptics Circular Scrolling Trigger (322): 0
Synaptics Circular Pad (323): 0
Synaptics Palm Detection (324): 0
Synaptics Palm Dimensions (325): 10, 200
Synaptics Coasting Speed (326): 20.000000, 50.000000
Synaptics Pressure Motion (327): 30, 160
Synaptics Pressure Motion Factor (328): 1.000000, 1.000000
Synaptics Resolution Detect (329): 1
Synaptics Grab Event Device (330): 0
Synaptics Gestures (331): 1
Synaptics Capabilities (332): 1, 0, 1, 1, 1, 0, 0
Synaptics Pad Resolution (333): 31, 31
Synaptics Area (334): 0, 0, 0, 0
Synaptics Noise Cancellation (335): 19, 19
Device Product ID (275): 1267, 12318
Device Node (274): "/dev/input/event11"
xinput
尽管我不完全了解该命令的用法,但我尝试使用它来启用它,因此我可能遗漏了一些东西。除此之外,我还尝试了其他一些现在不记得的小事情。我尝试在我的 BIOS 中四处寻找,但没有任何效果。我安装了 Synaptics 并重新启动,但什么也没有。知道如何让我的触摸板工作吗?
试试下面的命令,如果它没有在输出中检测到触摸板,那么这意味着 Ubuntu 不支持你的触摸板。
之后,或者如果您已经完成了第 3 步,您可以尝试
如果它显示您的触摸板,您必须编辑 GRUB 的配置文件。
并更换
和
保存文件并退出,然后运行
并重新启动您的笔记本电脑。
由于您的触摸板有问题,我想知道您是否更新了系统首先使用Ctrl + Alt + T打开终端,然后写入:
我认为在获得更新后它会有所帮助....