相关疑难解决方法(0)

如何在我的系统中安装英特尔显卡驱动程序?

有人可以帮助我解释或指出如何检查视频驱动程序并查看我的视频卡是否运行正常的正确方向吗?

我在我的 Thinkpad r61 上安装了 10.04 和 Compiz Manager,生活很棒,直到机器进水。我买了一台华硕 (X54H),正在试用 12.04,但桌面看起来不太对劲。

我一直在努力安装视频驱动程序。硬件管理器中没有可用的专有驱动程序。

当我运行时lspci | grep VGA

00:02.0 VGA compatible controller: Intel Corporation 2nd Generation Core Processor Family Integrated Graphics Controller (rev 09)
Run Code Online (Sandbox Code Playgroud)

我将不胜感激您的帮助。我想更多地使用 Linux,但正如我所说的,视频驱动程序似乎是我最关心的问题。我也在台式电脑上试过 12.04,但还是无法配置显卡,所以切换回 Windows 7。

graphics intel-graphics intel drivers

56
推荐指数
3
解决办法
61万
查看次数

有没有办法强制 X 在独立 Radeon 卡上挖掘以太坊时使用英特尔集成显卡?

更新对旧的 fglrx 驱动程序进行了一些进一步的挖掘并找到了解决此问题的方法:https : //bitcointalk.org/index.php?topic=170470.60 然而,这不适用于 AMDGPU 驱动程序,它不附带据我所知,switchlibglx 是预先打包好的。

更新 2 — 找到了这个可能的解决方案,但没有奏效。得到两件事之一:A,当我运行时黑屏systemctl isolate graphical.target,或 B,如果我继续将驱动程序列入黑名单,则无法挖掘。

更新 3/var/log/Xorg.0.log在 VT 中打开(multi-user.target在此问题仍然存在时,systemd 默认暂时设置为)?非常奇怪的“未找到屏幕”错误。想知道 AMDGPU 驱动程序是否真的试图强制 X 在启动时使用它们;希望不是。

更新 4在研究确切消息时在 Arch Linux 论坛中找到了这些说明:未找到任何显示 — 现在,当我尝试运行 startx 时,系统不会异常退出,而是挂起。改进了,但还是不行。

更新 5上述挂起发生了大约 5 分钟,然后它以“连接被拒绝”错误退出。拉起~/.local/share/xorg/Xorg.0.log- 它实际上说“服务器已成功终止”,尽管 startx 输出说这是需要咨询的。

更新 6谷歌搜索出现site:bugs.launchpad.net "amdgpu"这个错误报告,它可能与这个问题有关。在那里尝试解决方法?不,没有用。

Update 7 Running 提供journalctl | grep gdm | grep EE | less了一些有助于解决此问题的相当有价值的信息:

(EE) …
Run Code Online (Sandbox Code Playgroud)

gnome command-line intel amdgpu ethereum

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

如何解决 Ubuntu 18.04 显示问题(滞后、闪烁)?

如何改善 Ubuntu 18.04 上的显示?我尝试了本网站上介绍的许多不同方法,但没有一个奏效。

我有一台集成了 Intel GPU 和 NVIDIA GTX 970M 的 MSI GS60 Ghost Pro,在滚动网页(在 Chrome、Firefox 上)时出现滞后效果,并且在移动窗口时出现非常明显的闪烁效果。

硬件和驱动程序:

alex@alex-ubuntu:~$ lspci | egrep ' VGA|3D' 
00:02.0 VGA compatible controller: Intel Corporation HD Graphics 530 (rev 06)
01:00.0 3D controller: NVIDIA Corporation GM204M [GeForce GTX 970M] (rev a1)
Run Code Online (Sandbox Code Playgroud)

英伟达 GPU:

alex@alex-ubuntu:~$ glxinfo | grep OpenGL
OpenGL vendor string: NVIDIA Corporation
OpenGL renderer string: GeForce GTX 970M/PCIe/SSE2
OpenGL core profile version string: 4.6.0 NVIDIA 390.77
OpenGL core profile shading language version string: …
Run Code Online (Sandbox Code Playgroud)

display nvidia graphics drivers 18.04

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

Ubuntu 20.04 没有为 Intel Iris Xe Graphics 加载驱动程序

我为华硕 ZenBook UX393EA 设置了双启动 Ubuntu 20.04,它具有集成显卡“Intel(R) Iris(R) Xe Graphics”。但是我发现使用了 llvmpipe(LLVM 11.0.0,256 位)而不是集成显卡。

我相信其他一些问题是由于这个原因造成的,例如:

  • xrandr 无法获得输出默认值的伽马大小
  • 屏幕分辨率只能设置为一个值
  • 没有屏幕亮度控制栏

以下是一些信息:

  • 内核
?  ~ uname -r 
5.4.0-56-generic
Run Code Online (Sandbox Code Playgroud)
  • lspci
?  ~ lspci -nnk | grep -iA2 VGA   
0000:00:02.0 VGA compatible controller [0300]: Intel Corporation Device [8086:9a49] (rev 01)
    DeviceName: VGA
    Subsystem: ASUSTeK Computer Inc. Device [1043:13e2]
    Kernel modules: i915
Run Code Online (Sandbox Code Playgroud)
  • 印西

(如您所见,未加载 Intel 显卡的驱动程序)

?  ~ inxi -G  
Graphics:  Device-1: Intel driver: N/A 
           Device-2: IMC Networks USB2.0 HD IR UVC WebCam type: USB driver: uvcvideo …
Run Code Online (Sandbox Code Playgroud)

graphics intel-graphics opengl drivers 20.04

6
推荐指数
2
解决办法
2万
查看次数