LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   XFCE/XSERVER Crashes (https://www.linuxquestions.org/questions/linux-newbie-8/xfce-xserver-crashes-4175625365/)

zetrotrack000 03-11-2018 09:08 AM

XFCE/XSERVER Crashes
 
Hi
I am using XFCE Desktop over Arch Linux. For few days there is a problem with my system. Sometimes it happens that when I am using my system, for instance writing a document or internet browsing or watching a movie etc., the sytsem automatically logs off, or maybe xserver crashes, I tried to look into ~/.xsession-errors and /var/log/Xorg.0.log but not able to find the problem. I am not confirm that whats wrong here. After crash, I have to login again and it results in loss of work. Kindly help me to investigate and solve this problem. Thanks

Mara 03-11-2018 03:55 PM

Try to look into the kernel log. Use dmesg -H command to view it. Look if you can find anything around the time the logout occurs.

AwesomeMachine 03-11-2018 09:44 PM

Each time X crashes it starts a new Xorg log. So you must look in the one before the latest.

zetrotrack000 03-12-2018 12:30 AM

At the time of crash, dmesg -H shows this:
Code:

[Mar12 10:11] [drm] enabling PCIE gen 2 link speeds, disable with radeon.pcie_gen2=0
[  +0.005883] [drm] PCIE GART of 1024M enabled (table at 0x0000000000162000).
[  +0.000079] radeon 0000:01:00.0: WB enabled
[  +0.000003] radeon 0000:01:00.0: fence driver on ring 0 use gpu addr 0x0000000080000c00 and cpu addr 0x0000000094b9db49
[  +0.000001] radeon 0000:01:00.0: fence driver on ring 3 use gpu addr 0x0000000080000c0c and cpu addr 0x00000000c348dd3f
[  +0.000803] radeon 0000:01:00.0: fence driver on ring 5 use gpu addr 0x0000000000072118 and cpu addr 0x00000000ac83210d
[  +0.016305] [drm] ring test on 0 succeeded in 1 usecs
[  +0.000006] [drm] ring test on 3 succeeded in 3 usecs
[  +0.177076] [drm] ring test on 5 succeeded in 2 usecs
[  +0.000004] [drm] UVD initialized successfully.
[  +0.000103] [drm] ib test on ring 0 succeeded in 0 usecs
[  +0.000097] [drm] ib test on ring 3 succeeded in 0 usecs
[  +0.677470] [drm] ib test on ring 5 succeeded

And /var/log/lightdm/x-0.log.old shows following:
Code:

X.Org X Server 1.19.6
Release Date: 2017-12-20
X Protocol Version 11, Revision 0
Build Operating System: Linux 4.14.12-1-ARCH x86_64
Current Operating System: Linux pc 4.15.7-1-ARCH #1 SMP PREEMPT Wed Feb 28 19:01:57 UTC 2018 x86_64
Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=2fb624d2-1e45-468d-847b-cce424b64b92 rw quiet
Build Date: 26 January 2018  10:25:18AM

Current version of pixman: 0.34.0
        Before reporting problems, check http://wiki.x.org
        to make sure that you have the latest version.
Markers: (--) probed, (**) from config file, (==) default setting,
        (++) from command line, (!!) notice, (II) informational,
        (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Mon Mar 12 04:14:39 2018
(==) Using config directory: "/etc/X11/xorg.conf.d"
(==) Using system config directory "/usr/share/X11/xorg.conf.d"
(II) [KMS] Kernel modesetting enabled.
(II) AIGLX: Suspending AIGLX clients for VT switch
Xorg: ../libinput-1.10.2/src/evdev-mt-touchpad-tap.c:1028: tp_tap_handle_state: Assertion `tp->tap.nfingers_down >= 1' failed.

However, Xorg.log.x does not have anything special infront of EE or WW except saying that error loading module vesa or fbdev.
I think the error is either related to GPU (AMD RADEON) or Touchpad. What do you think?

zetrotrack000 03-12-2018 12:52 AM

I have just installed:
xf86-input-synaptics
and
xf86-video-amdgpu
Lets see whether it solves the problem or not. What do you think?

zetrotrack000 03-12-2018 01:38 AM

No. X is still crashing. Maybe the problem is with lightdm. I have switched lightdm with lxdm. Lets see...

zetrotrack000 03-12-2018 03:00 AM

The problem is not with lxdm or lightdm. Because the X is still crashing.
Kindly help me to solve this problem.

AwesomeMachine 03-12-2018 07:41 AM

Try looking in /home/user/.local/share/xorg/Xorg.0.log.old or /var/log/Xorg.0.log.old

I think this is a video driver issue. Which gpu are you using?

zetrotrack000 03-12-2018 09:37 AM

Quote:

Originally Posted by AwesomeMachine (Post 5830000)
Try looking in /home/user/.local/share/xorg/Xorg.0.log.old or /var/log/Xorg.0.log.old

I think this is a video driver issue. Which gpu are you using?

~/.local/share/xorg/Xorg.0.log.old does not exist, however, here is the output of /var/log/Xorg.1.log.old:

Please check the last few lines of the following code.

Code:

[  1103.261]
X.Org X Server 1.19.6
Release Date: 2017-12-20
[  1103.261] X Protocol Version 11, Revision 0
[  1103.261] Build Operating System: Linux 4.14.12-1-ARCH x86_64
[  1103.261] Current Operating System: Linux pc 4.15.8-1-ARCH #1 SMP PREEMPT Sat Mar 10 00:00:33 UTC 2018 x86_64
[  1103.261] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=2fb624d2-1e45-468d-847b-cce424b64b92 rw quiet
[  1103.261] Build Date: 26 January 2018  10:25:18AM
[  1103.261] 
[  1103.261] Current version of pixman: 0.34.0
[  1103.261]        Before reporting problems, check http://wiki.x.org
        to make sure that you have the latest version.
[  1103.261] Markers: (--) probed, (**) from config file, (==) default setting,
        (++) from command line, (!!) notice, (II) informational,
        (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[  1103.261] (==) Log file: "/var/log/Xorg.1.log", Time: Mon Mar 12 16:07:00 2018
[  1103.261] (==) Using config directory: "/etc/X11/xorg.conf.d"
[  1103.261] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[  1103.262] (==) No Layout section.  Using the first Screen section.
[  1103.262] (==) No screen section available. Using defaults.
[  1103.262] (**) |-->Screen "Default Screen Section" (0)
[  1103.262] (**) |  |-->Monitor "<default monitor>"
[  1103.262] (==) No monitor specified for screen "Default Screen Section".
        Using a default monitor configuration.
[  1103.262] (==) Automatically adding devices
[  1103.262] (==) Automatically enabling devices
[  1103.262] (==) Automatically adding GPU devices
[  1103.262] (==) Automatically binding GPU devices
[  1103.262] (==) Max clients allowed: 256, resource mask: 0x1fffff
[  1103.262] (WW) The directory "/usr/share/fonts/misc/" does not exist.
[  1103.262]        Entry deleted from font path.
[  1103.262] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
[  1103.262]        Entry deleted from font path.
[  1103.262] (WW) The directory "/usr/share/fonts/Type1/" does not exist.
[  1103.262]        Entry deleted from font path.
[  1103.262] (WW) The directory "/usr/share/fonts/100dpi/" does not exist.
[  1103.262]        Entry deleted from font path.
[  1103.262] (WW) The directory "/usr/share/fonts/75dpi/" does not exist.
[  1103.262]        Entry deleted from font path.
[  1103.262] (==) FontPath set to:
        /usr/share/fonts/TTF/
[  1103.262] (==) ModulePath set to "/usr/lib/xorg/modules"
[  1103.262] (II) The server relies on udev to provide the list of input devices.
        If no devices become available, reconfigure udev or disable AutoAddDevices.
[  1103.262] (II) Loader magic: 0x561c26049d60
[  1103.262] (II) Module ABI versions:
[  1103.262]        X.Org ANSI C Emulation: 0.4
[  1103.262]        X.Org Video Driver: 23.0
[  1103.263]        X.Org XInput driver : 24.1
[  1103.263]        X.Org Server Extension : 10.0
[  1103.263] (++) using VT number 8

[  1103.264] (II) systemd-logind: logind integration requires -keeptty and -keeptty was not provided, disabling logind integration
[  1103.265] (II) xfree86: Adding drm device (/dev/dri/card0)
[  1103.265] (EE) /dev/dri/card0: failed to set DRM interface version 1.4: Permission denied
[  1103.265] (II) xfree86: Adding drm device (/dev/dri/card1)
[  1103.265] (EE) /dev/dri/card1: failed to set DRM interface version 1.4: Permission denied
[  1103.269] (--) PCI:*(0:0:2:0) 8086:0166:103c:183e rev 9, Mem @ 0xc3000000/4194304, 0xb0000000/268435456, I/O @ 0x00005000/64, BIOS @ 0x????????/131072
[  1103.269] (--) PCI: (0:1:0:0) 1002:6840:103c:183e rev 0, Mem @ 0xa0000000/268435456, 0xc2000000/131072, I/O @ 0x00004000/256, BIOS @ 0x????????/131072
[  1103.269] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[  1103.269] (II) LoadModule: "glx"
[  1103.270] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[  1103.272] (II) Module glx: vendor="X.Org Foundation"
[  1103.272]        compiled for 1.19.6, module version = 1.0.0
[  1103.272]        ABI class: X.Org Server Extension, version 10.0
[  1103.272] (==) Matched intel as autoconfigured driver 0
[  1103.272] (==) Matched modesetting as autoconfigured driver 1
[  1103.272] (==) Matched fbdev as autoconfigured driver 2
[  1103.272] (==) Matched vesa as autoconfigured driver 3
[  1103.272] (==) Assigned the driver to the xf86ConfigLayout
[  1103.272] (II) LoadModule: "intel"
[  1103.272] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
[  1103.272] (II) Module intel: vendor="X.Org Foundation"
[  1103.272]        compiled for 1.19.6, module version = 2.99.917
[  1103.272]        Module class: X.Org Video Driver
[  1103.272]        ABI class: X.Org Video Driver, version 23.0
[  1103.272] (II) LoadModule: "modesetting"
[  1103.273] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[  1103.273] (II) Module modesetting: vendor="X.Org Foundation"
[  1103.273]        compiled for 1.19.6, module version = 1.19.6
[  1103.273]        Module class: X.Org Video Driver
[  1103.273]        ABI class: X.Org Video Driver, version 23.0
[  1103.273] (II) LoadModule: "fbdev"
[  1103.273] (WW) Warning, couldn't open module fbdev
[  1103.273] (II) UnloadModule: "fbdev"
[  1103.273] (II) Unloading fbdev
[  1103.273] (EE) Failed to load module "fbdev" (module does not exist, 0)
[  1103.273] (II) LoadModule: "vesa"
[  1103.273] (WW) Warning, couldn't open module vesa
[  1103.273] (II) UnloadModule: "vesa"
[  1103.273] (II) Unloading vesa
[  1103.273] (EE) Failed to load module "vesa" (module does not exist, 0)
[  1103.273] (II) intel: Driver for Intel(R) Integrated Graphics Chipsets:
        i810, i810-dc100, i810e, i815, i830M, 845G, 854, 852GM/855GM, 865G,
        915G, E7221 (i915), 915GM, 945G, 945GM, 945GME, Pineview GM,
        Pineview G, 965G, G35, 965Q, 946GZ, 965GM, 965GME/GLE, G33, Q35, Q33,
        GM45, 4 Series, G45/G43, Q45/Q43, G41, B43
[  1103.273] (II) intel: Driver for Intel(R) HD Graphics
[  1103.273] (II) intel: Driver for Intel(R) Iris(TM) Graphics
[  1103.273] (II) intel: Driver for Intel(R) Iris(TM) Pro Graphics
[  1103.273] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[  1103.501] (II) intel(0): Using Kernel Mode Setting driver: i915, version 1.6.0 20171023
[  1103.501] (II) intel(0): SNA compiled from 2.99.917-812-g75795523
[  1103.513] (WW) Falling back to old probe method for modesetting
[  1103.513] (--) intel(0): Integrated Graphics Chipset: Intel(R) HD Graphics 4000
[  1103.513] (--) intel(0): CPU: x86-64, sse2, sse3, ssse3, sse4.1, sse4.2, avx; using a maximum of 2 threads
[  1103.513] (II) intel(0): Creating default Display subsection in Screen section
        "Default Screen Section" for depth/fbbpp 24/32
[  1103.513] (==) intel(0): Depth 24, (--) framebuffer bpp 32
[  1103.513] (==) intel(0): RGB weight 888
[  1103.513] (==) intel(0): Default visual is TrueColor
[  1103.514] (II) intel(0): Output LVDS1 has no monitor section
[  1103.514] (**) intel(0): Found backlight control interface intel_backlight (type 'raw') for output LVDS1
[  1103.514] (II) intel(0): Enabled output LVDS1
[  1103.514] (II) intel(0): Output VGA1 has no monitor section
[  1103.514] (II) intel(0): Enabled output VGA1
[  1103.514] (II) intel(0): Output HDMI1 has no monitor section
[  1103.514] (II) intel(0): Enabled output HDMI1
[  1103.514] (II) intel(0): Output DP1 has no monitor section
[  1103.514] (II) intel(0): Enabled output DP1
[  1103.514] (--) intel(0): Using a maximum size of 256x256 for hardware cursors
[  1103.514] (II) intel(0): Output VIRTUAL1 has no monitor section
[  1103.514] (II) intel(0): Enabled output VIRTUAL1
[  1103.514] (--) intel(0): Output LVDS1 using initial mode 1366x768 on pipe 0
[  1103.514] (==) intel(0): TearFree disabled
[  1103.514] (==) intel(0): Using gamma correction (1.0, 1.0, 1.0)
[  1103.514] (==) intel(0): DPI set to (96, 96)
[  1103.514] (II) Loading sub module "dri3"
[  1103.514] (II) LoadModule: "dri3"
[  1103.514] (II) Module "dri3" already built-in
[  1103.514] (II) Loading sub module "dri2"
[  1103.514] (II) LoadModule: "dri2"
[  1103.514] (II) Module "dri2" already built-in
[  1103.514] (II) Loading sub module "present"
[  1103.514] (II) LoadModule: "present"
[  1103.514] (II) Module "present" already built-in
[  1103.514] (II) UnloadModule: "modesetting"
[  1103.514] (II) Unloading modesetting
[  1103.514] (==) Depth 24 pixmap format is 32 bpp
[  1103.515] (II) intel(0): SNA initialized with Ivybridge (gen7, gt2) backend
[  1103.515] (==) intel(0): Backing store enabled
[  1103.515] (==) intel(0): Silken mouse enabled
[  1103.515] (II) intel(0): HW Cursor enabled
[  1103.515] (II) intel(0): RandR 1.2 enabled, ignore the following RandR disabled message.
[  1103.515] (==) intel(0): DPMS enabled
[  1103.515] (==) intel(0): Display hotplug detection enabled
[  1103.515] (II) intel(0): [DRI2] Setup complete
[  1103.515] (II) intel(0): [DRI2]  DRI driver: i965
[  1103.515] (II) intel(0): [DRI2]  VDPAU driver: va_gl
[  1103.515] (II) intel(0): direct rendering: DRI2 DRI3 enabled
[  1103.515] (II) intel(0): hardware support for Present enabled
[  1103.515] (--) RandR disabled
[  1103.527] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
[  1103.527] (II) AIGLX: enabled GLX_ARB_create_context
[  1103.527] (II) AIGLX: enabled GLX_ARB_create_context_profile
[  1103.527] (II) AIGLX: enabled GLX_EXT_create_context_es{,2}_profile
[  1103.527] (II) AIGLX: enabled GLX_INTEL_swap_event
[  1103.527] (II) AIGLX: enabled GLX_SGI_swap_control
[  1103.527] (II) AIGLX: enabled GLX_EXT_framebuffer_sRGB
[  1103.527] (II) AIGLX: enabled GLX_ARB_fbconfig_float
[  1103.527] (II) AIGLX: enabled GLX_EXT_fbconfig_packed_float
[  1103.527] (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
[  1103.527] (II) AIGLX: enabled GLX_ARB_create_context_robustness
[  1103.527] (II) AIGLX: Loaded and initialized i965
[  1103.527] (II) GLX: Initialized DRI2 GL provider for screen 0
[  1103.529] (II) intel(0): switch to mode 1366x768@60.0 on LVDS1 using pipe 0, position (0, 0), rotation normal, reflection none
[  1103.546] (II) intel(0): Setting screen physical size to 361 x 203
[  1103.577] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[  1103.577] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[  1103.577] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[  1103.577] (II) LoadModule: "libinput"
[  1103.577] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[  1103.578] (II) Module libinput: vendor="X.Org Foundation"
[  1103.578]        compiled for 1.19.3, module version = 0.26.0
[  1103.578]        Module class: X.Org XInput Driver
[  1103.578]        ABI class: X.Org XInput driver, version 24.1
[  1103.578] (II) Using input driver 'libinput' for 'Power Button'
[  1103.578] (**) Power Button: always reports core events
[  1103.578] (**) Option "Device" "/dev/input/event2"
[  1103.578] (**) Option "_source" "server/udev"
[  1103.579] (II) event2  - Power Button: is tagged by udev as: Keyboard
[  1103.579] (II) event2  - Power Button: device is a keyboard
[  1103.579] (II) event2  - Power Button: device removed
[  1103.586] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input2/event2"
[  1103.586] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[  1103.586] (II) event2  - Power Button: is tagged by udev as: Keyboard
[  1103.586] (II) event2  - Power Button: device is a keyboard
[  1103.587] (II) config/udev: Adding input device Video Bus (/dev/input/event9)
[  1103.587] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[  1103.587] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[  1103.587] (II) Using input driver 'libinput' for 'Video Bus'
[  1103.587] (**) Video Bus: always reports core events
[  1103.587] (**) Option "Device" "/dev/input/event9"
[  1103.587] (**) Option "_source" "server/udev"
[  1103.587] (II) event9  - Video Bus: is tagged by udev as: Keyboard
[  1103.587] (II) event9  - Video Bus: device is a keyboard
[  1103.587] (II) event9  - Video Bus: device removed
[  1103.610] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:01/input/input10/event9"
[  1103.610] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[  1103.610] (II) event9  - Video Bus: is tagged by udev as: Keyboard
[  1103.610] (II) event9  - Video Bus: device is a keyboard
[  1103.611] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[  1103.611] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[  1103.611] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[  1103.611] (II) Using input driver 'libinput' for 'Power Button'
[  1103.611] (**) Power Button: always reports core events
[  1103.611] (**) Option "Device" "/dev/input/event1"
[  1103.611] (**) Option "_source" "server/udev"
[  1103.612] (II) event1  - Power Button: is tagged by udev as: Keyboard
[  1103.612] (II) event1  - Power Button: device is a keyboard
[  1103.612] (II) event1  - Power Button: device removed
[  1103.620] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1/event1"
[  1103.620] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 8)
[  1103.621] (II) event1  - Power Button: is tagged by udev as: Keyboard
[  1103.621] (II) event1  - Power Button: device is a keyboard
[  1103.621] (II) config/udev: Adding input device Lid Switch (/dev/input/event0)
[  1103.621] (II) No input driver specified, ignoring this device.
[  1103.621] (II) This device may have been added with another device file.
[  1103.622] (II) config/udev: Adding drm device (/dev/dri/card0)
[  1103.622] (II) xfree86: Adding drm device (/dev/dri/card0)
[  1103.622] (II) LoadModule: "modesetting"
[  1103.622] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[  1103.622] (II) Module modesetting: vendor="X.Org Foundation"
[  1103.622]        compiled for 1.19.6, module version = 1.19.6
[  1103.622]        Module class: X.Org Video Driver
[  1103.622]        ABI class: X.Org Video Driver, version 23.0
[  1103.622] (II) modeset(G0): using drv /dev/dri/card0
[  1103.622] (==) modeset(G0): Depth 24, (==) framebuffer bpp 32
[  1103.622] (==) modeset(G0): RGB weight 888
[  1103.622] (==) modeset(G0): Default visual is TrueColor
[  1103.622] (II) Loading sub module "glamoregl"
[  1103.622] (II) LoadModule: "glamoregl"
[  1103.622] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[  1103.623] (II) Module glamoregl: vendor="X.Org Foundation"
[  1103.623]        compiled for 1.19.6, module version = 1.0.0
[  1103.623]        ABI class: X.Org ANSI C Emulation, version 0.4
[  1103.623] (II) glamor: OpenGL accelerated X.org driver based.
[  1103.673] (II) glamor: EGL version 1.5 (DRI2):
[  1103.676] (II) modeset(G0): glamor initialized
[  1103.676] (==) modeset(G0): Using gamma correction (1.0, 1.0, 1.0)
[  1103.676] (==) modeset(G0): DPI set to (96, 96)
[  1103.676] (II) Loading sub module "fb"
[  1103.676] (II) LoadModule: "fb"
[  1103.677] (II) Loading /usr/lib/xorg/modules/libfb.so
[  1103.677] (II) Module fb: vendor="X.Org Foundation"
[  1103.677]        compiled for 1.19.6, module version = 1.0.0
[  1103.677]        ABI class: X.Org ANSI C Emulation, version 0.4
[  1103.677] (EE)
[  1103.677] (EE) Backtrace:
[  1103.719] (EE) 0: /usr/lib/xorg-server/Xorg (OsLookupColor+0x139) [0x561c25dc1e99]
[  1103.720] (EE) 1: /usr/lib/libpthread.so.0 (funlockfile+0x50) [0x7fbc5b097e1f]
[  1103.736] (EE) 2: /usr/lib/libc.so.6 (gsignal+0x110) [0x7fbc5ad03860]
[  1103.737] (EE) 3: /usr/lib/libc.so.6 (abort+0x1c9) [0x7fbc5ad04ec9]
[  1103.739] (EE) 4: /usr/lib/libc.so.6 (__assert_fail_base+0x14c) [0x7fbc5acfc0bc]
[  1103.740] (EE) 5: /usr/lib/libc.so.6 (__assert_fail+0x43) [0x7fbc5acfc133]
[  1103.740] (EE) 6: /usr/lib/xorg-server/Xorg (dixRegisterPrivateKey+0x23f) [0x561c25c7a9ff]
[  1103.741] (EE) 7: /usr/lib/xorg/modules/libglamoregl.so (glamor_init+0xca) [0x7fbc53d583fa]
[  1103.741] (EE) 8: /usr/lib/xorg/modules/drivers/modesetting_drv.so (_init+0x39de) [0x7fbc53f8dd2e]
[  1103.741] (EE) 9: /usr/lib/xorg-server/Xorg (AddGPUScreen+0xf0) [0x561c25c5c630]
[  1103.742] (EE) 10: /usr/lib/xorg-server/Xorg (xf86PlatformMatchDriver+0xa9c) [0x561c25cbc59c]
[  1103.742] (EE) 11: /usr/lib/xorg-server/Xorg (xf86PlatformDeviceCheckBusID+0x211) [0x561c25cc1881]
[  1103.742] (EE) 12: /usr/lib/xorg-server/Xorg (config_fini+0x9bd) [0x561c25cbe05d]
[  1103.742] (EE) 13: /usr/lib/xorg-server/Xorg (config_fini+0x1523) [0x561c25cbf7c3]
[  1103.743] (EE) 14: /usr/lib/xorg-server/Xorg (config_init+0x9) [0x561c25cbce19]
[  1103.743] (EE) 15: /usr/lib/xorg-server/Xorg (InitInput+0xc7) [0x561c25ca0547]
[  1103.743] (EE) 16: /usr/lib/xorg-server/Xorg (InitFonts+0x3d9) [0x561c25c60259]
[  1103.744] (EE) 17: /usr/lib/libc.so.6 (__libc_start_main+0xea) [0x7fbc5aceff4a]
[  1103.744] (EE) 18: /usr/lib/xorg-server/Xorg (_start+0x2a) [0x561c25c49f0a]
[  1103.744] (EE)
[  1103.744] (EE)
Fatal server error:
[  1103.744] (EE) Caught signal 6 (Aborted). Server aborting
[  1103.744] (EE)
[  1103.744] (EE)
Please consult the The X.Org Foundation support
        at http://wiki.x.org
 for help.
[  1103.744] (EE) Please also check the log file at "/var/log/Xorg.1.log" for additional information.
[  1103.744] (EE)
[  1103.744] (II) AIGLX: Suspending AIGLX clients for VT switch
[  1103.799] (EE) Server terminated with error (1). Closing log file.


zetrotrack000 03-13-2018 12:39 AM

I suspect the problem is related to graphics card driver. In another post someone has similar problem in Xorg.log and he was complaining about Compositor. So I have disabled my compositor. Lets see what happens...
P.S: May be I am talking to myself, as no one is replying any more :(

AwesomeMachine 03-13-2018 01:56 AM

You problem is probably a bug in xserver-xorg. You should make a bug report and copy and paste the backtrace from the log file into it.

zetrotrack000 03-13-2018 02:20 AM

Quote:

Originally Posted by AwesomeMachine (Post 5830361)
You problem is probably a bug in xserver-xorg. You should make a bug report and copy and paste the backtrace from the log file into it.

Thinking about downgrading xorg. What do you think?

zetrotrack000 03-13-2018 04:55 AM

For the time being, disabling compositor seems to be working.

zetrotrack000 03-13-2018 05:01 AM

No. Disabling Compositor does not solve the problem :(

zetrotrack000 03-13-2018 09:15 AM

Upgraded xorg (child) packages to testing. Lets see...


All times are GMT -5. The time now is 06:04 AM.