remove quickshell
This commit is contained in:
parent
8bec2a9ac1
commit
ae5e18bb21
112 changed files with 308 additions and 24684 deletions
31
fix-niri-nvidia.patch
Normal file
31
fix-niri-nvidia.patch
Normal file
|
|
@ -0,0 +1,31 @@
|
|||
diff --git a/src/backend/tty.rs b/src/backend/tty.rs
|
||||
index 1f0eae32..97cd058b 100644
|
||||
--- a/src/backend/tty.rs
|
||||
+++ b/src/backend/tty.rs
|
||||
@@ -2220,16 +2220,16 @@ fn surface_dmabuf_feedback(
|
||||
// planes.
|
||||
let scanout = builder
|
||||
.clone()
|
||||
- .add_preference_tranche(
|
||||
- surface_render_node.dev_id(),
|
||||
- Some(TrancheFlags::Scanout),
|
||||
- primary_scanout_formats,
|
||||
- )
|
||||
- .add_preference_tranche(
|
||||
- surface_render_node.dev_id(),
|
||||
- Some(TrancheFlags::Scanout),
|
||||
- primary_or_overlay_scanout_formats,
|
||||
- )
|
||||
+ // .add_preference_tranche(
|
||||
+ // surface_render_node.dev_id(),
|
||||
+ // Some(TrancheFlags::Scanout),
|
||||
+ // primary_scanout_formats,
|
||||
+ // )
|
||||
+ // .add_preference_tranche(
|
||||
+ // surface_render_node.dev_id(),
|
||||
+ // Some(TrancheFlags::Scanout),
|
||||
+ // primary_or_overlay_scanout_formats,
|
||||
+ // )
|
||||
.build()?;
|
||||
|
||||
// If this is the primary node surface, send scanout formats in both tranches to avoid
|
||||
Loading…
Add table
Add a link
Reference in a new issue