开发者

How can I tell which driver Xorg is using for my video card?

开发者 https://www.devze.com 2023-01-09 00:18 出处:网络
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

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).


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

0

精彩评论

暂无评论...
验证码 换一张
取 消