Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:SLE-12-SP2:GA
xf86-video-intel.458
U_Disable-DRI3-by-default.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File U_Disable-DRI3-by-default.patch of Package xf86-video-intel.458
From b6eeb7a1f7efa591504070b606be655e27e6e9c2 Mon Sep 17 00:00:00 2001 From: Chris Wilson <chris@chris-wilson.co.uk> Date: Wed, 5 Nov 2014 13:03:41 +0000 Subject: [PATCH] Disable DRI3 by default Git-commit: b6eeb7a1f7efa591504070b606be655e27e6e9c2 References: bnc#908323 The external libraries, both in git, and especially shipping already enabled in distributions, are buggy and lead to server crashes and lockups. Caveat emptor. Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk> Acked-by: Takashi Iwai <tiwai@suse.de> --- configure.ac | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) --- a/configure.ac +++ b/configure.ac @@ -339,10 +339,10 @@ AC_ARG_ENABLE(dri2, [DRI2=$enableval], [DRI2=yes]) AC_ARG_ENABLE(dri3, - AS_HELP_STRING([--disable-dri3], - [Disable DRI3 support [[default=yes]]]), + AS_HELP_STRING([--enable-dri3], + [Enable DRI3 support [[default=no]]]), [DRI3=$enableval], - [DRI3=yes]) + [DRI3=no]) AC_ARG_ENABLE(xvmc, AS_HELP_STRING([--disable-xvmc], [Disable XvMC support [[default=yes]]]),
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor