View Single Post
  #4   (View Single Post)  
Old 6th February 2009
BSDKaffee's Avatar
BSDKaffee BSDKaffee is offline
Real Name: Jason Hale
Coffee Addict
 
Join Date: May 2008
Location: Wintersville, Ohio
Posts: 212
Default

Quote:
Originally Posted by DutchDaemon View Post
Lots of additional information on this (including GLX conflicts between nv/NVIDIA) here:
http://forums.freebsd.org/showthread.php?t=1721
I've added a hash to my /usr/local/etc/pkgtools.conf so that whenever xorg-server gets upgraded, nvidia-driver gets reinstalled. That will take care of GLX problems. Of course this only helps if you use portupgrade:
Code:
  AFTERINSTALL = {                                                                 
    # Re-install nvidia-driver after xorg-server                                   
    'x11-servers/xorg-server*' => localbase() + '/sbin/portupgrade -f nvidia-driver',                                                                                 
  }
I should probably have a hash to make that libwfb.so swap for me so I don't forget.
Reply With Quote