From nobody Fri May 19 11:28:08 2023 X-Original-To: freebsd-current@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4QN4Mt5rdTz4BqGf for ; Fri, 19 May 2023 11:28:10 +0000 (UTC) (envelope-from agh@riseup.net) Received: from mx1.riseup.net (mx1.riseup.net [198.252.153.129]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "mx1.riseup.net", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4QN4Mt3n3lz4Vyn for ; Fri, 19 May 2023 11:28:10 +0000 (UTC) (envelope-from agh@riseup.net) Authentication-Results: mx1.freebsd.org; none Received: from fews01-sea.riseup.net (fews01-sea-pn.riseup.net [10.0.1.109]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by mx1.riseup.net (Postfix) with ESMTPS id 4QN4Mr6FGvzDq8b; Fri, 19 May 2023 11:28:08 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=riseup.net; s=squak; t=1684495688; bh=qim3DlLiF5o/l6GbAYCz0iTVJJcs0IUmuU4QyaYwT+0=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=n2FVxPTGDEtku5T0Ar3yJnJPjy/tUjC/OQ7dUPfwIJAK0E7RkfHzs0bfPMujAZ+ct XnJTcz2JgN19mmlidE3HnWm2j71g6mDq3/FWKhk5r+MIfOuEszUAthm5mtSPr4sd9X HhKMjY5MFBNeGpHSd/BPr5Umt9OCkOPY9dV+hsfo= X-Riseup-User-ID: B9F65183A07A188EB8AF6C611B1FB2D9191C3811198AA5605043574F76638EF0 Received: from [127.0.0.1] (localhost [127.0.0.1]) by fews01-sea.riseup.net (Postfix) with ESMTPSA id 4QN4Mr4zWwzJq82; Fri, 19 May 2023 11:28:08 +0000 (UTC) List-Id: Discussions about the use of FreeBSD-current List-Archive: https://lists.freebsd.org/archives/freebsd-current List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-current@freebsd.org MIME-Version: 1.0 Date: Fri, 19 May 2023 11:28:08 +0000 From: Alastair Hogge To: Ivan Quitschal Cc: freebsd-current@freebsd.org Subject: Re: photo/video on tty console with the new VT/framebuffer In-Reply-To: References: Message-ID: <61502414be8f34256b0f93e8b20d4362@riseup.net> Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Rspamd-Queue-Id: 4QN4Mt3n3lz4Vyn X-Spamd-Bar: ---- X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[]; ASN(0.00)[asn:16652, ipnet:198.252.153.0/24, country:US] X-Rspamd-Pre-Result: action=no action; module=replies; Message is reply to one we originated X-ThisMailContainsUnwantedMimeParts: N On 2023-05-19 11:04, Ivan Quitschal wrote: > Hi all > > i have a question. searched everywhere and found nothing about. > > Is it possible to visualize photos on tty console like we used to on old SYSCONS by using zgv or something? > > Or watching videos with mpv/mplayer + sdl 2.0/openGL or something? As long as those packages support DRMKMS and does your GPU, you can to a degree. I noticed video works for mpv and games/sdl, tho, I cannot get input working. I tried the Doom 3 port, and watched movies with mpv all from the vty just a couple of months ago. To health and anarchy, Alastair