From 382f13652d5b7f0753f21b914906da4632e39169 Mon Sep 17 00:00:00 2001 From: Taylor Bockman Date: Sat, 30 Jul 2022 12:09:46 -0400 Subject: [PATCH] Update 'manjaro/FIXES.md' --- manjaro/FIXES.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/manjaro/FIXES.md b/manjaro/FIXES.md index 15f94cd..2789fdf 100644 --- a/manjaro/FIXES.md +++ b/manjaro/FIXES.md @@ -7,7 +7,7 @@ On install Manjaro will have `open-vmware-tools` installed and running. However, this package appears to be *mostly* unmaintained and doesn't seem to work out of the box. -### Reproducing +#### Reproducing Type the following commands @@ -20,6 +20,8 @@ sudo systemctl restart vmtoolsd.service The first two commands may not be necessary but I chose to completely bring it back down and up before restarting. After the restart your screen resolution should adapt. If this is the case, apply the following fix to make it permanent: +#### Fix + ```bash sudo vi /usr/lib/systemd/system/vmtoolsd.service ```