an just skip building linuxkpi_video
and everything will be fine.
On Fri, Oct 25, 2024 at 6:20 PM Oleg Lelchuk wrote:
> Building either linuxkpi or linuxkpi_video from
> https://github.com/freebsd/drm-kmod.git is not necessary if I want
> functioning intel graphics, but the port version insis
Building either linuxkpi or linuxkpi_video from
https://github.com/freebsd/drm-kmod.git is not necessary if I want
functioning intel graphics, but the port version insists on building those
unnecessary things.
On Fri, Oct 25, 2024 at 6:10 PM Oleg Lelchuk wrote:
> With clang 19, I can bu
With clang 19, I can build i1915kms from
https://github.com/freebsd/drm-kmod.git and I won't encounter any issues.
However, with the port version of drm-61-kmod, I would still encounter an
error. I think this happens because the port wants to build stuff in the
linuxkpi_video directory, but with th
I am still using the same workaround: instead of rv =
efi_global_getenv("ConOut", buf, &sz); I have rv =
efi_global_getenv("ConIn", buf, &sz);
Happy New Year!
On Mon, May 15, 2023 at 8:41 AM Oleg Lelchuk wrote:
> I got it.
>
> On Mon, May 15, 2023, 8:32 AM
I typed "stty iutf8" after updating to the latest world and kernel and the
backspace key still seems to erase only one byte when erasing Russian
letters. For example, I compile this program:
#include
#include
int main()
{
std::cout << "Enter something: ";
std::string sentence;
I got it.
On Mon, May 15, 2023, 8:32 AM Toomas Soome wrote:
>
>
> On 15. May 2023, at 15:22, Oleg Lelchuk wrote:
>
> Adding screen.font="16×32" to loader.conf fixed that tiny issue mentioned
> in the previous email message... I find it a bit surprising that I only h
c.
On Sun, May 14, 2023, 8:58 AM Oleg Lelchuk wrote:
> Okay, so I edited /usr/src/stand/efi/loader/main.c , and I replaced ConOut
> with ConIn in this line: rv = efi_global_getenv("ConIn", buf, &sz); . Now I
> am able to see the beautiful graphical logo in the efi boot menu
also mentions this: "BUGS
Systems that do not have a ConOut variable set are not conformant with
the standard, and likely have unexpected results." But I think you
guys already implied that the UEFI specification doesn't mandate having
such a variable.
On Fri, May 12, 202
I got it. Thanks.
On Fri, May 12, 2023 at 7:45 PM Ed Maste wrote:
> On Fri, 12 May 2023 at 09:26, Oleg Lelchuk wrote:
> >
> > I don't want to go through the hassle of filling a bug with my vendor. I
> will just wait for you, guys, to update the stand implementation. Tha
I don't want to go through the hassle of filling a bug with my vendor. I
will just wait for you, guys, to update the stand implementation. Thank you
for explaining to me what causes this issue.
On Fri, May 12, 2023, 8:02 AM Toomas Soome wrote:
>
>
> On 12. May 2023, at 14:45
thing... I definitely want to see the graphical orb logo in the FreeBSD
boot menu!
On Fri, May 12, 2023, 6:55 AM Toomas Soome wrote:
>
>
> On 12. May 2023, at 13:41, Oleg Lelchuk wrote:
>
> There is only one monitor connected to my PC.
>
>
> Multiple monitors is definit
There is only one monitor connected to my PC.
On Fri, May 12, 2023, 1:06 AM Emmanuel Vadot wrote:
> On Fri, 12 May 2023 00:20:47 +0300
> Toomas Soome wrote:
>
> >
> >
> > > On 12. May 2023, at 00:11, Oleg Lelchuk wrote:
> > >
> > > Guys, ther
-- Forwarded message -
From: Oleg Lelchuk
Date: Thu, May 11, 2023 at 10:19 PM
Subject: Re: Why doesn't the EFI boot loader want to display the graphical
orb logo in its boot menu on an Asus Prime 7590-P motherboard?
To: Warner Losh
I see this output:
efivar --device
I meant to say "And", not "Any", at the start of the previous sentence.
On Thu, May 11, 2023, 6:49 PM Oleg Lelchuk wrote:
> Any, by the way, "show console" also shows "efi,comconsole", just like
> "kenv | grep efi" does.
>
> On T
Any, by the way, "show console" also shows "efi,comconsole", just like
"kenv | grep efi" does.
On Thu, May 11, 2023 at 6:40 PM Oleg Lelchuk wrote:
> My ESP partition has EFI/BOOT/BOOTX64.efi . I copied /boot/loader.efi to
> EFI/BOOT/BOOTX64.efi when I compil
kenv | grep screen produces this output:
screensave_load="NO"
screensave_name="green_saver"
On Thu, May 11, 2023 at 6:06 PM Toomas Soome wrote:
>
>
> On 12. May 2023, at 00:57, Oleg Lelchuk wrote:
>
> kenv | grep boot shows me this:
>
>
> Can y
d-00e098032b8c-ConOut: No such file
or directory
On Thu, May 11, 2023 at 5:43 PM Warner Losh wrote:
>
>
> On Thu, May 11, 2023 at 3:21 PM Toomas Soome wrote:
>
>>
>>
>> > On 12. May 2023, at 00:11, Oleg Lelchuk wrote:
>> >
>> > Guys, there is something that
Guys, there is something that I find puzzling. Why doesn't the EFI boot
loader want to display the graphical orb logo in its boot menu on an Asus
Prime 7590-P motherboard? Is there something quirky about this particular
motherboard that forces the FreeBSD EFI loader to display the old style
ASCII o
Yes, Yasuhiro and I have the same error.
On Sat, Aug 13, 2022, 10:09 PM Yasuhiro Kimura wrote:
> From: Warner Losh
> Subject: Re: Updating EFI boot loader results in boot hangup
> Date: Sat, 13 Aug 2022 20:01:03 -0600
>
> > UFS or ZFS?
> >
> > Warner
>
> ZFS in my case.
>
> ---
> Yasuhiro Kimur
b80a3
causes a different kind of error.
On Sat, Aug 13, 2022 at 8:58 PM Yasuhiro Kimura wrote:
> From: Oleg Lelchuk
> Subject: Re: Updating EFI boot loader results in boot hangup
> Date: Sat, 13 Aug 2022 20:28:09 -0400
>
> > I can
et another commit caused a different kind of
breakage again.
On Sat, Aug 13, 2022 at 7:41 PM Yasuhiro Kimura wrote:
> From: Oleg Lelchuk
> Subject: Re: Updating EFI boot loader results in boot hangup
> Date: Sat, 13 Aug 2022 19:32:16 -0400
>
> > You can do make and make insta
You can do make and make install in /usr/src/stand
On Sat, Aug 13, 2022 at 7:31 PM Yasuhiro Kimura wrote:
> From: Warner Losh
> Subject: Re: Updating EFI boot loader results in boot hangup
> Date: Sat, 13 Aug 2022 16:59:55 -0600
>
> > Any chance of a bisect of which revision starts to fail?
> >
I experienced the same problem. I hope this bug will be fixed soon.
On Sat, Aug 13, 2022 at 5:36 PM Yasuhiro Kimura wrote:
> From: Yasuhiro Kimura
> Subject: Updating EFI boot loader results in boot hangup
> Date: Sat, 13 Aug 2022 01:54:26 +0900 (JST)
>
> > I made regular update of my 14-CURREN
The 14-CURRENT running a fresh kernel crashes with these messages:
__curthread () at /usr/src/sys/amd64/include/pcpu_aux.h:55
55 __asm("movq %%gs:%P1,%0" : "=r" (td) : "n" (offsetof(struct
pcpu,
(kgdb) #0 __curthread () at
/usr/src/sys/amd64/include/pc
A 14-CURRENT system completely hangs in both the single and multi-user
modes when kern.vt.splash_cpu=1. Did you guys notice it? 13-STABLE doesn't
have this problem.
libtorrent still can't be built with the new openssl
On Sat, Oct 13, 2018 at 4:40 AM Ronald Klop wrote:
> On Sat, 13 Oct 2018 02:00:16 +0200, Don Lewis
> wrote:
>
> > On 11 Oct, Don Lewis wrote:
> >> On 11 Oct, Don Lewis wrote:
> >>> On 11 Oct, freebsd.curr...@clogic.com.ua wrote:
> On 201
net-p2p/libtorrent also can't be built with the new openssl.
On Thu, Oct 11, 2018 at 2:05 AM wrote:
> On 2018-10-10 06:14, Michael Butler wrote:
> > On 10/9/18 5:34 PM, Glen Barber wrote:
> >> OpenSSL has been updated to version 1.1.1 as of r339270.
> >>
> >> It is important to rebuild third-par
Yes, I also had the same issue until I followed the suggestions given in
this email exchange. Thanks!
On Sun, Jul 29, 2018 at 8:35 AM, O. Hartmann wrote:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA512
>
> Am Sun, 29 Jul 2018 15:17:53 +0400
> Roman Bogorodskiy schrieb:
>
> > O. Hartmann w
-- Forwarded message --
From: Oleg Lelchuk
Date: Sat, Mar 3, 2018 at 1:12 AM
Subject: Re: drm-next-kmod-4.11 and vaapi hardware acceleration
To: Jan Beich
Well, hopefully, this regression will be fixed soon.
On Sat, Mar 3, 2018 at 12:14 AM, Jan Beich wrote:
> Oleg Lelc
I run 12-CURRENT-r330303. My cpu is Haswell. After compiling
drm-next-kmod-4.11 and libva-intel-driver, I get garbled videos in both mpv
and vlc when the vaapi hardware acceleration is enabled. I had no such
problem with the previous version of drm-next-kmod. Is it possible that
libva-intel-driver-
49 PM, Oleg Lelchuk wrote:
> I am a bit confused about this server/client thing. My networked tv tuner
> Hdhomerun has a wired connection to my router. It has a program called
> hdhomerun_config_gui. I open the program, choose a tv channel that I want
> to watch, then vlc opens, but the
1470 byte datagrams
UDP buffer size: 0.04 MByte (default)
As I said earlier, I had no problems streaming live tv on 10.3-STABLE.
On Thu, Jun 2, 2016 at 1:35 PM, Allan Jude wrote:
> On 2016-06-01 23:03, Oleg Lelchuk wrote:
> > Hi. On 11-ALPHA1, when I use vlc to stream live tv over th
Hi. On 11-ALPHA1, when I use vlc to stream live tv over the udp protocol, I
see a garbled and choppy video. This issue doesn't occur on 10.3-STABLE. I
am puzzled as to the cause of this problem.
___
freebsd-current@freebsd.org mailing list
https://lists.f
Hi. When I attempt to build /usr/ports/multimedia/vlc-qt4 , I get the
following error:
In file included from /usr/include/c++/v1/memory:616:
/usr/include/c++/v1/atomic:823:1: error: expected unqualified-id
kill_dependency(_Tp __y) _NOEXCEPT
^
../include/vlc_atomic.h:45:7: note: expanded from macro
34 matches
Mail list logo