source: kernel-config/x/installing/mesa.toml@ 2ec98b3

trunk
Last change on this file since 2ec98b3 was 51a34f9, checked in by Xi Ruoyao <xry111@…>, 3 weeks ago

mesa: VGEM is needed for llvmpipe/softpipe

Well, it's not just a performance issue. Without it loaded (i.e. if
it's a module it has to be loaded manually) glxgear just fails to start.

  • Property mode set to 100644
File size: 423 bytes
Line 
1DRM="*M"
2DRM_RADEON = { value = " *M", comment = "For r300 or r600" }
3DRM_AMDGPU = { value = " *M", comment = "For radeonsi" }
4DRM_AMDGPU_SI="*"
5DRM_AMDGPU_CIK="*"
6DRM_AMD_DC="*"
7DRM_NOUVEAU = { value = " *M", comment = "For nouveau" }
8DRM_I915 = { value = " *M", comment = "For i915, crocus, or iris" }
9DRM_VMWGFX = { value = " *M", comment = "For svga" }
10DRM_VGEM = { value = " *", comment = "For llvmpipe or softpipe" }
Note: See TracBrowser for help on using the repository browser.