From nobody Fri May 19 13:27:39 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 4QN71n24Ydz4BxhC for ; Fri, 19 May 2023 13:27:41 +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 4QN71m6qgnz3QBH for ; Fri, 19 May 2023 13:27:40 +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 4QN71l3vBMzDqGM; Fri, 19 May 2023 13:27:39 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=riseup.net; s=squak; t=1684502859; bh=P1vPyf9hX5asr5ERd/gU3mVUZgOMzVUyLXHPOPRo0T8=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=sq/LmHY3+rq6pg2hKGqf5/327IAS4+yk/AdR/RNRZOpi77C7d/XpyynXjU651tIhb olfZfgqOCKu5ra5ygQPubGDeDyJbHQ8YNszJ9VbBtZkQRwLaNRgMuyi/aru3gEoR7R NwAbSeGXLlDrMuAQpAJ07el9OjNizZfPNJm51VrI= X-Riseup-User-ID: E4812B3189DE9EB609D460CAB19ABFAD7992C47CEB9B62E28FFCE37B08C9568F Received: from [127.0.0.1] (localhost [127.0.0.1]) by fews01-sea.riseup.net (Postfix) with ESMTPSA id 4QN71l2f1wzJnJW; Fri, 19 May 2023 13:27:39 +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 13:27:39 +0000 From: Alastair Hogge To: Ivan Quitschal Cc: Ivan Quitschal , freebsd-current@freebsd.org Subject: Re: photo/video on tty console with the new VT/framebuffer In-Reply-To: References: <61502414be8f34256b0f93e8b20d4362@riseup.net> Message-ID: <2b35d8980c816ed36568593f889e0970@riseup.net> Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Rspamd-Queue-Id: 4QN71m6qgnz3QBH 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 12:51, Ivan Quitschal wrote: > hi Alastair Hey Ivan, > could you please tell us how did you do to make mpv working ? > > when i try to run it, i get something like this: > > $ mpv --vo=drm video.mp4 > (+) Video --vid=1 (*) (h264 424x240 30.000fps) > (+) Audio --aid=1 (*) (aac 2ch 44100Hz) > [vo/drm] No primary DRM device could be picked! > [vo/drm] Failed to find a usable DRM primary node! > [vo/drm] Failed to create KMS. > Error opening/initializing the selected video_out (--vo) device. > Video: no video > > Exiting... (Errors when loading file) > > > thats what i should use correct ? --vo=drm ? What video card are you using? Have you loaded the kernel driver for it? To health and anarchy, Alastair