Re: Working with secureboot

2025-07-22 Thread Todd Zullinger
Robert McBroom via users wrote: > On 7/21/25 5:05 PM, Todd Zullinger wrote: >> The one which has the hostname should differ between each >> host, I would think. :) > > Sharing /boot/efi between the installs is apparently the > problem. Even though the hostname is different the > certification will

Re: Working with secureboot

2025-07-22 Thread Robert McBroom via users
On 7/21/25 5:05 PM, Todd Zullinger wrote: Robert McBroom via users wrote: On 7/18/25 5:54 PM, Todd Zullinger wrote: following command, run as root: mokutil --sb-state Secure boot is enabled in the bios. Yes fedora recognizes that. If it says only "SecureBoot enabled" then try listing

Re: can I issue commands to X session from a text vt?

2025-07-22 Thread fedora
On 22/7/25 23:38, Francis Montagnac via users wrote: On Tue, 22 Jul 2025 15:16:39 +0200 Francis Montagnac via users wrote: Try thus this (from tty2): chvt 1; sleep 1; xrandr --display :0 --output HDMI1 --mode 3840x2160 Fix: chvt needs to be run as root, thus: sudo chvt 1; sleep 1;

Re: can I issue commands to X session from a text vt?

2025-07-22 Thread Francis Montagnac via users
On Tue, 22 Jul 2025 15:16:39 +0200 Francis Montagnac via users wrote: > Try thus this (from tty2): > chvt 1; sleep 1; xrandr --display :0 --output HDMI1 --mode 3840x2160 Fix: chvt needs to be run as root, thus: sudo chvt 1; sleep 1; xrandr --display :0 --output HDMI1 --mode 3840x2160 --

Re: can I issue commands to X session from a text vt?

2025-07-22 Thread Francis Montagnac via users
On Tue, 22 Jul 2025 21:28:20 +1000 fed...@eyal.emu.id.au wrote: > On 22/7/25 18:16, Barry Scott wrote: >> Try like this: >> >> XAUTHORITY=/run/user/1000/xauth_icQwML DISPLAY=:0.0 xterm > I do not have any (my uid is 500) > /run/user/500/xauth_* > 'locate' knows of none either. locate

Re: can I issue commands to X session from a text vt?

2025-07-22 Thread Sam Varshavchik
fed...@eyal.emu.id.au writes: However, trying xterm -display :0 -e xrandr --output HDMI1 --mode 3840x2160 or xterm -display :0 -e xrandr --display :0 --output HDMI1 --mode 3840x2160 or even xterm -hold -display :0 -e xrandr --display :0 --output HDMI1 --mode 3840x2160 does not re

Re: can I issue commands to X session from a text vt?

2025-07-22 Thread fedora
Thanks Barry, On 22/7/25 18:16, Barry Scott wrote: On 22 Jul 2025, at 04:23, fed...@eyal.emu.id.au wrote: f42 x86_64 with all updates, i915 built in video I have a problem where when I disconnect a monitor (e.g. using a KVM) and reconnect, the screen remains blank. I checked the situation

Re: can I issue commands to X session from a text vt?

2025-07-22 Thread Barry Scott
> On 22 Jul 2025, at 04:23, fed...@eyal.emu.id.au wrote: > > f42 x86_64 with all updates, i915 built in video > > I have a problem where when I disconnect a monitor (e.g. using a KVM) and > reconnect, the screen remains blank. > > I checked the situation and running 'xrandr --listmonitors' sho