From Windows to a Debian GNU/Linux desktop, sans the geekness
The Original - since June 2006 - Run Debian GNU/Linux and be Happy.
Someone searched Google for "installation tutorial" "vista", and was directed to my site. You're kidding me, right? baaaaaaaaaaa hahahaha.
 

this site  web    
The Goods
Home Page
Forum
debiantutorials.org Licensing
Website Disclaimer
Site Map
Links
w32codecs
How to really switch Mom to Linux
Documentation
Release Notes
Developers Reference
Debian Survival Guide
Debian Books
Manuals
Debian Security
Linux Dictionary
Leaving Windows
Resize Windows Partition for Dual-Booting
Back up your Partitions, Imaging
Still Suffering Windows
Keep your Money, your Sanity and your Self-Respect
Installing Debian Etch
Debian GNU/Linux (Etch) Installation Tutorial
My Etch Desktop in 150 words or Less
Upgrade Sarge to Etch
Configure Debian Etch
Multimedia on Debian Etch
Install nVIDIA 3d driver on Debian Etch
Wireless on Debian Etch: Broadcom - bcm43xx
Klikit, Klikit good
Handy Little Things
Package Management
Peripherals & Debian Etch
Set up your web cam on Debian Etch
Printing in Debian (Browsers, too)
Your ipod on Debian Etch
Atheros Wireless
Broadcom Wireless
Etch on the Desktop
Visitors apache log reader
Andrea del Sarto
(Poetry snippet for your Ignorant Ass)
Beagle on Debian Etch
Convert Digital Camera .mov Files
Some Debian Etch System Files
My Debian Desktop
Using wget
Copying or Ripping DVD's in Linux (Debian)
Reset root password
So, you want to run Linux
Convert mov files
Securing Debian
Password Protect Grub Boot Loader
Debian Etch as Server
Debian Linux file and print server: NFS, CUPS, LPR
Stream your music with gnump3d
Simple local web server on Etch
Web Server on Debian Etch
Miscellaneous Linux
Linux Conventions
Can People read my Documents?
Install Software on your Linux System (Debian)
Partition your Hard Drive
History of debiantutorials.org
A School Without Windows (PDF)
How to talk to Tech Support
Linux Demystified
Off Topic
A DRM Dissertation
An Artist's take on Downloading Music
An Insane and Damaging lack of Understanding
On Children and Drugs
On Visitor Q
Intellectualism for the Masses
debiantutorials.org stats
Smart Crows
How old are We?
Why we run Debian
How not to ask an egomaniac like myself for an article
Sarge Specific Tutorials
Installing Debian Sarge, net install, no DHCP
Easy Graphical Sarge Installation Tutorial
Rebuilding my Debian Sarge Machine
Multimedia for Sarge
w32codecs
nVIDIA on Sarge
Trouble Burning discs: cdrecord
Athcool on Debian Sarge
Where are my Newly Installed Apps?
Easy LAMP on Debian Sarge
Archive
Sites Worth a Look
Debian Mailing List
spidercider
Linux Comparison at PolishLinux.org
Thin Clients
Common Commands
Common iptables Filtering
iwouldntsteal.net
Big-Ass iptables info Page
iptables Port Reference
README: Firewall
General Security Tips
Newbie Security
Kickass RFC's
Data Breaches
Hemp Seed Oil
linux-hardcore.com
Search for a local Computer Tech
Evelyn's Linux Cheat Sheet
Lotsa (687) Linux Commands

Favorite Utilities

Super Grub Disc
System Rescue Disc
News Feeds
visitors run
operating system
Linux
Windows
Mac
Unknown
BSD
54.8 %
39.8 %
3.40 %
1.50 %
0.10 %

web browser
Firefox
Mozilla
IE
Opera
Epiphany
41.4 %
25.1 %
15.8 %
8.40 %
3.50 %
updated 17apr08
What's Root?
Root is the super-ultra-mega. All system commands on a Linux box need to be done as root. This means installing software and changing files not in your /home directory, etc. In your terminal, if you're logged in already become root by typing su at your $ prompt, then the root password. Log in the system directly as root from a terminal, but not the graphical login. # shows root.
dediantutorials.org is ad-free
debiantutorials.org has always been and will always remain ad-free I make no unrealistic demands that you "owe me for my time and bandwidth" in order to use my site. I detest all those scumbags out there that think that they are owed something for putting a web site up. I do debiantutorials.org because I love it. You owe me nothing.
If you can walk and chew gum at the same time, you can run Linux

    Thursday, May 15, 2008      Contact  Etch Info  what's new in Etch  Linux Demystified  Our Forum
Getting 3d Acceleration on your Debian Desktop with nVIDIA Drivers PDF Print E-mail
Written by machiner   
Wednesday, 10 January 2007
You're 2 minutes away from having nVIDIA graphics drivers for Linux installed on your Debian machine. Then you'll get your fancy 3D acceleration and all manner of whiz-bang that this driver can deliver. This brief tutorial will include 2 common methods for installing nVIDIA's Linux driver. They are both very simple and each will have its positive and negative aspects. You could try each way and decide later which suits your computing style, your kung-fu, best. Me, I always do things the hard way 'cos that's the way I dig it.

The Debian way with module-assistant

People seem to dig this way the best. There's no denying that it's the quickest and best suited for out-of-mind maintenance. You won't have to uninstall this driver when you update your kernel like you must when you go the binary route. You had to remove this binary "kernel mode" driver if you upgraded your machine from Sarge to Etch, too. It's no big thing, but by installing the driver with module-assistant you get a different kind of satisfaction, I think.

First off make sure that your repositories include the "non-free" option, like this:

deb http://debian.uchicago.edu/debian/ etch main contrib non-free
deb-src http://debian.uchicago.edu/debian/ etch main contrib non-free

I simply run Gedit from a root terminal to amend my /etc/apt/sources.list file:

# gedit /etc/apt/sources.list

After you've saved and closed the file now you must update apt, so

# apt-get update

Now I make sure that I have some software installed that Debian needs to accomplish this task. So I simply tell apt to install them

# apt-get install build-essential linux-headers-2.6.XX-X-XX module-assistant

With your prerequisites installed you're ready to go. Let's dust off module-assistant:

First, you prepare it,

# m-a prepare.

Next you install the nvidia drivers:

# m-a auto-install nvidia

Following this you install nvidia-glx, so

# apt-get install nvidia-glx

Go ahead and load the nvidia module:

# modprobe nvidia

The nVIDIA driver is locked and loaded but we must tell our Debian system to use that driver now instead of the default nv driver. Painless.

# dpkg-reconfigure xserver-xorg

Go through the questions. The defaults are probably fine for you for most settings. Make sure to choose glx and dri from among the module selection you will be presented with and make sure that when you choose the display driver that you choose nvidia. Also, do yourself a favor and make sure to set the correct vertical and horizontal refresh rates for your monitor. You can choose among 3 choices at this stage. If you don't know your specific refresh rates just choose simple and pick a display setting from the list you'll be presented with. If you do know your monitor's rates then choose advanced and input those rates there.

You're finished. Now you can ctrl+alt+backspace to kill X. A new login screen should appear and you can go ahead and log in with full 3d acceleration. That was quick and painless, right?

Installing the nVIDIA Binaries

Many people like to install the nVIDIA drives this way, too. I like it just fine for my own crazy reasons. Because I'm talentless and lazy most of the following text was simply copied over from a previous article I wrote about this process. It fits.

To install the drivers this way you must also make sure to have the same software installed that the module-assistant required. Except, of course, for module-assistant itself.

At this point you should have the binary downloaded from nVIDIA. If no then get it here.

Following the brief download, let's install the driver:

    First, we stop X

  • # /etc/init.d/gdm stop You can replace gdm with whatever display manager you are using; kdm, xdm

    Now, we'll move to the directory you saved the driver to

  • # cd /to/download/location -;ls;

    Now we'll install the driver

  • # sh NVIDIA-Linux-x86-1.0-XXXX-pkg1.run

    Simply accept the license and answer the 3 prompts. It's OK if you read that the installer suffered a download error. You already have the kernel-headers installed. The installer will use those headers. I just hit enter.

    When finishing, the install routine will ask if you would like it to automatically change the driver reference in your xorg.conf file. Sure, you can let it do that for you. My recommendation: let it. However if you don't allow it you must change this manually or run # dpkg-reconfigure xserver-xorg as mentioned in the preceding method above.

    # nano /etc/X11/xorg.conf

    Scroll to the following section

    Section "Device"
        Identifier     "NVIDIA Corporation NV43 [GeForce 6600 GT]"
        Driver         "nvidia"
    EndSection

    You can see that mine already reads "nvidia" in the device section. Yours may read "vesa" or "nv". Change whatever driver is listed in your file to read "nvidia". Save the file - CTRL+X, y, enter

    Now we load the nvidia kernel module

    # modprobe nvidia

At this point we're finished. You can start X back up by running the following command

# /etc/init.d/gdm start

You should see the nVIDIA logo page then be at your graphical login prompt. Before you login, hit CTRL+ALT+F1 so you can log out of your root session. Hit CTRL+ALT+F7 to switch back to your graphical login.

Don't forget, you can update the drivers with the following command (you'll have to stop x first):

# nvidia-installer --update

As I mentioned earlier in this article, you must remove this "kernel mode" driver ( learn a little about device drivers.) whenever you mod your kernel in any way, like upgrading it, recompiling it, etc., etc., etc. Remove your nVIDIA binary this way:

  • Stop X
  • login as root
  • # nvidia-installer --uninstall

--machiner 10 Jan 2007 09:00

Feel free to discuss this article in the Forum





Reddit!Del.icio.us!Facebook!Slashdot!Netscape!Technorati!StumbleUpon!Newsvine!Furl!Yahoo!Ma.gnolia!Free social bookmarking plugins and extensions for Joomla! websites!
Trackback(0)
Comments (19)Add Comment
ya baby
written by 'Guest', February 06, 2007
woohoo!

thanks :)
The Debian way is better because........
written by 'Guest', February 12, 2007
You can build the nvidia driver for each kernel you have installed. Booting into a different kernel does not have to be without 3d. Using the nvidia installer script puts files into non-standard locations and you can only have one nvidia driver at a time. Just my .02
The Debian way ...
written by 'Guest', March 01, 2007
thanks for the tutorial, I did it the Debian way, great.

Aditionally I had to edit the xorg.conf file, or run nvidia-xconfig that does the job for you.
Hmmmmm... nearly but not quite....
written by 'Guest', March 25, 2007
I\'m running an AMD64 and Etch... I have stepped through both versions above ... and unfortunately it fails to start X with a trapping of Signal11. It also keeps warning me that there is no entry in /etc/X11/xorg.conf for device NVIDIA @ 00:1:3.

I\'ve now exhausted what little brain-matter I had on this subject, and am struggling like heck to get Debian,Nvidia, and X to cohabitate peacefully. I\'m beginning to wish I had not forsaken my previous variety of Linux.

Ian B - if anyone is reading this and can offer any advice I\'m ieb at klokwurx with a com after it.
This is why I started a forum
written by machiner, March 25, 2007
Go ahead over to http://www.debintutorials.org/talkitup/index.php and sign up. Post a new topic in the configure your desktop forum section and we will help you solve this problem.

If you have a problem, I, we, want to help -- but don't leave your problem as a comment.
...
written by 'Guest', April 28, 2007
Hey, I really like your bad ass site. I found another way to install nvidia driver.

Get the driver installer from Nvidia site

Go to terminal as root and type uname -r

apt-get install linux-headers-(version)
apt-get install xserver-xorg-dev
apt-get install pkg-config

init 1

give root password

Go to your directory where nvidia driver installer is and run it

Select no to exit and yes to install
Once install is done and goes back to linux promp type \"init 3\" or just reboot and presto, you got a bad ass debian driver installed.

I even keep a bad ass list just in case in need to reinstall everything

apt-get install alsa-base alsa-utils alsa-oss kopete blender blender-ogrexml k3d inkscape gimp-data-extras gimp-gap gimp-helpbrowser gimp-help-common gimp-print gimp-python gimp-resynthesizer gimp-svg gimp-texturize xscreensaver-gl nexuiz nexuiz-data nexuiz-music nexuiz-server gspca-modules-2.6.18-4-486 camorama pkg-config xserver-xorg-dev linux-headers-2.6.18-4-486 rss-glx

Now all I need is a bad ass way to backup, recover and get aqsis install so I can use my bad ass 3d modeling software K3d

I also need to get my bad ass scanner working too. Hope you can help.


[EDIT] Bad-ass, man. See the forum, and keep poking around on this site - all is addressed. --machiner
...
written by 'Guest', April 29, 2007
Just wanted to let you know that this tutorial was VERY helpful and I wished to thank you for your assistance. Also, I noticed one thing while installing, actually two things,. After numerous attempts, on a fresh install of etch, without success, I discovered by accident, that the installer option regarding enabling the software frame buffer, was the culprit, keeping X from installing and executing properly. When I declined the option, everything installed perfectly and I was up and running again!

2.6.8-4-686 was installed by default but when the module assistant was used as described above, it installed Nvidia with the 2.6.18-486 kernel. I wasn\'t expecting this but then I\'m still new to Linux and Debian. Anyway thanks again and know that you are appreciated, nay worshiped by lesser beings!
The Debian way...
written by 'Guest', May 18, 2007
I followed the Debian way, and everyting worked fine until the last command:
#modprobe nvdidia

Got this answer:
FATAL: Error inserting nvidia (/lib/modules/2.6.18-4-686/nvidia/nvidia.ko): No such device
...
written by 'Guest', May 18, 2007
You forgot to run:

# apt-get install nvidia-glx

after you installed the kernel drivers. Go ahead and install nvidia-glx, then make sure to change the nv to nvidia in your /etc/X11/xorg.conf file
Getting error using the debian way
written by 'Guest', July 22, 2007
Hi,

when i do

m-a auto-install nvidia

i get the following error from the protocol viewer

LD [M] /usr/src/modules/nvidia-kernel/nv/nvidia.o ↑
│ Building modules, stage 2.
│ MODPOST 1 modules
│ FATAL: modpost: GPL-incompatible module nvidia.ko uses GPL-only symbol
│ \'paravirt_ops\'
│ make[4]: *** [__modpost] Fehler 1
│ make[3]: *** [modules] Fehler 2
│ make[3]: Leaving directory `/usr/src/linux-headers-2.6.21-2-686\'
│ NVIDIA: left KBUILD.
│ nvidia.ko failed to build!
│ make[2]: *** [mdl] Fehler 1
│ make[2]: Leaving directory `/usr/src/modules/nvidia-kernel/nv\'
│ make[1]: *** [build-stamp] Fehler 2
│ make[1]: Leaving directory `/usr/src/modules/nvidia-kernel\'
│ make: *** [kdist_image] Fehler 2

:-(

[EDIT - did you choose install instead of build? Post to the forum.]
...
written by 'Guest', August 02, 2007
Used the module asistant just to see how it worked... always done it the other way int he past (until AX)... I found I still had to edit the xorg.conf file to read

Driver \"nvidia\"

others may also have to do this.

dhalgren
Debian way. Edit xorg.conf
written by 'Guest', August 10, 2007
\"I found I still had to edit the xorg.conf\"

root@linux ~/# cd /etc/X11/
root@linux X11# cp xorg.conf xorg.conf.bak #just in case we mess stuff up
root@linux X11# nano xorg.conf
[ctrl]+w (Where Is, aka find)
type w/o quotes, \"nvidia\" [enter]
change \"nv\" to \"nvidia\"
[ctrl]+o (output, aka save)
[ctrl]+[alt]+[backspace]

if all went well, you should see the nVidia logo once X is back up. If it failed, restore from your backup xorg.conf file

root@linux ~/# cd /etc/X11/
root@linux X11# cp xorg.conf.bak xorg.conf
root@linux X11# /sbin/telinit 6 #just restarting the computer
Ya -- what the hell was I thinking?
written by machiner, August 10, 2007
Sorry to all, I completely ignored the dpkg-reconfigure task. When you do something a bazillion times some of the steps just occur like breathing, thus are ignored. I fixed this tutorial and reorganized it a bit because...what the hell was I smoking? -- August '07
Still unstuble X Window on Debian Etch
written by 'Guest', August 27, 2007
I have MSI nVidia NX7600GT-T2D256E video card.
I follow the tutorial bellow
\"The Debian way with module-assistant\" heading.
It is OK except that that the X Window is not so stable. It can to be freeze
and then I can\'t to use either mouse nor keyboard. I must to reboot the system.

I try to play with X Window Option in xorg.conf: \"NvAGP\" \"0\" and try out all the
possible values: 0,1,2,3. The unstability is still remains.

xorg.conf:

...
Section \"Module\"
Load \"bitmap\"
Load \"dbe\"
Load \"ddc\"
Load \"extmod\"
Load \"freetype\"
Load \"glx\"
# Load \"vbe\"
EndSection
...
Section \"InputDevice\"
Identifier \"Configured Mouse\"
Driver \"mouse\"
Option \"CorePointer\"
Option \"Device\" \"/dev/gpmdata\"
Option \"Protocol\" \"IntelliMouse\"
EndSection
...
Section \"Device\"
Identifier \"nVidia Corporation G70 [GeForce 7600 GT]\"
Driver \"nvidia\"
EndSection
...
Section \"Screen\"
Identifier \"Default Screen\"
Device \"nVidia Corporation G70 [GeForce 7600 GT]\"
Monitor \"Flatron L1715S\"
DefaultDepth 24
Option \"NvAGP\" \"0\"
SubSection \"Display\"
Depth 1
Modes \"1280x1024\"
EndSubSection
...

I commented the modul \"vbe\" because I think that that this cause the problem,
but it isn\'t.

Maybe the mouse setup: /dev/gpmdata is the reason for this problem?

Any advices will be appreciated!

--
Regards,
cspaul

EDIT I posted your comment here
billmac
written by 'Guest', August 29, 2007
I tried the Debian Way but my system doesn\'t understand the command m-a prepare. I enter:
m-a prepare
bash: m-a: command not found
I run kernel 2.6.18
I don\'t even get the chance to get it wrong
How can this be?
Please help

EDIT -- try module-assistant prepare make sure that you have installed your kernel headers, build-assistant.
billmac
written by 'Guest', August 30, 2007
I started again and off course I didn\'t notice I had made a mistake in the version in my command line.
However I went through the all the steps you describe and everything appeared to work like a charm until I got to the last step when I came out of X. The system fell at the last post. I couldn\'t log in but I was given amongst other parameters in an \"error file\". It stated:
(==) Using config file \"/etc/X11/xorg.conf\"
(EE) unable to find a valid framebuffer device, consult warnings and/or errors above for possible reasons. (you may have to look at the server log to see warnings)
(EE) Server(s) found but none have a usable configuration.
FATAL ERROR:
no screens found.

I guess I will have to start afresh and re-install Debian.
Thanks for your help anyway.

EDIT No, no, no -- you don't reinstall Debian. It's in, it works and we work through the problem. No worries. Goto the forum - make a post, or contact me through the contact page at this site. Let's see what we can get done. -- machiner
Problems starting 3D Desktop \"The Debia
written by 'Guest', September 01, 2007
I went through the routine commands as you described. I came across no problems or error messages. pressed Ctr+Alt+Backspace logged in OK and nothing happened. It was as if I needn\'t have tried for nothing has changed.

A quick cut & paste shows my xorg.conf as:

Section \"Files\"
FontPath \"/usr/share/fonts/X11/misc\"
FontPath \"/usr/X11R6/lib/X11/fonts/misc\"
FontPath \"/usr/share/fonts/X11/cyrillic\"
FontPath \"/usr/X11R6/lib/X11/fonts/cyrillic\"
FontPath \"/usr/share/fonts/X11/100dpi/:unscaled\"
FontPath \"/usr/X11R6/lib/X11/fonts/100dpi/:unscaled\"
FontPath \"/usr/share/fonts/X11/75dpi/:unscaled\"
FontPath \"/usr/X11R6/lib/X11/fonts/75dpi/:unscaled\"
FontPath \"/usr/share/fonts/X11/Type1\"
FontPath \"/usr/X11R6/lib/X11/fonts/Type1\"
FontPath \"/usr/share/fonts/X11/100dpi\"
FontPath \"/usr/X11R6/lib/X11/fonts/100dpi\"
FontPath \"/usr/share/fonts/X11/75dpi\"
FontPath \"/usr/X11R6/lib/X11/fonts/75dpi\"
# path to defoma fonts
FontPath \"/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType\"
EndSection

Section \"Module\"
Load \"bitmap\"
Load \"ddc\"
Load \"dri\"
Load \"extmod\"
Load \"freetype\"
Load \"glx\"
Load \"int10\"
Load \"vbe\"
EndSection

Section \"InputDevice\"
Identifier \"Generic Keyboard\"
Driver \"kbd\"
Option \"CoreKeyboard\"
Option \"XkbRules\" \"xorg\"
Option \"XkbModel\" \"pc105\"
Option \"XkbLayout\" \"gb\"
EndSection

Section \"InputDevice\"
Identifier \"Configured Mouse\"
Driver \"mouse\"
Option \"CorePointer\"
Option \"Device\" \"/dev/input/mice\"
Option \"Protocol\" \"ImPS/2\"
EndSection

Section \"Device\"
Identifier \"nVidia Corporation G71 [GeForce 7300 GS]\"
Driver \"nvidia\"
BusID \"PCI:3:0:0\"
EndSection

Section \"Monitor\"
Identifier \"VA912-4SERIE\"
Option \"DPMS\"
HorizSync 30-82
VertRefresh 50-85
EndSection

Section \"Screen\"
Identifier \"Default Screen\"
Device \"nVidia Corporation G71 [GeForce 7300 GS]\"
Monitor \"VA912-4SERIE\"
DefaultDepth 24
SubSection \"Display\"
Depth 1
Modes \"1280x1024\" \"1152x864\" \"1024x768\" \"800x600\" \"640x480\"
EndSubSection
SubSection \"Display\"
Depth 4
Modes \"1280x1024\" \"1152x864\" \"1024x768\" \"800x600\" \"640x480\"
EndSubSection
SubSection \"Display\"
Depth 8
Modes \"1280x1024\" \"1152x864\" \"1024x768\" \"800x600\" \"640x480\"
EndSubSection
SubSection \"Display\"
Depth 15
Modes \"1280x1024\" \"1152x864\" \"1024x768\" \"800x600\" \"640x480\"
EndSubSection
SubSection \"Display\"
Depth 16
Modes \"1280x1024\" \"1152x864\" \"1024x768\" \"800x600\" \"640x480\"
EndSubSection
SubSection \"Display\"
Depth 24
Modes \"1280x1024\" \"1152x864\" \"1024x768\" \"800x600\" \"640x480\"
EndSubSection
EndSection

Section \"ServerLayout\"
Identifier \"Default Layout\"
Screen \"Default Screen\"
InputDevice \"Generic Keyboard\"
InputDevice \"Configured Mouse\"
EndSection

Section \"DRI\"
Mode 0666
EndSection
What am I missing?

[EDIT] -- I don't understand. Please post your questions and expectations in the forum and we'll resolve this.
installing nvidia-glx NO GOOD!
written by 'Guest', November 02, 2007
This method apparently does NOT work for my version of Debian ETCH

debian:~# apt-get install nvidia-glx
Reading package lists... Done
Building dependency tree... Done
The following packages will be REMOVED:
fast-user-switch-applet foomatic-gui gdebi gdm gksu gnome-applets gnome-control-center gnome-core gnome-desktop-environment
gnome-netstatus-applet gnome-panel gnome-session gnome-system-monitor gnome-terminal gnome-volume-manager gparted kdelibs4c2a
libgksu1.2-0 libgksu2-0 libgksuui1.0-1 libgl1-mesa-swx11 libgl1-mesa-swx11-dev libglu1-mesa libglu1-mesa-dev libmyth-0.20.2
libqt3-mt-dev libxine1 libxklavier10 mpeglib nautilus nautilus-cd-burner python-gnome2-extras totem totem-mozilla totem-xine
update-notifier xbase-clients xserver-xorg xserver-xorg-core xserver-xorg-input-all xserver-xorg-input-evdev
xserver-xorg-input-kbd xserver-xorg-input-mouse xserver-xorg-input-synaptics xserver-xorg-video-all xserver-xorg-video-apm
xserver-xorg-video-ark xserver-xorg-video-ati xserver-xorg-video-chips xserver-xorg-video-cirrus xserver-xorg-video-cyrix
xserver-xorg-video-dummy xserver-xorg-video-fbdev xserver-xorg-video-glint xserver-xorg-video-i128 xserver-xorg-video-i740
xserver-xorg-video-i810 xserver-xorg-video-imstt xserver-xorg-video-mga xserver-xorg-video-neomagic xserver-xorg-video-newport
xserver-xorg-video-nsc xserver-xorg-video-nv xserver-xorg-video-rendition xserver-xorg-video-s3 xserver-xorg-video-s3virge
xserver-xorg-video-savage xserver-xorg-video-siliconmotion xserver-xorg-video-sis xserver-xorg-video-sisusb
xserver-xorg-video-tdfx xserver-xorg-video-tga xserver-xorg-video-trident xserver-xorg-video-tseng xserver-xorg-video-v4l
xserver-xorg-video-vesa xserver-xorg-video-vga xserver-xorg-video-via xserver-xorg-video-vmware xserver-xorg-video-voodoo
The following NEW packages will be installed:
nvidia-glx
0 upgraded, 1 newly installed, 80 to remove and 0 not upgraded.
Need to get 0B/3294kB of archives.
After unpacking 126MB disk space will be freed.
Do you want to continue [Y/n]?n

Installing nvidia-glx will uninstall alot of stuff, particularly gdm, and xserver-xorg... this makes this particular howto guide unusable for some debian ETCH users

EDIT: You're kidding me, right.
Thx
written by 'Guest', November 02, 2007
Thanks man u save me

Write comment

security code
Write the displayed characters


busy
 
Creative Commons License © debiantutorials.org Thanks for dropping by. I hope you have found this site to be helpful.   Search for a local Computer Tech  debiantutorials.org