Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

x11: don't do DRI3 with Intel drivers #727

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Jul 14, 2023

  1. x11: don't do DRI3 with Intel drivers

    Unfortunately i965 and iHD drivers lack DRI3 support.
    
    It's unknown when/if they will gain support, so explicitly disable DRI3
    for them - it's not perfect, alas better than asking every affected user
    to manually set the environment override.
    
    v2:
     - drop by default, can still use them with LIBVA_DISABLE_DRI3=0
    
    Signed-off-by: Emil Velikov <[email protected]>
    evelikov committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    fdeca4c View commit details
    Browse the repository at this point in the history