svn commit: r521835 - head/x11-wm/wayfire
Jan Beich
jbeich at FreeBSD.org
Thu Jan 2 14:23:01 UTC 2020
Author: jbeich
Date: Thu Jan 2 14:23:00 2020
New Revision: 521835
URL: https://svnweb.freebsd.org/changeset/ports/521835
Log:
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 at 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.
Modified:
head/x11-wm/wayfire/Makefile (contents, props changed)
head/x11-wm/wayfire/distinfo (contents, props changed)
Modified: head/x11-wm/wayfire/Makefile
==============================================================================
--- head/x11-wm/wayfire/Makefile Thu Jan 2 13:18:58 2020 (r521834)
+++ head/x11-wm/wayfire/Makefile Thu Jan 2 14:23:00 2020 (r521835)
@@ -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 at FreeBSD.org
COMMENT= 3D wayland compositor
Modified: head/x11-wm/wayfire/distinfo
==============================================================================
--- head/x11-wm/wayfire/distinfo Thu Jan 2 13:18:58 2020 (r521834)
+++ head/x11-wm/wayfire/distinfo Thu Jan 2 14:23:00 2020 (r521835)
@@ -3,3 +3,5 @@ SHA256 (WayfireWM-wayfire-0.3.0_GH0.tar.gz) = c686bf5a
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
More information about the svn-ports-all
mailing list