[Members] Re: voting results & meeting minutes

2024-03-06 Thread Mario Sabatino
as a member. Have a nice day! Mario Il 05/03/24 20:45, Alexander Gnauck ha scritto: Hello, you can find the meeting minutes here: https://wiki.xmpp.org/web/Meeting-Minutes-2024-03-05 <https://wiki.xmpp.org/web/Meeting-Minutes-2024-03-05> All applicants and reappliers were accepted. Co

[PATCH] drm/amd/display: Use freesync when `DRM_EDID_FEATURE_CONTINUOUS_FREQ` found

2024-03-05 Thread Mario Limonciello
/ Closes: https://www.reddit.com/r/framework/comments/1b6vzcy/framework_16_variable_refresh_rate/ Closes: https://community.frame.work/t/resolved-no-vrr-freesync-with-amd-version/42338 Link: https://gist.github.com/superm1/e8fbacfa4d0f53150231d3a3e0a13faf [1] Signed-off-by: Mario Limonciello

[Touch-packages] [Bug 2056079] [NEW] Serious playback timing problems affecting GStreamer and other pulseaudio and pipewire audio clients

2024-03-04 Thread Mario Kleiner
to fix many more bugs, but apparently that is too late now, according to https://answers.launchpad.net/ubuntu/+source/pulseaudio/+question/709476 Thanks, -mario ** Affects: gst-plugins-good Importance: Unknown Status: Unknown ** Affects: pipewire Importance: Unknown Status

[Desktop-packages] [Bug 2056079] [NEW] Serious playback timing problems affecting GStreamer and other pulseaudio and pipewire audio clients

2024-03-04 Thread Mario Kleiner
to fix many more bugs, but apparently that is too late now, according to https://answers.launchpad.net/ubuntu/+source/pulseaudio/+question/709476 Thanks, -mario ** Affects: gst-plugins-good Importance: Unknown Status: Unknown ** Affects: pipewire Importance: Unknown Status

[Bug 2056079] [NEW] Serious playback timing problems affecting GStreamer and other pulseaudio and pipewire audio clients

2024-03-04 Thread Mario Kleiner
to fix many more bugs, but apparently that is too late now, according to https://answers.launchpad.net/ubuntu/+source/pulseaudio/+question/709476 Thanks, -mario ** Affects: gst-plugins-good Importance: Unknown Status: Unknown ** Affects: pipewire Importance: Unknown Status

A project is to be able to pass through an nvidia gpu to a Windows vm virtualized with bhyve.

2024-03-03 Thread Mario Marietto
. But,maybe it can be added inside the bhyve code or that code can be converted in powershell code and run it under Windows. I don't know what's the best method. But I'm sure that it will work. Let me know what you think. -- Mario.

[kwin] [Bug 482178] Wayland renders the whole desktop in half refresh rate

2024-03-03 Thread Mario Ray Mahardhika
https://bugs.kde.org/show_bug.cgi?id=482178 --- Comment #7 from Mario Ray Mahardhika --- (In reply to Zane from comment #6) > This seems similar to what I'm seeing in > https://bugs.kde.org/show_bug.cgi?id=482064 > On Wayland, the frame rate is half of the refresh rate. Could be, same

[kwin] [Bug 482178] Wayland renders the whole desktop in half refresh rate

2024-03-01 Thread Mario Ray Mahardhika
https://bugs.kde.org/show_bug.cgi?id=482178 --- Comment #5 from Mario Ray Mahardhika --- > Not sure if this would help the OP as his issue occurs with only one display, > but hopefully this helps someone with a setup similar to mine. Not directly, but should help developers iso

[plasmashell] [Bug 482178] Wayland renders the whole desktop in half refresh rate

2024-03-01 Thread Mario Ray Mahardhika
https://bugs.kde.org/show_bug.cgi?id=482178 --- Comment #2 from Mario Ray Mahardhika --- `sudo dmesg | i915` is the same for both sessions, however `xrandr --verbose` shows some differences: Wayland === Screen 0: minimum 16 x 16, current 1920 x 1200, maximum 32767 x 32767 DSI-1 connected

[plasmashell] [Bug 482178] Wayland renders the whole desktop in half refresh rate

2024-03-01 Thread Mario Ray Mahardhika
https://bugs.kde.org/show_bug.cgi?id=482178 --- Comment #1 from Mario Ray Mahardhika --- Created attachment 166268 --> https://bugs.kde.org/attachment.cgi?id=166268=edit UFO test on Wayland -- You are receiving this mail because: You are watching all bug changes.

[plasmashell] [Bug 482178] New: Wayland renders the whole desktop in half refresh rate

2024-03-01 Thread Mario Ray Mahardhika
https://bugs.kde.org/show_bug.cgi?id=482178 Bug ID: 482178 Summary: Wayland renders the whole desktop in half refresh rate Classification: Plasma Product: plasmashell Version: master Platform: Neon OS: Linux

[weewx-user] Re: rsync does not work after upgrade to v5

2024-03-01 Thread Mario Wesolek
remember the permissions of files on the remote machine! Mario Wesolek schrieb am Freitag, 1. März 2024 um 10:59:16 UTC+1: > problem here: since weewx 5 the deamon runs no more as root. The new user > "weewx" hat his homedir under "/var/lib/weewx/"

[weewx-user] Re: rsync does not work after upgrade to v5

2024-03-01 Thread Mario Wesolek
problem here: since weewx 5 the deamon runs no more as root. The new user "weewx" hat his homedir under "/var/lib/weewx/" so i create the ssh config there. this is a workaround, but it works... teq...@gmail.com schrieb am Freitag, 1. März 2024 um 10:36:32 UTC+1: > Hello, > first I messed up

Re: [PATCH 25/34] drm/amd/display: Set the power_down_on_boot function pointer to null

2024-02-28 Thread Mario Limonciello
the function to be called for APU. Perhaps, should we be making the same change for other APUs? It seems a few others call dcn10_power_down_on_boot() for the callback. Cc: Mario Limonciello Cc: Alex Deucher Cc: sta...@vger.kernel.org Reviewed-by: Nicholas Kazlauskas Acked-by: Alex Hung

Re: [PATCH 2/2] fbcon: Defer console takeover for splash screens to first switch

2024-02-28 Thread Mario Limonciello
is a good idea. Regards, Hans Closes: https://bugs.launchpad.net/bugs/1970069 Cc: Mario Limonciello Signed-off-by: Daniel van Vugt --- drivers/video/fbdev/core/fbcon.c | 32 +--- 1 file changed, 29 insertions(+), 3 deletions(-) diff --git a/drivers/video/fbdev/core

Re: [PROPOSAL] Antlr4 based DRL parser

2024-02-28 Thread Mario Fusco
Huge +1 on this. Mario On 2024/02/27 03:32:09 Toshiya Kobayashi wrote: > Hi, > > The current DRL parser is Antlr3 based and contains lots of hard-coded > logic in generated java codes, so it's hard to maintain. > > for example) > https://github.com/apache/incubator-kie-dro

Re: [PATCH] cpufreq: amd-pstate: adjust min/max limit perf

2024-02-27 Thread Mario Limonciello
On 2/27/2024 01:39, Meng Li wrote: The min/max limit perf values calculated based on frequency may exceed the reasonable range of perf(highest perf, lowest perf). Signed-off-by: Meng Li Reviewed-by: Mario Limonciello --- drivers/cpufreq/amd-pstate.c | 15 ++- 1 file changed

Re: new Antlr4 based DRL parser development

2024-02-27 Thread Mario Fusco
correctly even only one of the DRL specification, there will be at least one test failure evidencing the problem and of course we will do the replacement only when the entire Drools test suite will be green also using the new parser. I hope this clarifies the situation. Thanks, Mario On 2024

[Bug 1939138] Re: Fwupd missing uefi plugin for riscv64

2024-02-26 Thread Mario Limonciello
Fwupd 1.9.14 is built with uefi capsules plugin for this architecture. ** Changed in: fwupd (Ubuntu) Status: Triaged => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1939138

[WikiIT-l] bloccato da vituzzu

2024-02-26 Thread Mario Alfano
sono stato bloccato da vituzzu ormai da mesi, non vi sembra che questo signore esagera? potete sbloccarmi grazie ___ WikiIT-l mailing list -- wikiit-l@lists.wikimedia.org To unsubscribe send an email to wikiit-l-le...@lists.wikimedia.org Pagina per

drm-kmod-20220907_2 not supported for this configuration / NVIDIA : Failed to initialize the NVIDIA kernel module

2024-02-24 Thread Mario Marietto
ection "Device" Identifier "Card0" Driver "nvidia" BusID "PCI:1:0:0" EndSection root@marietto:/home/marietto # lspci 01:00.0 NVIDIA GP106 01:00.1 NVIDIA GP106 High Definition Audio Controller 02:00.0 NVIDIA TU102 02:00.1 NVIDIA TU102 High Definition Audio Controller 02:00.2 NVIDIA TU102 USB Controller 02:00.3 NVIDIA TU102 Serial BUS Controller Now,I want to startx to start xfce4 : marietto@marietto: $ startx Fatal server error : no screens found (EE) Check the log file at "/var/log/Xorg.0.log" nano /var/log/Xorg.0.log : NVIDIA dlloader X driver 535.146.02 NVIDIA Unified Driver for all Supported NVIDIA gpus NVIDIA : Failed to initialize the NVIDIA kernel module How to fix it ? -- Mario.

Re: drm-kmod-20220907_2 not supported for this configuration / NVIDIA : Failed to initialize the NVIDIA kernel module

2024-02-24 Thread Mario Marietto
It persists installing nvidia-driver-535.146.02,but I suspect that it is too now for FreeBSD 13.1. On Sat, Feb 24, 2024 at 2:46 PM Mario Marietto wrote: > :( > > KLD nvidia.ko : depends on kernel. Not available or version mismatch > linker_load_file : /boot/modules/nvidia.ko : unsu

Re: drm-kmod-20220907_2 not supported for this configuration / NVIDIA : Failed to initialize the NVIDIA kernel module

2024-02-24 Thread Mario Marietto
:( KLD nvidia.ko : depends on kernel. Not available or version mismatch linker_load_file : /boot/modules/nvidia.ko : unsupported file type. Can you give me your "nvidia.ko" file ? thanks. On Sat, Feb 24, 2024 at 3:09 PM Simon Gusev wrote: > > Hello Mario. > > I have pro

drm-kmod-20220907_2 not supported for this configuration / NVIDIA : Failed to initialize the NVIDIA kernel module

2024-02-24 Thread Mario Marietto
.0.log" nano /var/log/Xorg.0.log : NVIDIA dlloader X driver 535.146.02 NVIDIA Unified Driver for all Supported NVIDIA gpus NVIDIA : Failed to initialize the NVIDIA kernel module How to fix it ? -- Mario.

Re: Best way to have a FreeBSD VM for automated testing?

2024-02-23 Thread Mario Marietto
I forgot to say that I want to create a different FreeBSD flavour that will have a lot of virtual machines already embedded and ready to work and that work transparently. On Fri, Feb 23, 2024 at 10:37 PM Jo Durchholz wrote: > On 23.02.24 19:41, Mario Marietto wrote: > > To speed up th

Re: Best way to have a FreeBSD VM for automated testing?

2024-02-23 Thread Mario Marietto
akes multiple > seconds; can this be sped up to just a few seconds, or do I need to run > the setup and create a VM snapshot at which the VM starts for each test > run? > > Regards, > Jo > > -- Mario.

[Kernel-packages] [Bug 2049758] Re: DP connection swap to break eDP behavior on AMD 7735U

2024-02-22 Thread Mario Limonciello
** Tags added: verification-done-jammy -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux-oem-6.5 in Ubuntu. https://bugs.launchpad.net/bugs/2049758 Title: DP connection swap to break eDP behavior on AMD 7735U Status in linux

[Kernel-packages] [Bug 2049220] Re: Update firmware for MT7921 in order to fix Framework 13 AMD 7040

2024-02-22 Thread Mario Limonciello
#33, was your issue a one boot problem? Or it happens every time? Is it tied to specifically that kernel + firmware, or is it also with older kernel? -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux-firmware in Ubuntu.

[Kernel-packages] [Bug 2049220] Re: Update firmware for MT7921 in order to fix Framework 13 AMD 7040

2024-02-22 Thread Mario Limonciello
I tested with a Framework 16 with a 14c3:0616 WLAN. With 20220329.git681281e4-0ubuntu3.28 it's completely unusable with my AP unless I turn off power save with iwconfig (Unifi). With to 20220329.git681281e4-0ubuntu3.29 it works as expected. ** Tags removed: verification-failed-jammy ** Tags

Re: [PATCH v4 2/2] fbcon: Defer console takeover for splash screens to first switch

2024-02-22 Thread Mario Limonciello
nt so long as the command line requests so. Closes: https://bugs.launchpad.net/bugs/1970069 Cc: Mario Limonciello Signed-off-by: Daniel van Vugt I did test this series on an Ubuntu userspace and it works as you suggest it should. Tested-by: Mario Limonciello It's not clear to me why we s

Re: [regext] Fwd: New Version Notification for draft-loffredo-regext-epp-over-http-03.txt

2024-02-22 Thread Mario Loffredo
Il 22/02/2024 16:00, Hollenbeck, Scott ha scritto: Mario, allow me to make a minor adjustment to my suggestion: “Servers MUST implement at least one method of access control that limits server connection access to only authorized clients. Implementation of multiple access control methods

Re: [regext] Fwd: New Version Notification for draft-loffredo-regext-epp-over-http-03.txt

2024-02-22 Thread Mario Loffredo
. Thanks a lot for your feedback. Best, Mario Scott *From:* Mario Loffredo *Sent:* Thursday, February 22, 2024 1:52 AM *To:* Hollenbeck, Scott ; regext@ietf.org *Subject:* [EXTERNAL] Re: [regext] Fwd: New Version Notification for draft-loffredo-regext-epp-over-http-03.txt *Caution:*This email

Re: [regext] Fwd: New Version Notification for draft-loffredo-regext-epp-over-http-03.txt

2024-02-21 Thread Mario Loffredo
Hi Scott, thanks for your quick reply. Please find my comment below. Il 21/02/2024 13:47, Hollenbeck, Scott ha scritto: Tanks for posting the draft, Mario. One quick question: RFC 5734 (Extensible Provisioning Protocol (EPP) Transport over TCP) states that “Mutual client and server

Re: [PATCH] [PATCH] amd_pstate: fix erroneous highest_perf value on some CPUs

2024-02-21 Thread Mario Limonciello
On 2/21/2024 11:19, Lucas Lee Jing Yi wrote: On a Ryzen 7840HS the highest_perf value is 196, not 166 as AMD assumed. This leads to the advertised max clock speed to only be 4.35ghz instead of 5.14ghz leading to a large degradation in performance. Fix the broken assumption and revert back to

Re: [PATCH] drm/amdgpu: Fix the runtime resume failure issue

2024-02-21 Thread Mario Limonciello
On 2/21/2024 03:35, Ma Jun wrote: Don't set power state flag when system enter runtime suspend, or it may cause runtime resume failure issue. Signed-off-by: Ma Jun Reviewed-by: Mario Limonciello Please add a fixes tag for 3a9626c816db901def438dc2513622e281186d39 when committing

[regext] Fwd: New Version Notification for draft-loffredo-regext-epp-over-http-03.txt

2024-02-20 Thread Mario Loffredo
. Verisign added as co-authors If the agenda of next meeting was not full, I would like to have a 10-minute slot to present the updates a bit more in detail. Any feedback is appreciated. Best, Mario Messaggio Inoltrato Oggetto: New Version Notification for draft-loffredo

Re: [regext] WG LAST CALL draft-ietf-regext-rdap-rir-search

2024-02-19 Thread Mario Loffredo
in the rdapConformance array as it is shown in some examples) and changing substantially the draft depends just on the interpretation of RFC9083 and such a question revealed to be matter for WG discussion when the different interpretations came up. Best, Mario In order to reach consensus

[PATCH GnuPG 0/5] Add ECC support for D-Trust 4.1/4.4

2024-02-19 Thread Mario Haustein via Gnupg-devel
to be used for decryption and fixes certificate import for duplicate certificate IDs. These issues were already addressed in separate threads on this list. I am unsure whether patch nr. 0003 is necessary. Feel free to either omit it or to squash it with 0002. Mario Haustein (3): scd:p15: Take

Re: scd: ambiguous certificate IDs for pkcs#15 certificates

2024-02-19 Thread Mario Haustein via Gnupg-devel
eally fast. Now it works perfectly. I will prepare a final patchset with all the patches for the D-Trust ECC cards. Kind Regards Mario signature.asc Description: This is a digitally signed message part. ___ Gnupg-devel mailing list Gnupg-devel@gnupg.org

Re: Key usage of ECC keys on PKCS#15 smartcards doesn't allow decryption?

2024-02-19 Thread Mario Haustein via Gnupg-devel
Hi Werner, Am Sonntag, 18. Februar 2024, 17:46:11 CET schrieb Werner Koch: > On Fri, 16 Feb 2024 15:12, Mario Haustein said: > > Is it likely that the `derive` check was just forgotten at this place? I > > cannot judge the consequences of this change, which is the reason for &g

Re: scd: ambiguous certificate IDs for pkcs#15 certificates

2024-02-19 Thread Mario Haustein via Gnupg-devel
Am Montag, 19. Februar 2024, 14:55:11 CET schrieb Werner Koch: > Hi Mario, Hi Werner, > > Is there a way to avoid this unambiguity? Would it for example be possible > > to use the path ID of the certificate file instead of the ID tag in the > > This would not solve the ca

Re: [regext] WG LAST CALL draft-ietf-regext-rdap-rir-search

2024-02-19 Thread Mario Loffredo
nd that's fine.)" Best, Mario Il 05/02/2024 15:35, Antoin Verschuren ha scritto: Hi All, After some prolonged discussion, the chairs will now close this working group last call that should have ended 11 December 2023. We have had comments and approval during WGLC from 4 workin

[weewx-user] Re: Since I upgrade to the 5.0.1 version : NO_PUBKEY E788768B9CB16E10

2024-02-19 Thread Mario Wesolek
https://weewx.com/docs/4.10/debian.htm Reimport the Key Valerian Mezieres schrieb am Montag, 19. Februar 2024 um 11:07:34 UTC+1: > Hello > I Have been using Weewx on a raspberry pi 3 model B rev 1.2 for several > years, and it works well for me. > But since I upgraded to version 5.0.1, I got

[Desktop-packages] [Bug 1977660] Re: Power settings have no effect and offer nonexisting options

2024-02-18 Thread Mario Limonciello
This should be fixed in Noble in power-profiles-daemon 0.20. ** Changed in: power-profiles-daemon (Ubuntu) Status: Confirmed => Fix Released -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to power-profiles-daemon in Ubuntu.

Refine the firmware-updates exception

2024-02-17 Thread Mario Limonciello
and delete the new page. Thanks! -- Mario Limonciello supe...@ubuntu.com -- Ubuntu-release mailing list Ubuntu-release@lists.ubuntu.com Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-release

[Kernel-packages] [Bug 2036737] Re: Enable dynamic boost control in ccp kernel driver

2024-02-17 Thread Mario Limonciello
** Changed in: linux-oem-6.5 (Ubuntu Jammy) Status: Triaged => Won't Fix -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/2036737 Title: Enable dynamic boost control in ccp kernel

Re: How to send a bhyve vm totally in background,suppressing any message produced by the bhyve script that I use.

2024-02-16 Thread Mario Marietto
,virtio-9p,sharename=/ \ -s 30,xhci,tablet \ -s 31,lpc \ -l bootrom,/usr/local/share/uefi-firmware/BHYVE_UEFI_CODE.fd \ vm0:19/dev/null 2>&1 & if test -f nohup.out; then rm -r nohup.out fi very thanks for your help. On Sat, Feb 17, 2024 at 1:46 AM Mario Marietto wrote: > Errata c

Re: How to send a bhyve vm totally in background,suppressing any message produced by the bhyve script that I use.

2024-02-16 Thread Mario Marietto
o suppress it ? thanks. On Sat, Feb 17, 2024 at 1:36 AM Mario Marietto wrote: > This is how looks mine script after having applied your suggestions : > > nohup /usr/bin/bhyve -S -c sockets=2,cores=2,threads=2 -m 8G -w -H -A \ > -s 0,hostbridge \ > -s > 1,virtio-blk,/mnt/zroot2/zroot

Re: How to send a bhyve vm totally in background,suppressing any message produced by the bhyve script that I use.

2024-02-16 Thread Mario Marietto
arietto:/bhyve # ps ax | grep bhyve 20220 1 S+ 0:00.00 grep bhyve On Sat, Feb 17, 2024 at 1:18 AM Aryeh Friedman wrote: > On Fri, Feb 16, 2024 at 7:05 PM Mario Marietto > wrote: > > > > Hello. > > > > I want to boot a bhyve vm that does not produce any erro

How to send a bhyve vm totally in background,suppressing any message produced by the bhyve script that I use.

2024-02-16 Thread Mario Marietto
n't want it. Someone can help me to refine the script ? thanks. -- Mario.

[Touch-packages] [Bug 2053207] Re: glib requires gobject-introspection >= 1.78.1-13

2024-02-16 Thread Mario Limonciello
It's marked failed to upload on all architectures right now: INFOgir1.2-glib-2.0-dev_1.78.1-15_amd64.deb: Version older than that in the archive. 1.78.1-15 <= 2.79.1-1 INFOgir1.2-glib-2.0_1.78.1-15_amd64.deb: Version older than that in the archive. 1.78.1-15 <= 2.79.1-1 I guess that

[Bug 2053207] Re: glib requires gobject-introspection >= 1.78.1-13

2024-02-16 Thread Mario Limonciello
It's marked failed to upload on all architectures right now: INFOgir1.2-glib-2.0-dev_1.78.1-15_amd64.deb: Version older than that in the archive. 1.78.1-15 <= 2.79.1-1 INFOgir1.2-glib-2.0_1.78.1-15_amd64.deb: Version older than that in the archive. 1.78.1-15 <= 2.79.1-1 I guess that

[Desktop-packages] [Bug 2053207] Re: glib requires gobject-introspection >= 1.78.1-13

2024-02-16 Thread Mario Limonciello
It's marked failed to upload on all architectures right now: INFOgir1.2-glib-2.0-dev_1.78.1-15_amd64.deb: Version older than that in the archive. 1.78.1-15 <= 2.79.1-1 INFOgir1.2-glib-2.0_1.78.1-15_amd64.deb: Version older than that in the archive. 1.78.1-15 <= 2.79.1-1 I guess that

Re: [PATCH v2] drm/amd/display: add panel_power_savings sysfs entry to eDP connectors

2024-02-16 Thread Mario Limonciello
ready are? I think the intention is for the PPD to be that daemon. Mario can elaborate. Some more details and screenshots on how the PPD is expected to work and look: https://linuxconfig.org/how-to-manage-power-profiles-over-d-bus-with-power-profiles-daemon-on-linux Right, thanks! The most

Re: [PATCH v2] drm/amd/display: add panel_power_savings sysfs entry to eDP connectors

2024-02-16 Thread Mario Limonciello
ready are? I think the intention is for the PPD to be that daemon. Mario can elaborate. Some more details and screenshots on how the PPD is expected to work and look: https://linuxconfig.org/how-to-manage-power-profiles-over-d-bus-with-power-profiles-daemon-on-linux Right, thanks! The most

[PATCH] drm/amd: Drop abm_level property

2024-02-16 Thread Mario Limonciello
Suggested-by: Harry Wentland Signed-off-by: Mario Limonciello -- Cc: Hamza Mahfooz Cc: Sun peng (Leo) Li --- drivers/gpu/drm/amd/amdgpu/amdgpu_display.c | 8 drivers/gpu/drm/amd/amdgpu/amdgpu_mode.h | 2 -- drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c | 14 ---

[PATCH] drm/amd: Drop abm_level property

2024-02-16 Thread Mario Limonciello
Suggested-by: Harry Wentland Signed-off-by: Mario Limonciello -- Cc: Hamza Mahfooz Cc: Sun peng (Leo) Li --- drivers/gpu/drm/amd/amdgpu/amdgpu_display.c | 8 drivers/gpu/drm/amd/amdgpu/amdgpu_mode.h | 2 -- drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c | 14 ---

Re: [PATCH] drm/amd: Only allow one entity to control ABM

2024-02-16 Thread Mario Limonciello
On 2/16/2024 09:41, Christian König wrote: Am 16.02.24 um 16:12 schrieb Mario Limonciello: On 2/16/2024 09:05, Harry Wentland wrote: On 2024-02-16 09:47, Christian König wrote: Am 16.02.24 um 15:42 schrieb Mario Limonciello: On 2/16/2024 08:38, Christian König wrote: Am 16.02.24 um 15:07

Re: [PATCH] drm/amd: Only allow one entity to control ABM

2024-02-16 Thread Mario Limonciello
On 2/16/2024 09:41, Christian König wrote: Am 16.02.24 um 16:12 schrieb Mario Limonciello: On 2/16/2024 09:05, Harry Wentland wrote: On 2024-02-16 09:47, Christian König wrote: Am 16.02.24 um 15:42 schrieb Mario Limonciello: On 2/16/2024 08:38, Christian König wrote: Am 16.02.24 um 15:07

Key usage of ECC keys on PKCS#15 smartcards doesn't allow decryption?

2024-02-16 Thread Mario Haustein via Gnupg-devel
for decryption, too. Is it likely that the `derive` check was just forgotten at this place? I cannot judge the consequences of this change, which is the reason for asking here in advance. Many thanks in advance for reviewing my thoughts. Kind regards -- Mario Haustein Facharbeit

Re: [PATCH] drm/amd: Only allow one entity to control ABM

2024-02-16 Thread Mario Limonciello
On 2/16/2024 09:05, Harry Wentland wrote: On 2024-02-16 09:47, Christian König wrote: Am 16.02.24 um 15:42 schrieb Mario Limonciello: On 2/16/2024 08:38, Christian König wrote: Am 16.02.24 um 15:07 schrieb Mario Limonciello: By exporting ABM to sysfs it's possible that DRM master

Re: [PATCH] drm/amd: Only allow one entity to control ABM

2024-02-16 Thread Mario Limonciello
On 2/16/2024 09:05, Harry Wentland wrote: On 2024-02-16 09:47, Christian König wrote: Am 16.02.24 um 15:42 schrieb Mario Limonciello: On 2/16/2024 08:38, Christian König wrote: Am 16.02.24 um 15:07 schrieb Mario Limonciello: By exporting ABM to sysfs it's possible that DRM master

Re: [PATCH] drm/amd: Only allow one entity to control ABM

2024-02-16 Thread Mario Limonciello
On 2/16/2024 08:38, Christian König wrote: Am 16.02.24 um 15:07 schrieb Mario Limonciello: By exporting ABM to sysfs it's possible that DRM master and software controlling the sysfs file fight over the value programmed for ABM. Adjust the module parameter behavior to control who control ABM

Re: [PATCH] drm/amd: Only allow one entity to control ABM

2024-02-16 Thread Mario Limonciello
On 2/16/2024 08:38, Christian König wrote: Am 16.02.24 um 15:07 schrieb Mario Limonciello: By exporting ABM to sysfs it's possible that DRM master and software controlling the sysfs file fight over the value programmed for ABM. Adjust the module parameter behavior to control who control ABM

[PATCH] drm/amd: Only allow one entity to control ABM

2024-02-16 Thread Mario Limonciello
introduce a Kconfig option that allows distributions to choose the default policy that is appropriate for them. Fixes: f97e4303da16 ("drm/amd/display: add panel_power_savings sysfs entry to eDP connectors") Signed-off-by: Mario Limonciello --- Cc: Hamza Mahfooz Cc: Harry Wentland Cc

[PATCH] drm/amd: Only allow one entity to control ABM

2024-02-16 Thread Mario Limonciello
introduce a Kconfig option that allows distributions to choose the default policy that is appropriate for them. Fixes: f97e4303da16 ("drm/amd/display: add panel_power_savings sysfs entry to eDP connectors") Signed-off-by: Mario Limonciello --- Cc: Hamza Mahfooz Cc: Harry Wentland Cc

scd: ambiguous certificate IDs for pkcs#15 certificates

2024-02-16 Thread Mario Haustein via Gnupg-devel
STRING (2 bytes): 10 30 SEQUENCE (6 bytes) 04 OCTET STRING (1 byte): 02 . 01 BOOLEAN (1 byte): true A1 Context 1 (12 bytes) 30 SEQUENCE (10 bytes) 30 SEQUENCE (8 bytes) 04 OCTET STRING (6 bytes): 3F 00 01 03 02 03 ?. ``` Kind regards -- Mario Haustein

[regext] jscontact-tools

2024-02-16 Thread Mario Loffredo
those features. Any feedback is appreciated. Best, Mario -- Dott. Mario Loffredo Senior Technologist Technological Unit “Digital Innovation” Institute of Informatics and Telematics (IIT) National Research Council (CNR) via G. Moruzzi 1, I-56124 PISA, Italy Phone: +39.0503153497 Web:http

Re: Bug#1062678: amd64-microcode: Package upstream's amdtee dir in amd64-microcode?

2024-02-15 Thread Mario Limonciello
On 2/15/2024 12:39, Henrique de Moraes Holschuh wrote: While adding linux-firmware's amdtee/ directory to the Debian amd64-microcode package, I have noticed that the linux-firmware WHENCE file mentions a symbolic link that is not present in the git repository. The missing symlink is:

[PATCH] drm/amd: Change `jpeg_v4_0_5_start_dpg_mode()` to void

2024-02-15 Thread Mario Limonciello
eg: add support for jpeg DPG mode") Signed-off-by: Mario Limonciello --- drivers/gpu/drm/amd/amdgpu/jpeg_v4_0_5.c | 6 ++ 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/drivers/gpu/drm/amd/amdgpu/jpeg_v4_0_5.c b/drivers/gpu/drm/amd/amdgpu/jpeg_v4_0_5.c index 3602738874ee.

[weewx-user] Re: Repository Error

2024-02-15 Thread Mario Wesolek
https://weewx.com/docs/4.10/debian.htm Reimport the Key Dave McCreath schrieb am Donnerstag, 15. Februar 2024 um 22:16:53 UTC+1: > Hi > > Weewx installed on a RPI 4 (Debian - Bullseye), version 5.0.1, working > fine, no issues. > > Just tried to update to version 5.0.2 via sudo apt update &&

Re: files/edd962f76ea4b5869f3c6f8ee5438fb9750b802d02bb8035fe1b7bd0a8ba7401.gz not found -- snapshot corrupt.

2024-02-15 Thread Mario Marietto
Hello. What's the correct port tree for FreeBSD 12.04 for arm 32 bit ? A or B ? A) https://cgit.freebsd.org/ports/snapshot/ports-12.4-eol.tar.gz B) https://cgit.freebsd.org/ports/snapshot/ports-release/12.4.0.tar.gz thanks. On Thu, Feb 15, 2024 at 6:34 PM Jamie Landeg-Jones wrote: > Ma

Re: [PATCH v3 2/2] fbcon: Defer console takeover for splash screens to first switch

2024-02-15 Thread Mario Limonciello
e Kconfig. Closes: https://bugs.launchpad.net/bugs/1970069 Cc: Mario Limonciello Signed-off-by: Daniel van Vugt --- drivers/video/console/Kconfig| 12 + drivers/video/fbdev/core/fbcon.c | 44 +--- 2 files changed, 52 insertions(+), 4 deletions(-) diff -

Re: [PATCH v6 3/5] drm: Add support to get EDID from ACPI

2024-02-15 Thread Mario Limonciello
On 2/15/2024 12:47, Ville Syrjälä wrote: On Thu, Feb 15, 2024 at 12:20:56PM -0600, Mario Limonciello wrote: On 2/14/2024 17:13, Ville Syrjälä wrote: On Wed, Feb 14, 2024 at 03:57:54PM -0600, Mario Limonciello wrote: Some manufacturers have intentionally put an EDID that differs from the EDID

Re: [PATCH v6 3/5] drm: Add support to get EDID from ACPI

2024-02-15 Thread Mario Limonciello
On 2/15/2024 12:47, Ville Syrjälä wrote: On Thu, Feb 15, 2024 at 12:20:56PM -0600, Mario Limonciello wrote: On 2/14/2024 17:13, Ville Syrjälä wrote: On Wed, Feb 14, 2024 at 03:57:54PM -0600, Mario Limonciello wrote: Some manufacturers have intentionally put an EDID that differs from the EDID

Re: [PATCH v6 3/5] drm: Add support to get EDID from ACPI

2024-02-15 Thread Mario Limonciello
On 2/15/2024 12:47, Ville Syrjälä wrote: On Thu, Feb 15, 2024 at 12:20:56PM -0600, Mario Limonciello wrote: On 2/14/2024 17:13, Ville Syrjälä wrote: On Wed, Feb 14, 2024 at 03:57:54PM -0600, Mario Limonciello wrote: Some manufacturers have intentionally put an EDID that differs from the EDID

Re: [PATCH v6 3/5] drm: Add support to get EDID from ACPI

2024-02-15 Thread Mario Limonciello
On 2/15/2024 12:47, Ville Syrjälä wrote: On Thu, Feb 15, 2024 at 12:20:56PM -0600, Mario Limonciello wrote: On 2/14/2024 17:13, Ville Syrjälä wrote: On Wed, Feb 14, 2024 at 03:57:54PM -0600, Mario Limonciello wrote: Some manufacturers have intentionally put an EDID that differs from the EDID

Bug#1062678: amd64-microcode: Package upstream's amdtee dir in amd64-microcode?

2024-02-15 Thread Mario Limonciello
On 2/15/2024 12:39, Henrique de Moraes Holschuh wrote: While adding linux-firmware's amdtee/ directory to the Debian amd64-microcode package, I have noticed that the linux-firmware WHENCE file mentions a symbolic link that is not present in the git repository. The missing symlink is:

Re: [PATCH v6 3/5] drm: Add support to get EDID from ACPI

2024-02-15 Thread Mario Limonciello
On 2/14/2024 17:13, Ville Syrjälä wrote: On Wed, Feb 14, 2024 at 03:57:54PM -0600, Mario Limonciello wrote: Some manufacturers have intentionally put an EDID that differs from the EDID on the internal panel on laptops. Drivers that prefer to fetch this EDID can set a bit on the drm_connector

Re: [PATCH v6 3/5] drm: Add support to get EDID from ACPI

2024-02-15 Thread Mario Limonciello
On 2/14/2024 17:13, Ville Syrjälä wrote: On Wed, Feb 14, 2024 at 03:57:54PM -0600, Mario Limonciello wrote: Some manufacturers have intentionally put an EDID that differs from the EDID on the internal panel on laptops. Drivers that prefer to fetch this EDID can set a bit on the drm_connector

Re: [PATCH v6 3/5] drm: Add support to get EDID from ACPI

2024-02-15 Thread Mario Limonciello
On 2/14/2024 17:13, Ville Syrjälä wrote: On Wed, Feb 14, 2024 at 03:57:54PM -0600, Mario Limonciello wrote: Some manufacturers have intentionally put an EDID that differs from the EDID on the internal panel on laptops. Drivers that prefer to fetch this EDID can set a bit on the drm_connector

Re: [PATCH v6 3/5] drm: Add support to get EDID from ACPI

2024-02-15 Thread Mario Limonciello
On 2/14/2024 17:13, Ville Syrjälä wrote: On Wed, Feb 14, 2024 at 03:57:54PM -0600, Mario Limonciello wrote: Some manufacturers have intentionally put an EDID that differs from the EDID on the internal panel on laptops. Drivers that prefer to fetch this EDID can set a bit on the drm_connector

Re: [PATCH v2] drm/amd/display: add panel_power_savings sysfs entry to eDP connectors

2024-02-15 Thread Mario Limonciello
On 2/15/2024 11:54, Harry Wentland wrote: On 2024-02-02 11:20, Mario Limonciello wrote: On 2/2/2024 09:28, Hamza Mahfooz wrote: We want programs besides the compositor to be able to enable or disable panel power saving features. However, since they are currently only configurable through DRM

Re: [PATCH v2] drm/amd/display: add panel_power_savings sysfs entry to eDP connectors

2024-02-15 Thread Mario Limonciello
On 2/15/2024 11:54, Harry Wentland wrote: On 2024-02-02 11:20, Mario Limonciello wrote: On 2/2/2024 09:28, Hamza Mahfooz wrote: We want programs besides the compositor to be able to enable or disable panel power saving features. However, since they are currently only configurable through DRM

Re: [PATCH v5 1/3] drm: Add support to get EDID from ACPI

2024-02-15 Thread Mario Limonciello
On 2/15/2024 08:01, Jani Nikula wrote: On Sat, 10 Feb 2024, Mario Limonciello wrote: Some manufacturers have intentionally put an EDID that differs from the EDID on the internal panel on laptops. Drivers that prefer to fetch this EDID can set a bit on the drm_connector to indicate

Re: [PATCH v5 1/3] drm: Add support to get EDID from ACPI

2024-02-15 Thread Mario Limonciello
On 2/15/2024 08:01, Jani Nikula wrote: On Sat, 10 Feb 2024, Mario Limonciello wrote: Some manufacturers have intentionally put an EDID that differs from the EDID on the internal panel on laptops. Drivers that prefer to fetch this EDID can set a bit on the drm_connector to indicate

Re: [Flying-squirrel-members] Buying kitchen equipment from Anyone's

2024-02-15 Thread Mario Savastano
This sounds doable to me, but as I have officially been the treasurer for less than three weeks, I’d like people’s approval/input regarding this issue prior to handing over the check. Are we all onboard with this? Anything I need to be aware of and/or deal with? Mario On Thu, Feb 15, 2024 at 12

[Kernel-packages] [Bug 2049758] Re: DP connection swap to break eDP behavior on AMD 7735U

2024-02-15 Thread Mario Limonciello
Internal team at AMD has tested an OEM RMB that doesn't need the DP swap change to check for any potential regression. They tested using OEM 6.5-1014 kernel. This testing well. Anson will confirm results on the system needing DP swap after he's back from holiday. -- You received this bug

[Kernel-packages] [Bug 2051636] Re: AMD phoenix/phoenix2 platforms facing amdgpu(PHX) hangs during stress loading

2024-02-15 Thread Mario Limonciello
Internal team at AMD has tested across a number of different OEM PHX systems using OEM 6.5-1014 kernel. This is testing well. ** Tags added: verification-done-jammy -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux-firmware in

[Desktop-packages] [Bug 2046853] Re: Power Profiles daemon should change multiple drivers

2024-02-15 Thread Mario Limonciello
https://launchpad.net/ubuntu/+source/power-profiles-daemon/0.20-1 ** Changed in: power-profiles-daemon (Ubuntu) Status: Triaged => Fix Released -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to power-profiles-daemon in Ubuntu.

files/edd962f76ea4b5869f3c6f8ee5438fb9750b802d02bb8035fe1b7bd0a8ba7401.gz not found -- snapshot corrupt.

2024-02-14 Thread Mario Marietto
not found -- snapshot corrupt. I repeated the "portsnap fetch extract" command,but I always get the same error. -- Mario.

files/edd962f76ea4b5869f3c6f8ee5438fb9750b802d02bb8035fe1b7bd0a8ba7401.gz not found -- snapshot corrupt.

2024-02-14 Thread Mario Marietto
not found -- snapshot corrupt. I repeated the "portsnap fetch extract" command,but I always get the same error. -- Mario.

[PATCH v6 4/5] drm/amd: Fetch the EDID from _DDC if available for eDP

2024-02-14 Thread Mario Limonciello
disable this. Signed-off-by: Mario Limonciello --- drivers/gpu/drm/amd/amdgpu/amdgpu.h | 1 + drivers/gpu/drm/amd/amdgpu/amdgpu_connectors.c| 3 +++ drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c | 8 drivers/gpu/drm/amd/display/amdgpu_dm

[PATCH v6 4/5] drm/amd: Fetch the EDID from _DDC if available for eDP

2024-02-14 Thread Mario Limonciello
disable this. Signed-off-by: Mario Limonciello --- drivers/gpu/drm/amd/amdgpu/amdgpu.h | 1 + drivers/gpu/drm/amd/amdgpu/amdgpu_connectors.c| 3 +++ drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c | 8 drivers/gpu/drm/amd/display/amdgpu_dm

[PATCH v6 4/5] drm/amd: Fetch the EDID from _DDC if available for eDP

2024-02-14 Thread Mario Limonciello
disable this. Signed-off-by: Mario Limonciello --- drivers/gpu/drm/amd/amdgpu/amdgpu.h | 1 + drivers/gpu/drm/amd/amdgpu/amdgpu_connectors.c| 3 +++ drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c | 8 drivers/gpu/drm/amd/display/amdgpu_dm

[PATCH v6 5/5] drm/nouveau: Use drm_edid_read_acpi() helper

2024-02-14 Thread Mario Limonciello
drm_edid at the same time. Signed-off-by: Mario Limonciello --- drivers/gpu/drm/nouveau/nouveau_acpi.c | 27 drivers/gpu/drm/nouveau/nouveau_acpi.h | 2 -- drivers/gpu/drm/nouveau/nouveau_connector.c | 35 + 3 files changed, 14 insertions(+), 50

[PATCH v6 4/5] drm/amd: Fetch the EDID from _DDC if available for eDP

2024-02-14 Thread Mario Limonciello
disable this. Signed-off-by: Mario Limonciello --- drivers/gpu/drm/amd/amdgpu/amdgpu.h | 1 + drivers/gpu/drm/amd/amdgpu/amdgpu_connectors.c| 3 +++ drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c | 8 drivers/gpu/drm/amd/display/amdgpu_dm

[PATCH v6 1/5] drm: Stop using `select ACPI_VIDEO` in all drivers

2024-02-14 Thread Mario Limonciello
Many DRM drivers (ab)use `select ACPI_VIDEO` and to avoid problems will then select all the dependencies for ACPI_VIDEO. This creates a soft dependency, but makes it very hard to use ACPI_VIDEO in DRM core. Switch everything else over to use `depends on ACPI_VIDEO` instead. Signed-off-by: Mario

[PATCH v6 3/5] drm: Add support to get EDID from ACPI

2024-02-14 Thread Mario Limonciello
-by: Mario Limonciello --- drivers/gpu/drm/Kconfig | 1 + drivers/gpu/drm/drm_edid.c | 109 +--- include/drm/drm_connector.h | 6 ++ include/drm/drm_edid.h | 1 + 4 files changed, 109 insertions(+), 8 deletions(-) diff --git a/drivers/gpu/drm/Kconfig b

[PATCH v6 5/5] drm/nouveau: Use drm_edid_read_acpi() helper

2024-02-14 Thread Mario Limonciello
drm_edid at the same time. Signed-off-by: Mario Limonciello --- drivers/gpu/drm/nouveau/nouveau_acpi.c | 27 drivers/gpu/drm/nouveau/nouveau_acpi.h | 2 -- drivers/gpu/drm/nouveau/nouveau_connector.c | 35 + 3 files changed, 14 insertions(+), 50

<    1   2   3   4   5   6   7   8   9   10   >