Paul Gress wrote: > > > I would like to downgrade to 177.82, but it messes up my computer now > (see previous post). > > You cannot use the NVIDIA web installer on b107 or higher until changes are made to the packaging or at least without some prep work. If you intend to run the NVIDIA web installer, first do:
# cd /usr/X11/lib/modules # mv libwfb.so libsfb.so.stk # cd amd64 # mv libwfb.so libwfb.so.stk Now run the NVIDIA web installer but before rebooting, put the Sun supplied libwfb modules back: # cd /usr/X11/lib/modules # mv libwfb.so libwfb.so.nvidia # mv libwfb.so.stk libwfb.so # cd amd64 # mv libwfb.so libwfb.so.nvidia # mv libwfb.so.stk libwfb.so If you forget, boot into failsafe mode and make the repairs to /a/usr/X11/lib/modules.
