BinaryDriverHowto/Nvidia

参与到Ubuntu的翻译中来
回复
头像
oneleaf
论坛管理员
帖子: 10441
注册时间: 2005-03-27 0:06
系统: Ubuntu 12.04

BinaryDriverHowto/Nvidia

#1

帖子 oneleaf » 2005-08-26 23:44

To enable support for nVidia graphics cards:

1.

Install the driver nvidia-glx using [WWW] Synaptic.
*

System -> Administration -> Synaptic Package Manager
2.

Type sudo nvidia-glx-config enable at a terminal to enable it.
*

Applications -> System Tools -> Terminal
3.

Log out of gnome, hit control-alt-backspace, and log in again.
*

System -> Log Out

If you see an nVidia splashscreen after hitting control-alt-backspace, your drivers are properly installed.

Optional: The nvidia-settings package provides a control panel to configure graphics card options such as gamma correction.

If you are going to compile 3d applications, you will want to install the nvidia-glx-dev package

Note: If you wish to use these drivers and run the XMMS music player, you should be aware of [WWW] this bug. You can get around this bug by installing libmik.

Note: Be sure to have the right version of linux-restricted-modules installed. It must match the version of the running kernel.

Note: Renderaccell has a bug. Memory leak and crashes. Disable it in xorg.conf in the section "Device".

Option "RenderAccel" "false"

Disabling the nVidia logo on Gnome startup: To get rid of it, add the following line to xorg.conf in the section "Device"

Option "NoLogo"

https://wiki.ubuntu.com/BinaryDriverHowto/Nvidia
当净其意如虚空,远离妄想及诸取,令心所向皆无碍
头像
lyreopera
帖子: 771
注册时间: 2005-05-23 13:38
来自: gdsz

#2

帖子 lyreopera » 2005-08-27 0:00

认领……

明天再译……
……
头像
lyreopera
帖子: 771
注册时间: 2005-05-23 13:38
来自: gdsz

#3

帖子 lyreopera » 2005-08-27 22:22

开启对nVidia图形加速卡的支持:

1.

使用新立得软件包管理器安装nvidia-glx驱动。
*
系统 -> 系统管理 -> 新立得软件包管理器

2.

在终端键入sudo nvidia-glx-config enable 来开启支持。
*

应用程序 -> 系统工具 -> 终端
3.

按下control-alt-backspace登出gnome,并重新登录。
*

系统 -> 注销

如果在按下 control-alt-backspace 后你看到了nVidia的logo,你的驱动可能已经安装好了。
可选的:nvidia-settings这个软件包提供了一个控制面板来配置显卡的选项,例如校正色彩。
如果你要编译3d程序,你可能想要安装nvidia-glx-dev软件包。
注意:如果你想使用这个驱动并要运行xmms音乐播放器,你应该注意这个bug。你可以通过安装libmik来避开这个bug。
注意:确认已经安装了正确版本的linux-restricted-modules。它一定要与当前运行中的内核版本匹配。
注意:Renderaccell存在一个bug。内存漏洞和崩溃。可以在xorg.conf的“Device”部分禁用它。
Option "RenderAccel" "false"
关闭在gnome启动时的nvidia logo:通过在xorg.conf的“Device”部分添加下列语句来避免:
Option "NoLogo"


https://wiki.ubuntu.com/BinaryDriverHowto/Nvidia
……
头像
lyreopera
帖子: 771
注册时间: 2005-05-23 13:38
来自: gdsz

#4

帖子 lyreopera » 2005-08-27 22:24

问题:
1.Renderaccell是什么?
2.Memory leak and crashes(内存漏洞和崩溃)的翻译有问题没有?
……
头像
oneleaf
论坛管理员
帖子: 10441
注册时间: 2005-03-27 0:06
系统: Ubuntu 12.04

#5

帖子 oneleaf » 2005-09-07 21:32

当净其意如虚空,远离妄想及诸取,令心所向皆无碍
qchem
帖子: 106
注册时间: 2005-09-04 21:03

#6

帖子 qchem » 2005-09-08 22:37

lyreopera 写了:开启对nVidia图形加速卡的支持:

1.

使用新立得软件包管理器安装nvidia-glx驱动。
*
系统 -> 系统管理 -> 新立得软件包管理器

2.

在终端键入sudo nvidia-glx-config enable 来开启支持。
*

应用程序 -> 系统工具 -> 终端
3.

按下control-alt-backspace登出gnome,并重新登录。
*

系统 -> 注销

如果在按下 control-alt-backspace 后你看到了nVidia的logo,你的驱动可能已经安装好了。
可选的:nvidia-settings这个软件包提供了一个控制面板来配置显卡的选项,例如校正色彩。
如果你要编译3d程序,你可能想要安装nvidia-glx-dev软件包。
注意:如果你想使用这个驱动并要运行xmms音乐播放器,你应该注意这个bug。你可以通过安装libmik来避开这个bug。
注意:确认已经安装了正确版本的linux-restricted-modules。它一定要与当前运行中的内核版本匹配。
注意:Renderaccell存在一个bug。内存漏洞和崩溃。可以在xorg.conf的“Device”部分禁用它。
Option "RenderAccel" "false"
关闭在gnome启动时的nvidia logo:通过在xorg.conf的“Device”部分添加下列语句来避免:
Option "NoLogo"


https://wiki.ubuntu.com/BinaryDriverHowto/Nvidia
“登出”象台湾的用法
用“退出”更好我觉得
头像
millenniumdark
论坛版主
帖子: 4159
注册时间: 2005-07-02 14:41
系统: Ubuntu 14.04 (Kylin)
联系:

#7

帖子 millenniumdark » 2006-07-30 16:25

回复