Skip to content

Commit

Permalink
don't set resolution to fixed amount on boot anymore
Browse files Browse the repository at this point in the history
xrandr-auto works
  • Loading branch information
mitchellh committed Aug 18, 2022
1 parent e67715f commit 4eacdd7
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions machines/vm-shared.nix
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,7 @@
# display resolution. This is a known issue with VMware Fusion.
sessionCommands = ''
${pkgs.xorg.xset}/bin/xset r rate 200 40
'' + (if currentSystemName == "vm-aarch64" then ''
${pkgs.xorg.xrandr}/bin/xrandr -s '2880x1800'
'' else "");
'';
};

windowManager = {
Expand Down

0 comments on commit 4eacdd7

Please sign in to comment.