This page explains how a proprietary driver for an Nvidia graphics card is installed and configured on (Slackware 13.1) Linux.
lspci -v | grep -A6 VGA shows your card type. If 'Nvidia' doesn't appear, you can stop reading now xorg.conf file. See x-server_configuration_old_wayxorg.conf according to Additional information → README on the Nvidia driver download page:find the relevant Device section and replace the line:
Driver "nv"
(or Driver "vesa")
with
Driver "nvidia"
In the Module section, make sure you have:
Load "glx"
You should also remove the following lines:
Load "dri"
Load "GLcore"
if they exist.