Re: Problem (re)building graphics/drm-61-kmod via PORTS_MODULES+=

2024-10-25 Thread Oleg Lelchuk
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

Re: Problem (re)building graphics/drm-61-kmod via PORTS_MODULES+=

2024-10-25 Thread Oleg Lelchuk
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

Re: Problem (re)building graphics/drm-61-kmod via PORTS_MODULES+=

2024-10-25 Thread Oleg Lelchuk
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

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?

2023-12-28 Thread Oleg Lelchuk
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

Re: 'teken_utf8_bytes_to_codepoint' [-Wunused-function]

2023-10-08 Thread Oleg Lelchuk
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;

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?

2023-05-15 Thread Oleg Lelchuk
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

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?

2023-05-15 Thread Oleg Lelchuk
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

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?

2023-05-13 Thread Oleg Lelchuk
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

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?

2023-05-12 Thread Oleg Lelchuk
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

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?

2023-05-12 Thread Oleg Lelchuk
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

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?

2023-05-12 Thread Oleg Lelchuk
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

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?

2023-05-12 Thread Oleg Lelchuk
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

Fwd: 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?

2023-05-11 Thread Oleg Lelchuk
-- 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

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?

2023-05-11 Thread Oleg Lelchuk
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

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?

2023-05-11 Thread Oleg Lelchuk
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

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?

2023-05-11 Thread Oleg Lelchuk
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

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?

2023-05-11 Thread Oleg Lelchuk
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

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?

2023-05-11 Thread Oleg Lelchuk
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

Re: Updating EFI boot loader results in boot hangup

2022-08-13 Thread Oleg Lelchuk
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

Re: Updating EFI boot loader results in boot hangup

2022-08-13 Thread Oleg Lelchuk
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

Re: Updating EFI boot loader results in boot hangup

2022-08-13 Thread Oleg Lelchuk
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

Re: Updating EFI boot loader results in boot hangup

2022-08-13 Thread Oleg Lelchuk
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? > >

Re: Updating EFI boot loader results in boot hangup

2022-08-13 Thread Oleg Lelchuk
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

A kernel crash after compiling a fresh kernel

2022-06-07 Thread Oleg Lelchuk
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

14-CURRENT doesn't like it when kern.vt.splash_cpu is set to 1.

2022-01-03 Thread Oleg Lelchuk
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.

Re: HEADS-UP: OpenSSL 1.1.1 in 12.0

2018-10-26 Thread Oleg Lelchuk
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

Re: HEADS-UP: OpenSSL 1.1.1 in 12.0

2018-10-11 Thread Oleg Lelchuk
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

Re: EFI issues

2018-08-02 Thread Oleg Lelchuk
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

Fwd: drm-next-kmod-4.11 and vaapi hardware acceleration

2018-03-02 Thread Oleg Lelchuk
-- 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

drm-next-kmod-4.11 and vaapi hardware acceleration

2018-03-02 Thread Oleg Lelchuk
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-

Re: Streaming live tv over the udp protocol causes problems

2016-06-02 Thread Oleg Lelchuk
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

Re: Streaming live tv over the udp protocol causes problems

2016-06-02 Thread Oleg Lelchuk
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

Streaming live tv over the udp protocol causes problems

2016-06-02 Thread Oleg Lelchuk
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

Compiling vlc-qt4 gives me an error

2016-05-31 Thread Oleg Lelchuk
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