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: 4e5725605b32
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: c46d4dab9675
Choose a head ref
  • 3 commits
  • 2 files changed
  • 1 contributor

Commits on Nov 19, 2017

  1. gdm: start gdm on tty7 rather than default tty1

    - Fixes nixos-rebuild switch/test issue with GNOME
      #21439
    - The solution was given here:
      roastiek@d761e66#commitcomment-25382880
    pierrechevalier83 authored and bjornfor committed Nov 19, 2017
    Configuration menu
    Copy the full SHA
    37875c4 View commit details
    Browse the repository at this point in the history
  2. Revert "gdm: don't start getty@tty1 if enabled"

    This commit isn't needed anymore since we now run gdm on tty7.
    
    This reverts commit 440178d.
    pierrechevalier83 authored and bjornfor committed Nov 19, 2017
    Configuration menu
    Copy the full SHA
    aed114e View commit details
    Browse the repository at this point in the history
  3. gdm: remove old workaround for conflicts with getty

    - There used to be a conflict between gdm and getty both trying to
      access tty1
    - This conflict was fixed by running gdm on tty7 instead
    pierrechevalier83 authored and bjornfor committed Nov 19, 2017
    Configuration menu
    Copy the full SHA
    c46d4da View commit details
    Browse the repository at this point in the history