diff options
author | jbeich <jbeich@FreeBSD.org> | 2020-01-02 22:23:00 +0800 |
---|---|---|
committer | jbeich <jbeich@FreeBSD.org> | 2020-01-02 22:23:00 +0800 |
commit | 90faebc26680db548433acc19b1769ee6f785ac4 (patch) | |
tree | 717ba38b47b40def82249b128e6ab62f08de318c | |
parent | 4511b3c14b1f943eab188afc1c59f443531b2b11 (diff) | |
download | freebsd-ports-gnome-90faebc26680db548433acc19b1769ee6f785ac4.tar.gz freebsd-ports-gnome-90faebc26680db548433acc19b1769ee6f785ac4.tar.zst freebsd-ports-gnome-90faebc26680db548433acc19b1769ee6f785ac4.zip |
x11-wm/wayfire: fix DRM session after r521656
After VT switch nothing was rendered. From debug log before/after:
[backend/drm/drm.c:1485] Requesting modeset for 'DP-1'
-[src/core/output-layout.cpp:844] new output: DP-1
+[src/core/output-layout.cpp:849] new output: DP-1
+[backend/drm/drm.c:697] Modesetting 'DP-1' with '3840x2160@60000 mHz'
+[backend/drm/drm.c:592] Initializing renderer on connector 'DP-1'
+[GLES2] FS SIMD8 shader: 5 inst, 0 loops, 24 cycles, 0:0 spills:fills, Promoted 0 constants, compacted 80 to 48 bytes.
+[GLES2] FS SIMD16 shader: 5 inst, 0 loops, 34 cycles, 0:0 spills:fills, Promoted 0 constants, compacted 80 to 48 bytes.
+[GLES2] VS SIMD8 shader: 28 inst, 0 loops, 116 cycles, 0:0 spills:fills, Promoted 0 constants, compacted 448 to 336 bytes.
+[GLES2] FS SIMD16 shader: 2 inst, 0 loops, 0 cycles, 0:0 spills:fills, Promoted 0 constants, compacted 32 to 32 bytes.
-rw-r--r-- | x11-wm/wayfire/Makefile | 3 | ||||
-rw-r--r-- | x11-wm/wayfire/distinfo | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/x11-wm/wayfire/Makefile b/x11-wm/wayfire/Makefile index 97d1e932ceb0..d31236fa5142 100644 --- a/x11-wm/wayfire/Makefile +++ b/x11-wm/wayfire/Makefile @@ -2,11 +2,12 @@ PORTNAME= wayfire DISTVERSION= 0.3.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11-wm PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ PATCHFILES= 8d8581a3e791.patch:-p1 +PATCHFILES+= 513b38f1bf83.patch:-p1 # https://github.com/WayfireWM/wayfire/pull/362 MAINTAINER= jbeich@FreeBSD.org COMMENT= 3D wayland compositor diff --git a/x11-wm/wayfire/distinfo b/x11-wm/wayfire/distinfo index 04ffcc1f7ad5..c226cc051be8 100644 --- a/x11-wm/wayfire/distinfo +++ b/x11-wm/wayfire/distinfo @@ -3,3 +3,5 @@ SHA256 (WayfireWM-wayfire-0.3.0_GH0.tar.gz) = c686bf5abb7f0db829196785bba4136c85 SIZE (WayfireWM-wayfire-0.3.0_GH0.tar.gz) = 235019 SHA256 (8d8581a3e791.patch) = 484f9292848d1c59abce2e25486d329296aa8508522cd5d133a7bbcd048be228 SIZE (8d8581a3e791.patch) = 2058 +SHA256 (513b38f1bf83.patch) = a18533783f96572491e9b8de96eef6c1982baf47332b4e7c674f95574e8ae444 +SIZE (513b38f1bf83.patch) = 1538 |