Quoted material in RED color.

From page 1 of this HOWTO I read:

Scroll down the text until you find this section (this is my configuration):

Code:
Section "Device"
Identifier "ATI Technologies, Inc. Radeon 330M/340M/350M (RS200 IGP)"
Driver "ati"
BusID "PCI:1:5:0"
Substitute the word in red with “vesa”, make it look like this:
Code:
Section "Device"
Identifier "ATI Technologies, Inc. Radeon 330M/340M/350M (RS200 IGP)"
Driver "vesa"
BusID "PCI:1:5:0"


my xorg.conf (LUCID LYNX) reads:

Section "Device"
Identifier "Default Device"
Driver "nvidia"
Option "NoLogo" "True"
EndSection

every word in this xorg.conf is NOT in color. Do I have to change the line:

Driver "nvidia" to "vesa" like yours?

I know it would be asking a week's work, but could you write an updated HOWTO on this subject?