diff --git a/src/Home/index.md b/src/Home/index.md index 370e5f1..28edf1a 100644 --- a/src/Home/index.md +++ b/src/Home/index.md @@ -12,3 +12,9 @@ To get started, proceed to [the installation guide](/Installation/index.md)! The Discord server for Vinegar can be found [here](https://discord.gg/dzdzZ6Pps2). + +### Requirements + +- X86-64 CPU with support for [AVX2](/Troubleshooting/index.md) +- GPU that has atleast support for OpenGL 4.0 or Vulkan 1.1 + diff --git a/src/Troubleshooting/index.md b/src/Troubleshooting/index.md index d82f0f5..d86154d 100644 --- a/src/Troubleshooting/index.md +++ b/src/Troubleshooting/index.md @@ -4,6 +4,15 @@ If there are any issues here that are undocumented, feel free to [create an issu ---- +## Checking AVX Compatibility + +There are 2 ways to check if your CPU supports AVX: + +- Open up a terminal and type the following command: `grep avx /proc/cpuinfo` it will highlight with red the AVX flags, if you get no output it means that your current CPU doesn't support AVX. +- While having Vinegar installed type the following command: `vinegar sysinfo` or if using flatpak: `flatpak run io.github.vinegarhq.Vinegar sysinfo` it will show information about your system, this includes support for AVX. + +---- + ## General Issues Known Vinegar issues which affect both Roblox Player and Roblox Studio: