* [gentoo-user] How to restart/fix frozen XFCE4
@ 2023-04-02 5:28 thelma
2023-04-02 7:09 ` William Kenworthy
` (3 more replies)
0 siblings, 4 replies; 7+ messages in thread
From: thelma @ 2023-04-02 5:28 UTC (permalink / raw
To: Gentoo mailing list
At time to time my XFCE4 freezes. The screen is responding to the keyboard, mouse pointer is moving on the screen but nothing is responding.
I just lookup some solutions and found this one:
- press: CTRL+Alt+T (to get to terminal)
- pidof xfce4-panel
- kill -9 pid
xfwm4 --replace &
Any other solutions?
Thelma
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [gentoo-user] How to restart/fix frozen XFCE4
2023-04-02 5:28 [gentoo-user] How to restart/fix frozen XFCE4 thelma
@ 2023-04-02 7:09 ` William Kenworthy
2023-04-02 11:33 ` Alexe Stefan
` (2 subsequent siblings)
3 siblings, 0 replies; 7+ messages in thread
From: William Kenworthy @ 2023-04-02 7:09 UTC (permalink / raw
To: gentoo-user
On 2/4/23 13:28, thelma@sys-concept.com wrote:
>
> At time to time my XFCE4 freezes. The screen is responding to the
> keyboard, mouse pointer is moving on the screen but nothing is
> responding.
> I just lookup some solutions and found this one:
>
> - press: CTRL+Alt+T (to get to terminal)
> - pidof xfce4-panel
> - kill -9 pid
>
> xfwm4 --replace &
>
> Any other solutions?
>
> Thelma
>
Network mount? - my xfce4 freezes sometimes when a backup is being done
(via a moosefs fuse mount - happens more often if there is a lot of
network activity. I suspect the xfce file manager or similar is looking
into the mount even when nothing is actually being accessed via the
desktop and has to wait, often for a few minutes.
BillK
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [gentoo-user] How to restart/fix frozen XFCE4
2023-04-02 5:28 [gentoo-user] How to restart/fix frozen XFCE4 thelma
2023-04-02 7:09 ` William Kenworthy
@ 2023-04-02 11:33 ` Alexe Stefan
2023-04-02 16:08 ` thelma
2023-04-02 22:11 ` Mark Knecht
2023-04-15 1:55 ` thelma
3 siblings, 1 reply; 7+ messages in thread
From: Alexe Stefan @ 2023-04-02 11:33 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 547 bytes --]
Other possible solutions are killing xfce through telnet/ssh or from
another tty. Another is using the sysrq key, but that is to be avoided.
dum., 2 apr. 2023, 08:28 <thelma@sys-concept.com> a scris:
>
> At time to time my XFCE4 freezes. The screen is responding to the
> keyboard, mouse pointer is moving on the screen but nothing is responding.
> I just lookup some solutions and found this one:
>
> - press: CTRL+Alt+T (to get to terminal)
> - pidof xfce4-panel
> - kill -9 pid
>
> xfwm4 --replace &
>
> Any other solutions?
>
> Thelma
>
>
[-- Attachment #2: Type: text/html, Size: 862 bytes --]
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [gentoo-user] How to restart/fix frozen XFCE4
2023-04-02 11:33 ` Alexe Stefan
@ 2023-04-02 16:08 ` thelma
2023-04-02 21:42 ` Mitch D.
0 siblings, 1 reply; 7+ messages in thread
From: thelma @ 2023-04-02 16:08 UTC (permalink / raw
To: gentoo-user
On 4/2/23 05:33, Alexe Stefan wrote:
> Other possible solutions are killing xfce through telnet/ssh or from another tty. Another is using the sysrq key, but that is to be avoided.
>
> dum., 2 apr. 2023, 08:28 <thelma@sys-concept.com <mailto:thelma@sys-concept.com>> a scris:
>
>
> At time to time my XFCE4 freezes. The screen is responding to the keyboard, mouse pointer is moving on the screen but nothing is responding.
> I just lookup some solutions and found this one:
>
> - press: CTRL+Alt+T (to get to terminal)
> - pidof xfce4-panel
> - kill -9 pid
>
> xfwm4 --replace &
>
> Any other solutions?
I ask ChatGPT for a solution to this and I got:
1.) Try using the keyboard shortcut Ctrl+Alt+Esc. This will turn your mouse cursor into an X symbol, allowing you to click on the window that's causing the freeze and kill it.
2.) If the keyboard shortcut doesn't work, try switching to a virtual terminal by pressing Ctrl+Alt+F2. Log in with your username and password.
3.) Once you're logged in, use the top or htop command to identify the process that's causing the freeze. You can sort the list of processes by CPU usage or memory usage to make it easier to find the offending process.
4.) Use the kill command followed by the process ID (PID) to terminate the process. For example, if the PID is 1234, you would use the command kill 1234.
5.) Switch back to your X session by pressing Ctrl+Alt+F7. Your XFCE4 desktop environment should now have restarted, and you can log in as usual.
"Ctrl+Alt+Esc" doesn't work, and I've never seen this solution; where does it come from?
Thelma
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [gentoo-user] How to restart/fix frozen XFCE4
2023-04-02 16:08 ` thelma
@ 2023-04-02 21:42 ` Mitch D.
0 siblings, 0 replies; 7+ messages in thread
From: Mitch D. @ 2023-04-02 21:42 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 2395 bytes --]
I don't remember if it was tied to a specific popular Linux distribution,
but this used to be the common response to new Linux-converts when they
asked for the Linux version of Ctrl+Alt+Delete (to kill a hanging process).
I remember some modifier keys and escape, but I can't confirm that it was
exactly "Ctrl+Alt+Esc". The key combination would launch "xkill", which now
shows a skull-and-crossbones cursor instead of an "X" (on my machine, at
least). Using the skull-and-crossbones to click on a window will kill the
process corresponding to that window.
On Sun, Apr 2, 2023 at 12:09 PM <thelma@sys-concept.com> wrote:
> On 4/2/23 05:33, Alexe Stefan wrote:
> > Other possible solutions are killing xfce through telnet/ssh or from
> another tty. Another is using the sysrq key, but that is to be avoided.
> >
> > dum., 2 apr. 2023, 08:28 <thelma@sys-concept.com <mailto:
> thelma@sys-concept.com>> a scris:
> >
> >
> > At time to time my XFCE4 freezes. The screen is responding to the
> keyboard, mouse pointer is moving on the screen but nothing is responding.
> > I just lookup some solutions and found this one:
> >
> > - press: CTRL+Alt+T (to get to terminal)
> > - pidof xfce4-panel
> > - kill -9 pid
> >
> > xfwm4 --replace &
> >
> > Any other solutions?
>
> I ask ChatGPT for a solution to this and I got:
>
> 1.) Try using the keyboard shortcut Ctrl+Alt+Esc. This will turn your
> mouse cursor into an X symbol, allowing you to click on the window that's
> causing the freeze and kill it.
>
> 2.) If the keyboard shortcut doesn't work, try switching to a virtual
> terminal by pressing Ctrl+Alt+F2. Log in with your username and password.
>
> 3.) Once you're logged in, use the top or htop command to identify the
> process that's causing the freeze. You can sort the list of processes by
> CPU usage or memory usage to make it easier to find the offending process.
>
> 4.) Use the kill command followed by the process ID (PID) to terminate the
> process. For example, if the PID is 1234, you would use the command kill
> 1234.
>
> 5.) Switch back to your X session by pressing Ctrl+Alt+F7. Your XFCE4
> desktop environment should now have restarted, and you can log in as usual.
>
> "Ctrl+Alt+Esc" doesn't work, and I've never seen this solution; where
> does it come from?
>
>
> Thelma
>
>
[-- Attachment #2: Type: text/html, Size: 3009 bytes --]
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [gentoo-user] How to restart/fix frozen XFCE4
2023-04-02 5:28 [gentoo-user] How to restart/fix frozen XFCE4 thelma
2023-04-02 7:09 ` William Kenworthy
2023-04-02 11:33 ` Alexe Stefan
@ 2023-04-02 22:11 ` Mark Knecht
2023-04-15 1:55 ` thelma
3 siblings, 0 replies; 7+ messages in thread
From: Mark Knecht @ 2023-04-02 22:11 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 472 bytes --]
On Sat, Apr 1, 2023 at 10:28 PM <thelma@sys-concept.com> wrote:
>
>
> At time to time my XFCE4 freezes. The screen is responding to the
keyboard, mouse pointer is moving on the screen but nothing is responding.
> I just lookup some solutions and found this one:
>
> - press: CTRL+Alt+T (to get to terminal)
> - pidof xfce4-panel
> - kill -9 pid
>
> xfwm4 --replace &
>
> Any other solutions?
>
> Thelma
https://en.wikipedia.org/wiki/Magic_SysRq_key
[-- Attachment #2: Type: text/html, Size: 712 bytes --]
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [gentoo-user] How to restart/fix frozen XFCE4
2023-04-02 5:28 [gentoo-user] How to restart/fix frozen XFCE4 thelma
` (2 preceding siblings ...)
2023-04-02 22:11 ` Mark Knecht
@ 2023-04-15 1:55 ` thelma
3 siblings, 0 replies; 7+ messages in thread
From: thelma @ 2023-04-15 1:55 UTC (permalink / raw
To: gentoo-user
On 4/1/23 23:28, thelma@sys-concept.com wrote:
>
> At time to time my XFCE4 freezes. The screen is responding to the keyboard, mouse pointer is moving on the screen but nothing is responding.
> I just lookup some solutions and found this one:
>
> - press: CTRL+Alt+T (to get to terminal)
> - pidof xfce4-panel
> - kill -9 pid
>
> xfwm4 --replace &
>
> Any other solutions?
>
> Thelma
I've tried the above solution after XFCE froze. It did not work.
Pressing CTRL+Alt+T worked, window open with a terminal and responded to keyboard (not the mouse).
- pidof xfce4-panel
- kill -9 pid
xfwm4 --replace &
the above worked, but did not help. htop did not show anything was using excess CPU.
I logged in as root and "/etc/inid.d/display-manger restart" did not restart X, just unresponsive black screen
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2023-04-15 1:55 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-04-02 5:28 [gentoo-user] How to restart/fix frozen XFCE4 thelma
2023-04-02 7:09 ` William Kenworthy
2023-04-02 11:33 ` Alexe Stefan
2023-04-02 16:08 ` thelma
2023-04-02 21:42 ` Mitch D.
2023-04-02 22:11 ` Mark Knecht
2023-04-15 1:55 ` thelma
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox