From 4faeebe2ff6fc50d3cce0f75ccf8b8ebcdeeeae3 Mon Sep 17 00:00:00 2001 From: hak8or Date: Thu, 13 Jul 2017 21:26:19 -0400 Subject: [PATCH] Added info on arch as a vmware guest --- Arch_Notes.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Arch_Notes.md b/Arch_Notes.md index fd4455e..e8871e9 100644 --- a/Arch_Notes.md +++ b/Arch_Notes.md @@ -116,3 +116,6 @@ cat ". /usr/share/zsh/site-contrib/powerline.zsh" >> ~/.zshrc ## Driver for wifi OurLink AC600 [Forum](http://www.linuxquestions.org/questions/linux-networking-3/ourlink-ac600-wireless-usb-adapter-not-working-on-newly-installed-ubuntu-gnome-16-10-a-4175597852/) says to use [this](https://github.com/Grawp/rtl8812au_rtl8821au) but it [doesn't](https://github.com/Grawp/rtl8812au_rtl8821au/pull/46) compile with newest kernel. Instead, [this](https://aur.archlinux.org/packages/rtl8812au-v5-dkms-git/) does and seems to work fine. + +## Vmware Guest +The [Wiki](https://wiki.archlinux.org/index.php/VMware/Installing_Arch_as_a_guest) has a decent bit of good info, but if using Antergos then a lot is done for you. Networking and auto window resizing works, but clipboard is still iffy. For that, you must install [some](https://www.reddit.com/r/archlinux/comments/2ipvmw/vmware_copypaste_not_working_openvmtools/) packages via ```yaourt -S gtkmm libxtst``` and restart the machine.