Skip to content

Commit 4eacdd7

Browse files
committed
don't set resolution to fixed amount on boot anymore
xrandr-auto works
1 parent e67715f commit 4eacdd7

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

machines/vm-shared.nix

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,9 +70,7 @@
7070
# display resolution. This is a known issue with VMware Fusion.
7171
sessionCommands = ''
7272
${pkgs.xorg.xset}/bin/xset r rate 200 40
73-
'' + (if currentSystemName == "vm-aarch64" then ''
74-
${pkgs.xorg.xrandr}/bin/xrandr -s '2880x1800'
75-
'' else "");
73+
'';
7674
};
7775

7876
windowManager = {

0 commit comments

Comments
 (0)