You are not logged in.

#1 2022-08-27 23:33:51

nxjoseph
Member
Registered: 2022-08-26
Posts: 1

[SOLVED] tty freezing after killing Xorg

Hello. I am using i3-wm and I start i3 session with xinit. My problem is when I run pkill X to kill Xorg, tty screen comes but it's freezed, so I can't control my computer without a system reboot.

Here is a screenshot of freezed tty screen.

Z6n7TK.jpg

Here are some outputs.

$ i3 -v
i3 version 4.20.1
$ cat ~/.xinitrc 
i3
$ ls /etc/X11/xorg.conf.d/
10-monitor.conf  50-mouse-acceleration.conf
[~]$ cat /etc/X11/xorg.conf.d/*
Section "Monitor"
    Identifier "DP-1"
    Option "DPMS" "false"
EndSection

Section "ServerFlags"
    Option "StandbyTime" "0"
    Option "SuspendTime" "0"
    Option "OffTime" "0"
    Option "BlankTime" "0"
EndSection

Section "ServerLayout"
    Identifier "ServerLayout0"
EndSection

Section "Extensions"
    Option      "DPMS" "Disable"
EndSection
Section "InputClass"
	Identifier "My Mouse"
	MatchIsPointer "yes"
	Option "AccelerationProfile" "-1"
	Option "AccelerationScheme" "none"
	Option "AccelSpeed" "-1"
EndSection
$ xrandr
Screen 0: minimum 320 x 200, current 1366 x 768, maximum 16384 x 16384
HDMI-1 disconnected primary (normal left inverted right x axis y axis)
DP-1 connected 1366x768+0+0 (normal left inverted right x axis y axis) 410mm x 230mm
   1366x768      59.79*+
   1280x720      60.00    59.99    59.86    60.00    59.74  
   1024x768      75.05    60.04    75.03    70.07    60.00  
   960x720       75.00    60.00  
   928x696       75.00    60.05  
   896x672       75.05    60.01  
   1024x576      59.95    59.96    59.90    59.82  
   960x600       59.93    60.00  
   832x624       74.55  
   960x540       59.96    59.99    59.63    59.82  
   800x600       75.00    70.00    65.00    60.00    72.19    75.00    60.32    56.25  
   840x525       60.01    59.88  
   864x486       59.92    59.57  
   700x525       74.76    59.98  
   800x450       59.95    59.82  
   640x512       75.02    60.02  
   700x450       59.96    59.88  
   640x480       60.00    75.00    72.81    75.00    66.67    59.94  
   720x405       59.51    58.99  
   720x400       70.08  
   684x384       59.88    59.85  
   640x400       59.88    59.98  
   576x432       75.00  
   640x360       59.86    59.83    59.84    59.32  
   512x384       75.03    70.07    60.00  
   512x288       60.00    59.92  
   416x312       74.66  
   480x270       59.63    59.82  
   400x300       72.19    75.12    60.32    56.34  
   432x243       59.92    59.57  
   320x240       72.81    75.00    60.05  
   360x202       59.51    59.13  
   320x180       59.84    59.32 

EDIT: I was using 5.19-3 kernel, now I upgraded to 5.19-4 and issue looks solved. I tried to kill Xorg after 25 min of usage and tty didn't freeze.

Looks like same issue: https://bbs.archlinux.org/viewtopic.php?id=278854

Last edited by nxjoseph (2022-08-28 00:18:00)

Offline

Board footer

Powered by FluxBB