nVidia官方驱动不支持DGA(直接图形访问),我之所以注意到这个问题,是我弄了一个新的摄像头,然而还是不能用:
$ luvcview
luvcview version 0.2.1
Video driver: x11
A window manager is available
video /dev/video0
Unable to set format: 5.
Init v4L2 failed !! exit fatal
用v4l-conf查看,再结合网上搜索,发现原因或许出在DGA这里:
$ v4l-conf
v4l-conf: using X11 display :0.0
dga: version 2.0
X Error of failed request: XF86DGANoDirectVideoMode
Major opcode of failed request: 136 (XFree86-DGA)
Minor opcode of failed request: 1 (XF86DGAGetVideoLL)
Serial number of failed request: 13
Current serial number in output stream: 13
nVidia的官方驱动不支持DGA,官网说得明确得很:
不支持的原因是因为DGA需要CPU对fb做内存映射,而如今的显卡带有越来越高质量的显存, 由此nVidia不得不采用动态的内存映射方案,况且,DGA无法与其它的图形渲染库Xlib或OpenGL合作,因为DGA是直接访问CPU资源的。
阅读(1292) | 评论(1) | 转发(0) |