小编tdu*_*eon的帖子

使用 Ubuntu 20.04 的 Dell XPS 上的触摸板灵敏度

触摸板过于敏感导致随机跳跃和点击似乎是一个常见问题,但我发现的所有建议似乎都不适合我:

  • 戴尔 XPS 15 型号 9560
  • Ubuntu 20.04

大多数解决方案,包括此处描述的内容:https : //help.ubuntu.com/community/SynapticsTouchpad暗示正在使用 Synaptics 触摸板和 Synaptics 驱动程序。但是在我的设置中,触摸板是 Synaptics(我相信)但它似乎没有使用 Synaptics 驱动程序。以下是列出的内容:

# xinput list
? Virtual core pointer                      id=2    [master pointer  (3)]
?   ? Virtual core XTEST pointer                id=4    [slave  pointer  (2)]
?   ? ELAN Touchscreen                          id=12   [slave  pointer  (2)]
?   ? DLL07BE:01 06CB:7A13 Mouse                id=13   [slave  pointer  (2)]
?   ? DLL07BE:01 06CB:7A13 Touchpad             id=14   [slave  pointer  (2)]
?   ? PS/2 Generic Mouse                        id=19   [slave  pointer  (2)]
? Virtual core keyboard …
Run Code Online (Sandbox Code Playgroud)

touchpad xps dell synaptics 20.04

5
推荐指数
2
解决办法
1328
查看次数

安装 cuda 时无法修复损坏的软件包

我想在 ubuntu 20.04 上安装 CUDA 并按照此处的说明进行操作https://linuxconfig.org/how-to-install-cuda-on-ubuntu-20-04-focal-fossa-linux

但是我已经从 ubuntu 存储库安装了 nvidia-cuda-toolkit 软件包,但后来发现我需要 10.2 版。

所以我做了一个apt-get remove nvidia-cuda-toolkit,然后按照从 cuda repo 安装的说明进行了操作,但由于软件包损坏而失败(卸载 nvidia-cuda-toolkit 不干净)。

现在我被困住了。我试试这个:

# apt-get remove cuda
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Package 'cuda' is not installed, so not removed
You might want to run 'apt --fix-broken install' to correct these.
The following packages have unmet dependencies.
 cuda-libraries-10-2 : Depends: libcublas10 (>= 10.2.2.89) but 10.1.243-3 is to be installed
 libcublas-dev : Depends: …
Run Code Online (Sandbox Code Playgroud)

package-management apt cuda

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

标签 统计

20.04 ×1

apt ×1

cuda ×1

dell ×1

package-management ×1

synaptics ×1

touchpad ×1

xps ×1