Skip to content
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

evdi: unstable-20200416 -> v1.7.2 #106728

Merged
merged 1 commit into from Dec 20, 2020
Merged

evdi: unstable-20200416 -> v1.7.2 #106728

merged 1 commit into from Dec 20, 2020

Conversation

eyJhb
Copy link
Member

@eyJhb eyJhb commented Dec 12, 2020

Motivation for this change
Things done

Tested and works fine with the latest DisplayLink for "ubuntu" (the one we are using)

  • Tested using sandboxing (nix.useSandbox on NixOS, or option sandbox in nix.conf on non-NixOS linux)
  • Built on platform(s)
    • NixOS
    • macOS
    • other Linux distributions
  • Tested via one or more NixOS test(s) if existing and applicable for the change (look inside nixos/tests)
  • Tested compilation of all pkgs that depend on this change using nix-shell -p nixpkgs-review --run "nixpkgs-review wip"
  • Tested execution of all binary files (usually in ./result/bin/)
  • Determined the impact on package closure size (by running nix path-info -S before and after)
  • Ensured that relevant documentation is up to date
  • Fits CONTRIBUTING.md.

@eyJhb
Copy link
Member Author

eyJhb commented Dec 12, 2020

Anyone up for testing this? I used both kernel 5.4 and 5.9

@nshalman & @Luabee

@nshalman
Copy link
Member

nshalman commented Dec 14, 2020

Anyone up for testing this? I used both kernel 5.4 and 5.9

My hardware for this is offline and the last time I fired it up was to test the previous upgrade, so I'm not an ideal tester any more.

@eyJhb
Copy link
Member Author

eyJhb commented Dec 14, 2020

That's quite fine! Not that many DisplayLink users. I will just see to this getting merged then :)

@Scriptkiddi
Copy link
Contributor

works for me 5.4 kernel

@eyJhb
Copy link
Member Author

eyJhb commented Dec 15, 2020

works for me 5.4 kernel

Can you approve the changes? :)

@eyJhb
Copy link
Member Author

eyJhb commented Dec 15, 2020

v1.7.2 released, testing now w/ kernel 5.10.x

@eyJhb eyJhb changed the title evdi: unstable-20200416 -> v1.7.1 evdi: unstable-20200416 -> v1.7.2 Dec 15, 2020
@eyJhb
Copy link
Member Author

eyJhb commented Dec 15, 2020

Works for 5.10 as well.
Sorry to ask this @Scriptkiddi , can you ensure that it still works for you as well?

@jrhahn
Copy link

jrhahn commented Dec 20, 2020

Works for me when taking the following steps (using a Dell 3100 Docking Station):

  1. Unplug the docking station and plug in again
  2. Run the following script:
#!/usr/bin/env bash
# Activate external, USB-driven monitors.

for x in `xrandr --listproviders | grep "Provider " | awk '{print $2}' | awk -F\: '{print $1}'`; 
do 
    if [ $x -gt 0 ]; 
    then 
        xrandr --setprovideroutputsource $x 0; 
    fi; 
done;

@flokli
Copy link
Contributor

flokli commented Dec 20, 2020

Let's get this in :-)

@flokli flokli merged commit 132894d into NixOS:master Dec 20, 2020
@flokli
Copy link
Contributor

flokli commented Dec 20, 2020

Backported to 20.09 in 16c0b79.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

6 participants