View Single Post
Old 07-08-2013, 09:19 AM   #3
ChristianP
Senior Member
 
ChristianP's Avatar
 
Join Date: Apr 2011
Posts: 280
Default

You can reinstall 2.0 and if the problem persists, you can access your machine via SSH (enable it first in System preferences->Sharing) or use single user mode (press cmd-s on boot) to access the system shell and remove the driver.
To remove the main components just do the following:
sudo rm -r /System/Library/Extensions/DisplayLinkDriver.kext
sudo rm /Library/LaunchDaemons/com.displaylink.displaylinkmanager.plist
rm /Library/LaunchAgents/com.displaylink.useragent-prelogin.plist
rm /Library/LaunchAgents/com.displaylink.useragent.plist

and then
sudo touch /System/Library/Extensions
in order to clear the KEXT cache and reboot :
sudo shutdown -r now
Hope this helps. In case you still see the problem, please report the details of your MBP and the Mavericks seed you are using (posting your system profile would be better). Thanks
ChristianP is offline   Reply With Quote