NV+edgy+aiglx+Beryl方法汇总(源已经有安装包及驱动)01.04更新
版面规则
我们都知道新人的确很菜,也喜欢抱怨,并且带有浓厚的Windows习惯,但既然在这里询问,我们就应该有责任帮助他们解决问题,而不是直接泼冷水、简单的否定或发表对解决问题没有任何帮助的帖子。乐于分享,以人为本,这正是Ubuntu的精神所在。
我们都知道新人的确很菜,也喜欢抱怨,并且带有浓厚的Windows习惯,但既然在这里询问,我们就应该有责任帮助他们解决问题,而不是直接泼冷水、简单的否定或发表对解决问题没有任何帮助的帖子。乐于分享,以人为本,这正是Ubuntu的精神所在。
-
- 帖子: 42
- 注册时间: 2006-09-18 23:33
- 来自: Paradise
-
- 帖子: 11
- 注册时间: 2006-04-14 14:06
Nvidia 9xxx系列驱动程序直接原生支持GLX_EXT_texture_from_pixmap,就是直接支持了Beryl/Compiz。NVIDIA 1.0-9629正式版驱动已经发布,增加了对于 GLX_EXT_texture_from_pixmap 的初步支持,可以直接使用AIGLX了(并不是NV驱动直接支持Beryl)。
//Neither Xgl or AIGLX are required to use compiz with the NVIDIA drivers now that they natively support GLX_EXT_texture_from_pixmap.
Xgl is an X server that renders using OpenGL and runs on top of another X server. It was the first X server available to support GLX_EXT_texture_from_pixmap.
AIGLX stands for Accelerated Indirect GLX. It is not related to compiz or GLX_EXT_texture_from_pixmap at all, except that support for GLX_EXT_texture_from_pixmap in the open source DRI OpenGL drivers required it. NVIDIA has always supported Accelerated Indirect GLX rendering.
NVIDIA supports both Direct AND Indirect rendering with the GLX_EXT_texture_from_pixmap extension. Users should not need to install any additional software to run compiz with new NVIDIA drivers. Please see the just-created sticky thread covering the basic setup steps.//
- milkboy_x
- 帖子: 431
- 注册时间: 2006-06-13 11:02
- 来自: 广东 广州
实在不想再讨论这个问题了,在别的论坛或者wiki里面摘录的话不一定就是对的,要想好好了解Beryl建议去http://www.beryl-project.org/看看,还是不相信,可以试试用ubuntu6.06直接安装NV9XXX驱动不装XGL或者AIGLX试一下,看能否启动Beryl。x11_yao 写了: Nvidia 9xxx系列驱动程序直接原生支持GLX_EXT_texture_from_pixmap,就是直接支持了Beryl/Compiz。
-
- 帖子: 14
- 注册时间: 2006-12-03 0:49
-
- 帖子: 8
- 注册时间: 2006-11-29 22:39
- 联系:
安装最新的驱动hjyou 写了:我是GF3 Ti200的显卡,按照楼主的方法一步一步装下来都顺利,就是到修改xorg.conf 这一步出现了以下问题:
1.原先我只在xorg.conf里 在 Section "Screen" 里面添加 Option "AddARGBGLXVisuals" "True" ,重启后出现NVidia标志并可以登陆到X-windows桌面,但是beryl没能启动.
2.继续修改xorg.conf ,在 Section "Device" 里面添加Option "TripleBuffer" "true" 重启后不能进入X-windows桌面.
不知道是哪出了问题,请楼主帮看看.谢谢.
- milkboy_x
- 帖子: 431
- 注册时间: 2006-06-13 11:02
- 来自: 广东 广州
这么老的显卡我不知道支持情况如何,但是建议首先检查一下修改xorg.conf时操作是否有误,经常人仔细查看后,发现复制时少了多了个字母之类的事情发生,导致无法进入X的。hjyou 写了:我是GF3 Ti200的显卡,按照楼主的方法一步一步装下来都顺利,就是到修改xorg.conf 这一步出现了以下问题:
1.原先我只在xorg.conf里 在 Section "Screen" 里面添加 Option "AddARGBGLXVisuals" "True" ,重启后出现NVidia标志并可以登陆到X-windows桌面,但是beryl没能启动.
2.继续修改xorg.conf ,在 Section "Device" 里面添加Option "TripleBuffer" "true" 重启后不能进入X-windows桌面.
不知道是哪出了问题,请楼主帮看看.谢谢.
-
- 帖子: 11
- 注册时间: 2006-04-14 14:06
你应该是理解错了,这段解释是Nvidia官方的解释,我觉得已经说得比较清楚了。Nvidia驱动程序支持同时支持直接和间接GLX渲染加速,无需什么额外的AIGLX支持。milkboy_x 写了:实在不想再讨论这个问题了,在别的论坛或者wiki里面摘录的话不一定就是对的,要想好好了解Beryl建议去http://www.beryl-project.org/看看,还是不相信,可以试试用ubuntu6.06直接安装NV9XXX驱动不装XGL或者AIGLX试一下,看能否启动Beryl。x11_yao 写了: Nvidia 9xxx系列驱动程序直接原生支持GLX_EXT_texture_from_pixmap,就是直接支持了Beryl/Compiz。
Neither Xgl or AIGLX are required to use compiz with the NVIDIA drivers now that they natively support GLX_EXT_texture_from_pixmap.
Xgl is an X server that renders using OpenGL and runs on top of another X server. It was the first X server available to support GLX_EXT_texture_from_pixmap.
AIGLX stands for Accelerated Indirect GLX. It is not related to compiz or GLX_EXT_texture_from_pixmap at all, except that support for GLX_EXT_texture_from_pixmap in the open source DRI OpenGL drivers required it. NVIDIA has always supported Accelerated Indirect GLX rendering.
NVIDIA supports both Direct AND Indirect rendering with the GLX_EXT_texture_from_pixmap extension. Users should not need to install any additional software to run compiz with new NVIDIA drivers. Please see the just-created sticky thread covering the basic setup steps.
James Jones
NVIDIA Corporation
- milkboy_x
- 帖子: 431
- 注册时间: 2006-06-13 11:02
- 来自: 广东 广州
so goooooooooooood~!x11_yao 写了:你应该是理解错了,这段解释是Nvidia官方的解释,我觉得已经说得比较清楚了。Nvidia驱动程序支持同时支持直接和间接GLX渲染加速,无需什么额外的AIGLX支持。milkboy_x 写了:实在不想再讨论这个问题了,在别的论坛或者wiki里面摘录的话不一定就是对的,要想好好了解Beryl建议去http://www.beryl-project.org/看看,还是不相信,可以试试用ubuntu6.06直接安装NV9XXX驱动不装XGL或者AIGLX试一下,看能否启动Beryl。x11_yao 写了: Nvidia 9xxx系列驱动程序直接原生支持GLX_EXT_texture_from_pixmap,就是直接支持了Beryl/Compiz。
Neither Xgl or AIGLX are required to use compiz with the NVIDIA drivers now that they natively support GLX_EXT_texture_from_pixmap.
Xgl is an X server that renders using OpenGL and runs on top of another X server. It was the first X server available to support GLX_EXT_texture_from_pixmap.
AIGLX stands for Accelerated Indirect GLX. It is not related to compiz or GLX_EXT_texture_from_pixmap at all, except that support for GLX_EXT_texture_from_pixmap in the open source DRI OpenGL drivers required it. NVIDIA has always supported Accelerated Indirect GLX rendering.
NVIDIA supports both Direct AND Indirect rendering with the GLX_EXT_texture_from_pixmap extension. Users should not need to install any additional software to run compiz with new NVIDIA drivers. Please see the just-created sticky thread covering the basic setup steps.
James Jones
NVIDIA Corporation
- gootoo
- 帖子: 51
- 注册时间: 2006-07-30 15:31
-
- 帖子: 23
- 注册时间: 2005-05-13 16:42
- milkboy_x
- 帖子: 431
- 注册时间: 2006-06-13 11:02
- 来自: 广东 广州
-
- 帖子: 50
- 注册时间: 2006-12-13 12:11
- milkboy_x
- 帖子: 431
- 注册时间: 2006-06-13 11:02
- 来自: 广东 广州