You are not logged in.
Hello, recently after installing Arch with xfce desktop environment using archinstall script, I started to experience the following problem:
For different reasons (like because I opened the video) xorg is restarted, sometimes the keyboard stops responding (although of the open programs were firefox and telegram), and if still xorg started again, then It stop displaying the video normally (only audio works), helps only a full reboot.
There's xorg logs: https://pastebin.com/Y7r4kHZQ
Last edited by Pinguha (2025-04-08 12:35:32)
Offline
X11 doesn't "reboot", what can happen is that the X11 server or your session crashes.
The relevant xorg log would not be the current one, but the Xorg.0.log.old and pot. the journal of that boot eg.
sudo journalctl -b -1 | curl -F 'file=@-' 0x0.stfor the previous (-1) boot.
For different reasons (like because I opened the video)
[ 40.231] (--) PCI:*(0@0:1:0) 1002:9851:1025:0865 rev 5, Mem @ 0xe0000000/268435456, 0xf0000000/8388608, 0xf0c00000/262144, I/O @ 0x00003000/256, BIOS @ 0x????????/131072
[ 40.365] (II) RADEON: Driver for ATI/AMD Radeon chipsets:Since this seems to be a sea-islands chip, try the amdgpu module (and perhaps modesetting driver for a start), https://wiki.archlinux.org/title/AMDGPU … K)_support
Offline
Thanks! amdgpu module solved the problem. Sorry for the delay
Offline