Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
base: f233572fdc97
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 07cebeffb886
Choose a head ref
  • 5 commits
  • 4 files changed
  • 2 contributors

Commits on Jun 17, 2020

  1. virtualbox-guest-additions: fix dlopen of libXrandr

    The library could not be loaded which prevented autoresizing
    when using the VMSVGA adapter.
    bachp committed Jun 17, 2020
    Copy the full SHA
    9c300b6 View commit details
    Browse the repository at this point in the history
  2. nixos/virtualbox-guest: add vmware driver

    VMSGVA is recommended by virtualbox for Linux clients.
    Compared to VBoxVGA and VBoxSVGA it also supports 3D acceleration.
    
    Adding the driver makes nixos work with all three supported graphics card
    types.
    bachp committed Jun 17, 2020
    Copy the full SHA
    ec9792a View commit details
    Browse the repository at this point in the history
  3. nixos/manual: recommend VMSVGA as graphics adapter

    Virtualbox recommends VMSVGA for Linux guests.
    
    It is also currently the only one supporting 3D acceleration
    and it works out of the box with NixOS and auto screen resizing.
    bachp committed Jun 17, 2020
    Copy the full SHA
    6c2d12f View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    f29063f View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2020

  1. Copy the full SHA
    07cebef View commit details
    Browse the repository at this point in the history