Created
January 9, 2023 16:14
-
-
Save curiousercreative/81f1d0fbe11e87452ea49c79b9bdf3aa to your computer and use it in GitHub Desktop.
Hybrid graphics laptop DaVinci Resolve desktop file
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# ~/.local/share/applications/davinci-resolve-studio.desktop | |
[Desktop Entry] | |
Version=1.0 | |
Encoding=UTF-8 | |
Exec=/bin/bash -c '__NV_PRIME_RENDER_OFFLOAD=1 __GLX_VENDOR_LIBRARY_NAME=nvidia QT_DEVICE_PIXEL_RATIO=1 QT_AUTO_SCREEN_SCALE_FACTOR=true /opt/resolve/bin/resolve' | |
Icon=/opt/resolve/graphics/DV_Resolve.png | |
Name=DaVinci Resolve Studio | |
Terminal=false | |
MimeType=application/x-resolveproj; | |
Type=Application | |
StartupNotify=true | |
Categories=AudioVideo |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment