NV+edgy+aiglx+Beryl方法汇总(源已经有安装包及驱动)01.04更新

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

#31

帖子 poptao » 2006-12-02 20:58

内存不够,不想装了。
Only the Paranoid Survive!

Ubuntu & Windows xp professional
someday, mac os
x11_yao
帖子: 11
注册时间: 2006-04-14 14:06

#32

帖子 x11_yao » 2006-12-03 19:24

NVIDIA 1.0-9629正式版驱动已经发布,增加了对于 GLX_EXT_texture_from_pixmap 的初步支持,可以直接使用AIGLX了(并不是NV驱动直接支持Beryl)。
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.//
头像
milkboy_x
帖子: 431
注册时间: 2006-06-13 11:02
来自: 广东 广州

#33

帖子 milkboy_x » 2006-12-05 17:08

x11_yao 写了: Nvidia 9xxx系列驱动程序直接原生支持GLX_EXT_texture_from_pixmap,就是直接支持了Beryl/Compiz。
实在不想再讨论这个问题了,在别的论坛或者wiki里面摘录的话不一定就是对的,要想好好了解Beryl建议去http://www.beryl-project.org/看看,还是不相信,可以试试用ubuntu6.06直接安装NV9XXX驱动不装XGL或者AIGLX试一下,看能否启动Beryl。
hjyou
帖子: 14
注册时间: 2006-12-03 0:49

#34

帖子 hjyou » 2006-12-06 2:15

我是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桌面.

不知道是哪出了问题,请楼主帮看看.谢谢.
zdreamx
帖子: 8
注册时间: 2006-11-29 22:39
联系:

#35

帖子 zdreamx » 2006-12-06 12:58

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
来自: 广东 广州

#36

帖子 milkboy_x » 2006-12-07 19:49

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桌面.

不知道是哪出了问题,请楼主帮看看.谢谢.
这么老的显卡我不知道支持情况如何,但是建议首先检查一下修改xorg.conf时操作是否有误,经常人仔细查看后,发现复制时少了多了个字母之类的事情发生,导致无法进入X的。
头像
milkboy_x
帖子: 431
注册时间: 2006-06-13 11:02
来自: 广东 广州

#37

帖子 milkboy_x » 2006-12-10 22:16

内容已经更新!有需要的请看一下!
x11_yao
帖子: 11
注册时间: 2006-04-14 14:06

#38

帖子 x11_yao » 2006-12-23 14:58

milkboy_x 写了:
x11_yao 写了: Nvidia 9xxx系列驱动程序直接原生支持GLX_EXT_texture_from_pixmap,就是直接支持了Beryl/Compiz。
实在不想再讨论这个问题了,在别的论坛或者wiki里面摘录的话不一定就是对的,要想好好了解Beryl建议去http://www.beryl-project.org/看看,还是不相信,可以试试用ubuntu6.06直接安装NV9XXX驱动不装XGL或者AIGLX试一下,看能否启动Beryl。
你应该是理解错了,这段解释是Nvidia官方的解释,我觉得已经说得比较清楚了。Nvidia驱动程序支持同时支持直接和间接GLX渲染加速,无需什么额外的AIGLX支持。

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
来自: 广东 广州

#39

帖子 milkboy_x » 2006-12-23 23:04

x11_yao 写了:
milkboy_x 写了:
x11_yao 写了: Nvidia 9xxx系列驱动程序直接原生支持GLX_EXT_texture_from_pixmap,就是直接支持了Beryl/Compiz。
实在不想再讨论这个问题了,在别的论坛或者wiki里面摘录的话不一定就是对的,要想好好了解Beryl建议去http://www.beryl-project.org/看看,还是不相信,可以试试用ubuntu6.06直接安装NV9XXX驱动不装XGL或者AIGLX试一下,看能否启动Beryl。
你应该是理解错了,这段解释是Nvidia官方的解释,我觉得已经说得比较清楚了。Nvidia驱动程序支持同时支持直接和间接GLX渲染加速,无需什么额外的AIGLX支持。

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
so goooooooooooood~!
头像
vvg
帖子: 98
注册时间: 2006-12-21 19:33

#40

帖子 vvg » 2006-12-26 23:01

ati卡用户遗憾飘过... :x
头像
gootoo
帖子: 51
注册时间: 2006-07-30 15:31

#41

帖子 gootoo » 2006-12-29 16:35

lz,我也不能下载。
能传给我一份吗?
谢谢
我的邮箱[email protected]
zhangweizj
帖子: 23
注册时间: 2005-05-13 16:42

#42

帖子 zhangweizj » 2006-12-29 19:42

埃,郁闷了,因为中国出口线路出问题了,现在无法下载那个apt-key文件,那几个源也连接不上,不知道有什么好的办法.
头像
milkboy_x
帖子: 431
注册时间: 2006-06-13 11:02
来自: 广东 广州

#43

帖子 milkboy_x » 2006-12-30 11:45

gootoo 写了:lz,我也不能下载。
能传给我一份吗?
谢谢
我的邮箱[email protected]
使用lupa world的源(也就是亚洲官方镜像)就可以安装到0.15了(12-29本人已经安装),无需使用国外的源。
我想也没有必要邮寄了吧。
由于beryl每次都有比较大的变动,所以升级后,最好把home下面的.beryl删除,还有.emerald里面的setting文件删除,theme和themes就留着吧。 :P
kingmasta
帖子: 50
注册时间: 2006-12-13 12:11

#44

帖子 kingmasta » 2007-01-01 10:10

我是新手一个,按LZ的方法退出了gdm, 但就不知怎样做了,我在那个模式下打什么都没有反应,在那里打代码是不是和终端一样的,求助.我以前的驱动都卸载了.
ubuntu 7.04
头像
milkboy_x
帖子: 431
注册时间: 2006-06-13 11:02
来自: 广东 广州

#45

帖子 milkboy_x » 2007-01-01 10:31

kingmasta 写了:我是新手一个,按LZ的方法退出了gdm, 但就不知怎样做了,我在那个模式下打什么都没有反应,在那里打代码是不是和终端一样的,求助.我以前的驱动都卸载了.
来到tty1以后首先要做的是登录:输入用户名,按回车,输入密码,按回车,见到“$”就代表登录成功了。
然后是关闭GDM:sudo /etc/init.d/gdm stop
然后安装驱动: sudo sh NVIDIA-Linux-x86-1.0-9631-pkg1.run
然后按照我介绍的方法安装驱动
然后重新启动GDM:sudo /etc/init.d/gdm start
然后自己想怎么着就怎么着~!
回复