[讨论]个人的一点感想

系统安装、升级讨论
版面规则
我们都知道新人的确很菜,也喜欢抱怨,并且带有浓厚的Windows习惯,但既然在这里询问,我们就应该有责任帮助他们解决问题,而不是直接泼冷水、简单的否定或发表对解决问题没有任何帮助的帖子。乐于分享,以人为本,这正是Ubuntu的精神所在。
头像
luojie-dune
帖子: 22033
注册时间: 2007-07-30 18:28
系统: Linux
来自: 空气中

#16

帖子 luojie-dune » 2008-09-16 23:03

xorg?
『这个世界都是我的 ,我爱你们』

ENTP ⥂ INTP ⥄ INFP ⇦ INTJ

在此发布的文章使用 Creative Commons Attribution-ShareAlike 4.0 协议
DSYin2007
帖子: 131
注册时间: 2007-09-19 13:48

#17

帖子 DSYin2007 » 2008-09-17 9:16

http://dri.sourceforge.net/doc/DRIintro.html
5.3 The 3D DRI Driver

The 3D capabilities of a graphics card are accessed through the 3D DRI driver. This driver essentially converts OpenGL command sequences into hardware commands. It then uses the kernel module to transmit the commands to the hardware. The 3D driver and kernel module basically implement the entire OpenGL rendering pipeline. The 3D driver implements as much of it as possible in user space while the kernel module does whatever is needed in kernel space.

3D DRI drivers usually reside in the /usr/X11R6/lib/modules/dri/ directory with names of the form device_dri.so.

These drivers are loaded by the libGL.so library which implements the OpenGL API.

Most DRI 3D drivers today are based on Mesa. However, there is no DRI requirement to use Mesa. Driver developers may implement their 3D DRI drivers using any OpenGL-compatible software framework.

5.4 The libGL Library

OpenGL-based programs must link with the libGL library. libGL implements the GLX interface as well as the main OpenGL API entrypoints. When using indirect rendering, libGL creates GLX protocol messages and sends them to the X server via a socket. When using direct rendering, libGL loads the appropriate 3D DRI driver then dispatches OpenGL library calls directly to that driver.

libGL also has the ability to support heterogeneous, multi-head configurations. That means one could have two or more graphics cards (of different types) in one system and libGL would allow an application program to use all of them simultaneously.

Normally libGL loads 3D DRI drivers from the /usr/X11R6/lib/modules/dri directory but the search patch can be overriden by setting the LIBGL_DRIVERS_PATH environment variable.
头像
livebeyond
帖子: 24
注册时间: 2008-09-09 9:24

#18

帖子 livebeyond » 2008-09-17 10:53

我的也是,总是经常性的死机,有人说是假死,键盘灯都不亮了,也是假死吗???
神啊!赐我一个linux内核吧!
头像
livebeyond
帖子: 24
注册时间: 2008-09-09 9:24

#19

帖子 livebeyond » 2008-09-17 10:53

我的也是,总是经常性的死机,有人说是假死,键盘灯都不亮了,也是假死吗???
神啊!赐我一个linux内核吧!
回复