You are not logged in.
I am running openbox on Arch Linux. I installed Openbox, copying config files to:
~/.config/openbox/including
autostart
environment
menu.xml
rc.xmlI added some commands to autostart, and made a couple of minor tweaks to menu.xml. Everything was working correctly.
However, after I rebooted my machine, it appears that openbox is no longer reading the config files from my home directory. It launches without any of my settings.
I am starting openbox via startx. in my .xinitrc i have:
exec openbox-sessionI have checked permissions on the directory and files for the config files and they are world readable. It seems like Openbox doesn't realize the user config files are there, but I am having trouble debugging the issue.
I have tried to set the debug flags when starting openbox (ideally to generate log files) in .xinitrc:
openbox --debugI have also tried to manually specify the config XML file via:
openbox --config-file=~/.config/openbox/rc.xmlHowever, placing any arguments to the openbox command in .xinitrc causes startx to fail.
My $HOME and $XDG_CONFIG_HOME environment variables are set correctly.
I have searched online, and can find no information about Openbox not reading configuration files. I also cant find any log files. Any suggestions / ideas on what might be going on or suggestions on how to debug and track down?
Here is my xorg log file:
[ 5791.876] (WW) Failed to open protocol names file lib/xorg/protocol.txt
[ 5791.877]
X.Org X Server 1.20.9
X Protocol Version 11, Revision 0
[ 5791.880] Build Operating System: Linux Arch Linux
[ 5791.881] Current Operating System: Linux mesh-linux-desktop 5.9.3-arch1-1 #1 SMP PREEMPT Sun, 01 Nov 2020 12:58:59 +0000 x86_64
[ 5791.881] Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=61efa722-0021-4af5-bc61-ce832c67c2c0 rw loglevel=3 quiet
[ 5791.883] Build Date: 02 September 2020 06:17:44AM
[ 5791.884]
[ 5791.886] Current version of pixman: 0.40.0
[ 5791.888] Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[ 5791.888] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 5791.893] (==) Log file: "/home/mesh/.local/share/xorg/Xorg.0.log", Time: Tue Nov 3 22:33:19 2020
[ 5791.893] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[ 5791.893] (==) No Layout section. Using the first Screen section.
[ 5791.893] (==) No screen section available. Using defaults.
[ 5791.893] (**) |-->Screen "Default Screen Section" (0)
[ 5791.893] (**) | |-->Monitor "<default monitor>"
[ 5791.894] (==) No monitor specified for screen "Default Screen Section".
Using a default monitor configuration.
[ 5791.894] (==) Automatically adding devices
[ 5791.894] (==) Automatically enabling devices
[ 5791.894] (==) Automatically adding GPU devices
[ 5791.894] (==) Automatically binding GPU devices
[ 5791.894] (==) Max clients allowed: 256, resource mask: 0x1fffff
[ 5791.894] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/misc".
[ 5791.894] Entry deleted from font path.
[ 5791.894] (Run 'mkfontdir' on "/usr/share/fonts/misc").
[ 5791.894] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/TTF".
[ 5791.894] Entry deleted from font path.
[ 5791.894] (Run 'mkfontdir' on "/usr/share/fonts/TTF").
[ 5791.894] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/OTF".
[ 5791.894] Entry deleted from font path.
[ 5791.894] (Run 'mkfontdir' on "/usr/share/fonts/OTF").
[ 5791.894] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[ 5791.894] Entry deleted from font path.
[ 5791.894] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi".
[ 5791.894] Entry deleted from font path.
[ 5791.894] (Run 'mkfontdir' on "/usr/share/fonts/100dpi").
[ 5791.894] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi".
[ 5791.894] Entry deleted from font path.
[ 5791.894] (Run 'mkfontdir' on "/usr/share/fonts/75dpi").
[ 5791.894] (==) FontPath set to:
[ 5791.894] (==) ModulePath set to "/usr/lib/xorg/modules"
[ 5791.894] (II) The server relies on udev to provide the list of input devices.
If no devices become available, reconfigure udev or disable AutoAddDevices.
[ 5791.894] (II) Module ABI versions:
[ 5791.894] X.Org ANSI C Emulation: 0.4
[ 5791.894] X.Org Video Driver: 24.1
[ 5791.894] X.Org XInput driver : 24.1
[ 5791.894] X.Org Server Extension : 10.0
[ 5791.894] (++) using VT number 1
[ 5791.897] (II) systemd-logind: took control of session /org/freedesktop/login1/session/_31
[ 5791.898] (II) xfree86: Adding drm device (/dev/dri/card0)
[ 5791.898] (II) Platform probe for /sys/devices/pci0000:00/0000:00:01.0/0000:01:00.0/drm/card0
[ 5791.899] (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 10 paused 0
[ 5791.901] (--) PCI:*(1@0:0:0) 1002:6819:1462:2730 rev 0, Mem @ 0xe0000000/268435456, 0xf7e00000/262144, I/O @ 0x0000e000/256, BIOS @ 0x????????/131072
[ 5791.901] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[ 5791.901] (II) LoadModule: "glx"
[ 5791.901] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[ 5791.903] (II) Module glx: vendor="X.Org Foundation"
[ 5791.903] compiled for 1.20.9, module version = 1.0.0
[ 5791.903] ABI class: X.Org Server Extension, version 10.0
[ 5791.903] (==) Matched ati as autoconfigured driver 0
[ 5791.903] (==) Matched modesetting as autoconfigured driver 1
[ 5791.903] (==) Matched fbdev as autoconfigured driver 2
[ 5791.903] (==) Matched vesa as autoconfigured driver 3
[ 5791.903] (==) Assigned the driver to the xf86ConfigLayout
[ 5791.903] (II) LoadModule: "ati"
[ 5791.903] (WW) Warning, couldn't open module ati
[ 5791.903] (EE) Failed to load module "ati" (module does not exist, 0)
[ 5791.903] (II) LoadModule: "modesetting"
[ 5791.903] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[ 5791.903] (II) Module modesetting: vendor="X.Org Foundation"
[ 5791.903] compiled for 1.20.9, module version = 1.20.9
[ 5791.903] Module class: X.Org Video Driver
[ 5791.903] ABI class: X.Org Video Driver, version 24.1
[ 5791.903] (II) LoadModule: "fbdev"
[ 5791.903] (WW) Warning, couldn't open module fbdev
[ 5791.903] (EE) Failed to load module "fbdev" (module does not exist, 0)
[ 5791.903] (II) LoadModule: "vesa"
[ 5791.903] (WW) Warning, couldn't open module vesa
[ 5791.903] (EE) Failed to load module "vesa" (module does not exist, 0)
[ 5791.903] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[ 5791.904] (II) modeset(0): using drv /dev/dri/card0
[ 5791.904] (WW) VGA arbiter: cannot open kernel arbiter, no multi-card support
[ 5791.904] (II) modeset(0): Creating default Display subsection in Screen section
"Default Screen Section" for depth/fbbpp 24/32
[ 5791.904] (==) modeset(0): Depth 24, (==) framebuffer bpp 32
[ 5791.904] (==) modeset(drwxr-xr-x 9 mesh users 4096 Nov 3 20:42 .config0): RGB weight 888
[ 5791.904] (==) modeset(0): Default visual is TrueColor
[ 5791.904] (II) Loading sub module "glamoregl"
[ 5791.904] (II) LoadModule: "glamoregl"
[ 5791.904] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[ 5791.906] (II) Module glamoregl: vendor="X.Org Foundation"
[ 5791.906] compiled for 1.20.9, module version = 1.0.1
[ 5791.906] ABI class: X.Org ANSI C Emulation, version 0.4
[ 5791.959] (II) modeset(0): glamor X acceleration enabled on AMD PITCAIRN (DRM 2.50.0, 5.9.3-arch1-1, LLVM 10.0.1)
[ 5791.959] (II) modeset(0): glamor initialized
[ 5791.986] (II) modeset(0): Output DP-1 has no monitor section
[ 5792.013] (II) modeset(0): Output DP-2 has no monitor section
[ 5792.014] (II) modeset(0): Output HDMI-1 has no monitor section
[ 5792.026] (II) modeset(0): Output DVI-I-1 has no monitor section
[ 5792.056] (II) modeset(0): EDID for output DP-1
[ 5792.083] (II) modeset(0): EDID for output DP-2
[ 5792.083] (II) modeset(0): Manufacturer: DEL Model: f017 Serial#: 1144337996
[ 5792.083] (II) modeset(0): Year: 2010 Week: 37
[ 5792.083] (II) modeset(0): EDID Version: 1.4
[ 5792.083] (II) modeset(0): Digital Display Input
[ 5792.083] (II) modeset(0): 10 bits per channel
[ 5792.083] (II) modeset(0): Digital interface is DisplayPort
[ 5792.083] (II) modeset(0): Max Image Size [cm]: horiz.: 52 vert.: 32
[ 5792.083] (II) modeset(0): Gamma: 2.20
[ 5792.083] (II) modeset(0): DPMS capabilities: Off
[ 5792.083] (II) modeset(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4 YCrCb 4:2:2
[ 5792.083] (II) modeset(0): First detailed timing is preferred mode
[ 5792.083] (II) modeset(0): Preferred mode is native pixel format and refresh rate
[ 5792.083] (II) modeset(0): redX: 0.680 redY: 0.310 greenX: 0.206 greenY: 0.693
[ 5792.083] (II) modeset(0): blueX: 0.151 blueY: 0.055 whiteX: 0.313 whiteY: 0.329
[ 5792.083] (II) modeset(0): Supported established timings:
[ 5792.083] (II) modeset(0): 720x400@70Hz
[ 5792.083] (II) modeset(0): 640x480@60Hz
[ 5792.083] (II) modeset(0): 640x480@75Hz
[ 5792.083] (II) modeset(0): 800x600@60Hz
[ 5792.083] (II) modeset(0): 800x600@75Hz
[ 5792.083] (II) modeset(0): 1024x768@60Hz
[ 5792.083] (II) modeset(0): 1024x768@75Hz
[ 5792.083] (II) modeset(0): 1280x1024@75Hz
[ 5792.083] (II) modeset(drwxr-xr-x 9 mesh users 4096 Nov 3 20:42 .config0): Manufacturer's mask: 0
[ 5792.083] (II) modeset(0): Supported standard timings:
[ 5792.083] (II) modeset(0): #0: hsize: 1280 vsize 1024 refresh: 60 vid: 32897
[ 5792.083] (II) modeset(0): #1: hsize: 1600 vsize 1200 refresh: 60 vid: 16553
[ 5792.084] (II) modeset(0): #2: hsize: 1920 vsize 1200 refresh: 60 vid: 209
[ 5792.084] (II) modeset(0): #3: hsize: 1152 vsize 864 refresh: 75 vid: 20337
[ 5792.084] (II) modeset(0): Supported detailed timing:
[ 5792.084] (II) modeset(0): clock: 154.0 MHz Image Size: 518 x 324 mm
[ 5792.084] (II) modeset(0): h_active: 1920 h_sync: 1968 h_sync_end 2000 h_blank_end 2080 h_border: 0
[ 5792.084] (II) modeset(0): v_active: 1200 v_sync: 1203 v_sync_end 1209 v_blanking: 1235 v_border: 0
[ 5792.084] (II) modeset(0): Serial No: C592M096D56L
[ 5792.084] (II) modeset(0): Monitor name: DELL U2410
[ 5792.084] (II) modeset(0): Ranges: V min: 56 V max: 76 Hz, H min: 30 H max: 81 kHz, PixClock max 175 MHz
[ 5792.084] (II) modeset(0): Supported detailed timing:
[ 5792.084] (II) modeset(0): clock: 148.5 MHz Image Size: 518 x 324 mm
[ 5792.084] (II) modeset(0): h_active: 1920 h_sync: 2008 h_sync_end 2052 h_blank_end 2200 h_border: 0
[ 5792.084] (II) modeset(0): v_active: 1080 v_sync: 1084 v_sync_end 1089 v_blanking: 1125 v_border: 0
[ 5792.084] (II) modeset(0): Supported detailed timing:
[ 5792.084] (II) modeset(0): clock: 74.2 MHz Image Size: 518 x 324 mm
[ 5792.084] (II) modeset(0): h_active: 1920 h_sync: 2008 h_sync_end 2052 h_blank_end 2200 h_border: 0
[ 5792.084] (II) modeset(0): v_active: 540 v_sync: 542 v_sync_end 547 v_blanking: 562 v_border: 0
[ 5792.084] (II) modeset(0): Supported detailed timing:
[ 5792.084] (II) modeset(0): clock: 74.2 MHz Image Size: 518 x 324 mm
[ 5792.084] (II) modeset(0): h_active: 1280 h_sync: 1390 h_sync_end 1430 h_blank_end 1650 h_border: 0
[ 5792.084] (II) modeset(0): v_active: 720 v_sync: 725 v_sync_end 730 v_blanking: 750 v_border: 0
[ 5792.084] (II) modeset(0): Supported detailed timing:
[ 5792.084] (II) modeset(0): clock: 27.0 MHz Image Size: 518 x 324 mm
[ 5792.084] (II) modeset(0): h_active: 720 h_sync: 736 h_sync_end 798 h_blank_end 858 h_border: 0
[ 5792.084] (II) modeset(0): v_active: 480 v_sync: 489 v_sync_end 495 v_blanking: 525 v_border: 0
[ 5792.084] (II) modeset(0): Number of EDID sections to follow: 1
[ 5792.084] (II) modeset(0): EDID (in hex):
[ 5792.084] (II) modeset(0): 00ffffffffffff0010ac17f04c363544
[ 5792.084] (II) modeset(0): 25140104b53420783a1ec5ae4f34b126
[ 5792.084] (II) modeset(0): 0e5054a54b008180a940d100714f0101
[ 5792.084] (II) modeset(0): 010101010101283c80a070b023403020
[ 5792.084] (II) modeset(0): 360006442100001a000000ff00433539
[ 5792.084] (II) modeset(0): 324d3039364435364c0a000000fc0044
[ 5792.084] (II) modeset(0): 454c4c2055323431300a2020000000fd
[ 5792.084] (II) modeset(0): 00384c1e5111000a20202020202001eb
[ 5792.084] (II) modeset(0): 02031df15090050403020716011f1213
[ 5792.084] (II) modeset(0): 14201511062309070783010000023a80
[ 5792.084] (II) modeset(0): 1871382d40582c450006442100001e01
[ 5792.084] (II) modeset(0): 1d8018711c1620582c25000644210000
[ 5792.084] (II) modeset(0): 9e011d007251d01e206e285500064421
[ 5792.084] (II) modeset(0): 00001e8c0ad08a20e02d10103e960006
[ 5792.084] (II) modeset(0): 44210000180000000000000000000000
[ 5792.084] (II) modeset(0): 00000000000000000000000000000021
[ 5792.084] (II) modeset(0)drwxr-xr-x 9 mesh users 4096 Nov 3 20:42 .config: Modeline "1920x1080"x50.0 148.50 1920 2448 2492 2640 1080 1084 1089 1125 +hsync +vsync (56.2 kHz e)
[ 5792.084] (II) modeset(0): Modeline "1920x1080"x59.9 148.35 1920 2008 2052 2200 1080 1084 1089 1125 +hsync +vsync (67.4 kHz e)
[ 5792.084] (II) modeset(0): Modeline "1920x1080i"x60.0 74.25 1920 2008 2052 2200 1080 1084 1094 1125 interlace +hsync +vsync (33.8 kHz e)
[ 5792.084] (II) modeset(0): Modeline "1920x1080i"x50.0 74.25 1920 2448 2492 2640 1080 1084 1094 1125 interlace +hsync +vsync (28.1 kHz e)
[ 5792.084] (II) modeset(0): Modeline "1920x1080"x24.0 74.25 1920 2558 2602 2750 1080 1084 1089 1125 +hsync +vsync (27.0 kHz e)
[ 5792.084] (II) modeset(0): Modeline "1920x1080i"x59.9 74.18 1920 2008 2052 2200 1080 1084 1094 1125 interlace +hsync +vsync (33.7 kHz e)
[ 5792.084] (II) modeset(0): Modeline "1920x1080"x24.0 74.18 1920 2558 2602 2750 1080 1084 1089 1125 +hsync +vsync (27.0 kHz e)
[ 5792.084] (II) modeset(0): Modeline "1600x1200"x60.0 162.00 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync (75.0 kHz e)
[ 5792.084] (II) modeset(0): Modeline "1280x1024"x75.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
[ 5792.084] (II) modeset(0): Modeline "1280x1024"x60.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[ 5792.084] (II) modeset(0): Modeline "1152x864"x75.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz e)
[ 5792.084] (II) modeset(0): Modeline "1280x720"x60.0 74.25 1280 1390 1430 1650 720 725 730 750 +hsync +vsync (45.0 kHz e)
[ 5792.084] (II) modeset(0): Modeline "1280x720"x50.0 74.25 1280 1720 1760 1980 720 725 730 750 +hsync +vsync (37.5 kHz e)
[ 5792.084] (II) modeset(0): Modeline "1280x720"x59.9 74.18 1280 1390 1430 1650 720 725 730 750 +hsync +vsync (45.0 kHz e)
[ 5792.084] (II) modeset(0): Modeline "1024x768"x75.0 78.75 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.0 kHz e)
[ 5792.084] (II) modeset(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz e)
[ 5792.084] (II) modeset(0): Modeline "800x600"x75.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz e)
[ 5792.085] (II) modeset(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz e)
[ 5792.085] (II) modeset(0): Modeline "720x576"x50.0 27.00 720 732 796 864 576 581 586 625 -hsync -vsync (31.2 kHz e)
[ 5792.085] (II) modeset(0): Modeline "720x576i"x50.0 13.50 720 732 795 864 576 580 586 625 interlace -hsync -vsync (15.6 kHz e)
[ 5792.085] (II) modeset(0): Modeline "720x480"x60.0 27.03 720 736 798 858 480 489 495 525 -hsync -vsync (31.5 kHz e)
[ 5792.085] (II) modeset(0): Modeline "720x480"x59.9 27.00 720 736 798 858 480 489 495 525 -hsync -vsync (31.5 kHz e)
[ 5792.085] (II) modeset(0): Modeline "720x480i"x60.0 13.51 720 739 801 858 480 488 494 525 interlace -hsync -vsync (15.8 kHz e)
[ 5792.085] (II) modeset(0): Modeline "720x480i"x59.9 13.50 720 739 801 858 480 488 494 525 interlace -hsync -vsync (15.7 kHz e)
[ 5792.085] (II) modeset(0): Modeline "640x480"x75.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz e)
[ 5792.085] (II) modeset(0): Modeline "640x480"x60.0 25.20 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e)
[ 5792.085] (II) modeset(0): Modeline "640x480"x59.9 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e)
[ 5792.085] (II) modeset(0): Modeline "720x400"x70.1 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz e)
[ 5792.086] (II) modeset(0): EDID for output HDMI-1
[ 5792.100] (II) modeset(0): EDID for output DVI-I-1
[ 5792.100] (II) modeset(0): Output DP-1 disconnected
[ 5792.100] (II) modeset(0): Output DP-2 connected
[ 5792.100] (II) modeset(0): Output HDMI-1 disconnected
[ 5792.100] (II) modeset(0): Output DVI-I-1 disconnected
[ 5792.100] (II) modeset(0): Using exact sizes for initial modes
[ 5792.100] (II) modeset(0): Output DP-2 using initial mode 1920x1200 +0+0
[ 5792.100] (==) modeset(0): Using gamma correction (1.0, 1.0, 1.0)
[ 5792.100] (==) modeset(0): DPI set to (96, 96)
[ 5792.100] (II) Loading sub module "fb"
[ 5792.100] (II) LoadModule: "fb"
[ 5792.100] (II) Loading /usr/lib/xorg/modules/libfb.so
[ 5792.100] (II) Module fb: vendor="X.Org Foundation"
[ 5792.100] compiled for 1.20.9, module version = 1.0.0
[ 5792.100] ABI class: X.Org ANSI C Emulation, version 0.4
[ 5792.113] (==) modeset(0): Backing store enabled
[ 5792.113] (==) modeset(0): Silken mouse disabled
[ 5792.113] (II) modeset(0): Initializing kms color map for depth 24, 8 bpc.
[ 5792.113] (==) modeset(0): DPMS enabled
[ 5792.113] (II) modeset(0): [DRI2] Setup complete
[ 5792.113] (II) modeset(0): [DRI2] DRI driver: radeonsi
[ 5792.113] (II) modeset(0): [DRI2] VDPAU driver: radeonsi
[ 5792.113] (II) Initializing extension Generic Event Extension
[ 5792.113] (II) Initializing extension SHAPE
[ 5792.113] (II) Initializing extension MIT-SHM
[ 5792.113] (II) Initializing extension XInputExtension
[ 5792.113] (II) Initializing extension XTEST
[ 5792.113] (II) Initializing extension BIG-REQUESTS
[ 5792.113] (II) Initializing extension SYNC
[ 5792.113] (II) Initializing extension XKEYBOARD
[ 5792.113] (II) Initializing extension XC-MISC
[ 5792.113] (II) Initializing extension SECURITY
[ 5792.113] (II) Initializing extension XFIXES
[ 5792.113] (II) Initializing extension RENDER
[ 5792.113] (II) Initializing extension RANDR
[ 5792.113] (II) Initializing extension COMPOSITE
[ 5792.113] (II) Initializing extension DAMAGE
[ 5792.113] (II) Initializing extension MIT-SCREEN-SAVER
[ 5792.113] (II) Initializing extension DOUBLE-BUFFER
[ 5792.113] (II) Initializing extension RECORD
[ 5792.113] (II) Initializing extension DPMS
[ 5792.113] (II) Initializing extension Present
[ 5792.113] (II) Initializing extension DRI3
[ 5792.113] (II) Initializing extension X-Resource
[ 5792.113] (II) Initializing extension XVideo
[ 5792.113] (II) Initializing extension XVideo-MotionCompensation
[ 5792.113] (II) Initializing extension GLX
[ 5792.120] (II) AIGLX: Loaded and initialized radeonsi
[ 5792.120] (II) GLX: Initialized DRI2 GL provider for screen 0
[ 5792.120] (II) Initializing extension XFree86-VidModeExtension
[ 5792.120] (II) Initializing extension XFree86-DGA
[ 5792.120] (II) Initializing extension XFree86-DRI
[ 5792.120] (II) Initializing extension DRI2
[ 5792.122] (II) modeset(0): Damage tracking initialized
[ 5792.122] (II) modeset(0): Setting screen physical size to 508 x 317
[ 5792.170] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[ 5792.170] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[ 5792.170] (II) LoadModule: "libinput"
[ 5792.171] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[ 5792.173] (II) Module libinput: vendor="X.Org Foundation"
[ 5792.173] compiled for 1.20.8, module version = 0.30.0
[ 5792.173] Module class: X.Org XInput Driver
[ 5792.173] ABI class: X.Org XInput driver, version 24.1
[ 5792.173] (II) Using input driver 'libinput' for 'Power Button'
[ 5792.174] (II) systemd-logind: got fd for /dev/input/event1 13:65 fd 17 paused 0
[ 5792.174] (**) Power Button: always reports core events
[ 5792.174] (**) Option "Device" "/dev/input/event1"
[ 5792.174] (**) Option "_source" "server/udev"
[ 5792.177] (II) event1 - Power Button: is tagged by udev as: Keyboard
[ 5792.177] (II) event1 - Power Button: device is a keyboard
[ 5792.178] (II) event1 - Power Button: device removed
[ 5792.178] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input1/event1"
[ 5792.178] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[ 5792.179] (II) event1 - Power Button: is tagged by udev as: Keyboard
[ 5792.179] (II) event1 - Power Button: device is a keyboard
[ 5792.180] (II) config/udev: Adding input device Power Button (/dev/input/event0)
[ 5792.180] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[ 5792.180] (II) Using input driver 'libinput' for 'Power Button'
[ 5792.182] (II) systemd-logind: got fd for /dev/input/event0 13:64 fd 20 paused 0
[ 5792.182] (**) Power Button: always reports core events
[ 5792.182] (**) Option "Device" "/dev/input/event0"
[ 5792.182] (**) Option "_source" "server/udev"
[ 5792.183] (II) event0 - Power Button: is tagged by udev as: Keyboard
[ 5792.183] (II) event0 - Power Button: device is a keyboard
[ 5792.184] (II) event0 - Power Button: device removed
[ 5792.184] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0/event0"
[ 5792.184] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 7)
[ 5792.186] (II) event0 - Power Button: is tagged by udev as: Keyboard
[ 5792.186] (II) event0 - Power Button: device is a keyboard
[ 5792.187] (II) config/udev: Adding input device HDA ATI HDMI HDMI/DP,pcm=3 (/dev/input/event4)
[ 5792.187] (II) No input driver specified, ignoring this device.
[ 5792.187] (II) This device may have been added with another device file.
[ 5792.188] (II) config/udevdrwxr-xr-x 9 mesh users 4096 Nov 3 20:42 .config: Adding input device HDA ATI HDMI HDMI/DP,pcm=7 (/dev/input/event5)
[ 5792.188] (II) No input driver specified, ignoring this device.
[ 5792.188] (II) This device may have been added with another device file.
[ 5792.189] (II) config/udev: Adding input device HDA ATI HDMI HDMI/DP,pcm=8 (/dev/input/event6)
[ 5792.189] (II) No input driver specified, ignoring this device.
[ 5792.189] (II) This device may have been added with another device file.
[ 5792.189] (II) config/udev: Adding input device HDA ATI HDMI HDMI/DP,pcm=9 (/dev/input/event7)
[ 5792.189] (II) No input driver specified, ignoring this device.
[ 5792.189] (II) This device may have been added with another device file.
[ 5792.190] (II) config/udev: Adding input device HDA ATI HDMI HDMI/DP,pcm=10 (/dev/input/event8)
[ 5792.190] (II) No input driver specified, ignoring this device.
[ 5792.190] (II) This device may have been added with another device file.
[ 5792.190] (II) config/udev: Adding input device HDA ATI HDMI HDMI/DP,pcm=11 (/dev/input/event9)
[ 5792.190] (II) No input driver specified, ignoring this device.
[ 5792.190] (II) This device may have been added with another device file.
[ 5792.191] (II) config/udev: Adding input device HDA Intel PCH Front Mic (/dev/input/event10)
[ 5792.191] (II) No input driver specified, ignoring this device.
[ 5792.191] (II) This device may have been added with another device file.
[ 5792.192] (II) config/udev: Adding input device HDA Intel PCH Rear Mic (/dev/input/event11)
[ 5792.192] (II) No input driver specified, ignoring this device.
[ 5792.192] (II) This device may have been added with another device file.
[ 5792.192] (II) config/udev: Adding input device HDA Intel PCH Line (/dev/input/event12)
[ 5792.192] (II) No input driver specified, ignoring this device.
[ 5792.192] (II) This device may have been added with another device file.
[ 5792.193] (II) config/udev: Adding input device HDA Intel PCH Line Out Front (/dev/input/event13)
[ 5792.193] (II) No input driver specified, ignoring this device.
[ 5792.193] (II) This device may have been added with another device file.
[ 5792.193] (II) config/udev: Adding input device HDA Intel PCH Line Out Surround (/dev/input/event14)
[ 5792.193] (II) No input driver specified, ignoring this device.
[ 5792.193] (II) This device may have been added with another device file.
[ 5792.194] (II) config/udev: Adding input device HDA Intel PCH Line Out CLFE (/dev/input/event15)
[ 5792.194] (II) No input driver specified, ignoring this device.
[ 5792.194] (II) This device may have been added with another device file.
[ 5792.194] (II) config/udev: Adding input device HDA Intel PCH Line Out Side (/dev/input/event16)
[ 5792.195] (II) No input driver specified, ignoring this device.
[ 5792.195] (II) This device may have been added with another device file.
[ 5792.195] (II) config/udev: Adding input device HDA Intel PCH Front Headphone (/dev/input/event17)
[ 5792.195] (II) No input driver specified, ignoring this device.
[ 5792.195] (II) This device may have been added with another device file.
[ 5792.196] (II) config/udev: Adding input device Microsoft Microsoft 3-Button Mouse with IntelliEye(TM) (/dev/input/event18)
[ 5792.196] (**) Microsoft Microsoft 3-Button Mouse with IntelliEye(TM): Applying InputClass "libinput pointer catchall"
[ 5792.196] (II) Using input driver 'libinput' for 'Microsoft Microsoft 3-Button Mouse with IntelliEye(TM)'
[ 5792.253] (II) systemd-logind: got fd for /dev/input/event18 13:82 fd 21 paused 0
[ 5792.253] (**) Microsoft Microsoft 3-Button Mouse with IntelliEye(TM): always reports core events
[ 5792.253] (**) Option "Device" "/dev/input/event18"
[ 5792.253] (**) Option "_source" "server/udev"
[ 5792.256] (II) event18 - Microsoft Microsoft 3-Button Mouse with IntelliEye(TM): is tagged by udev as: Mouse
[ 5792.257] (II) event18 - Microsoft Microsoft 3-Button Mouse with IntelliEye(TM): device is a pointer
[ 5792.257] (II) event18 - Microsoft Microsoft 3-Button Mouse with IntelliEye(TM): device removed
[ 5792.257] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.0/usb3/3-1/3-1.2/3-1.2:1.0/0003:045E:0040.0001/input/input18/event18"
[ 5792.257] (II) XINPUT: Adding extended input device "Microsoft Microsoft 3-Button Mouse with IntelliEye(TM)" (type: MOUSE, id 8)
[ 5792.257] (**) Option "AccelerationScheme" "none"
[ 5792.257] (**) Microsoft Microsoft 3-Button Mouse with IntelliEye(TM): (accel) selected scheme none/0
[ 5792.257] (**) Microsoft Microsoft 3-Button Mouse with IntelliEye(TM): (accel) acceleration factor: 2.000
[ 5792.257] (**) Microsoft Microsoft 3-Button Mouse with IntelliEye(TM): (accel) acceleration threshold: 4
[ 5792.260] (II) event18 - Microsoft Microsoft 3-Button Mouse with IntelliEye(TM): is tagged by udev as: Mouse
[ 5792.260] (II) event18 - Microsoft Microsoft 3-Button Mouse with IntelliEye(TM): device is a pointer
[ 5792.261] (II) config/udev: Adding input device Microsoft Microsoft 3-Button Mouse with IntelliEye(TM) (/dev/input/mouse0)
[ 5792.261] (II) No input driver specified, ignoring this device.
[ 5792.261] (II) This device may have been added with another device file.
[ 5792.263] (II) config/udev: Adding input device daskeyboard (/dev/input/event19)
[ 5792.263] (**) daskeyboard: Applying InputClass "libinput keyboard catchall"
[ 5792.263] (II) Using input driver 'libinput' for 'daskeyboard'
[ 5792.264] (II) systemd-logind: got fd for /dev/input/event19 13:83 fd 22 paused 0
[ 5792.264] (**) daskeyboard: always reports core events
[ 5792.264] (**) Option "Device" "/dev/input/event19"
[ 5792.264] (**) Option "_source" "server/udev"
[ 5792.267] (II) event19 - daskeyboard: is tagged by udev as: Keyboard
[ 5792.267] (II) event19 - daskeyboard: device is a keyboard
[ 5792.267] (II) event19 - daskeyboard: device removed
[ 5792.267] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.0/usb3/3-1/3-1.5/3-1.5:1.0/0003:04D9:2013.0002/input/input19/event19"
[ 5792.267] (II) XINPUT: Adding extended input device "daskeyboard" (type: KEYBOARD, id 9)
[ 5792.270] (II) event19 - daskeyboard: is tagged by udev as: Keyboard
[ 5792.271] (II) event19 - daskeyboard: device is a keyboard
[ 5792.272] (II) config/udev: Adding input device daskeyboard Consumer Control (/dev/input/event20)
[ 5792.272] (**) daskeyboard Consumer Control: Applying InputClass "libinput keyboard catchall"
[ 5792.272] (II) Using input driver 'libinput' for 'daskeyboard Consumer Control'
[ 5792.274] (II) systemd-logind: got fd for /dev/input/event20 13:84 fd 23 paused 0
[ 5792.274] (**) daskeyboard Consumer Control: always reports core events
[ 5792.274] (**) Option "Device" "/dev/input/event20"
[ 5792.274] (**) Option "_source" "server/udev"
[ 5792.277] (II) event20 - daskeyboard Consumer Control: is tagged by udev as: Keyboard
[ 5792.277] (II) event20 - daskeyboard Consumer Control: device is a keyboard
[ 5792.277] (II) event20 - daskeyboard Consumer Control: device removed
[ 5792.277] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.0/usb3/3-1/3-1.5/3-1.5:1.1/0003:04D9:2013.0003/input/input20/event20"
[ 5792.277] (II) XINPUT: Adding extended input device "daskeyboard Consumer Control" (type: KEYBOARD, id 10)
[ 5792.280] (II) event20 - daskeyboard Consumer Control: is tagged by udev as: Keyboard
[ 5792.281] (II) event20 - daskeyboard Consumer Control: device is a keyboard
[ 5792.282] (II) config/udev: Adding input device daskeyboard System Control (/dev/input/event21)
[ 5792.282] (**) daskeyboard System Control: Applying InputClass "libinput keyboard catchall"
[ 5792.282] (II) Using input driver 'libinput' for 'daskeyboard System Control'
[ 5792.284] (II) systemd-logind: got fd for /dev/input/event21 13:85 fd 24 paused 0
[ 5792.284] (**) daskeyboard System Control: always reports core events
[ 5792.284] (**) Option "Device" "/dev/input/event21"
[ 5792.284] (**) Option "_source" "server/udev"
[ 5792.287] (II) event21 - daskeyboard System Control: is tagged by udev as: Keyboard
[ 5792.287] (II) event21 - daskeyboard System Control: device is a keyboard
[ 5792.287] (II) event21 - daskeyboard System Control: device removed
[ 5792.287] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.0/usb3/3-1/3-1.5/3-1.5:1.1/0003:04D9:2013.0003/input/input21/event21"
[ 5792.287] (II) XINPUT: Adding extended input device "daskeyboard System Control" (type: KEYBOARD, id 11)
[ 5792.290] (II) event21 - daskeyboard System Control: is tagged by udev as: Keyboard
[ 5792.291] (II) event21 - daskeyboard System Control: device is a keyboard
[ 5792.292] (II) config/udev: Adding input device Eee PC WMI hotkeys (/dev/input/event3)
[ 5792.292] (**) Eee PC WMI hotkeys: Applying InputClass "libinput keyboard catchall"
[ 5792.292] (II) Using input driver 'libinput' for 'Eee PC WMI hotkeys'
[ 5792.293] (II) systemd-logind: got fd for /dev/input/event3 13:67 fd 25 paused 0
[ 5792.293] (**) Eee PC WMI hotkeys: always reports core events
[ 5792.293] (**) Option "Device" "/dev/input/event3"
[ 5792.293] (**) Option "_source" "server/udev"
[ 5792.294] (II) event3 - Eee PC WMI hotkeys: is tagged by udev as: Keyboard
[ 5792.295] (II) event3 - Eee PC WMI hotkeys: device is a keyboard
[ 5792.295] (II) event3 - Eee PC WMI hotkeys: device removed
[ 5792.295] (**) Option "config_info" "udev:/sys/devices/platform/eeepc-wmi/input/input3/event3"
[ 5792.295] (II) XINPUT: Adding extended input device "Eee PC WMI hotkeys" (type: KEYBOARD, id 12)
[ 5792.297] (II) event3 - Eee PC WMI hotkeys: is tagged by udev as: Keyboard
[ 5792.297] (II) event3 - Eee PC WMI hotkeys: device is a keyboard
[ 5792.298] (II) config/udev: Adding input device PC Speaker (/dev/input/event2)
[ 5792.298] (II) No input driver specified, ignoring this device.
[ 5792.298] (II) This device may have been added with another device file.
[ 5794.759] (II) modeset(0): Disabling kernel dirty updates, not required.
[ 6028.846] (EE) event19 - daskeyboard: client bug: event processing lagging behind by 23ms, your system is too slow
[ 6399.252] (EE) event19 - daskeyboard: client bug: event processing lagging behind by 15ms, your system is too slow
[ 8157.032] (EE) event19 - daskeyboard: client bug: event processing lagging behind by 13ms, your system is too slowUPDATE: SOLVED: My XDG_CONFIG_HOME env variable was set incorrectly. It was set to:
$HOMEthe correct value is:
$HOME/.config/(This is being set in my .bashrc.
Last edited by mikechambers (2020-11-04 00:00:27)
Offline
The first instance I assumed was a typo, but twice in that post you refer to ~.config/openbox. If that's what you actually put in your commands, then it's no surprise you are having trouble. That is not the same as ~/.config/openbox which is what you should be using.
"UNIX is simple and coherent" - Dennis Ritchie; "GNU's Not Unix" - Richard Stallman
Offline
That is just a typo on my post. I dont actually manually enter those anywhere (except in xinit, but xinit wont let me specify any arguments to the openbox command).
Ill fix it. Sorry about the confusion,
Last edited by mikechambers (2020-11-03 22:45:29)
Offline
Ok, then please post the complete Xorg log. Where did you get the syntax for specifying a config file on the command line? That's not documented in the man page.
"UNIX is simple and coherent" - Dennis Ritchie; "GNU's Not Unix" - Richard Stallman
Offline
I just updated my original post with the xorg log file.
I got the openbox command line flags from running:
man openbox(although looking at the man pages online, some are not included)
Im running openbox 3.6.1
For reference here is the output if I run:
openbox --helpSyntax: openbox [options]
Options:
--help Display this help and exit
--version Display the version and exit
--replace Replace the currently running window manager
--config-file FILE Specify the path to the config file to use
--sm-disable Disable connection to the session manager
Passing messages to a running Openbox instance:
--reconfigure Reload Openbox's configuration
--restart Restart Openbox
--exit Exit Openbox
Debugging options:
--sync Run in synchronous mode
--startup CMD Run CMD after starting
--debug Display debugging output
--debug-focus Display debugging output for focus handling
--debug-session Display debugging output for session management
--debug-xinerama Split the display into fake xinerama screens
Please report bugs at http://bugzilla.icculus.orgLast edited by mikechambers (2020-11-03 23:24:17)
Offline
Ah, thanks - it seems the ones I found online are outdated, sorry about that. But still, what you posted does not show a = sign being used. Some command line parsing libraries will treat "--config-file /path/to/file" and "--config-file=/path/to-file" as equivalent, but others will not. Unfortunately I don't see anything relevant in the xorg log.
If no one else has thoughts, my next step would be to get an strace of openbox.
"UNIX is simple and coherent" - Dennis Ritchie; "GNU's Not Unix" - Richard Stallman
Offline
I was (finally) able to track this down by putting some debug statements in the openbox startup script. Basically, my XDG_CONFIG_HOME env variable was set incorrectly.
I updated my original post with the fix. Thank you for the help.
Offline