#1 Le 18/01/2021, à 18:05
- lamnair
[Resolu] En modesetting comment faire pour enable DRI3 ?
Bonjour,
Comment faire en modesetting pour enable DRI3 ?
inxi -G
Graphics:
Device-1: Intel Skylake GT2 [HD Graphics 520] driver: N/A
Display: x11 server: X.Org 1.20.9 driver: fbdev unloaded: modesetting,vesa
resolution: 1366x768~76Hz
OpenGL: renderer: llvmpipe (LLVM 11.0.0 256 bits) v: 4.5 Mesa 20.2.6
lspci -nnk | grep -EA3 "3D|VGA"
00:02.0 VGA compatible controller [0300]: Intel Corporation Skylake GT2 [HD Graphics 520] [8086:1916] (rev 07)
Subsystem: ASUSTeK Computer Inc. Skylake GT2 [HD Graphics 520] [1043:1050]
Kernel modules: i915
00:04.0 Signal processing controller [1180]: Intel Corporation Xeon E3-1200 v5/E3-1500 v5/6th Gen Core Processor Thermal Subsystem [8086:1903] (rev 08)
$ xdpyinfo | grep DRI
DRI2
https://packages.debian.org/en/sid/xser … ideo-intel
Package: xserver-xorg-video-intel (2:2.99.917+git20200714-1 and others)
X.Org X server -- Intel i8xx, i9xx display driverThis package provides the driver for the Intel i8xx and i9xx family of chipsets, including i810, i815, i830, i845, i855, i865, i915, i945 and i965 series chips.
This package also provides XvMC (XVideo Motion Compensation) drivers for i810/i815 and i9xx and newer chipsets.
This package is built from the X.org xf86-video-intel driver module.
The use of this driver is discouraged if your hw is new enough (ca. 2007 and newer). You can try uninstalling this driver and let the server use its builtin modesetting driver instead.
https://askubuntu.com/questions/1060034 … gl-support
https://askubuntu.com/questions/956759/ … odesetting
http://forums.debian.net/viewtopic.php?f=5&t=137330
https://www.askwoody.com/forums/topic/m … -on-linux/
https://wiki.archlinux.org/index.php/in … free_video
Install the mesa package, which provides the DRI driver for 3D acceleration.
For 32-bit application support, also install the lib32-mesa package from the multilib repository.
For the DDX driver (which provides 2D acceleration in Xorg), install the xf86-video-intel package. (Often not recommended, see note below.)
For Vulkan support (Ivy Bridge and newer), install the vulkan-intel package.
DRI3 issues
DRI3 is the default DRI version in xf86-video-intel. On some systems this can cause issues such as this. To switch back to DRI2 add the following line to your configuration file:
Option "DRI" "2"
For the modesetting driver, this method of disabling DRI3 does not work. Instead, one can set the environment variable LIBGL_DRI3_DISABLE=1.
Dernière modification par lamnair (Le 20/01/2021, à 23:11)
Hors ligne
#2 Le 20/01/2021, à 20:02
- lamnair
Re : [Resolu] En modesetting comment faire pour enable DRI3 ?
Je viens de réinstaller ubuntu 20.04 car il ne marchait plus j'avais supprimé xserver-xorg-video-libinput
j'ai supprimé xserver-xorg-video-intel et xserver-xorg-video-nouveau
et j'obtiens DRI3
xdpyinfo | grep DRI
DRI2
DRI3
Dernière modification par lamnair (Le 20/01/2021, à 22:35)
Hors ligne