summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* x11-drivers/nvidia-drivers: add 545.23.06 (unkeyworded NFB beta)Ionen Wolkens2023-10-173-0/+549
| | | | | | | | | | | | | | | | | | | | | | Per usual, leaving unkeyworded when NVIDIA notes that it is a beta, and will wait for the next version for this NFB to keyword. Not that there is known issues at the moment. nvidia.conf newly has a (commented out) fbdev=1 setting to take over efifb or others once nvidia-drm is loaded. Untested but should allow simpledrm or nouveau to handle early boot messages and then be replaced (rather than conflict). Not that would recommend nouveau over simpledrm for this, unnecessary complex initializations just to display few lines of boot messages. Note NVIDIA has upped kernel-open from "alpha" to "beta" and no longer requires setting NVreg_OpenRmEnableUnsupportedGpus=1. To go with this, reduce ebuild postinst elog nagging to show only once when newly setting the flag. Also drop raw ldflags patches, looks finally fixed upstream. Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* x11-drivers/nvidia-drivers: minor style adjustmentsIonen Wolkens2023-10-175-40/+70
| | | | Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* x11-drivers/nvidia-drivers: drop 535.104.05Ionen Wolkens2023-10-172-514/+0
| | | | Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* x11-drivers/xf86-input-libinput: Stabilize 1.4.0 ppc, #915658Arthur Zamarin2023-10-131-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* x11-drivers/xf86-input-libinput: Stabilize 1.4.0 ppc64, #915658Sam James2023-10-131-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* x11-drivers/xf86-input-libinput: Stabilize 1.4.0 arm64, #915658Sam James2023-10-131-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* x11-drivers/xf86-input-libinput: Stabilize 1.4.0 x86, #915658Sam James2023-10-131-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* x11-drivers/xf86-input-libinput: Stabilize 1.4.0 amd64, #915658Sam James2023-10-131-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* x11-drivers/xf86-input-libinput: Stabilize 1.4.0 arm, #915658Sam James2023-10-131-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* x11-drivers/xf86-input-libinput: Stabilize 1.4.0 sparc, #915658Sam James2023-10-131-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* x11-drivers/xf86-video-qxl: keyword 0.1.6 for ~loongWANG Xuerui2023-10-121-1/+1
| | | | Signed-off-by: WANG Xuerui <xen0n@gentoo.org>
* x11-drivers/xf86-video-ast: keyword 1.1.6 for ~loongWANG Xuerui2023-10-121-1/+1
| | | | Signed-off-by: WANG Xuerui <xen0n@gentoo.org>
* x11-drivers/nvidia-drivers: add 535.43.13:0/vulkan, drop 535.43.11Ionen Wolkens2023-10-112-2/+2
| | | | Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* x11-drivers/nvidia-drivers: stabilize 535.113.01 for amd64Ionen Wolkens2023-10-081-1/+1
| | | | Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* x11-drivers/nvidia-drivers: add 535.43.11:0/vulkan, drop 535.43.10Ionen Wolkens2023-10-062-2/+2
| | | | Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* x11-drivers/nvidia-drivers: add 535.43.10:0/vulkan, drop 535.43.09Ionen Wolkens2023-09-282-3/+3
| | | | Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* x11-drivers/xf86-video-siliconmotion: Version bump to 1.7.10Matt Turner2023-09-272-0/+12
| | | | Signed-off-by: Matt Turner <mattst88@gentoo.org>
* x11-drivers/nvidia-drivers: add 535.113.01Ionen Wolkens2023-09-212-0/+514
| | | | Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* x11-drivers/nvidia-drivers: workaround clang-common-17 sandbox issueIonen Wolkens2023-09-205-0/+17
| | | | | | | | | | | | | | | Most kernel modules do not seem affected and it depends on the tests being performed, so workaround at least here while being looked at. Issue could affect other packages if they happen to e.g. cd / (for some reason) and use clang in certain ways for some tests, but likely not a widespread problem. Fortunately does not actually write these a.out and can get away with just addpredict (kept clang-only not to shadow issues). Bug: https://bugs.gentoo.org/914468 Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* x11-drivers/nvidia-drivers: sync older branchesIonen Wolkens2023-09-173-3/+3
| | | | | | | Kind of forgot given formerly only set out to move openssl, but then took glibc along for the ride. Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* x11-drivers/nvidia-drivers: move glibc+openssl to RDEPEND-onlyIonen Wolkens2023-09-172-2/+4
| | | | | | | Just for correctness, notably no longer does a build-time check for which openssl library to use. Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* x11-drivers/nvidia-drivers: update openssl dependencyIonen Wolkens2023-09-092-16/+4
| | | | | | | | | | openssl-1.1 is masked, so extra work to allow both is no longer necessary and we can depend on the correct subslot that the prebuilt is built for No real need for a revbump, := will handle this. Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* x11-drivers/nvidia-drivers: drop 535.98Ionen Wolkens2023-09-092-517/+0
| | | | Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* x11-drivers/nvidia-drivers: stabilize 535.104.05 for amd64Ionen Wolkens2023-09-051-1/+1
| | | | Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* x11-drivers/nvidia-drivers: add 535.43.09:0/vulkan, drop 535.43.08Ionen Wolkens2023-09-032-3/+3
| | | | Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* x11-drivers/nvidia-drivers: bump KERNEL_MAX to 6.5 where possibleIonen Wolkens2023-08-293-3/+3
| | | | Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* x11-drivers/nvidia-drivers: filter -fno-plt with kernel-openIonen Wolkens2023-08-264-0/+4
| | | | | | | | If similar issues come up again may opt to trade for strip-flags. Skipping revbump given open+no-plt is a rather rare configuration. Closes: https://bugs.gentoo.org/912949 Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* x11-drivers/xf86-input-libinput: Version bump to 1.4.0Matt Turner2023-08-262-0/+23
| | | | Signed-off-by: Matt Turner <mattst88@gentoo.org>
* x11-drivers/nvidia-drivers: add 535.104.05Ionen Wolkens2023-08-222-0/+516
| | | | Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* x11-drivers/nvidia-drivers: stabilize 535.98 for amd64Ionen Wolkens2023-08-191-1/+1
| | | | Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* x11-drivers/nvidia-drivers: drop 535.86.05Ionen Wolkens2023-08-192-518/+0
| | | | Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* x11-drivers/nvidia-drivers: add 535.43.08:0/vulkan, drop 525.47.35Ionen Wolkens2023-08-182-6/+16
| | | | | | | | Reminder to report if there is packaging problem with this branch given I do not really test 0/vulkan beside a basic build test and it could go overlooked forever. Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* x11-drivers/xf86-video-amdgpu: Drop old versionsMatt Turner2023-08-162-31/+0
| | | | Signed-off-by: Matt Turner <mattst88@gentoo.org>
* x11-drivers/nvidia-drivers: lessen kernel open warningsIonen Wolkens2023-08-105-21/+5
| | | | | | | NVIDIA still does not recommend it for desktop use, but at this point I think we can tone it down a bit. Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* x11-drivers/nvidia-drivers: add 535.98Ionen Wolkens2023-08-082-0/+520
| | | | | | | Note will likely will consider this one as a first stable candidate for 0/535 branch if nothing comes up. Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* x11-drivers/nvidia-drivers: adjust IBT warning yet againIonen Wolkens2023-08-065-15/+20
| | | | | | | | | | | | | | | | | Sounds it may cause more issues than just failing to load modules (cuda/nvenc notably). Can't confirm myself, but let's stay on the safe side for now. 0/390 branch gets a different message given it should most likely do fail to load, and CUDA/NVENC are no longer usable with it using in-tree packages anyway. Eventually this may end up better suited for the wiki than the ebuild. Does not help that this is noisy for everyone when using prebuilt gentoo-kernel-bin even if their CPU does not support it. Bug: https://bugs.gentoo.org/911142 Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* x11-drivers/nvidia-drivers: adjust IBT warning againIonen Wolkens2023-08-065-17/+28
| | | | | | | | | | | | | | | | | Hoping to be able to remove this from 535 branch at least, but I have no way to really confirm so leaving it there for now. Last time I removed this warning I just got someone on IRC with issues who wondered why the ebuild didn't warn about this but that was with an older version. This aside, do disable warning with USE=kernel-open, pretty sure that should always be fine. Having a bug open to track this should be useful anyhow. Bug: https://bugs.gentoo.org/911142 Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* x11-drivers/nvidia-drivers: drop 535.54.03Ionen Wolkens2023-08-062-517/+0
| | | | Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* x11-drivers/nvidia-drivers: add kernel patches note to 390Ionen Wolkens2023-08-031-0/+2
| | | | | | | | | May be an influx of users trying to send patches when there is a new LTS, but have little interest in testing/carrying these. As usual, suggest sticking to 6.1.x LTS for as long as it is supported (if not switching to nouveau, or changing hardware). Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* x11-drivers/nvidia-drivers: add 525.47.35:0/vulkan, drop 525.47.34Ionen Wolkens2023-07-292-2/+2
| | | | Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* x11-drivers/nvidia-drivers: add 525.47.34:0/vulkan, drop 525.47.31Ionen Wolkens2023-07-242-2/+2
| | | | Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* x11-drivers/xf86-video-amdgpu: Stabilize 23.0.0 ppc64, #911109Arthur Zamarin2023-07-241-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* x11-drivers/xf86-video-amdgpu: Stabilize 23.0.0 amd64, #911109Jakov Smolić2023-07-241-1/+1
| | | | Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
* x11-drivers/xf86-video-amdgpu: Stabilize 23.0.0 x86, #911109Jakov Smolić2023-07-241-1/+1
| | | | Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
* x11-drivers/nvidia-drivers: add 535.86.05Ionen Wolkens2023-07-182-0/+519
| | | | | | | | Usual mirror was not updated, so using alternate sources (which is updated first is often random, so hard to say which to prefer and can't use both given different compression for github). Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* x11-drivers/nvidia-drivers: add 525.47.31:0/vulkan, drop 525.47.27Ionen Wolkens2023-07-122-8/+3
| | | | Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* x11-drivers/nvidia-drivers: drop additional framebuffer/drm warningsIonen Wolkens2023-07-085-325/+15
| | | | | | | | | | | | | | | | | | | | | | | | | Warnings were mostly added to help the transition to newer kernels for unsuspecting users. May have helped in some cases, not in others. But with 6.1.x being stable for a while, there's little reason to keep this wall of warnings *here* and try to keep it accurate and updated -- especially when we can't tell what's really in-use or what the user needs (this was just vague suggestions). For initial setting up issues, it sounds better to refer to the Wiki. So if anyone has anything to share with their experience with FB (or other issues) feel free to edit it and improve it so it can help others. Also drop the "builtin" nouveau check that was part of this block. Module is already blacklisted and, if users went out of their way to make it builtin, then let's assume they know what they're doing. Closing #910058 but rather than a fix it's more of a dissociation. Closes: https://bugs.gentoo.org/910058 Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* Revert "x11-drivers/xf86-input-wacom: Drop old versions"Sam James2023-07-032-0/+82
| | | | | | | | | This reverts commit f820cfb16e9fe4e496e7d51746ae086d9a4e4b59. It got dropped again, but see 138405e809ff0e3fb82967bf3053ea23a14ccfa4. Bug: https://bugs.gentoo.org/906995 Signed-off-by: Sam James <sam@gentoo.org>
* x11-drivers/nvidia-drivers: drop vuln 470.182.03-r2, 525.116.04-r2Ionen Wolkens2023-07-033-1070/+0
| | | | | | | All done wrt bug #909226 Bug: https://bugs.gentoo.org/909226 Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* x11-drivers/nvidia-drivers: stabilize 525.125.06 for amd64Ionen Wolkens2023-07-031-1/+1
| | | | | Bug: https://bugs.gentoo.org/909226 Signed-off-by: Ionen Wolkens <ionen@gentoo.org>