├── .github └── FUNDING.yml ├── LICENSE ├── README.md ├── apps.md ├── davinci-resolve.md ├── devices.md ├── games.md ├── nvidia.md ├── other.md ├── resolve-arch ├── free │ ├── PKGBUILD │ └── davinci-resolve.install └── studio │ ├── PKGBUILD │ └── davinci-resolve.install └── waydroid.md /.github/FUNDING.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/psygreg/linux-troubleshooting/HEAD/.github/FUNDING.yml -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/psygreg/linux-troubleshooting/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/psygreg/linux-troubleshooting/HEAD/README.md -------------------------------------------------------------------------------- /apps.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/psygreg/linux-troubleshooting/HEAD/apps.md -------------------------------------------------------------------------------- /davinci-resolve.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/psygreg/linux-troubleshooting/HEAD/davinci-resolve.md -------------------------------------------------------------------------------- /devices.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/psygreg/linux-troubleshooting/HEAD/devices.md -------------------------------------------------------------------------------- /games.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/psygreg/linux-troubleshooting/HEAD/games.md -------------------------------------------------------------------------------- /nvidia.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/psygreg/linux-troubleshooting/HEAD/nvidia.md -------------------------------------------------------------------------------- /other.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/psygreg/linux-troubleshooting/HEAD/other.md -------------------------------------------------------------------------------- /resolve-arch/free/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/psygreg/linux-troubleshooting/HEAD/resolve-arch/free/PKGBUILD -------------------------------------------------------------------------------- /resolve-arch/free/davinci-resolve.install: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/psygreg/linux-troubleshooting/HEAD/resolve-arch/free/davinci-resolve.install -------------------------------------------------------------------------------- /resolve-arch/studio/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/psygreg/linux-troubleshooting/HEAD/resolve-arch/studio/PKGBUILD -------------------------------------------------------------------------------- /resolve-arch/studio/davinci-resolve.install: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/psygreg/linux-troubleshooting/HEAD/resolve-arch/studio/davinci-resolve.install -------------------------------------------------------------------------------- /waydroid.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/psygreg/linux-troubleshooting/HEAD/waydroid.md --------------------------------------------------------------------------------