我如何知道 Xorg 正在为我的显卡使用哪个驱动程序?
我下载并编译了最新的英特尔视频驱动程序,因为我的似乎有问题,我安装时前缀为 /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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
只需查看其中显示的 Xorg 日志文件即可。
Just look at the Xorg log file it says in there.