Changeset 51a34f9
- Timestamp:
- 09/07/2024 08:16:04 PM (5 weeks ago)
- Branches:
- lazarus, trunk
- Children:
- 3e232f89, 58005947
- Parents:
- 8b5b257a
- git-author:
- Xi Ruoyao <xry111@…> (09/07/2024 07:54:41 PM)
- git-committer:
- Xi Ruoyao <xry111@…> (09/07/2024 08:16:04 PM)
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel-config/kernel.version
r8b5b257a r51a34f9 1 6.10. 21 6.10.7 -
kernel-config/x/installing/mesa.toml
r8b5b257a r51a34f9 8 8 DRM_I915 = { value = " *M", comment = "For i915, crocus, or iris" } 9 9 DRM_VMWGFX = { value = " *M", comment = "For svga" } 10 DRM_VGEM = { value = " * M", comment = "For swrast" }10 DRM_VGEM = { value = " *", comment = "For llvmpipe or softpipe" } -
x/installing/mesa-kernel.xml
r8b5b257a r51a34f9 20 20 # For i915, crocus, or iris: 21 21 < /*/M> <emphasis role='blue'>I</emphasis>ntel 8xx/9xx/G3x/G4x/HD Graphics [DRM_I915] 22 # For swrast:23 < /* /M><emphasis role='blue'>V</emphasis>irtual GEM provider [DRM_VGEM]22 # For llvmpipe or softpipe: 23 < /*> <emphasis role='blue'>V</emphasis>irtual GEM provider [DRM_VGEM] 24 24 # For svga: 25 25 < /*/M> <emphasis role='blue'>D</emphasis>RM driver for VMware Virtual GPU [DRM_VMWGFX]</screen> -
x/installing/mesa.xml
r8b5b257a r51a34f9 291 291 292 292 <para> 293 For <literal>swrast</literal>, <option>CONFIG_DRM_VGEM</option> 294 is not strictly needed but recommended as an optimization. 293 For <literal>llvmpipe</literal> or <literal>softpipe</literal>, 294 <option>CONFIG_DRM_VGEM</option> is required or X clients may fail 295 to start with a cryptic message <computeroutput>Error: couldn't get 296 an RGB, Double-buffered visual</computeroutput>. Strictly speaking, 297 it can be compiled as a module. But the module will not be loaded 298 automatically, so it's more convenient to build it as a part of the 299 kernel image. 295 300 </para> 296 301 </note>
Note:
See TracChangeset
for help on using the changeset viewer.