Skip to content

Commit

Permalink
Merge pull request #91 from reflexran/main
Browse files Browse the repository at this point in the history
Hardware requirements and AVX instructions
  • Loading branch information
apprehensions authored Nov 16, 2023
2 parents b1b6f1f + a1f186f commit e85159c
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/Home/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

9 changes: 9 additions & 0 deletions src/Troubleshooting/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit e85159c

Please sign in to comment.