分页: 3 / 8

发表于 : 2006-12-02 20:58
poptao
内存不够,不想装了。

发表于 : 2006-12-03 19:24
x11_yao
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.//

发表于 : 2006-12-05 17:08
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。

发表于 : 2006-12-06 2:15
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桌面.

不知道是哪出了问题,请楼主帮看看.谢谢.

发表于 : 2006-12-06 12:58
zdreamx
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桌面.

不知道是哪出了问题,请楼主帮看看.谢谢.
安装最新的驱动

发表于 : 2006-12-07 19:49
milkboy_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桌面.

不知道是哪出了问题,请楼主帮看看.谢谢.
这么老的显卡我不知道支持情况如何,但是建议首先检查一下修改xorg.conf时操作是否有误,经常人仔细查看后,发现复制时少了多了个字母之类的事情发生,导致无法进入X的。

发表于 : 2006-12-10 22:16
milkboy_x
内容已经更新!有需要的请看一下!

发表于 : 2006-12-23 14:58
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

发表于 : 2006-12-23 23:04
milkboy_x
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~!

发表于 : 2006-12-26 23:01
vvg
ati卡用户遗憾飘过... :x

发表于 : 2006-12-29 16:35
gootoo
lz,我也不能下载。
能传给我一份吗?
谢谢
我的邮箱dao2222@gmail.com

发表于 : 2006-12-29 19:42
zhangweizj
埃,郁闷了,因为中国出口线路出问题了,现在无法下载那个apt-key文件,那几个源也连接不上,不知道有什么好的办法.

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

发表于 : 2007-01-01 10:10
kingmasta
我是新手一个,按LZ的方法退出了gdm, 但就不知怎样做了,我在那个模式下打什么都没有反应,在那里打代码是不是和终端一样的,求助.我以前的驱动都卸载了.

发表于 : 2007-01-01 10:31
milkboy_x
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
然后自己想怎么着就怎么着~!