Go Back   DisplayLink Forum > DisplayLink Graphics Technology > Mac Software

Closed Thread
 
Thread Tools Search this Thread Display Modes
Old 10-09-2019, 12:40 PM   #1
silverscreen
Junior Member
 
Join Date: Oct 2019
Posts: 4
Default

Quote:
Originally Posted by lspintzyk View Post
Do you have latest 5.2.1 DisplayLink driver installed?
https://www.displaylink.com/downloads/file?id=1433

You can easily switch to extend mode in "System Preferences->Displays->Arrangement" where you have to untick "Mirror Displays" option.
I did a couple of uninstall / installs with 5.2.1 beta 2. Mirror displays is unchecked. AirPlay Display says only off in the select list. I see the Air Play icon and that also says off.

I see the two displays extended (directly connected) and the third (DisplayLink) as mirror. No option to extend the DisplayLink monitor.

I have the following setup: 1-2-3. Where 1 is the display link and 2 and 3 are connected to the Mac Mini. Playing around on the arrangement tab:
  • When the menubar is on 1, then all displays are extended.
  • When the menubar is on 2, then 1 is a mirror of 2.
  • When the menubar is on 3, then 1 is a mirror of 3.

I also noticed that I can move my mouse cursor around on the mirrored screen, like it's a actual extended display, but I cannot click on anything! I want the menubar on 2 because this one is directly on front of me.

Any idea?
silverscreen is offline  
Old 10-10-2019, 05:44 AM   #2
lspintzyk
Member
 
lspintzyk's Avatar
 
Join Date: Feb 2013
Posts: 65
Default

Quote:
Originally Posted by silverscreen View Post
I did a couple of uninstall / installs with 5.2.1 beta 2. Mirror displays is unchecked. AirPlay Display says only off in the select list. I see the Air Play icon and that also says off.

I see the two displays extended (directly connected) and the third (DisplayLink) as mirror. No option to extend the DisplayLink monitor.

I have the following setup: 1-2-3. Where 1 is the display link and 2 and 3 are connected to the Mac Mini. Playing around on the arrangement tab:
  • When the menubar is on 1, then all displays are extended.
  • When the menubar is on 2, then 1 is a mirror of 2.
  • When the menubar is on 3, then 1 is a mirror of 3.

I also noticed that I can move my mouse cursor around on the mirrored screen, like it's a actual extended display, but I cannot click on anything! I want the menubar on 2 because this one is directly on front of me.

Any idea?
Try reset screen preferences:
sudo rm /Library/Preferences/com.apple.windowserver.plist
rm /Users/$USER/Library/Preferences/ByHost/com.apple.windowserver.*

If does not help, please gather logs using that tool and raise bug here:
https://support.displaylink.com/
You can gather logs using that tool:
https://www.displaylink.com/downloads/file?d=66
lspintzyk is offline  
Old 10-10-2019, 11:29 AM   #3
steelvoltage
Junior Member
 
Join Date: Oct 2019
Posts: 2
Default

I was able to fix the issue this morning.

Steps that I took:

Uninstalled the displaylink driver.
Shutdown my mac and entered recovery mode.
Opened up the terminal and ran:
Code:
kextcache -i /Volumes/Local
Note: Local is the name of my disk. Yours may vary.
The command returned a string/id/guid (not sure what it entails), but there was no error message.
Code:
reboot
After it booted back up, I opened up terminal again.
Code:
kextcache | grep DisplayLink
The grep returned nothing, which now I knew the driver was gone completely. Grep is a regular expression search, meaning it returning nothing is what we want here as we cleared the cache.

I installed the beta driver and it rebooted.

Afterward, success!

Last edited by steelvoltage; 10-10-2019 at 11:34 AM.
steelvoltage is offline  
Old 10-10-2019, 04:02 PM   #4
ElKekoTopo
Junior Member
 
Join Date: Oct 2019
Posts: 4
Default

I tried above solution, after it booted back up, I opened up terminal again. I type kextcache | grep DisplayLink and that's what I get, idk if this is good or not (or should I type that code in recovery mode?). I attached my output logs.

EDIT: Added screenshot of kextstat | grep DisplayLink. It returned nothing so the driver was gone?

EDIT2: Added screenshot of kextstat | grep DisplayLink in recovery mode because I don't knot where I should type this. It retuned command not found.
Attached Images
File Type: jpg Screen Shot 2019-10-10 at 18.00.01 PM.jpg (20.7 KB, 0 views)
File Type: jpg Screen Shot 2019-10-10 at 20.42.09 PM.jpg (9.6 KB, 0 views)
File Type: jpg Screen Shot 2019-10-10 at 21.08.32 PM.jpg (20.0 KB, 0 views)
Attached Files
File Type: zip DisplayLinkInfo_Output_20191010_175340.zip (281.7 KB, 0 views)

Last edited by ElKekoTopo; 10-10-2019 at 07:09 PM.
ElKekoTopo is offline  
Old 10-10-2019, 04:50 PM   #5
NancyV
Junior Member
 
Join Date: Sep 2019
Posts: 6
Default :-) Partial Solution, :-( temporary success

thanks for your post steelvoltage, it gave me some progress towards a solution

Quote:
Originally Posted by steelvoltage View Post
I was able to fix the issue this morning.

Steps that I took:

Uninstalled the displaylink driver.
Shutdown my mac and entered recovery mode.
Opened up the terminal and ran:
Code:
kextcache -i /Volumes/Local
Note: Local is the name of my disk. Yours may vary.
The command returned a string/id/guid (not sure what it entails), but there was no error message.
Code:
reboot
After it booted back up, I opened up terminal again.
Code:
kextcache | grep DisplayLink
The grep returned nothing, which now I knew the driver was gone completely. Grep is a regular expression search, meaning it returning nothing is what we want here as we cleared the cache.

I installed the beta driver and it rebooted.

Afterward, success!


this solution got output to my 2 DisplayLink driven external monitors, but required some extra work in the system preferences.
reboot broke it all again

Steps:
1. uninstalled DisplayLink driver
2. rebooted and checked the kextcache to verify it was cleared and verified DisplayLink software no longer installed
3. reinstalled DisplayLink driver v5.2(15)
4. rebooted

Results: 2 external DisplayLink monitors are recognized by the OS (cursor displays on each) but only shows black screen. app windows moved to the monitors do not display, nor does the desktop background image

5. Opened System/Preferences/Displays
Selected: Arrangement Mirror Displays
all external monitors display everything perfectly
deselecting 'mirror...' and the DL monitors go back to black, but clicking on each monitor in the arrangement display shows the thin red line indicating another monitor adjacent to the main display
Selected each of the external monitors in turn and selected "Optimize for display"
Unselected 'Mirror Displays" and all are working as expected

6. Rebooting computer - external DisplayLink monitors return to black w/ cursor state.

any other thoughts or suggestions welcome ... I'll try anything at this point. this is my work computer.

Thanks, All!
NancyV is offline  
Old 10-11-2019, 07:50 AM   #6
MGI
Junior Member
 
Join Date: Oct 2019
Posts: 2
Angry

Quote:
Originally Posted by NancyV View Post
thanks for your post steelvoltage, it gave me some progress towards a solution





this solution got output to my 2 DisplayLink driven external monitors, but required some extra work in the system preferences.
reboot broke it all again

Steps:
1. uninstalled DisplayLink driver
2. rebooted and checked the kextcache to verify it was cleared and verified DisplayLink software no longer installed
3. reinstalled DisplayLink driver v5.2(15)
4. rebooted

Results: 2 external DisplayLink monitors are recognized by the OS (cursor displays on each) but only shows black screen. app windows moved to the monitors do not display, nor does the desktop background image

5. Opened System/Preferences/Displays
Selected: Arrangement Mirror Displays
all external monitors display everything perfectly
deselecting 'mirror...' and the DL monitors go back to black, but clicking on each monitor in the arrangement display shows the thin red line indicating another monitor adjacent to the main display
Selected each of the external monitors in turn and selected "Optimize for display"
Unselected 'Mirror Displays" and all are working as expected

6. Rebooting computer - external DisplayLink monitors return to black w/ cursor state.

any other thoughts or suggestions welcome ... I'll try anything at this point. this is my work computer.

Thanks, All!
Same here !
We still wait for a working solution Displaylink !

Please delete [Solved] from the post suject !
MGI is offline  
Old 10-11-2019, 02:56 PM   #7
NancyV
Junior Member
 
Join Date: Sep 2019
Posts: 6
Default

MGI quoted [Please delete [Solved] from the post suject]

would if I could, not forum savvy :-(
NancyV is offline  
Old 10-11-2019, 03:38 PM   #8
ElKekoTopo
Junior Member
 
Join Date: Oct 2019
Posts: 4
Default

Ok I tried everything you Guys post here and still my Mac OS don't give my external display permission to screen recording.
ElKekoTopo is offline  
Old 10-11-2019, 10:12 AM   #9
lspintzyk
Member
 
lspintzyk's Avatar
 
Join Date: Feb 2013
Posts: 65
Default

Quote:
Originally Posted by NancyV View Post
thanks for your post steelvoltage, it gave me some progress towards a solution





this solution got output to my 2 DisplayLink driven external monitors, but required some extra work in the system preferences.
reboot broke it all again

Steps:
1. uninstalled DisplayLink driver
2. rebooted and checked the kextcache to verify it was cleared and verified DisplayLink software no longer installed
3. reinstalled DisplayLink driver v5.2(15)
4. rebooted

Results: 2 external DisplayLink monitors are recognized by the OS (cursor displays on each) but only shows black screen. app windows moved to the monitors do not display, nor does the desktop background image

5. Opened System/Preferences/Displays
Selected: Arrangement Mirror Displays
all external monitors display everything perfectly
deselecting 'mirror...' and the DL monitors go back to black, but clicking on each monitor in the arrangement display shows the thin red line indicating another monitor adjacent to the main display
Selected each of the external monitors in turn and selected "Optimize for display"
Unselected 'Mirror Displays" and all are working as expected

6. Rebooting computer - external DisplayLink monitors return to black w/ cursor state.

any other thoughts or suggestions welcome ... I'll try anything at this point. this is my work computer.

Thanks, All!
Please install beta 5.2.1 driver
https://www.displaylink.com/downloads/file?id=1433
lspintzyk is offline  
Old 10-11-2019, 12:35 PM   #10
MGI
Junior Member
 
Join Date: Oct 2019
Posts: 2
Default

Quote:
Originally Posted by lspintzyk View Post
That doesn´t solve the Issue, sorry
MGI is offline  
Closed Thread

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 11:20 AM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2026, vBulletin Solutions, Inc.