我如何知道 Xorg 正在为我的显卡使用哪个驱动程序?

发布于 2024-09-11 16:38:04 字数 259 浏览 4 评论 0原文

我下载并编译了最新的英特尔视频驱动程序,因为我的似乎有问题,我安装时前缀为 /usr/local。然后我添加了适当的

Section "Device"
  Identifier "devname"
  Driver "intel"
EndSection

如何判断它是否使用我新编译的驱动程序或我的发行版附带的东西?什么 Xorg 命令显示哪些库文件或一些其他可识别的信息,以便我如何确定它正在使用新的驱动程序(而不是等待屏幕再次损坏)。

I downloaded and compiled the latest intel video drivers as mine seems to have issues, I installed with prefix as /usr/local. Then I added the appropriate

Section "Device"
  Identifier "devname"
  Driver "intel"
EndSection

How can I tell if it's using my new compiled driver or something that comes with my distro? What Xorg command displays which library files or some other recognisable info as to how I can determine it's using the new driver (other than waiting for the screen to corrupt again).

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

笑梦风尘 2024-09-18 16:38:04

只需查看其中显示的 Xorg 日志文件即可。

Just look at the Xorg log file it says in there.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文