<div dir="ltr">Your correct I am using GDM.<div>Is there a magic GDM setting that does what I need ?</div><div><br></div><div>Thanks</div><div><br></div><div>jerry</div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Thu, Nov 3, 2022 at 8:58 AM Robert Heller <<a href="mailto:heller@deepsoft.com">heller@deepsoft.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">I presume that you are using the (default) GUI login (gdm?) and my guess is <br>
that gdm (or whatever it is called now) is doing this (reverting to the login <br>
screen on VT terminal changes).  *I* have disabled the GUI login (change the <br>
default target to the plain multi-user target).  I get the (black) console <br>
login screen and use startx to fire up the GUI (I have some contitional code <br>
in a couple of my machines' login script to do this automagically).<br>
<br>
<br>
At Thu, 3 Nov 2022 08:37:21 -0400 "Ubuntu user technical support,? not for general discussions" <<a href="mailto:ubuntu-users@lists.ubuntu.com" target="_blank">ubuntu-users@lists.ubuntu.com</a>> wrote:<br>
<br>
> <br>
> On Tue, Nov 1, 2022 at 2:59 PM Jerry Geis <<a href="mailto:jerry.geis@gmail.com" target="_blank">jerry.geis@gmail.com</a>> wrote:<br>
> <br>
> ><br>
> ><br>
> > On Tue, Nov 1, 2022 at 2:51 PM Robert Heller <<a href="mailto:heller@deepsoft.com" target="_blank">heller@deepsoft.com</a>> wrote:<br>
> ><br>
> >> At Tue, 1 Nov 2022 14:29:15 -0400 "Ubuntu user technical support,? not<br>
> >> for general discussions" <<a href="mailto:ubuntu-users@lists.ubuntu.com" target="_blank">ubuntu-users@lists.ubuntu.com</a>> wrote:<br>
> >><br>
> >> ><br>
> >> > On Tue, Nov 1, 2022 at 9:54 AM Little Girl <<a href="mailto:littlergirl@gmail.com" target="_blank">littlergirl@gmail.com</a>><br>
> >> wrote:<br>
> >> ><br>
> >> > > Hey there,<br>
> >> > ><br>
> >> > > Jerry Geis wrote:<br>
> >> > ><br>
> >> > > >However - if am doing something slightly different. the<br>
> >> > > >Control-alt-f3 - goes out of that "mode" and when I switch back<br>
> >> > > >I get a login screen.<br>
> >> > > ><br>
> >> > > >How do I "ignore" that change of input - or change of screen.... In<br>
> >> > > >my use that is "ok".<br>
> >> > > >Is there something in X that also needs set ?<br>
> >> > ><br>
> >> > > Are either of these of any use?<br>
> >> > ><br>
> >> > ><br>
> >> > ><br>
> >> <a href="https://askubuntu.com/questions/466662/how-to-disable-password-prompt-for-switching-users-in-graphical-session" rel="noreferrer" target="_blank">https://askubuntu.com/questions/466662/how-to-disable-password-prompt-for-switching-users-in-graphical-session</a><br>
> >> > ><br>
> >> > ><br>
> >> > ><br>
> >> <a href="https://askubuntu.com/questions/1005457/disable-ctrl-alt-ls-behavior-of-locking-the-screen" rel="noreferrer" target="_blank">https://askubuntu.com/questions/1005457/disable-ctrl-alt-ls-behavior-of-locking-the-screen</a><br>
> >> > ><br>
> >> > > --<br>
> >> > > Little Girl<br>
> >> > ><br>
> >> > > There is no spoon.<br>
> >> > ><br>
> >> > > --<br>
> >> > > ubuntu-users mailing list<br>
> >> > > <a href="mailto:ubuntu-users@lists.ubuntu.com" target="_blank">ubuntu-users@lists.ubuntu.com</a><br>
> >> > > Modify settings or unsubscribe at:<br>
> >> > > <a href="https://lists.ubuntu.com/mailman/listinfo/ubuntu-users" rel="noreferrer" target="_blank">https://lists.ubuntu.com/mailman/listinfo/ubuntu-users</a><br>
> >> ><br>
> >> ><br>
> >> > Thanks - did find anything there I had not tried.<br>
> >> ><br>
> >> > I did my control-alt-f3 - and went back - I then looked at the<br>
> >> xorg.0.log<br>
> >> > file<br>
> >> > systemd-logind suspend<br>
> >> > systemd-logind -resume<br>
> >> ><br>
> >> > are the couple messages I see. What do  I do about that ?<br>
> >><br>
> >> I just read the man pages for systemd-logind, and my guess is that if you<br>
> >> edit<br>
> >> /etc/systemd/logind.conf and change the line<br>
> >><br>
> >> #HandleSuspendKey=suspend<br>
> >> to<br>
> >> HandleSuspendKey=ignore<br>
> >><br>
> >> You *might* get what you want.<br>
> >><br>
> >> ><br>
> >> > Jerry<br>
> >> ><br>
> >><br>
> >> --<br>
> >> Robert Heller             -- Cell: 413-658-7953 GV: 978-633-5364<br>
> >> Deepwoods Software        -- Custom Software Services<br>
> >> <a href="http://www.deepsoft.com/" rel="noreferrer" target="_blank">http://www.deepsoft.com/</a>  -- Linux Administration Services<br>
> >> <a href="mailto:heller@deepsoft.com" target="_blank">heller@deepsoft.com</a>       -- Webhosting Services<br>
> >><br>
> >><br>
> >> --<br>
> >> ubuntu-users mailing list<br>
> >> <a href="mailto:ubuntu-users@lists.ubuntu.com" target="_blank">ubuntu-users@lists.ubuntu.com</a><br>
> >> Modify settings or unsubscribe at:<br>
> >> <a href="https://lists.ubuntu.com/mailman/listinfo/ubuntu-users" rel="noreferrer" target="_blank">https://lists.ubuntu.com/mailman/listinfo/ubuntu-users</a><br>
> ><br>
> ><br>
> > Robert -  I was so hopeful - Changed that file - thought I would reboot<br>
> > just to make sure config is read. Same issue.<br>
> > Same event logged also.<br>
> ><br>
> > Jerry<br>
> ><br>
> <br>
> Was not in yeasterday - back today.<br>
> I tried this<br>
>  systemctl mask sleep.target suspend.target hibernate.target<br>
> hybrid-sleep.target<br>
> <br>
> <br>
> Still no go - the Xorg.0.log still is showing pause.<br>
> <br>
> grep pause /home/silentm/.local/share/xorg/Xorg.0.log<br>
> [    47.812] (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 12<br>
> paused 0<br>
> [    48.512] (II) systemd-logind: got fd for /dev/input/event2 13:66 fd 22<br>
> paused 0<br>
> [    48.579] (II) systemd-logind: got fd for /dev/input/event4 13:68 fd 25<br>
> paused 0<br>
> [    48.595] (II) systemd-logind: got fd for /dev/input/event0 13:64 fd 26<br>
> paused 0<br>
> [    48.616] (II) systemd-logind: got fd for /dev/input/event1 13:65 fd 27<br>
> paused 0<br>
> [    48.634] (II) systemd-logind: got fd for /dev/input/event5 13:69 fd 28<br>
> paused 0<br>
> [    48.649] (II) systemd-logind: got fd for /dev/input/event6 13:70 fd 29<br>
> paused 0<br>
> [    48.663] (II) systemd-logind: got fd for /dev/input/event7 13:71 fd 30<br>
> paused 0<br>
> [    48.673] (II) systemd-logind: got fd for /dev/input/event3 13:67 fd 31<br>
> paused 0<br>
> [    95.637] (II) systemd-logind: got pause for 226:0<br>
> [    95.637] (II) systemd-logind: got pause for 13:65<br>
> [    95.637] (II) systemd-logind: got pause for 13:71<br>
> [    95.637] (II) systemd-logind: got pause for 13:70<br>
> [    95.637] (II) systemd-logind: got pause for 13:64<br>
> [    95.637] (II) systemd-logind: got pause for 13:66<br>
> [    95.637] (II) systemd-logind: got pause for 13:68<br>
> [    95.637] (II) systemd-logind: got pause for 13:67<br>
> [    95.637] (II) systemd-logind: got pause for 13:69<br>
> <br>
> How do I get X not to pause - I dont want the X screen to logout when I do<br>
> control-ALt-F3 and then control-F1 to go back???<br>
> I tried the setting all these in logind.conf<br>
> <br>
> [Login]<br>
> #NAutoVTs=6<br>
> #ReserveVT=6<br>
> #KillUserProcesses=no<br>
> #KillOnlyUsers=<br>
> #KillExcludeUsers=root<br>
> #InhibitDelayMaxSec=5<br>
> HandlePowerKey=ignore<br>
> HandleSuspendKey=ignore<br>
> HandleHibernateKey=ignore<br>
> HandleLidSwitch=ignore<br>
> HandleLidSwitchExternalPower=ignore<br>
> HandleLidSwitchDocked=ignore<br>
> <br>
> rebooted and still nothing.<br>
> Jerry<br>
> <br>
<br>
-- <br>
Robert Heller             -- Cell: 413-658-7953 GV: 978-633-5364<br>
Deepwoods Software        -- Custom Software Services<br>
<a href="http://www.deepsoft.com/" rel="noreferrer" target="_blank">http://www.deepsoft.com/</a>  -- Linux Administration Services<br>
<a href="mailto:heller@deepsoft.com" target="_blank">heller@deepsoft.com</a>       -- Webhosting Services<br>
<br>
<br>
-- <br>
ubuntu-users mailing list<br>
<a href="mailto:ubuntu-users@lists.ubuntu.com" target="_blank">ubuntu-users@lists.ubuntu.com</a><br>
Modify settings or unsubscribe at: <a href="https://lists.ubuntu.com/mailman/listinfo/ubuntu-users" rel="noreferrer" target="_blank">https://lists.ubuntu.com/mailman/listinfo/ubuntu-users</a><br>
</blockquote></div>