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: 76f4626e80cc
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: ea8fc7516073
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Jul 16, 2019

  1. nixos/xserver: Make radeon in videoDrivers an alias for ati.

    The old open-source driver for AMD/ATI GPUs is commonly known as "radeon"
    despite the historical package name xf86-video-ati. For example it presents
    itself as RADEON in the Xorg log. So adding "radeon" to videoDrivers should
    work.
    
    Also changed the docs for the videoDrivers option to use "radeon" in the
    default value instead of "ati".
    
    Fixes #37917
    ambrop72 committed Jul 16, 2019
    Copy the full SHA
    4f30920 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2019

  1. Merge pull request #64948 from ambrop72/videodrivers-radeon-alias

    nixos/xserver: Make radeon in videoDrivers an alias for ati.
    worldofpeace committed Jul 31, 2019
    Copy the full SHA
    ea8fc75 View commit details
    Browse the repository at this point in the history