Hi Ed Greshko,
Very strangem the docs from nVidia itself states you have to use 'load
"glx"' and that line was generated bu nvidia-xconfig.
But it won't hurt trying your sugestion.
[]s, Fernando Lozano
(II) LoadModule: "glx"
(II) Loading /usr/lib/xorg/modules/extensions/libglx.so
(II) Module glx: vendor="X.Org Foundation"
compiled for 7.1.1, module version = 1.0.0
ABI class: X.Org Server Extension, version 0.3
(==) AIGLX enabled
(II) Loading extension GLX
Shows that you are not loading the nvidia glx module.
Edit your xorg.conf file so that instead of:
Load "glx"
you have
Load "/usr/X11R6/lib/modules/extensions/libglx.so"
Ed