Re: what do I do when git cherry-pick works, but results are bogus?

2023-05-19 Thread Pat Maddox
On Wed, May 17, 2023, at 9:44 AM, Rick Macklem wrote: > So, the subject line basically says it. > I do a git cherry-pick to MFC. It works, but the resultant file(s) are not > correct. What do I do to fix this? > (If the merge fails, then it's easy, but there doesn't seem to be an option > on

Re: RFC: MFC'ng a change to struct mount

2023-05-19 Thread Brooks Davis
On Fri, May 19, 2023 at 08:00:02AM -0700, Rick Macklem wrote: > Hi, > > Since there seemed to be interest in it, I have MFC'd most of > the changes needed to run nfsd(8) in a vnet jail to stable/13. > > However, there is one change that *might* affect the VFS KAPI. > > I need to add a pointer

Re: photo/video on tty console with the new VT/framebuffer

2023-05-19 Thread Ivan Quitschal
Btw. freebsd-questions list is better place for this kind of questions. freebsd-current is specific for CURRENT branch development related discussions :-) that was precisely my question, if it is possible to do *on current* at all. because as i pointed out, i havent found almost anyone

Re: photo/video on tty console with the new VT/framebuffer

2023-05-19 Thread Ivan Quitschal
On Fri, 19 May 2023, Alastair Hogge wrote: 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

RFC: MFC'ng a change to struct mount

2023-05-19 Thread Rick Macklem
Hi, Since there seemed to be interest in it, I have MFC'd most of the changes needed to run nfsd(8) in a vnet jail to stable/13. However, there is one change that *might* affect the VFS KAPI. I need to add a pointer called mnt_exjail to struct mount. There is a field called mnt_pad0. It is

Re: photo/video on tty console with the new VT/framebuffer

2023-05-19 Thread Alastair Hogge
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

Re: photo/video on tty console with the new VT/framebuffer

2023-05-19 Thread Tomek CEDRO
On Fri, May 19, 2023 at 2:51 PM Ivan Quitschal wrote: > 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) >

Re: photo/video on tty console with the new VT/framebuffer

2023-05-19 Thread Ivan Quitschal
On Fri, 19 May 2023, Alastair Hogge wrote: 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

Re: photo/video on tty console with the new VT/framebuffer

2023-05-19 Thread Tomek CEDRO
On Fri, May 19, 2023 at 2:29 PM Yuri wrote: > Tomek CEDRO wrote: > > On Fri, May 19, 2023 at 1:44 PM Alastair Hogge wrote: > >> On 2023-05-19 11:30, Tomek CEDRO wrote: > >>> On Fri, May 19, 2023 at 1:28 PM Alastair Hogge wrote: > As long as those packages support DRMKMS and does your GPU, you

Re: photo/video on tty console with the new VT/framebuffer

2023-05-19 Thread Yuri
Tomek CEDRO wrote: > On Fri, May 19, 2023 at 1:44 PM Alastair Hogge wrote: >> On 2023-05-19 11:30, Tomek CEDRO wrote: >>> On Fri, May 19, 2023 at 1:28 PM Alastair Hogge wrote: As long as those packages support DRMKMS and does your GPU, you can to a degree. I noticed video works for mpv

Re: photo/video on tty console with the new VT/framebuffer

2023-05-19 Thread Tomek CEDRO
On Fri, May 19, 2023 at 1:44 PM Alastair Hogge wrote: > On 2023-05-19 11:30, Tomek CEDRO wrote: > > On Fri, May 19, 2023 at 1:28 PM Alastair Hogge wrote: > >> 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

Re: photo/video on tty console with the new VT/framebuffer

2023-05-19 Thread Alastair Hogge
On 2023-05-19 11:30, Tomek CEDRO wrote: > On Fri, May 19, 2023 at 1:28 PM Alastair Hogge wrote: >> 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

Re: photo/video on tty console with the new VT/framebuffer

2023-05-19 Thread Tomek CEDRO
On Fri, May 19, 2023 at 1:28 PM Alastair Hogge wrote: > 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

Re: photo/video on tty console with the new VT/framebuffer

2023-05-19 Thread Alastair Hogge
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

photo/video on tty console with the new VT/framebuffer

2023-05-19 Thread Ivan Quitschal
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? Or seeing pictures on w3m-img like unix does ?