You are not logged in.
I can't seem to get xinit to run as I want to when I login. It seems when I autostart it from my .zprofile, it is unable to connect to the X server and then quits, wheras if I were to run this from the virtual terminal interactively, it works.
An interesting thing to note is that when xinit fails on login, all my console output thereafter becomes wonky.
Here is the log that Xorg procudes when xinit is run at login.
[ 113.156]
X.Org X Server 1.18.4
Release Date: 2016-07-19
[ 113.156] X Protocol Version 11, Revision 0
[ 113.156] Build Operating System: Linux 4.5.4-1-ARCH x86_64
[ 113.156] Current Operating System: Linux galaxypad 4.8.13-1-ARCH #1 SMP PREEMPT Fri Dec 9 07:24:34 CET 2016 x86_64
[ 113.156] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=8c98911e-8d06-4f88-9284-4b9fb2a577d7 rw quiet
[ 113.156] Build Date: 19 July 2016 05:54:24PM
[ 113.156]
[ 113.156] Current version of pixman: 0.34.0
[ 113.156] Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[ 113.156] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 113.156] (==) Log file: "/home/zamlz/.local/share/xorg/Xorg.0.log", Time: Tue Jan 3 15:13:19 2017
[ 113.157] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[ 113.157] (==) No Layout section. Using the first Screen section.
[ 113.157] (==) No screen section available. Using defaults.
[ 113.157] (**) |-->Screen "Default Screen Section" (0)
[ 113.157] (**) | |-->Monitor "<default monitor>"
[ 113.157] (==) No monitor specified for screen "Default Screen Section".
Using a default monitor configuration.
[ 113.157] (==) Automatically adding devices
[ 113.157] (==) Automatically enabling devices
[ 113.157] (==) Automatically adding GPU devices
[ 113.157] (==) Max clients allowed: 256, resource mask: 0x1fffff
[ 113.157] (WW) The directory "/usr/share/fonts/Type1/" does not exist.
[ 113.157] Entry deleted from font path.
[ 113.157] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
[ 113.157] Entry deleted from font path.
[ 113.157] (Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
[ 113.157] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
[ 113.157] Entry deleted from font path.
[ 113.157] (Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
[ 113.157] (==) FontPath set to:
/usr/share/fonts/misc/,
/usr/share/fonts/TTF/,
/usr/share/fonts/OTF/
[ 113.157] (==) ModulePath set to "/usr/lib/xorg/modules"
[ 113.157] (II) The server relies on udev to provide the list of input devices.
If no devices become available, reconfigure udev or disable AutoAddDevices.
[ 113.157] (II) Loader magic: 0x821d40
[ 113.157] (II) Module ABI versions:
[ 113.157] X.Org ANSI C Emulation: 0.4
[ 113.157] X.Org Video Driver: 20.0
[ 113.157] X.Org XInput driver : 22.1
[ 113.157] X.Org Server Extension : 9.0
[ 113.157] (++) using VT number 1
[ 113.157] (II) systemd-logind: logind integration requires -keeptty and -keeptty was not provided, disabling logind integration
[ 113.158] (II) xfree86: Adding drm device (/dev/dri/card0)
[ 113.172] (--) PCI:*(0:0:2:0) 8086:0a16:17aa:220c rev 11, Mem @ 0xf0000000/4194304, 0xe0000000/268435456, I/O @ 0x00003000/64, BIOS @ 0x????????/131072
[ 113.172] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[ 113.172] (II) LoadModule: "glx"
[ 113.172] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[ 113.173] (II) Module glx: vendor="X.Org Foundation"
[ 113.173] compiled for 1.18.4, module version = 1.0.0
[ 113.173] ABI class: X.Org Server Extension, version 9.0
[ 113.173] (==) AIGLX enabled
[ 113.173] (==) Matched intel as autoconfigured driver 0
[ 113.173] (==) Matched intel as autoconfigured driver 1
[ 113.173] (==) Matched modesetting as autoconfigured driver 2
[ 113.173] (==) Matched fbdev as autoconfigured driver 3
[ 113.173] (==) Matched vesa as autoconfigured driver 4
[ 113.173] (==) Assigned the driver to the xf86ConfigLayout
[ 113.173] (II) LoadModule: "intel"
[ 113.173] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
[ 113.173] (II) Module intel: vendor="X.Org Foundation"
[ 113.173] compiled for 1.18.4, module version = 2.99.917
[ 113.173] Module class: X.Org Video Driver
[ 113.173] ABI class: X.Org Video Driver, version 20.0
[ 113.173] (II) LoadModule: "modesetting"
[ 113.173] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[ 113.173] (II) Module modesetting: vendor="X.Org Foundation"
[ 113.173] compiled for 1.18.4, module version = 1.18.4
[ 113.173] Module class: X.Org Video Driver
[ 113.173] ABI class: X.Org Video Driver, version 20.0
[ 113.173] (II) LoadModule: "fbdev"
[ 113.174] (WW) Warning, couldn't open module fbdev
[ 113.174] (II) UnloadModule: "fbdev"
[ 113.174] (II) Unloading fbdev
[ 113.174] (EE) Failed to load module "fbdev" (module does not exist, 0)
[ 113.174] (II) LoadModule: "vesa"
[ 113.174] (WW) Warning, couldn't open module vesa
[ 113.174] (II) UnloadModule: "vesa"
[ 113.174] (II) Unloading vesa
[ 113.174] (EE) Failed to load module "vesa" (module does not exist, 0)
[ 113.174] (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
[ 113.174] (II) intel: Driver for Intel(R) HD Graphics
[ 113.174] (II) intel: Driver for Intel(R) Iris(TM) Graphics
[ 113.174] (II) intel: Driver for Intel(R) Iris(TM) Pro Graphics
[ 113.174] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[ 113.174] (WW) xf86OpenConsole: VT_ACTIVATE failed: Operation not permitted
[ 113.174] (EE)
Fatal server error:
[ 113.174] (EE) xf86OpenConsole: Switching VT failed
[ 113.174] (EE)
[ 113.174] (EE)
Please consult the The X.Org Foundation support
at http://wiki.x.org
for help.
[ 113.174] (EE) Please also check the log file at "/home/zamlz/.local/share/xorg/Xorg.0.log" for additional information.
[ 113.174] (EE) And here it is when xinit is run interactivley
[ 199.394]
X.Org X Server 1.18.4
Release Date: 2016-07-19
[ 199.402] X Protocol Version 11, Revision 0
[ 199.404] Build Operating System: Linux 4.5.4-1-ARCH x86_64
[ 199.409] Current Operating System: Linux galaxypad 4.8.13-1-ARCH #1 SMP PREEMPT Fri Dec 9 07:24:34 CET 2016 x86_64
[ 199.409] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=8c98911e-8d06-4f88-9284-4b9fb2a577d7 rw quiet
[ 199.414] Build Date: 19 July 2016 05:54:24PM
[ 199.416]
[ 199.419] Current version of pixman: 0.34.0
[ 199.422] Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[ 199.422] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 199.431] (==) Log file: "/home/zamlz/.local/share/xorg/Xorg.0.log", Time: Tue Jan 3 15:14:45 2017
[ 199.433] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[ 199.433] (==) No Layout section. Using the first Screen section.
[ 199.433] (==) No screen section available. Using defaults.
[ 199.433] (**) |-->Screen "Default Screen Section" (0)
[ 199.433] (**) | |-->Monitor "<default monitor>"
[ 199.433] (==) No monitor specified for screen "Default Screen Section".
Using a default monitor configuration.
[ 199.433] (==) Automatically adding devices
[ 199.433] (==) Automatically enabling devices
[ 199.433] (==) Automatically adding GPU devices
[ 199.433] (==) Max clients allowed: 256, resource mask: 0x1fffff
[ 199.433] (WW) The directory "/usr/share/fonts/Type1/" does not exist.
[ 199.433] Entry deleted from font path.
[ 199.433] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
[ 199.433] Entry deleted from font path.
[ 199.433] (Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
[ 199.433] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
[ 199.433] Entry deleted from font path.
[ 199.433] (Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
[ 199.433] (==) FontPath set to:
/usr/share/fonts/misc/,
/usr/share/fonts/TTF/,
/usr/share/fonts/OTF/
[ 199.433] (==) ModulePath set to "/usr/lib/xorg/modules"
[ 199.433] (II) The server relies on udev to provide the list of input devices.
If no devices become available, reconfigure udev or disable AutoAddDevices.
[ 199.433] (II) Loader magic: 0x821d40
[ 199.433] (II) Module ABI versions:
[ 199.433] X.Org ANSI C Emulation: 0.4
[ 199.433] X.Org Video Driver: 20.0
[ 199.433] X.Org XInput driver : 22.1
[ 199.433] X.Org Server Extension : 9.0
[ 199.433] (++) using VT number 1
[ 199.433] (--) controlling tty is VT number 1, auto-enabling KeepTty
[ 199.434] (II) systemd-logind: took control of session /org/freedesktop/login1/session/c2
[ 199.435] (II) xfree86: Adding drm device (/dev/dri/card0)
[ 199.435] (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 8 paused 0
[ 199.436] (--) PCI:*(0:0:2:0) 8086:0a16:17aa:220c rev 11, Mem @ 0xf0000000/4194304, 0xe0000000/268435456, I/O @ 0x00003000/64, BIOS @ 0x????????/131072
[ 199.436] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[ 199.436] (II) LoadModule: "glx"
[ 199.436] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[ 199.437] (II) Module glx: vendor="X.Org Foundation"
[ 199.437] compiled for 1.18.4, module version = 1.0.0
[ 199.437] ABI class: X.Org Server Extension, version 9.0
[ 199.437] (==) AIGLX enabled
[ 199.437] (==) Matched intel as autoconfigured driver 0
[ 199.437] (==) Matched intel as autoconfigured driver 1
[ 199.437] (==) Matched modesetting as autoconfigured driver 2
[ 199.437] (==) Matched fbdev as autoconfigured driver 3
[ 199.437] (==) Matched vesa as autoconfigured driver 4
[ 199.437] (==) Assigned the driver to the xf86ConfigLayout
[ 199.437] (II) LoadModule: "intel"
[ 199.437] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
[ 199.437] (II) Module intel: vendor="X.Org Foundation"
[ 199.437] compiled for 1.18.4, module version = 2.99.917
[ 199.437] Module class: X.Org Video Driver
[ 199.437] ABI class: X.Org Video Driver, version 20.0
[ 199.437] (II) LoadModule: "modesetting"
[ 199.437] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[ 199.437] (II) Module modesetting: vendor="X.Org Foundation"
[ 199.437] compiled for 1.18.4, module version = 1.18.4
[ 199.437] Module class: X.Org Video Driver
[ 199.437] ABI class: X.Org Video Driver, version 20.0
[ 199.437] (II) LoadModule: "fbdev"
[ 199.437] (WW) Warning, couldn't open module fbdev
[ 199.437] (II) UnloadModule: "fbdev"
[ 199.437] (II) Unloading fbdev
[ 199.437] (EE) Failed to load module "fbdev" (module does not exist, 0)
[ 199.437] (II) LoadModule: "vesa"
[ 199.437] (WW) Warning, couldn't open module vesa
[ 199.437] (II) UnloadModule: "vesa"
[ 199.437] (II) Unloading vesa
[ 199.437] (EE) Failed to load module "vesa" (module does not exist, 0)
[ 199.437] (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
[ 199.438] (II) intel: Driver for Intel(R) HD Graphics
[ 199.438] (II) intel: Driver for Intel(R) Iris(TM) Graphics
[ 199.438] (II) intel: Driver for Intel(R) Iris(TM) Pro Graphics
[ 199.438] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[ 199.438] xf86EnableIOPorts: failed to set IOPL for I/O (Operation not permitted)
[ 199.438] (II) intel(0): Using Kernel Mode Setting driver: i915, version 1.6.0 20160711
[ 199.438] (II) intel(0): SNA compiled from 2.99.917-746-g169c74f
[ 199.438] (WW) Falling back to old probe method for modesetting
[ 199.438] (WW) VGA arbiter: cannot open kernel arbiter, no multi-card support
[ 199.438] (--) intel(0): Integrated Graphics Chipset: Intel(R) HD Graphics 4400
[ 199.438] (--) intel(0): CPU: x86-64, sse2, sse3, ssse3, sse4.1, sse4.2, avx, avx2; using a maximum of 2 threads
[ 199.438] (II) intel(0): Creating default Display subsection in Screen section
"Default Screen Section" for depth/fbbpp 24/32
[ 199.438] (==) intel(0): Depth 24, (--) framebuffer bpp 32
[ 199.438] (==) intel(0): RGB weight 888
[ 199.438] (==) intel(0): Default visual is TrueColor
[ 199.438] (II) intel(0): Output eDP1 has no monitor section
[ 199.450] (**) intel(0): Found backlight control interface intel_backlight (type 'raw') for output eDP1
[ 199.450] (II) intel(0): Enabled output eDP1
[ 199.450] (II) intel(0): Output DP1 has no monitor section
[ 199.450] (II) intel(0): Enabled output DP1
[ 199.450] (II) intel(0): Output HDMI1 has no monitor section
[ 199.450] (II) intel(0): Enabled output HDMI1
[ 199.450] (II) intel(0): Output DP2 has no monitor section
[ 199.450] (II) intel(0): Enabled output DP2
[ 199.450] (II) intel(0): Output HDMI2 has no monitor section
[ 199.450] (II) intel(0): Enabled output HDMI2
[ 199.450] (--) intel(0): Using a maximum size of 256x256 for hardware cursors
[ 199.450] (II) intel(0): Output VIRTUAL1 has no monitor section
[ 199.450] (II) intel(0): Enabled output VIRTUAL1
[ 199.450] (--) intel(0): Output eDP1 using initial mode 1600x900 on pipe 0
[ 199.450] (==) intel(0): TearFree disabled
[ 199.450] (==) intel(0): DPI set to (96, 96)
[ 199.450] (II) Loading sub module "dri3"
[ 199.450] (II) LoadModule: "dri3"
[ 199.450] (II) Module "dri3" already built-in
[ 199.450] (II) Loading sub module "dri2"
[ 199.450] (II) LoadModule: "dri2"
[ 199.450] (II) Module "dri2" already built-in
[ 199.450] (II) Loading sub module "present"
[ 199.450] (II) LoadModule: "present"
[ 199.450] (II) Module "present" already built-in
[ 199.450] (II) UnloadModule: "modesetting"
[ 199.450] (II) Unloading modesetting
[ 199.450] (==) Depth 24 pixmap format is 32 bpp
[ 199.451] (II) intel(0): SNA initialized with Haswell (gen7.5, gt2) backend
[ 199.451] (==) intel(0): Backing store enabled
[ 199.451] (==) intel(0): Silken mouse enabled
[ 199.451] (II) intel(0): HW Cursor enabled
[ 199.451] (II) intel(0): RandR 1.2 enabled, ignore the following RandR disabled message.
[ 199.451] (==) intel(0): DPMS enabled
[ 199.451] (==) intel(0): Display hotplug detection enabled
[ 199.451] (II) intel(0): [DRI2] Setup complete
[ 199.451] (II) intel(0): [DRI2] DRI driver: i965
[ 199.451] (II) intel(0): [DRI2] VDPAU driver: va_gl
[ 199.451] (II) intel(0): direct rendering: DRI2 DRI3 enabled
[ 199.451] (II) intel(0): hardware support for Present enabled
[ 199.451] (--) RandR disabled
[ 199.460] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
[ 199.460] (II) AIGLX: enabled GLX_ARB_create_context
[ 199.460] (II) AIGLX: enabled GLX_ARB_create_context_profile
[ 199.460] (II) AIGLX: enabled GLX_EXT_create_context_es{,2}_profile
[ 199.460] (II) AIGLX: enabled GLX_INTEL_swap_event
[ 199.460] (II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control
[ 199.460] (II) AIGLX: enabled GLX_EXT_framebuffer_sRGB
[ 199.460] (II) AIGLX: enabled GLX_ARB_fbconfig_float
[ 199.460] (II) AIGLX: enabled GLX_EXT_fbconfig_packed_float
[ 199.460] (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
[ 199.460] (II) AIGLX: enabled GLX_ARB_create_context_robustness
[ 199.460] (II) AIGLX: Loaded and initialized i965
[ 199.460] (II) GLX: Initialized DRI2 GL provider for screen 0
[ 199.461] (II) intel(0): switch to mode 1600x900@60.0 on eDP1 using pipe 0, position (0, 0), rotation normal, reflection none
[ 199.471] (II) intel(0): Setting screen physical size to 423 x 238
[ 199.493] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[ 199.493] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[ 199.493] (II) LoadModule: "libinput"
[ 199.493] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[ 199.494] (II) Module libinput: vendor="X.Org Foundation"
[ 199.494] compiled for 1.18.4, module version = 0.22.0
[ 199.494] Module class: X.Org XInput Driver
[ 199.494] ABI class: X.Org XInput driver, version 22.1
[ 199.494] (II) systemd-logind: got fd for /dev/input/event2 13:66 fd 12 paused 0
[ 199.495] (II) Using input driver 'libinput' for 'Power Button'
[ 199.495] (**) Power Button: always reports core events
[ 199.495] (**) Option "Device" "/dev/input/event2"
[ 199.495] (**) Option "_source" "server/udev"
[ 199.495] (II) input device 'Power Button', /dev/input/event2 is tagged by udev as: Keyboard
[ 199.495] (II) input device 'Power Button', /dev/input/event2 is a keyboard
[ 199.495] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input3/event2"
[ 199.495] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[ 199.495] (II) input device 'Power Button', /dev/input/event2 is tagged by udev as: Keyboard
[ 199.495] (II) input device 'Power Button', /dev/input/event2 is a keyboard
[ 199.495] (II) config/udev: Adding input device Video Bus (/dev/input/event12)
[ 199.495] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[ 199.496] (II) systemd-logind: got fd for /dev/input/event12 13:76 fd 15 paused 0
[ 199.496] (II) Using input driver 'libinput' for 'Video Bus'
[ 199.496] (**) Video Bus: always reports core events
[ 199.496] (**) Option "Device" "/dev/input/event12"
[ 199.496] (**) Option "_source" "server/udev"
[ 199.496] (II) input device 'Video Bus', /dev/input/event12 is tagged by udev as: Keyboard
[ 199.496] (II) input device 'Video Bus', /dev/input/event12 is a keyboard
[ 199.496] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input15/event12"
[ 199.496] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[ 199.496] (II) input device 'Video Bus', /dev/input/event12 is tagged by udev as: Keyboard
[ 199.496] (II) input device 'Video Bus', /dev/input/event12 is a keyboard
[ 199.496] (II) config/udev: Adding input device Lid Switch (/dev/input/event1)
[ 199.496] (II) No input driver specified, ignoring this device.
[ 199.496] (II) This device may have been added with another device file.
[ 199.497] (II) config/udev: Adding input device HDA Intel HDMI HDMI/DP,pcm=3 (/dev/input/event13)
[ 199.497] (II) No input driver specified, ignoring this device.
[ 199.497] (II) This device may have been added with another device file.
[ 199.497] (II) config/udev: Adding input device HDA Intel HDMI HDMI/DP,pcm=7 (/dev/input/event14)
[ 199.497] (II) No input driver specified, ignoring this device.
[ 199.497] (II) This device may have been added with another device file.
[ 199.497] (II) config/udev: Adding input device HDA Intel HDMI HDMI/DP,pcm=8 (/dev/input/event15)
[ 199.497] (II) No input driver specified, ignoring this device.
[ 199.497] (II) This device may have been added with another device file.
[ 199.497] (II) config/udev: Adding input device Integrated Camera (/dev/input/event6)
[ 199.497] (**) Integrated Camera: Applying InputClass "libinput keyboard catchall"
[ 199.498] (II) systemd-logind: got fd for /dev/input/event6 13:70 fd 16 paused 0
[ 199.498] (II) Using input driver 'libinput' for 'Integrated Camera'
[ 199.498] (**) Integrated Camera: always reports core events
[ 199.498] (**) Option "Device" "/dev/input/event6"
[ 199.498] (**) Option "_source" "server/udev"
[ 199.498] (II) input device 'Integrated Camera', /dev/input/event6 is tagged by udev as: Keyboard
[ 199.498] (II) input device 'Integrated Camera', /dev/input/event6 is a keyboard
[ 199.498] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb2/2-8/2-8:1.0/input/input9/event6"
[ 199.498] (II) XINPUT: Adding extended input device "Integrated Camera" (type: KEYBOARD, id 8)
[ 199.498] (II) input device 'Integrated Camera', /dev/input/event6 is tagged by udev as: Keyboard
[ 199.498] (II) input device 'Integrated Camera', /dev/input/event6 is a keyboard
[ 199.498] (II) config/udev: Adding input device HDA Digital PCBeep (/dev/input/event7)
[ 199.498] (II) No input driver specified, ignoring this device.
[ 199.498] (II) This device may have been added with another device file.
[ 199.498] (II) config/udev: Adding input device HDA Intel PCH Dock Mic (/dev/input/event8)
[ 199.498] (II) No input driver specified, ignoring this device.
[ 199.498] (II) This device may have been added with another device file.
[ 199.499] (II) config/udev: Adding input device HDA Intel PCH Mic (/dev/input/event9)
[ 199.499] (II) No input driver specified, ignoring this device.
[ 199.499] (II) This device may have been added with another device file.
[ 199.499] (II) config/udev: Adding input device HDA Intel PCH Dock Headphone (/dev/input/event10)
[ 199.499] (II) No input driver specified, ignoring this device.
[ 199.499] (II) This device may have been added with another device file.
[ 199.499] (II) config/udev: Adding input device HDA Intel PCH Headphone (/dev/input/event11)
[ 199.499] (II) No input driver specified, ignoring this device.
[ 199.499] (II) This device may have been added with another device file.
[ 199.499] (II) config/udev: Adding input device ELAN Touchscreen (/dev/input/event5)
[ 199.499] (**) ELAN Touchscreen: Applying InputClass "libinput touchscreen catchall"
[ 199.500] (II) systemd-logind: got fd for /dev/input/event5 13:69 fd 17 paused 0
[ 199.500] (II) Using input driver 'libinput' for 'ELAN Touchscreen'
[ 199.500] (**) ELAN Touchscreen: always reports core events
[ 199.500] (**) Option "Device" "/dev/input/event5"
[ 199.500] (**) Option "_source" "server/udev"
[ 199.500] (II) input device 'ELAN Touchscreen', /dev/input/event5 is tagged by udev as: Touchscreen
[ 199.500] (II) input device 'ELAN Touchscreen', /dev/input/event5 is a touch device
[ 199.500] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.0/usb1/1-1/1-1.5/1-1.5:1.0/0003:04F3:0135.0001/input/input7/event5"
[ 199.500] (II) XINPUT: Adding extended input device "ELAN Touchscreen" (type: TOUCHSCREEN, id 9)
[ 199.500] (**) Option "AccelerationScheme" "none"
[ 199.500] (**) ELAN Touchscreen: (accel) selected scheme none/0
[ 199.500] (**) ELAN Touchscreen: (accel) acceleration factor: 2.000
[ 199.500] (**) ELAN Touchscreen: (accel) acceleration threshold: 4
[ 199.500] (II) input device 'ELAN Touchscreen', /dev/input/event5 is tagged by udev as: Touchscreen
[ 199.500] (II) input device 'ELAN Touchscreen', /dev/input/event5 is a touch device
[ 199.500] (II) config/udev: Adding input device ELAN Touchscreen (/dev/input/mouse0)
[ 199.500] (II) No input driver specified, ignoring this device.
[ 199.500] (II) This device may have been added with another device file.
[ 199.501] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0)
[ 199.501] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
[ 199.501] (II) systemd-logind: got fd for /dev/input/event0 13:64 fd 18 paused 0
[ 199.501] (II) Using input driver 'libinput' for 'AT Translated Set 2 keyboard'
[ 199.501] (**) AT Translated Set 2 keyboard: always reports core events
[ 199.501] (**) Option "Device" "/dev/input/event0"
[ 199.501] (**) Option "_source" "server/udev"
[ 199.501] (II) input device 'AT Translated Set 2 keyboard', /dev/input/event0 is tagged by udev as: Keyboard
[ 199.501] (II) input device 'AT Translated Set 2 keyboard', /dev/input/event0 is a keyboard
[ 199.501] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input0/event0"
[ 199.501] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 10)
[ 199.501] (II) input device 'AT Translated Set 2 keyboard', /dev/input/event0 is tagged by udev as: Keyboard
[ 199.501] (II) input device 'AT Translated Set 2 keyboard', /dev/input/event0 is a keyboard
[ 199.502] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/event16)
[ 199.502] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "libinput touchpad catchall"
[ 199.502] (II) systemd-logind: got fd for /dev/input/event16 13:80 fd 19 paused 0
[ 199.502] (II) Using input driver 'libinput' for 'SynPS/2 Synaptics TouchPad'
[ 199.502] (**) SynPS/2 Synaptics TouchPad: always reports core events
[ 199.502] (**) Option "Device" "/dev/input/event16"
[ 199.502] (**) Option "_source" "server/udev"
[ 199.502] (II) input device 'SynPS/2 Synaptics TouchPad', /dev/input/event16 is tagged by udev as: Touchpad
[ 199.502] (II) input device 'SynPS/2 Synaptics TouchPad', /dev/input/event16 is a touchpad
[ 199.502] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input6/event16"
[ 199.502] (II) XINPUT: Adding extended input device "SynPS/2 Synaptics TouchPad" (type: TOUCHPAD, id 11)
[ 199.502] (**) Option "AccelerationScheme" "none"
[ 199.502] (**) SynPS/2 Synaptics TouchPad: (accel) selected scheme none/0
[ 199.502] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration factor: 2.000
[ 199.502] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration threshold: 4
[ 199.503] (II) input device 'SynPS/2 Synaptics TouchPad', /dev/input/event16 is tagged by udev as: Touchpad
[ 199.503] (II) input device 'SynPS/2 Synaptics TouchPad', /dev/input/event16 is a touchpad
[ 199.503] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/mouse1)
[ 199.503] (II) No input driver specified, ignoring this device.
[ 199.503] (II) This device may have been added with another device file.
[ 199.503] (II) config/udev: Adding input device TPPS/2 IBM TrackPoint (/dev/input/event17)
[ 199.503] (**) TPPS/2 IBM TrackPoint: Applying InputClass "libinput pointer catchall"
[ 199.503] (II) systemd-logind: got fd for /dev/input/event17 13:81 fd 20 paused 0
[ 199.503] (II) Using input driver 'libinput' for 'TPPS/2 IBM TrackPoint'
[ 199.503] (**) TPPS/2 IBM TrackPoint: always reports core events
[ 199.503] (**) Option "Device" "/dev/input/event17"
[ 199.503] (**) Option "_source" "server/udev"
[ 199.504] (II) input device 'TPPS/2 IBM TrackPoint', /dev/input/event17 is tagged by udev as: Mouse Pointingstick
[ 199.504] (II) Device 'TPPS/2 IBM TrackPoint' set to const accel 1.00
[ 199.504] (II) input device 'TPPS/2 IBM TrackPoint', /dev/input/event17 is a pointer caps
[ 199.504] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/serio2/input/input19/event17"
[ 199.504] (II) XINPUT: Adding extended input device "TPPS/2 IBM TrackPoint" (type: MOUSE, id 12)
[ 199.504] (**) Option "AccelerationScheme" "none"
[ 199.504] (**) TPPS/2 IBM TrackPoint: (accel) selected scheme none/0
[ 199.504] (**) TPPS/2 IBM TrackPoint: (accel) acceleration factor: 2.000
[ 199.504] (**) TPPS/2 IBM TrackPoint: (accel) acceleration threshold: 4
[ 199.504] (II) input device 'TPPS/2 IBM TrackPoint', /dev/input/event17 is tagged by udev as: Mouse Pointingstick
[ 199.504] (II) Device 'TPPS/2 IBM TrackPoint' set to const accel 1.00
[ 199.504] (II) input device 'TPPS/2 IBM TrackPoint', /dev/input/event17 is a pointer caps
[ 199.504] (II) config/udev: Adding input device TPPS/2 IBM TrackPoint (/dev/input/mouse2)
[ 199.504] (II) No input driver specified, ignoring this device.
[ 199.504] (II) This device may have been added with another device file.
[ 199.504] (II) config/udev: Adding input device PC Speaker (/dev/input/event4)
[ 199.504] (II) No input driver specified, ignoring this device.
[ 199.504] (II) This device may have been added with another device file.
[ 199.505] (II) config/udev: Adding input device ThinkPad Extra Buttons (/dev/input/event3)
[ 199.505] (**) ThinkPad Extra Buttons: Applying InputClass "libinput keyboard catchall"
[ 199.505] (II) systemd-logind: got fd for /dev/input/event3 13:67 fd 21 paused 0
[ 199.505] (II) Using input driver 'libinput' for 'ThinkPad Extra Buttons'
[ 199.505] (**) ThinkPad Extra Buttons: always reports core events
[ 199.505] (**) Option "Device" "/dev/input/event3"
[ 199.505] (**) Option "_source" "server/udev"
[ 199.505] (II) input device 'ThinkPad Extra Buttons', /dev/input/event3 is tagged by udev as: Keyboard
[ 199.505] (II) input device 'ThinkPad Extra Buttons', /dev/input/event3 is a keyboard
[ 199.505] (**) Option "config_info" "udev:/sys/devices/platform/thinkpad_acpi/input/input4/event3"
[ 199.505] (II) XINPUT: Adding extended input device "ThinkPad Extra Buttons" (type: KEYBOARD, id 13)
[ 199.505] (II) input device 'ThinkPad Extra Buttons', /dev/input/event3 is tagged by udev as: Keyboard
[ 199.505] (II) input device 'ThinkPad Extra Buttons', /dev/input/event3 is a keyboard
[ 199.553] (II) intel(0): EDID vendor "AUO", prod id 12350
[ 199.553] (II) intel(0): Printing DDC gathered Modelines:
[ 199.554] (II) intel(0): Modeline "1600x900"x0.0 115.20 1600 1664 1706 2000 900 903 906 960 -hsync -vsync (57.6 kHz eP)
[ 202.637] (**) Option "fd" "12"
[ 202.637] (**) Option "fd" "15"
[ 202.637] (**) Option "fd" "16"
[ 202.637] (**) Option "fd" "17"
[ 202.637] (**) Option "fd" "18"
[ 202.638] (**) Option "fd" "19"
[ 202.638] (**) Option "fd" "20"
[ 202.638] (**) Option "fd" "21"
[ 202.639] (II) UnloadModule: "libinput"
[ 202.639] (II) systemd-logind: releasing fd for 13:67
[ 202.666] (II) UnloadModule: "libinput"
[ 202.666] (II) systemd-logind: releasing fd for 13:81
[ 202.710] (II) UnloadModule: "libinput"
[ 202.710] (II) systemd-logind: releasing fd for 13:80
[ 202.760] (II) UnloadModule: "libinput"
[ 202.760] (II) systemd-logind: releasing fd for 13:64
[ 202.800] (II) UnloadModule: "libinput"
[ 202.800] (II) systemd-logind: releasing fd for 13:69
[ 202.840] (II) UnloadModule: "libinput"
[ 202.840] (II) systemd-logind: releasing fd for 13:70
[ 202.880] (II) UnloadModule: "libinput"
[ 202.880] (II) systemd-logind: releasing fd for 13:76
[ 202.900] (II) UnloadModule: "libinput"
[ 202.900] (II) systemd-logind: releasing fd for 13:66
[ 202.992] (II) Server terminated successfully (0). Closing log file.I am not sure what the issue is, but hopefully someone understands these logs files and can explain what the issue is.
I feel that the issue seems to be regarding
xf86OpenConsole: VT_ACTIVATE failed: Operation not permitted But I am unable to find much on this error.
Thanks!!!
EDIT: I should also mention that startx does not work via either methods.
Last edited by DeletedUser211104 (2017-01-04 00:06:54)
Offline
It looks like you are trying to run it on a different tty from the one you are logging in on. Please post the code in your .zprofile.
"UNIX is simple and coherent" - Dennis Ritchie; "GNU's Not Unix" - Richard Stallman
Offline
Please include your .zprofile and .xinitrc
Offline
Here are the requested files
.zprofile
#------------------
# Z P R O F I L E
#------------------
# If on virtual terminal 1, start bspwm
if [ -z "$DISPLAY" ] && [ "$(fgconsole)" -eq 1 ]; then
# Start xinit . . .
xinit bspwm
fi.xinitrc
#!/bin/sh
#-----------------------------
# X I N I T R C
#-----------------------------
# Arch wants us to source some things.
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
# Define which window manager user plans to use.
# BSPWM is default.
session=${1:-bspwm}
# Load the xresources
xrdb -load .xresources
# Fix the default cursor from being an X
xsetroot -cursor_name left_ptr &
# Start compton
compton --config $HOME/.wm/$session/compton.conf &
# Identify window manager and start it
case $session in
bspwm ) exec bspwm -c $HOME/.wm/bspwm/bspwmrc;;
# If unable to identify session, try to force it...
*) exec $session;;
esacOffline
Change "xinit bspwm" to "xinit bspwm -- vt1 -nolisten tcp"
The vt1 is what's required to fix this problem, the rest is just good practice.
Alternatively, use startx instead which handles this for you.
"UNIX is simple and coherent" - Dennis Ritchie; "GNU's Not Unix" - Richard Stallman
Offline
Change "xinit bspwm" to "xinit bspwm -- vt1 -nolisten tcp"
The vt1 is what's required to fix this problem, the rest is just good practice.
Alternatively, use startx instead which handles this for you.
Hmmm, I've added that but still hasn't fixed the problem. Still the same issue as far as I can tell. ![]()
EDIT: Alright, so I reinstalled all things XORG related and I managed to get startx to work somehow. Yet xinit still doesn't work. I think I'm going to stick with startx for now, but I would like to know what the issue is with xinit as there could be a more sever issue thats hiding in my system.
Last edited by DeletedUser211104 (2017-01-04 00:46:27)
Offline
That's odd. Startx is really just a shell script wrapper for xinit. If you wanted to track this down, you could modify startx - some well placed echo commands would let you see exactly how it is calling xinit.
"UNIX is simple and coherent" - Dennis Ritchie; "GNU's Not Unix" - Richard Stallman
Offline
Okay so I was being dumb, because I looked at the old .zprofile I had and it turned out that having this snippet of code just doesn't work.
Any particular reason why it doesn't work though?
startx ~/.xinitrc bspwm 2>> ~/xinit.errI did some more tests and verified that it the redirection of STDERR that broke xorg. But I'm not sure why? This works just fine on my void linux setup, so any reason why arch doesn't like it?
Last edited by DeletedUser211104 (2017-01-04 02:45:22)
Offline
Offline
Thanks mate! I totally missed that section!!! Cheers ![]()
Offline
Please remember to mark your thread as [Solved] by editing your first post and prepending it to the title.
Offline