-
-
Notifications
You must be signed in to change notification settings - Fork 231
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Second monitor only detected after dock plugged into USB #192
Comments
Most welcome. What's the output of |
Hi Adnan
|
Ok, so I just implemented feature which will resolve your uninstall problem, this was originally mentioned in: issue 178 Regarding debug option not working, it's because you're running old code, I had this feature implemented just a couple of days ago. Reason I know this is because under options you listed there's no mention of
Regardless, with all this said do the following:
|
Thanks for the response. I followed the steps above but unfortunately I still get the same problem. I guess I will update the kernel to the latest 4.15 release to see if that helps. |
It's not your kernel version, I think it's your Xorg config, what if you replaced this:
with this:
in your |
Yes - that has fixed it! |
Most welcome, I've just pushed changes so from now on this change will be automatically made when your type of graphic cards is detected. |
One thing I notice is that the DVI connected monitor has an annoying 'mouse flicker' issue, where the mouse pointer flickers very rapidly when using the monitor. I didn't notice it before my system upgrade so I think it is since I re-installed. I notice there are similar issues reported. I can open a separate issue if you like?
|
Let's move this issue to: #126 Just re-open it, feel free to copy paste problem you described here and include output of |
I was able to solve the 'mouse flicker issue' by following the instructions described here. See also this thread. |
@matthewhegarty great thanks I've added this to Troubleshooting most common issues |
I too was having mouse trails and other refresh problems and had to manually make this change. If you install @AdnanHodzic's driver without any displaylink hardware attached and then like me later get some displaylink hardware this conf file has already been created with your onboard device. So I suppose per @AdnanHodzic if you do have the hardware (and connected) and then build/load this driver it should make this change for you. Either way seems necessary for stable refresh.
|
Hi
Thanks for writing this software.
I had the installation working no problem but this weekend I re-installed from scratch so that I could use Ubuntu full disk encryption. All the hardware and OS remains the same from when it was working prior to re-install.
I have a second monitor connected directly to HDMI which works fine.
I have a third monitor which connects via DVI to a Lenovo ThinkPad Pro USB 3.0 Dock (keyboard, ethernet and mouse also go through the dock). The monitor is not enabled following boot (doesn't show up in
xrandr
). The only way to have the monitor show up is to disconnect the dock USB, and then reboot, and then connect the dock USB. After about 5 seconds, then the monitor appears correctly.If the laptop is booted whilst the dock is connected via USB, it is seemingly not possible to have the monitor detected (have tried
xrandr --auto
, disconnecting / reconnecting the USB etc). It seems the only solution is to shutdown, disconnect, reboot and then plug in again.Any ideas as to how I can have the monitor display without having to plug the dock USB in after boot?
Spec
Logs
The text was updated successfully, but these errors were encountered: