Xorg驱动、Mesa驱动和Kernel驱动,这关系如何?
我有这封电子邮件>>
<块引用>大家好,我已经编译了 Mesa Cell 驱动程序,非常棒! 我可以使用这个而不是 ps3fb 作为视频驱动程序吗? 非常感谢 抱歉我的英语不好。
回答 >
没有。 ps3fb 驱动程序和 Mesa Cell 驱动程序是完全不同的东西。
-布莱恩
另一个问题。
您好,谢谢您的回答 我怎么能理解这个呢? ps3fb 驱动程序和 Mesa Cell 驱动程序是完全不同的东西, 有一些文件可以解释这一点吗? 我想了解 Mesa3D,以及您与 Xorg 和内核驱动程序的关系..
答案:
抱歉,我没有时间解释一切。
Mesa Cell 驱动程序实现了 3D 图形的 OpenGL。
ps3fb 驱动程序是一个低级驱动程序,用于简单地显示帧缓冲区。
如果您使用谷歌,您可能可以找到更多信息。
-布莱恩
我在谷歌中找不到此信息,有人可以帮助我吗? 我想在linux上工作,并编写驱动程序。 非常感谢。
I have this email >>
Hi foks, I have compiled Mesa Cell driver, and it is great!
can I use this, rather than ps3fb for video driver?
thanks so much
and sorry my bad english.
answer
>
No. The ps3fb driver and Mesa Cell driver are totally different things.
-Brian
another question.
Hi, thanks for you answer
how can I understand this?
ps3fb driver and Mesa Cell driver are totally different things,
there are some documents to explain this?,
I want to understand Mesa3D, and your relation with Xorg, and Kernel drivers..
answer:
Sorry but I do not have time to explain everything.
The Mesa Cell driver implements OpenGL for 3D graphics.
The ps3fb driver is a low-level driver for simply displaying the framebuffer.
If you use google, you can probably find more information.
-Brian
I can't found this information in google, someone can help me?
I want to work on linux, and write drivers.
thanks so much.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Mesa 使用 OpenGL 实现 3D。有些 Mesa 驱动程序会加速,有些则不会。
X.Org 驱动程序实现 2D、电视输出、多显示器支持等。
它们都使用内核。
编辑:澄清一下:Mesa 和 X.org 驱动程序不可替换,它们都在需要时使用。
Mesa implements 3D using OpenGL. Some Mesa drivers are accelerated, some aren't.
X.Org drivers implement 2D, TV-out, multi-monitor support etc.
Both of them use the kernel.
edit: To clarify: Mesa and X.org drivers aren't replaceable, they are both used when needed.