Chinaunix首页 | 论坛 | 博客
  • 博客访问: 600482
  • 博文数量: 33
  • 博客积分: 3063
  • 博客等级: 少校
  • 技术积分: 565
  • 用 户 组: 普通用户
  • 注册时间: 2012-03-05 13:40
文章分类

全部博文(33)

文章存档

2012年(33)

分类: LINUX

2012-03-29 17:29:35


查看你的显卡类型:
lspci | grep -i vga
查看驱动配置:
cat /etc/X11/xorg.conf
查看当前使用的驱动:
lsmod | grep -i nvidia (我使用的nvidia的)
查看驱动的详细信息:
modinfo nvidia 

 

你的/etc/X11/xorg.conf文件内就写明了你要用的驱动名,查看这个文件就知道了

Section "Device"
Identifier "Videocard0"
Driver "nvidia"
EndSection

Section "Device"
Identifier "Device0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
BoardName "GeForce 7300 GT"
EndSection

阅读(2907) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~