Launch create on POP OS linux

Hi Neil, that is likely to be one reason that it’s not working.

Here’s something you can try:

  1. Find the shell script that actually launches Create (You can find the root directory by looking at “Settings” under the “burger menu” to the right of the Launch/Install button on the launcher). Inside that there should be a directory structure like _build/linux-x86_64/release, and inside a script called omni.create.sh
  2. run that script from a shell and append the argument --/rtx/verifyDriverVersion/enabled=false

This will skip driver verification, but will try and load Create anyway. You may encounter bugs/crashes/instability with an unsupported driver, but at least it will help us understand if that is the only problem.

Thanks
Eoin