diff --git a/introduction/welcome/changelog.xml b/introduction/welcome/changelog.xml index c8c4f6277c..5e7c6a657e 100644 --- a/introduction/welcome/changelog.xml +++ b/introduction/welcome/changelog.xml @@ -39,6 +39,15 @@ --> + + September 9th, 2024 + + + [Zeckmathederg] - Updated multiple packages... + + + + September 6th, 2024 diff --git a/kernel-config/kernel.version b/kernel-config/kernel.version index 3c02432371..e2e9e3b440 100644 --- a/kernel-config/kernel.version +++ b/kernel-config/kernel.version @@ -1 +1 @@ -6.10.3 +6.10.9 diff --git a/kernel-config/shareddeps/drivers/gpuconfig.toml b/kernel-config/shareddeps/drivers/gpuconfig.toml index 87597009ea..f661603e2f 100644 --- a/kernel-config/shareddeps/drivers/gpuconfig.toml +++ b/kernel-config/shareddeps/drivers/gpuconfig.toml @@ -7,4 +7,4 @@ DRM_AMD_DC="*" DRM_NOUVEAU = { value = " *M", comment = "For nouveau" } DRM_I915 = { value = " *M", comment = "For i915, crocus, or iris" } DRM_VMWGFX = { value = " *M", comment = "For svga" } -DRM_VGEM = { value = " *M", comment = "For swrast" } +DRM_VGEM = { value = " *", comment = "For LLVMPipe or Softpipe" } diff --git a/packages.ent b/packages.ent index 9e21de691f..a3e2f8187d 100644 --- a/packages.ent +++ b/packages.ent @@ -3,8 +3,8 @@ - - + + @@ -88,7 +88,7 @@ - + @@ -104,18 +104,18 @@ - + - - + + - + @@ -127,7 +127,7 @@ - + @@ -135,14 +135,14 @@ - + - + @@ -210,7 +210,7 @@ - + @@ -238,6 +238,6 @@ - + diff --git a/shareddeps/drivers/gpuconfig-kernel.xml b/shareddeps/drivers/gpuconfig-kernel.xml index 6969f0dfa4..84a76e73b9 100644 --- a/shareddeps/drivers/gpuconfig-kernel.xml +++ b/shareddeps/drivers/gpuconfig-kernel.xml @@ -19,7 +19,7 @@ < /*/M> Nouveau (NVIDIA) cards [DRM_NOUVEAU] # For i915, crocus, or iris: < /*/M> Intel 8xx/9xx/G3x/G4x/HD Graphics [DRM_I915] - # For swrast: - < /*/M> Virtual GEM provider [DRM_VGEM] + # For LLVMPipe or Softpipe: + < /*> Virtual GEM provider [DRM_VGEM] # For svga: < /*/M> DRM driver for VMware Virtual GPU [DRM_VMWGFX] diff --git a/shareddeps/drivers/gpuconfig.xml b/shareddeps/drivers/gpuconfig.xml index d86ba711ee..e07a32d0ce 100644 --- a/shareddeps/drivers/gpuconfig.xml +++ b/shareddeps/drivers/gpuconfig.xml @@ -23,38 +23,41 @@ Kernel Configuration - The kernel options below enable GPU and virtual GPU drivers. - Enable the ones you need and recompile the kernel if necessary. + The kernel options below enable GPU and virtual GPU drivers. + Enable the ones you need and recompile the kernel if necessary. - There are comments for the options above, corresponding with Mesa's - Gallium3D dri driver names. + There are comments for the options above, corresponding with Mesa's + Gallium3D dri driver names. - Selecting , - , or - as - y is not recommended. If it is, any - required firmware must be built as a part of the kernel image or the - initramfs for the driver to function correctly. + Selecting , + , or + as + y is not recommended. If it is, any + required firmware must be built as a part of the kernel image or the + initramfs for the driver to function correctly. - The sub-entries under are used - to ensure the AMDGPU kernel driver supports all GPUs using the - radeonsi driver. They are not needed if you - won't need itself. They - may be unneeded for some GPU models. + The sub-entries under are used + to ensure the AMDGPU kernel driver supports all GPUs using the + radeonsi driver. They are not needed if you + won't need itself. They + may be unneeded for some GPU models. - For swrast, - is not strictly needed but recommended as an optimization. + For LLVMPipe or LLVMPipe, + is required or Xorg clients will + probably fail. While this can be compiled as a module, it is more + convenient to just build it into the kernel, otherwise the module + will not be loaded automatically. diff --git a/shareddeps/drivers/mesa.xml b/shareddeps/drivers/mesa.xml index 64acf1f28c..c7d149b30a 100644 --- a/shareddeps/drivers/mesa.xml +++ b/shareddeps/drivers/mesa.xml @@ -566,7 +566,8 @@ ldconfig Installed Programs Installed Libraries - Installed DRI Drivers + Installed DRI Driver Stubs + Installed VA-API Drivers Installed VDPAU Drivers Installed Vulkan Drivers Installed Directories @@ -580,45 +581,45 @@ ldconfig libGL.so, libGLESv1_CM.so, libGLESv2.so, + libgallium-&mesa-version;.so, libgbm.so, libglapi.so, libOSMesa.so, and libxatracker.so - - - + + + libdril_dri.so and symlinks to it: crocus_dri.so, i915_dri.so, iris_dri.so, kms_swrast_dri.so, - libdril_dri.so nouveau_dri.so, - nouveau_drv_video.so, r300_dri.so, r600_dri.so, r600_drv_video.so, radeonsi_dri.so, - radeonsi_drv_video.so, swrast_dri.so, virtio_gpu_dri.so, - virtio_gpu_drv_video.so, vmwgfx_dri.so, and zink_dri.so - + + + + + nouveau_drv_video.so, + radeonsi_drv_video.so, + virtio_gpu_drv_video.so, + - + libvdpau_nouveau.so, libvdpau_r300.so libvdpau_r600.so, and libvdpau_radeonsi.so libvdpau_virtio_gpu.so - + (Many of these drivers are hard-linked). diff --git a/shareddeps/drivers/rust.xml b/shareddeps/drivers/rust.xml index 44ac750954..478801800d 100644 --- a/shareddeps/drivers/rust.xml +++ b/shareddeps/drivers/rust.xml @@ -6,7 +6,7 @@ - + ]> @@ -366,14 +366,7 @@ EOF python3 x.py install rustc std && -install -vm755 \ - build/host/stage1-tools/*/*/{cargo{,-clippy,-fmt},clippy-driver,rustfmt} \ - /opt/rustc-&rust-version;/bin && -install -vDm644 \ - src/tools/cargo/src/etc/_cargo \ - /opt/rustc-&rust-version;/share/zsh/site-functions/_cargo && -install -vm644 src/tools/cargo/src/etc/man/* \ - /opt/rustc-&rust-version;/share/man/man1 +python3 x.py install --stage=1 cargo clippy rustfmt Still as the &root; user, fix the installation of the documentation