You are not logged in.
After running startx, I get to a black screen with just a cursor. I can move the mouse around while it's loading but that's it. I have tried this with Openbox and i3 and this happens to both of them. It used to work just fine, but I guess Trying to launch applications like nautilus or Firefox takes just as long, but maybe these are separate problems? It's worth mentioning that running applications as sudo makes them start quickly. Not sure why, but they do.
Here is my .xinitrc:
#!/bin/sh
userresources=$HOME/.Xresources
usermodmap=$HOME/.Xmodmap
sysresources=/etc/X11/xinit/.Xresources
sysmodmap=/etc/X11/xinit/.Xmodmap
# merge in defaults and keymaps
if [ -f $sysresources ]; then
xrdb -merge $sysresources
fi
if [ -f $sysmodmap ]; then
xmodmap $sysmodmap
fi
if [ -f "$userresources" ]; then
xrdb -merge "$userresources"
fi
if [ -f "$usermodmap" ]; then
xmodmap "$usermodmap"
fi
# start some nice programs
if [ -d /etc/X11/xinit/xinitrc.d ] ; then
for f in /etc/X11/xinit/xinitrc.d/?*.sh ; do
[ -x "$f" ] && . "$f"
done
unset f
fi
exec openbox-sessionHere is Xorg.0.log:
[ 96.411] (WW) Failed to open protocol names file lib/xorg/protocol.txt
[ 96.411]
X.Org X Server 1.20.11
X Protocol Version 11, Revision 0
[ 96.412] Build Operating System: Linux Archlinux
[ 96.412] Current Operating System: Linux cervidae 5.12.13-arch1-2 #1 SMP PREEMPT Fri, 25 Jun 2021 22:56:51 +0000 x86_64
[ 96.412] Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=af480157-5b17-4ef7-acaa-319a55206a8a rw loglevel=3 quiet
[ 96.412] Build Date: 13 April 2021 03:12:10PM
[ 96.412]
[ 96.412] Current version of pixman: 0.40.0
[ 96.412] Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[ 96.412] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 96.412] (==) Log file: "/home/cervidae/.local/share/xorg/Xorg.0.log", Time: Tue Jun 29 14:55:27 2021
[ 96.413] (==) Using config file: "/etc/X11/xorg.conf"
[ 96.413] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[ 96.414] (==) ServerLayout "Layout0"
[ 96.414] (**) |-->Screen "Screen0" (0)
[ 96.414] (**) | |-->Monitor "Monitor0"
[ 96.414] (**) | |-->Device "Device0"
[ 96.414] (**) |-->Input Device "Keyboard0"
[ 96.414] (**) |-->Input Device "Mouse0"
[ 96.414] (==) Automatically adding devices
[ 96.414] (==) Automatically enabling devices
[ 96.414] (==) Automatically adding GPU devices
[ 96.414] (==) Automatically binding GPU devices
[ 96.414] (==) Max clients allowed: 256, resource mask: 0x1fffff
[ 96.414] (WW) The directory "/usr/share/fonts/misc" does not exist.
[ 96.414] Entry deleted from font path.
[ 96.415] (WW) The directory "/usr/share/fonts/OTF" does not exist.
[ 96.415] Entry deleted from font path.
[ 96.415] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[ 96.415] Entry deleted from font path.
[ 96.416] (==) FontPath set to:
/usr/share/fonts/TTF,
/usr/share/fonts/100dpi,
/usr/share/fonts/75dpi
[ 96.416] (==) ModulePath set to "/usr/lib/xorg/modules"
[ 96.416] (WW) Hotplugging is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
[ 96.416] (WW) Disabling Keyboard0
[ 96.416] (WW) Disabling Mouse0
[ 96.416] (II) Module ABI versions:
[ 96.416] X.Org ANSI C Emulation: 0.4
[ 96.416] X.Org Video Driver: 24.1
[ 96.416] X.Org XInput driver : 24.1
[ 96.416] X.Org Server Extension : 10.0
[ 96.417] (++) using VT number 1
[ 96.418] (II) systemd-logind: took control of session /org/freedesktop/login1/session/_31
[ 96.419] (II) xfree86: Adding drm device (/dev/dri/card0)
[ 96.419] (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 10 paused 0
[ 96.420] (**) OutputClass "nvidia" ModulePath extended to "/usr/lib/nvidia/xorg,/usr/lib/xorg/modules,/usr/lib/xorg/modules"
[ 96.421] (--) PCI:*(1@0:0:0) 10de:1b82:1043:861e rev 161, Mem @ 0xf6000000/16777216, 0xe0000000/268435456, 0xf0000000/33554432, I/O @ 0x0000e000/128, BIOS @ 0x????????/131072
[ 96.421] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[ 96.421] (II) LoadModule: "glx"
[ 96.422] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[ 96.425] (II) Module glx: vendor="X.Org Foundation"
[ 96.425] compiled for 1.20.11, module version = 1.0.0
[ 96.425] ABI class: X.Org Server Extension, version 10.0
[ 96.425] (II) LoadModule: "nvidia"
[ 96.425] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
[ 96.427] (II) Module nvidia: vendor="NVIDIA Corporation"
[ 96.427] compiled for 1.6.99.901, module version = 1.0.0
[ 96.427] Module class: X.Org Video Driver
[ 96.428] (II) NVIDIA dlloader X Driver 465.31 Thu May 13 22:19:15 UTC 2021
[ 96.428] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[ 96.428] xf86EnableIOPorts: failed to set IOPL for I/O (Operation not permitted)
[ 96.428] (II) systemd-logind: releasing fd for 226:0
[ 96.428] (II) Loading sub module "fb"
[ 96.428] (II) LoadModule: "fb"
[ 96.429] (II) Loading /usr/lib/xorg/modules/libfb.so
[ 96.429] (II) Module fb: vendor="X.Org Foundation"
[ 96.429] compiled for 1.20.11, module version = 1.0.0
[ 96.429] ABI class: X.Org ANSI C Emulation, version 0.4
[ 96.429] (II) Loading sub module "wfb"
[ 96.429] (II) LoadModule: "wfb"
[ 96.429] (II) Loading /usr/lib/xorg/modules/libwfb.so
[ 96.429] (II) Module wfb: vendor="X.Org Foundation"
[ 96.429] compiled for 1.20.11, module version = 1.0.0
[ 96.429] ABI class: X.Org ANSI C Emulation, version 0.4
[ 96.430] (II) Loading sub module "ramdac"
[ 96.430] (II) LoadModule: "ramdac"
[ 96.430] (II) Module "ramdac" already built-in
[ 96.432] (WW) VGA arbiter: cannot open kernel arbiter, no multi-card support
[ 96.432] (**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32
[ 96.432] (==) NVIDIA(0): RGB weight 888
[ 96.432] (==) NVIDIA(0): Default visual is TrueColor
[ 96.432] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
[ 96.433] (II) Applying OutputClass "nvidia" options to /dev/dri/card0
[ 96.433] (**) NVIDIA(0): Option "AllowEmptyInitialConfiguration"
[ 96.433] (**) NVIDIA(0): Enabling 2D acceleration
[ 96.433] (II) Loading sub module "glxserver_nvidia"
[ 96.433] (II) LoadModule: "glxserver_nvidia"
[ 96.433] (II) Loading /usr/lib/nvidia/xorg/libglxserver_nvidia.so
[ 96.454] (II) Module glxserver_nvidia: vendor="NVIDIA Corporation"
[ 96.454] compiled for 1.6.99.901, module version = 1.0.0
[ 96.454] Module class: X.Org Server Extension
[ 96.454] (II) NVIDIA GLX Module 465.31 Thu May 13 22:16:59 UTC 2021
[ 96.455] (II) NVIDIA: The X server supports PRIME Render Offload.
[ 97.113] (--) NVIDIA(0): Valid display device(s) on GPU-0 at PCI:1:0:0
[ 97.113] (--) NVIDIA(0): DFP-0
[ 97.113] (--) NVIDIA(0): DFP-1
[ 97.113] (--) NVIDIA(0): DFP-2
[ 97.113] (--) NVIDIA(0): DFP-3 (boot)
[ 97.113] (--) NVIDIA(0): DFP-4
[ 97.113] (--) NVIDIA(0): DFP-5
[ 97.113] (--) NVIDIA(0): DFP-6
[ 97.113] (II) NVIDIA(0): NVIDIA GPU NVIDIA GeForce GTX 1070 Ti (GP104-A) at PCI:1:0:0
[ 97.113] (II) NVIDIA(0): (GPU-0)
[ 97.113] (--) NVIDIA(0): Memory: 8388608 kBytes
[ 97.113] (--) NVIDIA(0): VideoBIOS: 86.04.85.00.72
[ 97.113] (II) NVIDIA(0): Detected PCI Express Link width: 16X
[ 97.113] (--) NVIDIA(GPU-0): DFP-0: disconnected
[ 97.113] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[ 97.113] (--) NVIDIA(GPU-0): DFP-0: 330.0 MHz maximum pixel clock
[ 97.113] (--) NVIDIA(GPU-0):
[ 97.113] (--) NVIDIA(GPU-0): DFP-1: disconnected
[ 97.113] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[ 97.113] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[ 97.113] (--) NVIDIA(GPU-0):
[ 97.113] (--) NVIDIA(GPU-0): DFP-2: disconnected
[ 97.113] (--) NVIDIA(GPU-0): DFP-2: Internal TMDS
[ 97.113] (--) NVIDIA(GPU-0): DFP-2: 165.0 MHz maximum pixel clock
[ 97.113] (--) NVIDIA(GPU-0):
[ 97.114] (--) NVIDIA(GPU-0): LG Electronics LG HDR 4K (DFP-3): connected
[ 97.114] (--) NVIDIA(GPU-0): LG Electronics LG HDR 4K (DFP-3): Internal DisplayPort
[ 97.114] (--) NVIDIA(GPU-0): LG Electronics LG HDR 4K (DFP-3): 1440.0 MHz maximum pixel clock
[ 97.114] (--) NVIDIA(GPU-0):
[ 97.116] (--) NVIDIA(GPU-0): DFP-4: disconnected
[ 97.116] (--) NVIDIA(GPU-0): DFP-4: Internal TMDS
[ 97.116] (--) NVIDIA(GPU-0): DFP-4: 165.0 MHz maximum pixel clock
[ 97.116] (--) NVIDIA(GPU-0):
[ 97.116] (--) NVIDIA(GPU-0): DFP-5: disconnected
[ 97.116] (--) NVIDIA(GPU-0): DFP-5: Internal DisplayPort
[ 97.116] (--) NVIDIA(GPU-0): DFP-5: 1440.0 MHz maximum pixel clock
[ 97.116] (--) NVIDIA(GPU-0):
[ 97.116] (--) NVIDIA(GPU-0): DFP-6: disconnected
[ 97.116] (--) NVIDIA(GPU-0): DFP-6: Internal TMDS
[ 97.116] (--) NVIDIA(GPU-0): DFP-6: 165.0 MHz maximum pixel clock
[ 97.116] (--) NVIDIA(GPU-0):
[ 97.118] (==) NVIDIA(0):
[ 97.118] (==) NVIDIA(0): No modes were requested; the default mode "nvidia-auto-select"
[ 97.118] (==) NVIDIA(0): will be used as the requested mode.
[ 97.118] (==) NVIDIA(0):
[ 97.119] (II) NVIDIA(0): Validated MetaModes:
[ 97.119] (II) NVIDIA(0): "DFP-3:nvidia-auto-select"
[ 97.119] (II) NVIDIA(0): Virtual screen size determined to be 3840 x 2160
[ 97.124] (--) NVIDIA(0): DPI set to (162, 161); computed from "UseEdidDpi" X config
[ 97.124] (--) NVIDIA(0): option
[ 97.124] (WW) NVIDIA: Failed to bind sideband socket to
[ 97.124] (WW) NVIDIA: '/var/run/nvidia-xdriver-3c36d6fe' Permission denied
[ 97.124] (II) NVIDIA: Reserving 24576.00 MB of virtual memory for indirect memory
[ 97.124] (II) NVIDIA: access.
[ 97.126] (II) NVIDIA(0): ACPI: failed to connect to the ACPI event daemon; the daemon
[ 97.126] (II) NVIDIA(0): may not be running or the "AcpidSocketPath" X
[ 97.126] (II) NVIDIA(0): configuration option may not be set correctly. When the
[ 97.126] (II) NVIDIA(0): ACPI event daemon is available, the NVIDIA X driver will
[ 97.126] (II) NVIDIA(0): try to use it to receive ACPI event notifications. For
[ 97.126] (II) NVIDIA(0): details, please see the "ConnectToAcpid" and
[ 97.126] (II) NVIDIA(0): "AcpidSocketPath" X configuration options in Appendix B: X
[ 97.126] (II) NVIDIA(0): Config Options in the README.
[ 97.138] (II) NVIDIA(0): Setting mode "DFP-3:nvidia-auto-select"
[ 97.225] (==) NVIDIA(0): Disabling shared memory pixmaps
[ 97.225] (==) NVIDIA(0): Backing store enabled
[ 97.225] (==) NVIDIA(0): Silken mouse disabled
[ 97.225] (**) NVIDIA(0): DPMS enabled
[ 97.226] (II) Loading sub module "dri2"
[ 97.226] (II) LoadModule: "dri2"
[ 97.226] (II) Module "dri2" already built-in
[ 97.226] (II) NVIDIA(0): [DRI2] Setup complete
[ 97.226] (II) NVIDIA(0): [DRI2] VDPAU driver: nvidia
[ 97.226] (II) Initializing extension Generic Event Extension
[ 97.226] (II) Initializing extension SHAPE
[ 97.226] (II) Initializing extension MIT-SHM
[ 97.226] (II) Initializing extension XInputExtension
[ 97.226] (II) Initializing extension XTEST
[ 97.226] (II) Initializing extension BIG-REQUESTS
[ 97.226] (II) Initializing extension SYNC
[ 97.226] (II) Initializing extension XKEYBOARD
[ 97.226] (II) Initializing extension XC-MISC
[ 97.226] (II) Initializing extension SECURITY
[ 97.226] (II) Initializing extension XFIXES
[ 97.226] (II) Initializing extension RENDER
[ 97.226] (II) Initializing extension RANDR
[ 97.226] (II) Initializing extension COMPOSITE
[ 97.226] (II) Initializing extension DAMAGE
[ 97.226] (II) Initializing extension MIT-SCREEN-SAVER
[ 97.226] (II) Initializing extension DOUBLE-BUFFER
[ 97.226] (II) Initializing extension RECORD
[ 97.226] (II) Initializing extension DPMS
[ 97.226] (II) Initializing extension Present
[ 97.226] (II) Initializing extension DRI3
[ 97.226] (II) Initializing extension X-Resource
[ 97.226] (II) Initializing extension XVideo
[ 97.226] (II) Initializing extension XVideo-MotionCompensation
[ 97.226] (II) Initializing extension GLX
[ 97.226] (II) Initializing extension GLX
[ 97.226] (II) Indirect GLX disabled.
[ 97.226] (II) GLX: Another vendor is already registered for screen 0
[ 97.226] (II) Initializing extension XFree86-VidModeExtension
[ 97.226] (II) Initializing extension XFree86-DGA
[ 97.226] (II) Initializing extension XFree86-DRI
[ 97.226] (II) Initializing extension DRI2
[ 97.226] (II) Initializing extension NV-GLX
[ 97.226] (II) Initializing extension NV-CONTROL
[ 97.226] (II) Initializing extension XINERAMA
[ 97.280] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[ 97.280] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[ 97.280] (II) LoadModule: "libinput"
[ 97.280] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[ 97.282] (II) Module libinput: vendor="X.Org Foundation"
[ 97.282] compiled for 1.20.11, module version = 1.1.0
[ 97.282] Module class: X.Org XInput Driver
[ 97.282] ABI class: X.Org XInput driver, version 24.1
[ 97.282] (II) Using input driver 'libinput' for 'Power Button'
[ 97.283] (II) systemd-logind: got fd for /dev/input/event2 13:66 fd 29 paused 0
[ 97.283] (**) Power Button: always reports core events
[ 97.283] (**) Option "Device" "/dev/input/event2"
[ 97.283] (**) Option "_source" "server/udev"
[ 97.286] (II) event2 - Power Button: is tagged by udev as: Keyboard
[ 97.286] (II) event2 - Power Button: device is a keyboard
[ 97.286] (II) event2 - Power Button: device removed
[ 97.286] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input2/event2"
[ 97.286] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[ 97.287] (II) event2 - Power Button: is tagged by udev as: Keyboard
[ 97.287] (II) event2 - Power Button: device is a keyboard
[ 97.287] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[ 97.287] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[ 97.287] (II) Using input driver 'libinput' for 'Power Button'
[ 97.287] (II) systemd-logind: got fd for /dev/input/event1 13:65 fd 32 paused 0
[ 97.287] (**) Power Button: always reports core events
[ 97.287] (**) Option "Device" "/dev/input/event1"
[ 97.287] (**) Option "_source" "server/udev"
[ 97.288] (II) event1 - Power Button: is tagged by udev as: Keyboard
[ 97.288] (II) event1 - Power Button: device is a keyboard
[ 97.288] (II) event1 - Power Button: device removed
[ 97.288] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1/event1"
[ 97.288] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 7)
[ 97.288] (II) event1 - Power Button: is tagged by udev as: Keyboard
[ 97.288] (II) event1 - Power Button: device is a keyboard
[ 97.289] (II) config/udev: Adding input device Sleep Button (/dev/input/event0)
[ 97.289] (**) Sleep Button: Applying InputClass "libinput keyboard catchall"
[ 97.289] (II) Using input driver 'libinput' for 'Sleep Button'
[ 97.289] (II) systemd-logind: got fd for /dev/input/event0 13:64 fd 33 paused 0
[ 97.289] (**) Sleep Button: always reports core events
[ 97.289] (**) Option "Device" "/dev/input/event0"
[ 97.289] (**) Option "_source" "server/udev"
[ 97.290] (II) event0 - Sleep Button: is tagged by udev as: Keyboard
[ 97.290] (II) event0 - Sleep Button: device is a keyboard
[ 97.290] (II) event0 - Sleep Button: device removed
[ 97.290] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input0/event0"
[ 97.290] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 8)
[ 97.290] (II) event0 - Sleep Button: is tagged by udev as: Keyboard
[ 97.290] (II) event0 - Sleep Button: device is a keyboard
[ 97.291] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 (/dev/input/event3)
[ 97.291] (II) No input driver specified, ignoring this device.
[ 97.291] (II) This device may have been added with another device file.
[ 97.291] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=7 (/dev/input/event4)
[ 97.291] (II) No input driver specified, ignoring this device.
[ 97.291] (II) This device may have been added with another device file.
[ 97.291] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=8 (/dev/input/event5)
[ 97.291] (II) No input driver specified, ignoring this device.
[ 97.291] (II) This device may have been added with another device file.
[ 97.291] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=9 (/dev/input/event6)
[ 97.291] (II) No input driver specified, ignoring this device.
[ 97.291] (II) This device may have been added with another device file.
[ 97.291] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=10 (/dev/input/event7)
[ 97.291] (II) No input driver specified, ignoring this device.
[ 97.291] (II) This device may have been added with another device file.
[ 97.291] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=11 (/dev/input/event8)
[ 97.292] (II) No input driver specified, ignoring this device.
[ 97.292] (II) This device may have been added with another device file.
[ 97.292] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=12 (/dev/input/event9)
[ 97.292] (II) No input driver specified, ignoring this device.
[ 97.292] (II) This device may have been added with another device file.
[ 97.292] (II) config/udev: Adding input device Logitech Craft (/dev/input/event20)
[ 97.292] (**) Logitech Craft: Applying InputClass "libinput pointer catchall"
[ 97.292] (**) Logitech Craft: Applying InputClass "libinput keyboard catchall"
[ 97.292] (II) Using input driver 'libinput' for 'Logitech Craft'
[ 97.293] (II) systemd-logind: got fd for /dev/input/event20 13:84 fd 34 paused 0
[ 97.293] (**) Logitech Craft: always reports core events
[ 97.293] (**) Option "Device" "/dev/input/event20"
[ 97.293] (**) Option "_source" "server/udev"
[ 97.293] (II) event20 - Logitech Craft: is tagged by udev as: Keyboard Mouse
[ 97.293] (II) event20 - Logitech Craft: device is a pointer
[ 97.293] (II) event20 - Logitech Craft: device is a keyboard
[ 97.293] (II) event20 - Logitech Craft: device removed
[ 97.293] (II) libinput: Logitech Craft: needs a virtual subdevice
[ 97.293] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-13/1-13:1.2/0003:046D:C52B.0006/0003:046D:4066.0008/input/input35/event20"
[ 97.294] (II) XINPUT: Adding extended input device "Logitech Craft" (type: MOUSE, id 9)
[ 97.294] (**) Option "AccelerationScheme" "none"
[ 97.294] (**) Logitech Craft: (accel) selected scheme none/0
[ 97.294] (**) Logitech Craft: (accel) acceleration factor: 2.000
[ 97.294] (**) Logitech Craft: (accel) acceleration threshold: 4
[ 97.294] (II) event20 - Logitech Craft: is tagged by udev as: Keyboard Mouse
[ 97.294] (II) event20 - Logitech Craft: device is a pointer
[ 97.294] (II) event20 - Logitech Craft: device is a keyboard
[ 97.295] (II) config/udev: Adding input device Logitech Craft (/dev/input/mouse1)
[ 97.295] (II) No input driver specified, ignoring this device.
[ 97.295] (II) This device may have been added with another device file.
[ 97.295] (II) config/udev: Adding input device Logitech MX Master 2S (/dev/input/event19)
[ 97.295] (**) Logitech MX Master 2S: Applying InputClass "libinput pointer catchall"
[ 97.295] (**) Logitech MX Master 2S: Applying InputClass "libinput keyboard catchall"
[ 97.295] (II) Using input driver 'libinput' for 'Logitech MX Master 2S'
[ 97.296] (II) systemd-logind: got fd for /dev/input/event19 13:83 fd 35 paused 0
[ 97.296] (**) Logitech MX Master 2S: always reports core events
[ 97.296] (**) Option "Device" "/dev/input/event19"
[ 97.296] (**) Option "_source" "server/udev"
[ 97.296] (II) event19 - Logitech MX Master 2S: is tagged by udev as: Keyboard Mouse
[ 97.297] (II) event19 - Logitech MX Master 2S: device is a pointer
[ 97.297] (II) event19 - Logitech MX Master 2S: device is a keyboard
[ 97.297] (II) event19 - Logitech MX Master 2S: device removed
[ 97.297] (II) libinput: Logitech MX Master 2S: needs a virtual subdevice
[ 97.297] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-13/1-13:1.2/0003:046D:C52B.0006/0003:046D:4069.0007/input/input34/event19"
[ 97.297] (II) XINPUT: Adding extended input device "Logitech MX Master 2S" (type: MOUSE, id 10)
[ 97.297] (**) Option "AccelerationScheme" "none"
[ 97.297] (**) Logitech MX Master 2S: (accel) selected scheme none/0
[ 97.297] (**) Logitech MX Master 2S: (accel) acceleration factor: 2.000
[ 97.297] (**) Logitech MX Master 2S: (accel) acceleration threshold: 4
[ 97.297] (II) event19 - Logitech MX Master 2S: is tagged by udev as: Keyboard Mouse
[ 97.298] (II) event19 - Logitech MX Master 2S: device is a pointer
[ 97.298] (II) event19 - Logitech MX Master 2S: device is a keyboard
[ 97.298] (II) config/udev: Adding input device Logitech MX Master 2S (/dev/input/mouse0)
[ 97.298] (II) No input driver specified, ignoring this device.
[ 97.298] (II) This device may have been added with another device file.
[ 97.298] (II) config/udev: Adding input device HDA Intel PCH Front Mic (/dev/input/event11)
[ 97.298] (II) No input driver specified, ignoring this device.
[ 97.298] (II) This device may have been added with another device file.
[ 97.298] (II) config/udev: Adding input device HDA Intel PCH Rear Mic (/dev/input/event12)
[ 97.298] (II) No input driver specified, ignoring this device.
[ 97.298] (II) This device may have been added with another device file.
[ 97.299] (II) config/udev: Adding input device HDA Intel PCH Line (/dev/input/event13)
[ 97.299] (II) No input driver specified, ignoring this device.
[ 97.299] (II) This device may have been added with another device file.
[ 97.299] (II) config/udev: Adding input device HDA Intel PCH Line Out Front (/dev/input/event14)
[ 97.299] (II) No input driver specified, ignoring this device.
[ 97.299] (II) This device may have been added with another device file.
[ 97.299] (II) config/udev: Adding input device HDA Intel PCH Line Out Surround (/dev/input/event15)
[ 97.299] (II) No input driver specified, ignoring this device.
[ 97.299] (II) This device may have been added with another device file.
[ 97.299] (II) config/udev: Adding input device HDA Intel PCH Line Out CLFE (/dev/input/event16)
[ 97.299] (II) No input driver specified, ignoring this device.
[ 97.299] (II) This device may have been added with another device file.
[ 97.299] (II) config/udev: Adding input device HDA Intel PCH Front Headphone (/dev/input/event17)
[ 97.299] (II) No input driver specified, ignoring this device.
[ 97.299] (II) This device may have been added with another device file.
[ 97.300] (II) config/udev: Adding input device Eee PC WMI hotkeys (/dev/input/event18)
[ 97.300] (**) Eee PC WMI hotkeys: Applying InputClass "libinput keyboard catchall"
[ 97.300] (II) Using input driver 'libinput' for 'Eee PC WMI hotkeys'
[ 97.300] (II) systemd-logind: got fd for /dev/input/event18 13:82 fd 36 paused 0
[ 97.300] (**) Eee PC WMI hotkeys: always reports core events
[ 97.300] (**) Option "Device" "/dev/input/event18"
[ 97.300] (**) Option "_source" "server/udev"
[ 97.300] (II) event18 - Eee PC WMI hotkeys: is tagged by udev as: Keyboard
[ 97.300] (II) event18 - Eee PC WMI hotkeys: device is a keyboard
[ 97.301] (II) event18 - Eee PC WMI hotkeys: device removed
[ 97.301] (**) Option "config_info" "udev:/sys/devices/platform/eeepc-wmi/input/input18/event18"
[ 97.301] (II) XINPUT: Adding extended input device "Eee PC WMI hotkeys" (type: KEYBOARD, id 11)
[ 97.301] (II) event18 - Eee PC WMI hotkeys: is tagged by udev as: Keyboard
[ 97.301] (II) event18 - Eee PC WMI hotkeys: device is a keyboard
[ 97.301] (II) config/udev: Adding input device PC Speaker (/dev/input/event10)
[ 97.301] (II) No input driver specified, ignoring this device.
[ 97.301] (II) This device may have been added with another device file.
[ 97.304] (**) Logitech Craft: Applying InputClass "libinput pointer catchall"
[ 97.304] (**) Logitech Craft: Applying InputClass "libinput keyboard catchall"
[ 97.304] (II) Using input driver 'libinput' for 'Logitech Craft'
[ 97.304] (II) systemd-logind: returning pre-existing fd for /dev/input/event20 13:84
[ 97.304] (**) Logitech Craft: always reports core events
[ 97.304] (**) Option "Device" "/dev/input/event20"
[ 97.304] (**) Option "_source" "_driver/libinput"
[ 97.304] (II) libinput: Logitech Craft: is a virtual subdevice
[ 97.304] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-13/1-13:1.2/0003:046D:C52B.0006/0003:046D:4066.0008/input/input35/event20"
[ 97.304] (II) XINPUT: Adding extended input device "Logitech Craft" (type: KEYBOARD, id 12)
[ 97.305] (**) Logitech MX Master 2S: Applying InputClass "libinput pointer catchall"
[ 97.305] (**) Logitech MX Master 2S: Applying InputClass "libinput keyboard catchall"
[ 97.305] (II) Using input driver 'libinput' for 'Logitech MX Master 2S'
[ 97.305] (II) systemd-logind: returning pre-existing fd for /dev/input/event19 13:83
[ 97.305] (**) Logitech MX Master 2S: always reports core events
[ 97.305] (**) Option "Device" "/dev/input/event19"
[ 97.305] (**) Option "_source" "_driver/libinput"
[ 97.305] (II) libinput: Logitech MX Master 2S: is a virtual subdevice
[ 97.305] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-13/1-13:1.2/0003:046D:C52B.0006/0003:046D:4069.0007/input/input34/event19"
[ 97.305] (II) XINPUT: Adding extended input device "Logitech MX Master 2S" (type: KEYBOARD, id 13)
[ 97.305] (--) NVIDIA(GPU-0): LG Electronics LG HDR 4K (DFP-3): connected
[ 97.305] (--) NVIDIA(GPU-0): LG Electronics LG HDR 4K (DFP-3): Internal DisplayPort
[ 97.305] (--) NVIDIA(GPU-0): LG Electronics LG HDR 4K (DFP-3): 1440.0 MHz maximum pixel clock
[ 97.305] (--) NVIDIA(GPU-0):
[ 275.964] (--) NVIDIA(GPU-0): DFP-0: disconnected
[ 275.964] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[ 275.964] (--) NVIDIA(GPU-0): DFP-0: 330.0 MHz maximum pixel clock
[ 275.964] (--) NVIDIA(GPU-0):
[ 275.964] (--) NVIDIA(GPU-0): DFP-1: disconnected
[ 275.964] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[ 275.964] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[ 275.964] (--) NVIDIA(GPU-0):
[ 275.964] (--) NVIDIA(GPU-0): DFP-2: disconnected
[ 275.964] (--) NVIDIA(GPU-0): DFP-2: Internal TMDS
[ 275.964] (--) NVIDIA(GPU-0): DFP-2: 165.0 MHz maximum pixel clock
[ 275.964] (--) NVIDIA(GPU-0):
[ 275.964] (--) NVIDIA(GPU-0): LG Electronics LG HDR 4K (DFP-3): connected
[ 275.964] (--) NVIDIA(GPU-0): LG Electronics LG HDR 4K (DFP-3): Internal DisplayPort
[ 275.964] (--) NVIDIA(GPU-0): LG Electronics LG HDR 4K (DFP-3): 1440.0 MHz maximum pixel clock
[ 275.964] (--) NVIDIA(GPU-0):
[ 275.966] (--) NVIDIA(GPU-0): DFP-4: disconnected
[ 275.966] (--) NVIDIA(GPU-0): DFP-4: Internal TMDS
[ 275.966] (--) NVIDIA(GPU-0): DFP-4: 165.0 MHz maximum pixel clock
[ 275.966] (--) NVIDIA(GPU-0):
[ 275.966] (--) NVIDIA(GPU-0): DFP-5: disconnected
[ 275.966] (--) NVIDIA(GPU-0): DFP-5: Internal DisplayPort
[ 275.966] (--) NVIDIA(GPU-0): DFP-5: 1440.0 MHz maximum pixel clock
[ 275.966] (--) NVIDIA(GPU-0):
[ 275.967] (--) NVIDIA(GPU-0): DFP-6: disconnected
[ 275.967] (--) NVIDIA(GPU-0): DFP-6: Internal TMDS
[ 275.967] (--) NVIDIA(GPU-0): DFP-6: 165.0 MHz maximum pixel clock
[ 275.967] (--) NVIDIA(GPU-0): I don't know how many of those warnings/errors are ok to have (it's ok to have some I think right?)
Here's some things I've done after reading what's worked for other people:
I have checked the entropy. It is at 2989, which the Arch wiki says healthy enough, so I don't think that's the problem.
I've reset configs for Openbox and Xorg a bunch of times now, but still nothing.
All my packages are up to date, including the Nvidia package.
I've tried it with and without xf86-video-intel.
I've reinstalled Xorg, gtk3, and Nautilus (somebody said that worked for them) a couple times each.
I've tried removing Flatpak
Last edited by cervidae (2021-06-30 16:53:53)
If you put 'exec xterm' on the line before 'exec openbox-session' so xterm is started instead of openbox-session (requires xterm package) does that take 2 minutes to start?
Offline
If you put 'exec xterm' on the line before 'exec openbox-session' so xterm is started instead of openbox-session (requires xterm package) does that take 2 minutes to start?
No, that actually loads up in a couple of seconds.
Possibly Broken session / d-bus issue.
Offline
Possibly Broken session
The wiki said to test this I should run 'loginctl show-session $XDG_SESSION_ID', which I did and that doesn't seem to be a problem.
d-bus issue
Sorry, but how would I test if this is the problem? I just reinstalled dbus and I'm still getting the same problem.
Last edited by cervidae (2021-06-30 03:52:13)
I get to a black screen with just a cursor. I can move the mouse around while it's loading but that's it. I have tried this with Openbox and i3 and this happens to both of them
That's pretty much what you can expect for both of those sessions when they're completely unconfigured. Why and what else do you expect?
Can you rightclick the desktop in openbox?
About application start: FF is a fat client and w/ a slow (broken?) disk loading the extensions and the cookie-jar and what not else could be slow w/o indicating any further problems. A subesquent (sudo) call will then rely on memory cached data and be much faster.
=> What other (not fat) clients are slow? Is there any error output when you run them from the xterm?
Offline
That's pretty much what you can expect for both of those sessions when they're completely unconfigured. Why and what else do you expect?
Can you rightclick the desktop in openbox?
I know what you mean, but I'm 99% sure that's something else. For example with openbox, the default background is actually gray, which takes a while to appear. I can't right click anywhere until that background appears. And with i3, it also takes a few minutes for me to be able to launch applications. And when I do, I get a spinning wheel on my cursor for another few minutes before it opens. I've used i3 and openbox a little before so I know how they should work.
What other (not fat) clients are slow? Is there any error output when you run them from the xterm?
I just tested and the same thing happens with kitty, Nvidia-settings, and gnome-disk-utility. Of course xterm starts instantly. There are also no errors when launching any of these programs from xterm, but they still take forever.
Last edited by cervidae (2021-06-30 14:56:17)
Check dmesg for IO errors to rule outthat it's the disk (falling apart)
Is gcolor3 slow? Is gcolor2 slow?
strace -t gcolor3 2>1 | tee /tmp/gcolor3.strace # post that fileOffline
Check dmesg for IO errors to rule outthat it's the disk (falling apart)
Is gcolor3 slow? Is gcolor2 slow?strace -t gcolor3 2>1 | tee /tmp/gcolor3.strace # post that file
I ended up using strace -o /tmp/gcolor2.strace -t gcolor2 and strace -o /tmp/gcolor3.strace -t gcolor3 because you're command kept returning empty files (I hope that's ok).
Anyway here is gcolor2: https://pastebin.com/raw/RxgLgXhk
Gcolor3 was too big for me to paste all at once. Here is the first half: https://pastebin.com/raw/bvrjqYWg and the second half: https://pastebin.com/raw/NjDfiidQ
By the way I just installed gcolor2 and 3 for this test, not sure if that matters.
The bbs or my keyboard ate an "&" ("2>&1")…
08:57:00 futex(0x7f4c0fca0068, FUTEX_WAKE_PRIVATE, 2147483647) = 0
08:57:00 futex(0x7f4c0fca0068, FUTEX_WAKE_PRIVATE, 2147483647) = 0
08:57:00 futex(0x7f4c0fca0068, FUTEX_WAKE_PRIVATE, 2147483647) = 0
08:57:00 close(5) = 0
08:57:00 futex(0x7f4c0fca0068, FUTEX_WAKE_PRIVATE, 2147483647) = 0
08:57:00 futex(0x7f4c0fca0068, FUTEX_WAKE_PRIVATE, 2147483647) = 0
08:57:00 futex(0x7f4c0fca0068, FUTEX_WAKE_PRIVATE, 2147483647) = 0
08:57:00 futex(0x7f4c0fca0068, FUTEX_WAKE_PRIVATE, 2147483647) = 0
08:57:00 futex(0x7f4c0fca0068, FUTEX_WAKE_PRIVATE, 2147483647) = 0
08:57:00 futex(0x7f4c0fca0068, FUTEX_WAKE_PRIVATE, 2147483647) = 0
08:57:00 futex(0x7f4c0fca0068, FUTEX_WAKE_PRIVATE, 2147483647) = 0
08:57:00 futex(0x7f4c0fca0068, FUTEX_WAKE_PRIVATE, 2147483647) = 0
08:57:00 futex(0x7f4c0fca0068, FUTEX_WAKE_PRIVATE, 2147483647) = 0
08:57:00 futex(0x7f4c0fca0068, FUTEX_WAKE_PRIVATE, 2147483647) = 0
08:57:00 futex(0x7f4c0fca0068, FUTEX_WAKE_PRIVATE, 2147483647) = 0
08:57:00 futex(0x7f4c0fca0068, FUTEX_WAKE_PRIVATE, 2147483647) = 0
08:57:00 futex(0x7f4c0fca0068, FUTEX_WAKE_PRIVATE, 2147483647) = 0
08:57:00 futex(0x7f4c0fca0068, FUTEX_WAKE_PRIVATE, 2147483647) = 0
08:57:00 futex(0x7f4c0fca0068, FUTEX_WAKE_PRIVATE, 2147483647) = 0
08:57:00 futex(0x7f4c0fca0068, FUTEX_WAKE_PRIVATE, 2147483647) = 0
08:57:00 brk(0x5558820ef000) = 0x5558820ef000
08:57:00 futex(0x7f4c0fca0068, FUTEX_WAKE_PRIVATE, 2147483647) = 0
08:57:00 futex(0x7f4c0fca0068, FUTEX_WAKE_PRIVATE, 2147483647) = 0
08:57:00 futex(0x7f4c0fca0068, FUTEX_WAKE_PRIVATE, 2147483647) = 0
08:57:00 futex(0x7f4c0fca0068, FUTEX_WAKE_PRIVATE, 2147483647) = 0
08:57:00 futex(0x7f4c0fca0068, FUTEX_WAKE_PRIVATE, 2147483647) = 0
08:57:00 mmap(NULL, 8392704, PROT_NONE, MAP_PRIVATE|MAP_ANONYMOUS|MAP_STACK, -1, 0) = 0x7f4c0dfee000
08:57:00 mprotect(0x7f4c0dfef000, 8388608, PROT_READ|PROT_WRITE) = 0
08:57:00 rt_sigprocmask(SIG_BLOCK, ~[], [], 8) = 0
08:57:00 clone(child_stack=0x7f4c0e7edd70, flags=CLONE_VM|CLONE_FS|CLONE_FILES|CLONE_SIGHAND|CLONE_THREAD|CLONE_SYSVSEM|CLONE_SETTLS|CLONE_PARENT_SETTID|CLONE_CHILD_CLEARTID, parent_tid=[2176], tls=0x7f4c0e7ee640, child_tidptr=0x7f4c0e7ee910) = 2176
08:57:00 rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
08:57:00 futex(0x7f4c0fca0068, FUTEX_WAKE_PRIVATE, 2147483647) = 0
08:57:00 futex(0x7f4c0fca0068, FUTEX_WAKE_PRIVATE, 2147483647) = 0
08:57:00 futex(0x7f4c0fca0068, FUTEX_WAKE_PRIVATE, 2147483647) = 0
08:57:00 futex(0x7f4c0f55f118, FUTEX_WAIT_PRIVATE, 0, NULL) = 0
08:59:27 rt_sigprocmask(SIG_BLOCK, ~[], [], 8) = 0
08:59:27 clone(child_stack=0x7f4c0e7edd70, flags=CLONE_VM|CLONE_FS|CLONE_FILES|CLONE_SIGHAND|CLONE_THREAD|CLONE_SYSVSEM|CLONE_SETTLS|CLONE_PARENT_SETTID|CLONE_CHILD_CLEARTID, parent_tid=[2224], tls=0x7f4c0e7ee640, child_tidptr=0x7f4c0e7ee910) = 2224
08:59:27 rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
08:59:27 mmap(NULL, 8392704, PROT_NONE, MAP_PRIVATE|MAP_ANONYMOUS|MAP_STACK, -1, 0) = 0x7f4c0d52b000
08:59:27 mprotect(0x7f4c0d52c000, 8388608, PROT_READ|PROT_WRITE) = 0
08:59:27 rt_sigprocmask(SIG_BLOCK, ~[], [], 8) = 0
08:59:27 clone(child_stack=0x7f4c0dd2ad70, flags=CLONE_VM|CLONE_FS|CLONE_FILES|CLONE_SIGHAND|CLONE_THREAD|CLONE_SYSVSEM|CLONE_SETTLS|CLONE_PARENT_SETTID|CLONE_CHILD_CLEARTID, parent_tid=[2225], tls=0x7f4c0dd2b640, child_tidptr=0x7f4c0dd2b910) = 2225
08:59:27 rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
08:59:27 futex(0x7f4c0fca0068, FUTEX_WAKE_PRIVATE, 2147483647) = 0
08:59:27 futex(0x7f4c0fca0068, FUTEX_WAKE_PRIVATE, 2147483647) = 0
08:59:27 futex(0x5558820be2e0, FUTEX_WAIT_PRIVATE, 0, NULL) = 0
08:59:27 futex(0x7f4c0fca0068, FUTEX_WAKE_PRIVATE, 2147483647) = 0
08:59:27 futex(0x7f4c0fca0068, FUTEX_WAKE_PRIVATE, 2147483647) = 0
08:59:27 futex(0x7f4c0fca0068, FUTEX_WAKE_PRIVATE, 2147483647) = 0
08:59:27 futex(0x7f4c0fca0068, FUTEX_WAKE_PRIVATE, 2147483647) = 0
08:59:27 futex(0x7f4c0fca0068, FUTEX_WAKE_PRIVATE, 2147483647) = 0
08:59:27 futex(0x7f4c0fca0068, FUTEX_WAKE_PRIVATE, 2147483647) = 0
08:59:27 openat(AT_FDCWD, "/usr/share/fonts/noto/NotoSans-Regular.ttf", O_RDONLY) = 5
08:59:27 newfstatat(5, "", {st_mode=S_IFREG|0644, st_size=512672, ...}, AT_EMPTY_PATH) = 0
08:59:27 mmap(NULL, 512672, PROT_READ, MAP_PRIVATE|MAP_NORESERVE, 5, 0) = 0x7f4c0d4ad000
08:59:27 close(5) = 0
08:59:27 access("/usr/share/fonts/noto/NotoSans-Regular.ttf", R_OK) = 0gcolor2 is sufficient and there's a 2½ minute gap…
Assuming it's the clone:
strace -f -t gcolor2 2>&1 | tee /tmp/gcolor2.straceOffline
strace -f -t gcolor2 2>&1 | tee /tmp/gcolor2.strace
I found the problem! In the gcode2.strace (which ended up being over 500 MB!) was this repeating pattern:
[pid 19786] 09:34:53 openat(AT_FDCWD, "/home/cervidae/.fontconfig//435c7210ebad5a73976f29f755169294-le64.cache-7", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
[pid 19786] 09:34:53 openat(AT_FDCWD, "/home/cervidae/.local/share/fonts/material-design-icons/png/action/gif/.uuid", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
[pid 19786] 09:34:53 madvise(0x7f92c022e000, 65536, MADV_DONTNEED) = 0
[pid 19786] 09:34:53 newfstatat(AT_FDCWD, "/home/cervidae/.local/share/fonts/material-design-icons/png/action/grade", {st_mode=S_IFDIR|0755, st_size=4096, ...}, 0) = 0
[pid 19786] 09:34:53 openat(AT_FDCWD, "/home/cervidae/.local/share/fonts/material-design-icons/png/action/grade", O_RDONLY|O_CLOEXEC) = 5
[pid 19786] 09:34:53 fstatfs(5, {f_type=EXT2_SUPER_MAGIC, f_bsize=4096, f_blocks=51328506, f_bfree=28292714, f_bavail=25667178, f_files=13107200, f_ffree=11412155, f_fsid={val=[0xcd30e203, 0x7d24370e]}, f_namelen=255, f_frsize=4096, f_flags=ST_VALID|ST_RELATIME}) = 0
[pid 19786] 09:34:53 close(5) = 0
[pid 19786] 09:34:53 openat(AT_FDCWD, "/var/cache/fontconfig//dd7c45b693a38be8980ac4621a2afaa7-le64.cache-7", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
[pid 19786] 09:34:53 openat(AT_FDCWD, "/home/cervidae/.local/share/fonts/material-design-icons/png/action/grade/.uuid", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
[pid 19786] 09:34:53 openat(AT_FDCWD, "/home/cervidae/.cache/fontconfig//dd7c45b693a38be8980ac4621a2afaa7-le64.cache-7", O_RDONLY|O_CLOEXEC) = 5
[pid 19786] 09:34:53 newfstatat(5, "", {st_mode=S_IFREG|0644, st_size=672, ...}, AT_EMPTY_PATH) = 0
[pid 19786] 09:34:53 fstatfs(5, {f_type=EXT2_SUPER_MAGIC, f_bsize=4096, f_blocks=51328506, f_bfree=28292714, f_bavail=25667178, f_files=13107200, f_ffree=11412155, f_fsid={val=[0xcd30e203, 0x7d24370e]}, f_namelen=255, f_frsize=4096, f_flags=ST_VALID|ST_RELATIME}) = 0
[pid 19786] 09:34:53 read(5, "\4\374\2\374\7\0\0\0\240\2\0\0\0\0\0\0@\0\0\0\0\0\0\0\220\0\0\0\0\0\0\0"..., 672) = 672
[pid 19786] 09:34:53 close(5) = 0
[pid 19786] 09:34:53 openat(AT_FDCWD, "/home/cervidae/.fontconfig//dd7c45b693a38be8980ac4621a2afaa7-le64.cache-7", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
[pid 19786] 09:34:53 openat(AT_FDCWD, "/home/cervidae/.local/share/fonts/material-design-icons/png/action/grade/.uuid", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
[pid 19786] 09:34:53 madvise(0x7f92c022e000, 65536, MADV_DONTNEED) = 0
[pid 19786] 09:34:53 madvise(0x7f92c022e000, 65536, MADV_DONTNEED) = 0
[pid 19786] 09:34:53 newfstatat(AT_FDCWD, "/home/cervidae/.local/share/fonts/material-design-icons/png/action/grading", {st_mode=S_IFDIR|0755, st_size=4096, ...}, 0) = 0
[pid 19786] 09:34:53 openat(AT_FDCWD, "/home/cervidae/.local/share/fonts/material-design-icons/png/action/grading", O_RDONLY|O_CLOEXEC) = 5
[pid 19786] 09:34:53 fstatfs(5, {f_type=EXT2_SUPER_MAGIC, f_bsize=4096, f_blocks=51328506, f_bfree=28292714, f_bavail=25667178, f_files=13107200, f_ffree=11412155, f_fsid={val=[0xcd30e203, 0x7d24370e]}, f_namelen=255, f_frsize=4096, f_flags=ST_VALID|ST_RELATIME}) = 0
[pid 19786] 09:34:53 close(5) = 0
[pid 19786] 09:34:53 openat(AT_FDCWD, "/var/cache/fontconfig//34dce1be8b1b686723814fbe3a5eb73f-le64.cache-7", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
[pid 19786] 09:34:53 openat(AT_FDCWD, "/home/cervidae/.local/share/fonts/material-design-icons/png/action/grading/.uuid", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
[pid 19786] 09:34:53 openat(AT_FDCWD, "/home/cervidae/.cache/fontconfig//34dce1be8b1b686723814fbe3a5eb73f-le64.cache-7", O_RDONLY|O_CLOEXEC) = 5
[pid 19786] 09:34:53 newfstatat(5, "", {st_mode=S_IFREG|0644, st_size=688, ...}, AT_EMPTY_PATH) = 0
[pid 19786] 09:34:53 fstatfs(5, {f_type=EXT2_SUPER_MAGIC, f_bsize=4096, f_blocks=51328506, f_bfree=28292714, f_bavail=25667178, f_files=13107200, f_ffree=11412155, f_fsid={val=[0xcd30e203, 0x7d24370e]}, f_namelen=255, f_frsize=4096, f_flags=ST_VALID|ST_RELATIME}) = 0
[pid 19786] 09:34:53 read(5, "\4\374\2\374\7\0\0\0\260\2\0\0\0\0\0\0@\0\0\0\0\0\0\0\220\0\0\0\0\0\0\0"..., 688) = 688
[pid 19786] 09:34:53 close(5) = 0
[pid 19786] 09:34:53 openat(AT_FDCWD, "/home/cervidae/.fontconfig//34dce1be8b1b686723814fbe3a5eb73f-le64.cache-7", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
[pid 19786] 09:34:53 openat(AT_FDCWD, "/home/cervidae/.local/share/fonts/material-design-icons/png/action/grading/.uuid", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
[pid 19786] 09:34:53 madvise(0x7f92c022e000, 65536, MADV_DONTNEED) = 0
[pid 19786] 09:34:53 madvise(0x7f92c022e000, 65536, MADV_DONTNEED) = 0
[pid 19786] 09:34:53 newfstatat(AT_FDCWD, "/home/cervidae/.local/share/fonts/material-design-icons/png/action/group_work", {st_mode=S_IFDIR|0755, st_size=4096, ...}, 0) = 0
[pid 19786] 09:34:53 openat(AT_FDCWD, "/home/cervidae/.local/share/fonts/material-design-icons/png/action/group_work", O_RDONLY|O_CLOEXEC) = 5
[pid 19786] 09:34:53 fstatfs(5, {f_type=EXT2_SUPER_MAGIC, f_bsize=4096, f_blocks=51328506, f_bfree=28292714, f_bavail=25667178, f_files=13107200, f_ffree=11412155, f_fsid={val=[0xcd30e203, 0x7d24370e]}, f_namelen=255, f_frsize=4096, f_flags=ST_VALID|ST_RELATIME}) = 0
[pid 19786] 09:34:53 close(5) = 0
[pid 19786] 09:34:53 openat(AT_FDCWD, "/var/cache/fontconfig//fe6aef2d9d23c07bec6552e089b67151-le64.cache-7", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
[pid 19786] 09:34:53 openat(AT_FDCWD, "/home/cervidae/.local/share/fonts/material-design-icons/png/action/group_work/.uuid", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
[pid 19786] 09:34:53 openat(AT_FDCWD, "/home/cervidae/.cache/fontconfig//fe6aef2d9d23c07bec6552e089b67151-le64.cache-7", O_RDONLY|O_CLOEXEC) = 5
[pid 19786] 09:34:53 newfstatat(5, "", {st_mode=S_IFREG|0644, st_size=712, ...}, AT_EMPTY_PATH) = 0
[pid 19786] 09:34:53 fstatfs(5, {f_type=EXT2_SUPER_MAGIC, f_bsize=4096, f_blocks=51328506, f_bfree=28292714, f_bavail=25667178, f_files=13107200, f_ffree=11412155, f_fsid={val=[0xcd30e203, 0x7d24370e]}, f_namelen=255, f_frsize=4096, f_flags=ST_VALID|ST_RELATIME}) = 0
[pid 19786] 09:34:53 read(5, "\4\374\2\374\7\0\0\0\310\2\0\0\0\0\0\0@\0\0\0\0\0\0\0\220\0\0\0\0\0\0\0"..., 712) = 712
[pid 19786] 09:34:53 close(5) = 0
[pid 19786] 09:34:53 openat(AT_FDCWD, "/home/cervidae/.fontconfig//fe6aef2d9d23c07bec6552e089b67151-le64.cache-7", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
[pid 19786] 09:34:53 openat(AT_FDCWD, "/home/cervidae/.local/share/fonts/material-design-icons/png/action/group_work/.uuid", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
[pid 19786] 09:34:53 madvise(0x7f92c022e000, 65536, MADV_DONTNEED) = 0
[pid 19786] 09:34:53 newfstatat(AT_FDCWD, "/home/cervidae/.local/share/fonts/material-design-icons/png/action/help", {st_mode=S_IFDIR|0755, st_size=4096, ...}, 0) = 0
[pid 19786] 09:34:53 openat(AT_FDCWD, "/home/cervidae/.local/share/fonts/material-design-icons/png/action/help", O_RDONLY|O_CLOEXEC) = 5
[pid 19786] 09:34:53 fstatfs(5, {f_type=EXT2_SUPER_MAGIC, f_bsize=4096, f_blocks=51328506, f_bfree=28292714, f_bavail=25667178, f_files=13107200, f_ffree=11412155, f_fsid={val=[0xcd30e203, 0x7d24370e]}, f_namelen=255, f_frsize=4096, f_flags=ST_VALID|ST_RELATIME}) = 0
[pid 19786] 09:34:53 close(5) = 0
[pid 19786] 09:34:53 openat(AT_FDCWD, "/var/cache/fontconfig//d327794ec2349e06fbd4c55faba5b28d-le64.cache-7", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
[pid 19786] 09:34:53 openat(AT_FDCWD, "/home/cervidae/.local/share/fonts/material-design-icons/png/action/help/.uuid", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
[pid 19786] 09:34:53 openat(AT_FDCWD, "/home/cervidae/.cache/fontconfig//d327794ec2349e06fbd4c55faba5b28d-le64.cache-7", O_RDONLY|O_CLOEXEC) = 5
[pid 19786] 09:34:53 newfstatat(5, "", {st_mode=S_IFREG|0644, st_size=664, ...}, AT_EMPTY_PATH) = 0
[pid 19786] 09:34:53 fstatfs(5, {f_type=EXT2_SUPER_MAGIC, f_bsize=4096, f_blocks=51328506, f_bfree=28292714, f_bavail=25667178, f_files=13107200, f_ffree=11412155, f_fsid={val=[0xcd30e203, 0x7d24370e]}, f_namelen=255, f_frsize=4096, f_flags=ST_VALID|ST_RELATIME}) = 0
[pid 19786] 09:34:53 read(5, "\4\374\2\374\7\0\0\0\230\2\0\0\0\0\0\0@\0\0\0\0\0\0\0\210\0\0\0\0\0\0\0"..., 664) = 664
[pid 19786] 09:34:53 close(5) = 0
[pid 19786] 09:34:53 openat(AT_FDCWD, "/home/cervidae/.fontconfig//d327794ec2349e06fbd4c55faba5b28d-le64.cache-7", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
[pid 19786] 09:34:53 openat(AT_FDCWD, "/home/cervidae/.local/share/fonts/material-design-icons/png/action/help/.uuid", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
[pid 19786] 09:34:53 madvise(0x7f92c022e000, 65536, MADV_DONTNEED) = 0
[pid 19786] 09:34:53 madvise(0x7f92c022e000, 65536, MADV_DONTNEED) = 0
[pid 19786] 09:34:53 newfstatat(AT_FDCWD, "/home/cervidae/.local/share/fonts/material-design-icons/png/action/help_center", {st_mode=S_IFDIR|0755, st_size=4096, ...}, 0) = 0
[pid 19786] 09:34:53 openat(AT_FDCWD, "/home/cervidae/.local/share/fonts/material-design-icons/png/action/help_center", O_RDONLY|O_CLOEXEC) = 5
[pid 19786] 09:34:53 fstatfs(5, {f_type=EXT2_SUPER_MAGIC, f_bsize=4096, f_blocks=51328506, f_bfree=28292714, f_bavail=25667178, f_files=13107200, f_ffree=11412155, f_fsid={val=[0xcd30e203, 0x7d24370e]}, f_namelen=255, f_frsize=4096, f_flags=ST_VALID|ST_RELATIME}) = 0
[pid 19786] 09:34:53 close(5) = 0
[pid 19786] 09:34:53 openat(AT_FDCWD, "/var/cache/fontconfig//34bf69b8b30f65015f80bd953bc22113-le64.cache-7", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
[pid 19786] 09:34:53 openat(AT_FDCWD, "/home/cervidae/.local/share/fonts/material-design-icons/png/action/help_center/.uuid", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
[pid 19786] 09:34:53 openat(AT_FDCWD, "/home/cervidae/.cache/fontconfig//34bf69b8b30f65015f80bd953bc22113-le64.cache-7", O_RDONLY|O_CLOEXEC) = 5
[pid 19786] 09:34:53 newfstatat(5, "", {st_mode=S_IFREG|0644, st_size=712, ...}, AT_EMPTY_PATH) = 0
[pid 19786] 09:34:53 fstatfs(5, {f_type=EXT2_SUPER_MAGIC, f_bsize=4096, f_blocks=51328506, f_bfree=28292714, f_bavail=25667178, f_files=13107200, f_ffree=11412155, f_fsid={val=[0xcd30e203, 0x7d24370e]}, f_namelen=255, f_frsize=4096, f_flags=ST_VALID|ST_RELATIME}) = 0
[pid 19786] 09:34:53 read(5, "\4\374\2\374\7\0\0\0\310\2\0\0\0\0\0\0@\0\0\0\0\0\0\0\220\0\0\0\0\0\0\0"..., 712) = 712
[pid 19786] 09:34:53 close(5) = 0
[pid 19786] 09:34:53 openat(AT_FDCWD, "/home/cervidae/.fontconfig//34bf69b8b30f65015f80bd953bc22113-le64.cache-7", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
[pid 19786] 09:34:53 openat(AT_FDCWD, "/home/cervidae/.local/share/fonts/material-design-icons/png/action/help_center/.uuid", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
[pid 19786] 09:34:53 madvise(0x7f92c022e000, 65536, MADV_DONTNEED) = 0
[pid 19786] 09:34:53 madvise(0x7f92c022e000, 65536, MADV_DONTNEED) = 0
[pid 19786] 09:34:53 newfstatat(AT_FDCWD, "/home/cervidae/.local/share/fonts/material-design-icons/png/action/help_outline", {st_mode=S_IFDIR|0755, st_size=4096, ...}, 0) = 0
[pid 19786] 09:34:53 openat(AT_FDCWD, "/home/cervidae/.local/share/fonts/material-design-icons/png/action/help_outline", O_RDONLY|O_CLOEXEC) = 5
[pid 19786] 09:34:53 fstatfs(5, {f_type=EXT2_SUPER_MAGIC, f_bsize=4096, f_blocks=51328506, f_bfree=28292714, f_bavail=25667178, f_files=13107200, f_ffree=11412155, f_fsid={val=[0xcd30e203, 0x7d24370e]}, f_namelen=255, f_frsize=4096, f_flags=ST_VALID|ST_RELATIME}) = 0
[pid 19786] 09:34:53 close(5) = 0It turns out when I was getting the Google material design icons I put the entire git clone folder into ~/.local/share/fonts/ and it was loading waaaay more than it needed to. I removed that folder and now openbox and applications start instantly! Thank you so much, I would have never known what to do on my own.
Last edited by cervidae (2021-06-30 16:54:23)