On 3/23/23 04:45, Qiyu Yan wrote:
在 2023/3/23 11:22, Robert McBroom via users 写道:
Total strangeness with the new kernel series on fedora 37. My update
was from 6.1.14 to the 6.2.7, missing several editions. With the new
kernel the display was only 1024x768 on the 27" monitor. Even though
x11
On 03/24/2023 11:03 AM, Robert McBroom via users wrote:
Exactly, the 6.2.7 kernel doesn't compile from the akmod.
A slight correction: the akmod compiles the kernel module, or kmod, not
the kernel itself. However, I'd check with Bugzilla, and if there's not
a bug report yet, file one. If th
Found it, by myself
https://notes.zerodogg.org/GNOME/lock-unlock-cli/
# Lock
dbus-send --session --dest=org.gnome.ScreenSaver --type=method_call
--print-reply --reply-timeout=2 /org/gnome/ScreenSaver
org.gnome.ScreenSaver.SetActive boolean:true
# Unlock
dbus-send --session --dest=org.gnome
On Fri, 2023-03-24 at 21:06 +0100, Dario Lesca wrote:
> Found it, by myself
>
> https://notes.zerodogg.org/GNOME/lock-unlock-cli/
>
> # Lock
> dbus-send --session --dest=org.gnome.ScreenSaver --type=method_call -
> -print-reply --reply-timeout=2 /org/gnome/ScreenSaver
> org.gnome.ScreenSaver.
Joe Zeff wrote:
> On 03/24/2023 11:03 AM, Robert McBroom via users wrote:
>> Exactly, the 6.2.7 kernel doesn't compile from the akmod.
>
> A slight correction: the akmod compiles the kernel module, or kmod, not the
> kernel itself. However, I'd check with Bugzilla, and if there's not a bug
> repo
On Fri, 2023-03-24 at 22:27 +, Patrick O'Callaghan wrote:
> This appears to be Gnome-specific. Presumably equivalents exist for
> those of us who use other DEs, but it would be interesting if a generic
> solution existed.
Would those other desktop environments be using gnome-screensaver?
--