Всем привет!!
Переехал на Ubuntu 22.04 с 20.04 и вот такая проблема теперь. В логах Xorg.0.log ничего нет.
Драйвер видеокарты NVIDIA 545.29.02
Запускаю командой xinit -- :2
Мои скрипты для отдельной X сессии:
.xinitrc
xrdb -merge ~/.Xresources
xbindkeys
xrandr --output HDMI-1 --off --output DP-2 --mode 1920x1080
xterm
#XTerm
...
XTerm*foreground: white
XTerm*background: Purple4
XTerm*cursorColor: green
XTerm*scrollBar: True
XTerm*saveLines: 800
# XTerm*font: -xos4-terminus-medium-r-normal--32-320-72-72-c-160-iso10646-1
XTerm*font: -sony-fixed-medium-r-normal--24-230-75-75-c-120-iso8859-1
# XTerm*font: -adobe-courier-bold-o-normal--0-0-100-100-m-0-iso10646-1
# XTerm*font: -sun-open look cursor-----12-120-75-75-p-160-sunolcursor-1
XTerm*geometry: 158x40+0+0
...
.xResources
xterm*termName: xterm-256color
XTerm*foreground: #ffffff
XTerm*background: #5f005f
XTerm*cursorColor: #ffffff
XTerm*scrollBar: True
XTerm*saveLines: 800
!XTerm*font: -sony-fixed-medium-r-normal--24-230-75-75-c-120-iso8859-1
XTerm*faceName: Ubuntu Mono:style=Regular
XTerm*geometry: 211x56+0+0
.xbindkeysrc
# For the benefit of emacs users: -*- shell-script -*-
###########################
# xbindkeys configuration #
###########################
#
# Version: 1.8.6
#
# If you edit this file, do not forget to uncomment any lines
# that you change.
# The pound(#) symbol may be used anywhere for comments.
#
# To specify a key, you can use 'xbindkeys --key' or
# 'xbindkeys --multikey' and put one of the two lines in this file.
#
# The format of a command line is:
# "command to start"
# associated key
#
#
# A list of keys is in /usr/include/X11/keysym.h and in
# /usr/include/X11/keysymdef.h
# The XK_ is not needed.
#
# List of modifier:
# Release, Control, Shift, Mod1 (Alt), Mod2 (NumLock),
# Mod3 (CapsLock), Mod4, Mod5 (Scroll).
#
# The release modifier is not a standard X modifier, but you can
# use it if you want to catch release events instead of press events
# By defaults, xbindkeys does not pay attention with the modifiers
# NumLock, CapsLock and ScrollLock.
# Uncomment the lines above if you want to pay attention to them.
#keystate_numlock = enable
#keystate_capslock = enable
#keystate_scrolllock= enable
# Examples of commands:
"xbindkeys_show"
control+shift + q
# set directly keycode (here control + f with my keyboard)
#"xterm"
# c:41 + m:0x4
# specify a mouse button
#"xterm"
# control + b:2
#"xterm -geom 50x20+20+20"
# Shift+Mod2+alt + s
#
## set directly keycode (here control+alt+mod2 + f with my keyboard)
#"xterm"
# alt + c:0x29 + m:4 + mod2
#
## Control+Shift+a release event starts rxvt
#"rxvt"
# release+control+shift + a
#
## Control + mouse button 2 release event starts rxvt
#"rxvt"
# Control + b:2 + Release
#Скриншот отдельной X сессии
"xwd -out /home/diablero/Изображения/Изображения/Screenshots/screenshot.xwd -root -display :2"
m:0x10 + c:107
##################################
# End of xbindkeys configuration #
##################################
blacklist
blacklist nouveau
blacklist lbm-nouveau
options nouveau modeset=0
alias nouveau off
alias lbm-nouveau off
Как это выглядит:
Переключаюсь и через рандомное время зависает, даже мышка не двигается и нельзя перезагрузится по alt+ctrl+delete, нельзя переключиться назад и в какие либо другие tty, только reset. Можно запустить MC, он работает, но как только выйдешь всё. А если запустить glxgears или вартандер, то почти сразу зависает.
И ещё вот такая ошибка лезет:
kernel:[14544.334745] watchdog: BUG: soft lockup - CPU#4 stuck for 108s! [Xorg:76483]
Уважаемые форумчане, помогите пожалуйста!