Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 10 Aug 2023 02:59:08 +0200
From:      Jan Beich <jbeich@FreeBSD.org>
To:        Emanuel Haupt <ehaupt@FreeBSD.org>
Cc:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   Re: git: 31a7e2d48b09 - main - x11-toolkits/wlinfo: Add new port
Message-ID:  <h6p7-3e77-wny@FreeBSD.org>
In-Reply-To: <202308091848.379ImiOe060308@gitrepo.freebsd.org> (Emanuel Haupt's message of "Wed, 9 Aug 2023 18:48:44 GMT")
References:  <202308091848.379ImiOe060308@gitrepo.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
Emanuel Haupt <ehaupt@FreeBSD.org> writes:

> The branch main has been updated by ehaupt:
>
> URL: https://cgit.FreeBSD.org/ports/commit/?id=31a7e2d48b09b5bd2c2e7233e2c755d412347354
>
> commit 31a7e2d48b09b5bd2c2e7233e2c755d412347354
> Author:     Emanuel Haupt <ehaupt@FreeBSD.org>
> AuthorDate: 2023-08-09 18:25:15 +0000
> Commit:     Emanuel Haupt <ehaupt@FreeBSD.org>
> CommitDate: 2023-08-09 18:25:15 +0000
>
>     x11-toolkits/wlinfo: Add new port
>     
>     Wlinfo queries Wayland for information about physical displays connected
>     to the system. It can print information about the physical dimensions of
>     such displays, and screen resolution, and display scaling
>     characteristics.

Why under x11-toolkits/ category if it's not a library? Also redundant
with graphics/wayland-utils.

$ pkg install wlinfo
$ wlinfo
output 103
---------
x: 0
y: 0
physical_width: 600
physical_height: 340
subpixel: 2
make: LG Electronics
model: LG Ultra HD
width: 3840
height: 2160
dpi: 262.3
scale: 1
listener function for opcode 4 of wl_output is NULL
Abort

$ pkg install wayland-utils
$ wayland-info
[...]
interface: 'wl_output',                                  version:  4, name: 103
        name: DP-1
        description: LG Electronics LG Ultra HD 0x0006C184 (DP-1)
        x: 0, y: 0, scale: 1,
        physical_width: 600 mm, physical_height: 340 mm,
        make: 'LG Electronics', model: 'LG Ultra HD',
        subpixel_orientation: horizontal rgb, output_transform: normal,
        mode:
                width: 3840 px, height: 2160 px, refresh: 60.000 Hz,
                flags: current



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?h6p7-3e77-wny>