Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 866964 Details for
Bug 911597
gui-wm/hyprland-0.27.2 USE nvidia flag corrupt output on dGPU system
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Ebuild Fix Nvidia Patch
ebuild-nvidia-hyprland-0.27.2.patch (text/plain), 641 bytes, created by
Gonçalo Negrier Duarte
on 2023-08-03 17:23:14 UTC
(
hide
)
Description:
Ebuild Fix Nvidia Patch
Filename:
MIME Type:
Creator:
Gonçalo Negrier Duarte
Created:
2023-08-03 17:23:14 UTC
Size:
641 bytes
patch
obsolete
>diff --git a/gui-wm/hyprland/hyprland-0.27.2-r1.ebuild b/gui-wm/hyprland/hyprland-0.27.2-r1.ebuild >index 16078510e4d7..92906e70ad0b 100644 >--- a/gui-wm/hyprland/hyprland-0.27.2-r1.ebuild >+++ b/gui-wm/hyprland/hyprland-0.27.2-r1.ebuild >@@ -76,6 +76,10 @@ src_prepare() { > if use video_cards_nvidia; then > cd "${S}/subprojects/wlroots" || die > eapply "${S}/nix/wlroots-nvidia.patch" >+ # https://bugs.gentoo.org/911597 >+ # https://github.com/hyprwm/Hyprland/pull/2874 >+ # https://github.com/hyprwm/Hyprland/blob/main/nix/wlroots.nix#L54 >+ sed -i -e 's/glFlush();/glFinish();/' render/gles2/renderer.c || die > cd "${S}" || die > fi >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 911597
:
866851
|
866962
|
866963
| 866964