mirror of
https://gitlab.com/lvra/lvra.gitlab.io.git
synced 2024-11-10 02:20:26 +01:00
update nvidia laptop knowledge
This commit is contained in:
parent
926f3b8414
commit
2b331de3fa
1 changed files with 7 additions and 4 deletions
|
@ -15,8 +15,11 @@ title: Quick Start
|
||||||
- AMD+AMD laptop or desktop: Amazing choice, you have nothing to do.
|
- AMD+AMD laptop or desktop: Amazing choice, you have nothing to do.
|
||||||
- Desktop with iGPU and dGPU of different brands: Disable your iGPU in BIOS.
|
- Desktop with iGPU and dGPU of different brands: Disable your iGPU in BIOS.
|
||||||
- Laptop with Nvidia dGPU:
|
- Laptop with Nvidia dGPU:
|
||||||
- Ubuntu: Try the official Ubuntu solution `prime-select nvidia`.
|
- **Ubuntu**: Try the official Ubuntu solution `prime-select nvidia`.
|
||||||
- Other: Use `optimus-manager-qt` and switch to Nvidia, don't try to mix `prime-run` and VR. Use regular nvidia proprietary driver instead of nvidia-open.
|
- **Other distros**: Launch steam, steamvr and all games with `prime-run` (Launch options: `prime-run %command%`)
|
||||||
|
- **If that doesn't work**: Use `optimus-manager-qt` and switch to Nvidia.
|
||||||
|
- **Extra tips**:
|
||||||
|
- Use regular nvidia proprietary driver instead of nvidia-open.
|
||||||
- Make ABSOLUTELY sure you don't have weird stuff like amdvlk, including lib32 installed when you have Nvidia (check `ls /usr/share/vulkan/icd.d`)
|
- Make ABSOLUTELY sure you don't have weird stuff like amdvlk, including lib32 installed when you have Nvidia (check `ls /usr/share/vulkan/icd.d`)
|
||||||
- Stick to the PRODUCTION branch of Nvidia drivers (535 as of writing), newer ones may or may not work.
|
- Stick to the PRODUCTION branch of Nvidia drivers (535 as of writing), newer ones may or may not work.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue