为什么我在使用 VGA 兼容控制器时看不到 NVIDIA 图形适配器,而是在 3D 控制器下lspci -vnn
?两者之间有什么区别,实际上应该在哪个部分?
编辑: lspci -k 的输出 | grep -EA2 'VGA|3D'
00:02.0 VGA compatible controller: Intel Corporation Haswell-ULT Integrated Graphics Controller (rev 0b)
Subsystem: Dell Device 0662
Kernel driver in use: i915
--
08:00.0 3D controller: NVIDIA Corporation GF117M [GeForce 610M/710M/810M/820M / GT 620M/625M/630M/720M] (rev a1)
Subsystem: Dell GeForce 820M
Run Code Online (Sandbox Code Playgroud) Which repository will Ubuntu choose to download a package from if the same package is available in more than one repos? Suppose a package A was initially installed from repository X and later I added repo Y which also has package A. Which repo will be chosen to update the package? Also if I completely remove this package and try to reinstall then which repo would be preferred by Ubuntu to install the package?
我正在尝试设置 Gitlab 服务器。添加 ssh 密钥时,它会闪烁错误“无法生成指纹”。我在 google 上搜索了解决方案,发现了一些可能导致此问题的问题。
首先是确保从 SELinux 正确访问。因为我没有安装 SElinux,所以这不是问题。
其次是确保ssh-keygen
已安装并且生成的密钥没有与之关联的密码短语。检查了它,没有问题。
第三是检查用户是否git
可以访问tmp
Gitlab创建的目录。我也查过了。
今天 Ubuntu 16.04 LTS 发布了。我在这里看到了可用的iso 。但我不想进行全新安装。有人可以向我解释如何升级吗?
我使用Ubuntu 14.04 32-bit LTS有一段时间了,我很想尝试Ubuntu 16.04 64-bit LTS。在 Ubuntu 下载页面中,我发现 64 位 ISO 映像为ubuntu-16.04-desktop-amd64.iso,我有点困惑,因为它提到了amd64。
这个镜像ubuntu-16.04-desktop-amd64.iso可以在intel 64 位处理器上运行吗?
正如这个wiki Ubuntu 页面所说:
根据定义,主线内核构建是由原始的、未更改的主线内核源代码构建的,因此不也不应该包含任何 Ubuntu 补丁或驱动程序。这些内核也没有二进制驱动程序。
我想知道 Ubuntu 主线内核和 Linux 内核有什么区别?