Chinaunix首页 | 论坛 | 博客
  • 博客访问: 189794
  • 博文数量: 49
  • 博客积分: 2510
  • 博客等级: 少校
  • 技术积分: 465
  • 用 户 组: 普通用户
  • 注册时间: 2008-12-16 13:37
文章分类

全部博文(49)

文章存档

2009年(13)

2008年(36)

我的朋友

分类: LINUX

2008-12-22 21:39:01

How to install NVIDIA video card drivers in Debian Lenny

From:

The following tutorial covers the process of installing the Proprietary NVIDIA video card drivers from the Nvidia Website into your Debian Lenny Linux system. We have known a lot of people who have had some issues trying to get the NVIDIA drivers to install and work with Lenny, so we decided to write this tutorial to offer up some tips and help. This tutorial should have you up and running video hardware accelerated in just a few minutes.

How to install NVIDIA video card drivers in Debian Lenny:

Note: Please print these instructions. After step 6 you will be dropped to a shell and not longer be able to read this page.

  1. Open a terminal and type sudo su
  2. Type apt-get install build-essential linux-headers-$(uname -r)
  3. Type cd /usr/src
  4. Type ln -s linux-headers-$(uname -r) linux
  5. Type
    wget
  6. Type /etc/init.d/gdm stop (to stop gdm and drop to a terminal)
  7. Type cd /usr/src && sh NVIDIA-Linux-x86-100.14.23-pkg1.run (to launch the nVidia installer script)
  • Accept the license agreement to continue
  • Select No on the first question prompting to download Kernel from nVidia
  • Click Ok to compile a new Kernel
  • Select No at the prompt to abort now
  • Let the installer finish the build
  • Select Yes to let nVidia-xconfig automatically update your xorg.conf file
  • Click Ok
  • Once the installer has completed, type startx and enjoy your new video hardware enabled Lenny with nVidia drivers

You can change your resolution and other advanced video card settings via the nice NVIDIA X Server Settings control applet. Simply navigate to Applications-> System Tools -> NVIDIA X Server Settings


阅读(1069) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~