You are not logged in.

#1 2025-04-07 17:38:22

Pinguha
Member
Registered: 2025-04-07
Posts: 2

[SOLVED] Sudden reboot of xorg in Arch xfce

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

#2 2025-04-08 07:52:20

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 75,325

Re: [SOLVED] Sudden reboot of xorg in Arch xfce

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.st

for 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

#3 2025-04-08 12:35:17

Pinguha
Member
Registered: 2025-04-07
Posts: 2

Re: [SOLVED] Sudden reboot of xorg in Arch xfce

Thanks! amdgpu module solved the problem. Sorry for the delay

Offline

Board footer

Powered by FluxBB