Gentoo Archives: gentoo-user

From: Adam Carter <adamcarter3@×××××.com>
To: Gentoo User <gentoo-user@l.g.o>
Subject: Re: [gentoo-user] X.Org Fatal server error: AIGLX: Suspending AIGLX clients for VT switch
Date: Sat, 12 Jun 2021 03:03:54
Message-Id: CAC=wYCHVzr94CZbG_DLWZOG3yO=7zviTyK7kKe9MQXgDDkJ7gQ@mail.gmail.com
In Reply to: [gentoo-user] X.Org Fatal server error: AIGLX: Suspending AIGLX clients for VT switch by thelma@sys-concept.com
1 On Fri, Jun 11, 2021 at 2:24 AM <thelma@×××××××××××.com> wrote:
2
3 > The X server is crashing with an error: AIGLX: Suspending AIGLX clients
4 > for VT switch
5 > /home/fd/.local/share/xorg/Xorg.0.log
6 >
7 >
8 If you have recently updated the kernel, try 'emerge @x11-module-rebuild'
9
10 Otherwise here's what i have for my .config for a Radeon box;
11 $ zgrep FB /proc/config.gz | grep -v \#
12 CONFIG_DRM_KMS_FB_HELPER=y
13 CONFIG_DRM_FBDEV_EMULATION=y
14 CONFIG_DRM_FBDEV_OVERALLOC=100
15 CONFIG_FB_CMDLINE=y
16 CONFIG_FB_NOTIFY=y
17 CONFIG_FB=y
18 CONFIG_FB_BOOT_VESA_SUPPORT=y
19 CONFIG_FB_CFB_FILLRECT=y
20 CONFIG_FB_CFB_COPYAREA=y
21 CONFIG_FB_CFB_IMAGEBLIT=y
22 CONFIG_FB_SYS_FILLRECT=y
23 CONFIG_FB_SYS_COPYAREA=y
24 CONFIG_FB_SYS_IMAGEBLIT=y
25 CONFIG_FB_SYS_FOPS=y
26 CONFIG_FB_DEFERRED_IO=y
27 CONFIG_FB_MODE_HELPERS=y
28 CONFIG_FB_VESA=y
29 CONFIG_FB_EFI=y
30 CONFIG_FB_SIMPLE=y