You are not logged in.

#1 2016-07-04 01:47:01

tylercrompton
Member
Registered: 2016-07-03
Posts: 6

[SOLVED] [Xorg] [Openbox] Black screen with only a cursor

Problem Description

I just get a black screen with a mouse cursor. I can move the cursor around, but right clicking does nothing. The only way to return to the console is to power off the computer by pressing the power button on the tower and then booting Arch back up.

Hardware
  • Intel HD Graphics 530

Installed Packages
  • conky 1.10.3-1

  • gconf 3.2.6-4

  • lxappearance 0.6.2-1

  • obconf 2.0.4-4

  • obmenu-generator 0.67-1

  • openbox 3.6.1-3

  • openbox-themes 1.0.2-3

  • tint2 0.12.11-1

  • xf86-video-intel 1:2.99.917+670+gcac7c8d-1

  • xorg-server 1.18.3-2

  • xorg-server-utils 7.6-4

  • xorg-xinit 1.3.4-4

  • xscreensaver 5.35-1

Configuration Files

~/.config/openbox/autostart

conky &
tint2 &
xscreensaver &

~/.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-session

~/.xserverrc

#!/bin/sh
exec /usr/bin/Xorg -nolisten tcp "$@" vt$XDG_VTNR

/etc/X11/xorg.conf.d/20-intel.conf

Section "Device"
	Identifier "Intel Graphics"
	Driver     "intel"
	Option     "NoAccel"         "true"
	Option     "DRI"            "false"
EndSection
Logs

~/.local/share/xorg/Xorg.0.log

[   229.966] 
X.Org X Server 1.18.3
Release Date: 2016-04-04
[   229.970] X Protocol Version 11, Revision 0
[   229.970] Build Operating System: Linux 4.5.1-1-ARCH x86_64 
[   229.971] Current Operating System: Linux arch 4.6.3-1-ARCH #1 SMP PREEMPT Fri Jun 24 21:19:13 CEST 2016 x86_64
[   229.971] Kernel command line: BOOT_IMAGE=/root/boot/vmlinuz-linux root=UUID=1cc0d3ac-0b4c-44fe-a42e-a2c49518d681 rw rootflags=subvol=root quiet
[   229.971] Build Date: 03 June 2016  07:28:24AM
[   229.971]  
[   229.972] Current version of pixman: 0.34.0
[   229.972] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[   229.972] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[   229.973] (==) Log file: "/home/tyler/.local/share/xorg/Xorg.0.log", Time: Sun Jul  3 15:16:06 2016
[   229.974] (==) Using config directory: "/etc/X11/xorg.conf.d"
[   229.974] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[   229.974] (==) No Layout section.  Using the first Screen section.
[   229.974] (==) No screen section available. Using defaults.
[   229.974] (**) |-->Screen "Default Screen Section" (0)
[   229.974] (**) |   |-->Monitor "<default monitor>"
[   229.974] (==) No device specified for screen "Default Screen Section".
	Using the first device section listed.
[   229.974] (**) |   |-->Device "Intel Graphics"
[   229.974] (==) No monitor specified for screen "Default Screen Section".
	Using a default monitor configuration.
[   229.974] (==) Automatically adding devices
[   229.974] (==) Automatically enabling devices
[   229.974] (==) Automatically adding GPU devices
[   229.974] (==) Max clients allowed: 256, resource mask: 0x1fffff
[   229.975] (==) FontPath set to:
	/usr/share/fonts/misc/,
	/usr/share/fonts/TTF/,
	/usr/share/fonts/OTF/,
	/usr/share/fonts/Type1/,
	/usr/share/fonts/100dpi/,
	/usr/share/fonts/75dpi/
[   229.975] (==) ModulePath set to "/usr/lib/xorg/modules"
[   229.975] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[   229.975] (II) Loader magic: 0x821d20
[   229.975] (II) Module ABI versions:
[   229.975] 	X.Org ANSI C Emulation: 0.4
[   229.975] 	X.Org Video Driver: 20.0
[   229.975] 	X.Org XInput driver : 22.1
[   229.975] 	X.Org Server Extension : 9.0
[   229.975] (++) using VT number 1

[   229.975] (--) controlling tty is VT number 1, auto-enabling KeepTty
[   229.976] (II) systemd-logind: took control of session /org/freedesktop/login1/session/c1
[   229.976] (II) xfree86: Adding drm device (/dev/dri/card0)
[   229.976] (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 8 paused 0
[   229.977] (--) PCI:*(0:0:2:0) 8086:1912:1043:8694 rev 6, Mem @ 0xde000000/16777216, 0xc0000000/268435456, I/O @ 0x0000f000/64, BIOS @ 0x????????/131072
[   229.977] (II) Open ACPI successful (/var/run/acpid.socket)
[   229.977] (II) LoadModule: "glx"
[   229.977] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[   229.978] (II) Module glx: vendor="X.Org Foundation"
[   229.978] 	compiled for 1.18.3, module version = 1.0.0
[   229.978] 	ABI class: X.Org Server Extension, version 9.0
[   229.978] (==) AIGLX enabled
[   229.978] (II) LoadModule: "intel"
[   229.978] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
[   229.984] (II) Module intel: vendor="X.Org Foundation"
[   229.984] 	compiled for 1.18.3, module version = 2.99.917
[   229.984] 	Module class: X.Org Video Driver
[   229.984] 	ABI class: X.Org Video Driver, version 20.0
[   229.985] (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
[   229.985] (II) intel: Driver for Intel(R) HD Graphics: 2000-6000
[   229.985] (II) intel: Driver for Intel(R) Iris(TM) Graphics: 5100, 6100
[   229.985] (II) intel: Driver for Intel(R) Iris(TM) Pro Graphics: 5200, 6200, P6300
[   229.985] xf86EnableIOPorts: failed to set IOPL for I/O (Operation not permitted)
[   229.985] (II) intel(0): Using Kernel Mode Setting driver: i915, version 1.6.0 20160229
[   229.985] (II) intel(0): SNA compiled from 2.99.917-670-gcac7c8d
[   229.986] (WW) VGA arbiter: cannot open kernel arbiter, no multi-card support
[   229.986] (--) intel(0): gen9 engineering sample
[   229.986] (--) intel(0): CPU: x86-64, sse2, sse3, ssse3, sse4.1, sse4.2, avx, avx2; using a maximum of 4 threads
[   229.986] (II) intel(0): Creating default Display subsection in Screen section
	"Default Screen Section" for depth/fbbpp 24/32
[   229.986] (==) intel(0): Depth 24, (--) framebuffer bpp 32
[   229.986] (==) intel(0): RGB weight 888
[   229.986] (==) intel(0): Default visual is TrueColor
[   229.986] (**) intel(0): Option "NoAccel" "true"
[   229.987] (**) intel(0): Option "DRI" "false"
[   229.987] (II) intel(0): Output DP1 has no monitor section
[   229.987] (II) intel(0): Enabled output DP1
[   229.988] (II) intel(0): Output HDMI1 has no monitor section
[   229.988] (II) intel(0): Enabled output HDMI1
[   229.988] (II) intel(0): Output HDMI2 has no monitor section
[   229.988] (II) intel(0): Enabled output HDMI2
[   229.988] (II) intel(0): Output HDMI3 has no monitor section
[   229.988] (II) intel(0): Enabled output HDMI3
[   229.988] (II) intel(0): Output DP2 has no monitor section
[   229.988] (II) intel(0): Enabled output DP2
[   229.988] (--) intel(0): Using a maximum size of 256x256 for hardware cursors
[   229.988] (II) intel(0): Output VIRTUAL1 has no monitor section
[   229.988] (II) intel(0): Enabled output VIRTUAL1
[   229.988] (--) intel(0): Output DP2 using initial mode 1280x1024 on pipe 0
[   229.988] (==) intel(0): TearFree disabled
[   229.988] (==) intel(0): DPI set to (96, 96)
[   229.988] (II) Loading sub module "present"
[   229.988] (II) LoadModule: "present"
[   229.988] (II) Module "present" already built-in
[   229.988] (==) Depth 24 pixmap format is 32 bpp
[   229.989] (II) intel(0): SNA initialized with disabled backend
[   229.989] (==) intel(0): Backing store enabled
[   229.989] (==) intel(0): Silken mouse enabled
[   229.989] (II) intel(0): HW Cursor enabled
[   229.989] (II) intel(0): RandR 1.2 enabled, ignore the following RandR disabled message.
[   229.989] (==) intel(0): DPMS enabled
[   229.989] (==) intel(0): Display hotplug detection enabled
[   229.989] (II) intel(0): Textured video not supported on this hardware or backend
[   229.989] (II) intel(0): hardware support for Present enabled
[   229.989] (--) RandR disabled
[   230.000] (II) AIGLX: Screen 0 is not DRI2 capable
[   230.000] (EE) AIGLX: reverting to software rendering
[   230.154] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
[   230.155] (II) AIGLX: Loaded and initialized swrast
[   230.155] (II) GLX: Initialized DRISWRAST GL provider for screen 0
[   230.159] (II) intel(0): switch to mode 1280x1024@60.0 on DP2 using pipe 0, position (0, 0), rotation normal, reflection none
[   230.159] (II) intel(0): Setting screen physical size to 338 x 270
[   230.221] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[   230.221] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[   230.221] (II) LoadModule: "libinput"
[   230.221] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[   230.225] (II) Module libinput: vendor="X.Org Foundation"
[   230.225] 	compiled for 1.18.3, module version = 0.19.0
[   230.225] 	Module class: X.Org XInput Driver
[   230.225] 	ABI class: X.Org XInput driver, version 22.1
[   230.225] (II) systemd-logind: got fd for /dev/input/event2 13:66 fd 14 paused 0
[   230.225] (II) Using input driver 'libinput' for 'Power Button'
[   230.225] (**) Power Button: always reports core events
[   230.225] (**) Option "Device" "/dev/input/event2"
[   230.226] (**) Option "_source" "server/udev"
[   230.226] (II) input device 'Power Button', /dev/input/event2 is tagged by udev as: Keyboard
[   230.226] (II) input device 'Power Button', /dev/input/event2 is a keyboard
[   230.226] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input2/event2"
[   230.226] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[   230.226] (II) input device 'Power Button', /dev/input/event2 is tagged by udev as: Keyboard
[   230.226] (II) input device 'Power Button', /dev/input/event2 is a keyboard
[   230.227] (II) config/udev: Adding input device Video Bus (/dev/input/event3)
[   230.227] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[   230.228] (II) systemd-logind: got fd for /dev/input/event3 13:67 fd 17 paused 0
[   230.228] (II) Using input driver 'libinput' for 'Video Bus'
[   230.228] (**) Video Bus: always reports core events
[   230.228] (**) Option "Device" "/dev/input/event3"
[   230.228] (**) Option "_source" "server/udev"
[   230.228] (II) input device 'Video Bus', /dev/input/event3 is tagged by udev as: Keyboard
[   230.228] (II) input device 'Video Bus', /dev/input/event3 is a keyboard
[   230.228] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input3/event3"
[   230.228] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[   230.228] (II) input device 'Video Bus', /dev/input/event3 is tagged by udev as: Keyboard
[   230.228] (II) input device 'Video Bus', /dev/input/event3 is a keyboard
[   230.229] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[   230.229] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[   230.230] (II) systemd-logind: got fd for /dev/input/event1 13:65 fd 18 paused 0
[   230.230] (II) Using input driver 'libinput' for 'Power Button'
[   230.230] (**) Power Button: always reports core events
[   230.230] (**) Option "Device" "/dev/input/event1"
[   230.230] (**) Option "_source" "server/udev"
[   230.230] (II) input device 'Power Button', /dev/input/event1 is tagged by udev as: Keyboard
[   230.230] (II) input device 'Power Button', /dev/input/event1 is a keyboard
[   230.230] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1/event1"
[   230.230] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 8)
[   230.230] (II) input device 'Power Button', /dev/input/event1 is tagged by udev as: Keyboard
[   230.230] (II) input device 'Power Button', /dev/input/event1 is a keyboard
[   230.231] (II) config/udev: Adding input device Sleep Button (/dev/input/event0)
[   230.231] (**) Sleep Button: Applying InputClass "libinput keyboard catchall"
[   230.231] (II) systemd-logind: got fd for /dev/input/event0 13:64 fd 19 paused 0
[   230.231] (II) Using input driver 'libinput' for 'Sleep Button'
[   230.231] (**) Sleep Button: always reports core events
[   230.231] (**) Option "Device" "/dev/input/event0"
[   230.232] (**) Option "_source" "server/udev"
[   230.232] (II) input device 'Sleep Button', /dev/input/event0 is tagged by udev as: Keyboard
[   230.232] (II) input device 'Sleep Button', /dev/input/event0 is a keyboard
[   230.232] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input0/event0"
[   230.232] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 9)
[   230.232] (II) input device 'Sleep Button', /dev/input/event0 is tagged by udev as: Keyboard
[   230.232] (II) input device 'Sleep Button', /dev/input/event0 is a keyboard
[   230.233] (II) config/udev: Adding input device Lenovo Black Silk USB Keyboard (/dev/input/event5)
[   230.233] (**) Lenovo Black Silk USB Keyboard: Applying InputClass "libinput keyboard catchall"
[   230.234] (II) systemd-logind: got fd for /dev/input/event5 13:69 fd 20 paused 0
[   230.234] (II) Using input driver 'libinput' for 'Lenovo Black Silk USB Keyboard'
[   230.234] (**) Lenovo Black Silk USB Keyboard: always reports core events
[   230.234] (**) Option "Device" "/dev/input/event5"
[   230.234] (**) Option "_source" "server/udev"
[   230.234] (II) input device 'Lenovo Black Silk USB Keyboard', /dev/input/event5 is tagged by udev as: Keyboard
[   230.234] (II) input device 'Lenovo Black Silk USB Keyboard', /dev/input/event5 is a keyboard
[   230.234] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-10/1-10:1.0/0003:17EF:602D.0002/input/input7/event5"
[   230.234] (II) XINPUT: Adding extended input device "Lenovo Black Silk USB Keyboard" (type: KEYBOARD, id 10)
[   230.235] (II) input device 'Lenovo Black Silk USB Keyboard', /dev/input/event5 is tagged by udev as: Keyboard
[   230.235] (II) input device 'Lenovo Black Silk USB Keyboard', /dev/input/event5 is a keyboard
[   230.236] (II) config/udev: Adding input device Lenovo Black Silk USB Keyboard (/dev/input/event6)
[   230.236] (**) Lenovo Black Silk USB Keyboard: Applying InputClass "libinput keyboard catchall"
[   230.236] (II) systemd-logind: got fd for /dev/input/event6 13:70 fd 21 paused 0
[   230.236] (II) Using input driver 'libinput' for 'Lenovo Black Silk USB Keyboard'
[   230.236] (**) Lenovo Black Silk USB Keyboard: always reports core events
[   230.236] (**) Option "Device" "/dev/input/event6"
[   230.236] (**) Option "_source" "server/udev"
[   230.237] (II) input device 'Lenovo Black Silk USB Keyboard', /dev/input/event6 is tagged by udev as: Keyboard
[   230.237] (II) input device 'Lenovo Black Silk USB Keyboard', /dev/input/event6 is a keyboard
[   230.237] (II) libinput: Lenovo Black Silk USB Keyboard: needs a virtual subdevice
[   230.237] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-10/1-10:1.1/0003:17EF:602D.0003/input/input8/event6"
[   230.237] (II) XINPUT: Adding extended input device "Lenovo Black Silk USB Keyboard" (type: MOUSE, id 11)
[   230.237] (**) Option "AccelerationScheme" "none"
[   230.237] (**) Lenovo Black Silk USB Keyboard: (accel) selected scheme none/0
[   230.237] (**) Lenovo Black Silk USB Keyboard: (accel) acceleration factor: 2.000
[   230.237] (**) Lenovo Black Silk USB Keyboard: (accel) acceleration threshold: 4
[   230.237] (II) input device 'Lenovo Black Silk USB Keyboard', /dev/input/event6 is tagged by udev as: Keyboard
[   230.237] (II) input device 'Lenovo Black Silk USB Keyboard', /dev/input/event6 is a keyboard
[   230.238] (II) config/udev: Adding input device HID 413c:3010 (/dev/input/event4)
[   230.238] (**) HID 413c:3010: Applying InputClass "libinput pointer catchall"
[   230.290] (II) systemd-logind: got fd for /dev/input/event4 13:68 fd 22 paused 0
[   230.290] (II) Using input driver 'libinput' for 'HID 413c:3010'
[   230.290] (**) HID 413c:3010: always reports core events
[   230.290] (**) Option "Device" "/dev/input/event4"
[   230.290] (**) Option "_source" "server/udev"
[   230.291] (II) input device 'HID 413c:3010', /dev/input/event4 is tagged by udev as: Mouse
[   230.291] (II) input device 'HID 413c:3010', /dev/input/event4 is a pointer caps
[   230.291] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-9/1-9:1.0/0003:413C:3010.0001/input/input6/event4"
[   230.291] (II) XINPUT: Adding extended input device "HID 413c:3010" (type: MOUSE, id 12)
[   230.291] (**) Option "AccelerationScheme" "none"
[   230.291] (**) HID 413c:3010: (accel) selected scheme none/0
[   230.291] (**) HID 413c:3010: (accel) acceleration factor: 2.000
[   230.291] (**) HID 413c:3010: (accel) acceleration threshold: 4
[   230.292] (II) input device 'HID 413c:3010', /dev/input/event4 is tagged by udev as: Mouse
[   230.292] (II) input device 'HID 413c:3010', /dev/input/event4 is a pointer caps
[   230.293] (II) config/udev: Adding input device HID 413c:3010 (/dev/input/mouse0)
[   230.293] (II) No input driver specified, ignoring this device.
[   230.293] (II) This device may have been added with another device file.
[   230.294] (II) config/udev: Adding input device HDA Intel PCH Front Mic (/dev/input/event9)
[   230.294] (II) No input driver specified, ignoring this device.
[   230.294] (II) This device may have been added with another device file.
[   230.294] (II) config/udev: Adding input device HDA Intel PCH Rear Mic (/dev/input/event10)
[   230.294] (II) No input driver specified, ignoring this device.
[   230.294] (II) This device may have been added with another device file.
[   230.295] (II) config/udev: Adding input device HDA Intel PCH Line (/dev/input/event11)
[   230.295] (II) No input driver specified, ignoring this device.
[   230.295] (II) This device may have been added with another device file.
[   230.295] (II) config/udev: Adding input device HDA Intel PCH Line Out Front (/dev/input/event12)
[   230.295] (II) No input driver specified, ignoring this device.
[   230.295] (II) This device may have been added with another device file.
[   230.296] (II) config/udev: Adding input device HDA Intel PCH Line Out Surround (/dev/input/event13)
[   230.296] (II) No input driver specified, ignoring this device.
[   230.296] (II) This device may have been added with another device file.
[   230.296] (II) config/udev: Adding input device HDA Intel PCH Line Out CLFE (/dev/input/event14)
[   230.297] (II) No input driver specified, ignoring this device.
[   230.297] (II) This device may have been added with another device file.
[   230.297] (II) config/udev: Adding input device HDA Intel PCH Front Headphone (/dev/input/event15)
[   230.297] (II) No input driver specified, ignoring this device.
[   230.297] (II) This device may have been added with another device file.
[   230.298] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=3 (/dev/input/event16)
[   230.298] (II) No input driver specified, ignoring this device.
[   230.298] (II) This device may have been added with another device file.
[   230.298] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=7 (/dev/input/event17)
[   230.298] (II) No input driver specified, ignoring this device.
[   230.298] (II) This device may have been added with another device file.
[   230.299] (II) config/udev: Adding input device Eee PC WMI hotkeys (/dev/input/event8)
[   230.299] (**) Eee PC WMI hotkeys: Applying InputClass "libinput keyboard catchall"
[   230.300] (II) systemd-logind: got fd for /dev/input/event8 13:72 fd 23 paused 0
[   230.300] (II) Using input driver 'libinput' for 'Eee PC WMI hotkeys'
[   230.300] (**) Eee PC WMI hotkeys: always reports core events
[   230.300] (**) Option "Device" "/dev/input/event8"
[   230.300] (**) Option "_source" "server/udev"
[   230.301] (II) input device 'Eee PC WMI hotkeys', /dev/input/event8 is tagged by udev as: Keyboard
[   230.301] (II) input device 'Eee PC WMI hotkeys', /dev/input/event8 is a keyboard
[   230.301] (**) Option "config_info" "udev:/sys/devices/platform/eeepc-wmi/input/input11/event8"
[   230.301] (II) XINPUT: Adding extended input device "Eee PC WMI hotkeys" (type: KEYBOARD, id 13)
[   230.302] (II) input device 'Eee PC WMI hotkeys', /dev/input/event8 is tagged by udev as: Keyboard
[   230.302] (II) input device 'Eee PC WMI hotkeys', /dev/input/event8 is a keyboard
[   230.302] (II) config/udev: Adding input device PC Speaker (/dev/input/event7)
[   230.302] (II) No input driver specified, ignoring this device.
[   230.302] (II) This device may have been added with another device file.
[   230.328] (**) Lenovo Black Silk USB Keyboard: Applying InputClass "libinput keyboard catchall"
[   230.328] (II) systemd-logind: returning pre-existing fd for /dev/input/event6 13:70
[   230.328] (II) Using input driver 'libinput' for 'Lenovo Black Silk USB Keyboard'
[   230.328] (**) Lenovo Black Silk USB Keyboard: always reports core events
[   230.328] (**) Option "Device" "/dev/input/event6"
[   230.328] (**) Option "_source" "_driver/libinput"
[   230.328] (II) libinput: Lenovo Black Silk USB Keyboard: is a virtual subdevice
[   230.328] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-10/1-10:1.1/0003:17EF:602D.0003/input/input8/event6"
[   230.328] (II) XINPUT: Adding extended input device "Lenovo Black Silk USB Keyboard" (type: KEYBOARD, id 14)
[   303.120] (**) Option "fd" "14"
[   303.120] (**) Option "fd" "17"
[   303.120] (**) Option "fd" "18"
[   303.120] (**) Option "fd" "19"
[   303.120] (**) Option "fd" "20"
[   303.120] (**) Option "fd" "21"
[   303.120] (**) Option "fd" "22"
[   303.120] (**) Option "fd" "23"
[   303.120] (**) Option "fd" "21"
[   303.120] (II) UnloadModule: "libinput"
[   303.120] (II) systemd-logind: not releasing fd for 13:70, still in use
[   303.120] (II) UnloadModule: "libinput"
[   303.120] (II) systemd-logind: releasing fd for 13:72
[   303.134] (EE) systemd-logind: failed to release device: Connection was disconnected before a reply was received
[   303.134] (II) UnloadModule: "libinput"
[   303.134] (II) systemd-logind: releasing fd for 13:68
[   303.134] (EE) systemd-logind: failed to release device: Connection is closed
[   303.134] (II) UnloadModule: "libinput"
[   303.134] (II) systemd-logind: releasing fd for 13:70
[   303.134] (EE) systemd-logind: failed to release device: Connection is closed
[   303.134] (II) UnloadModule: "libinput"
[   303.134] (II) systemd-logind: releasing fd for 13:69
[   303.134] (EE) systemd-logind: failed to release device: Connection is closed
[   303.134] (II) UnloadModule: "libinput"
[   303.134] (II) systemd-logind: releasing fd for 13:64
[   303.134] (EE) systemd-logind: failed to release device: Connection is closed
[   303.134] (II) UnloadModule: "libinput"
[   303.134] (II) systemd-logind: releasing fd for 13:65
[   303.134] (EE) systemd-logind: failed to release device: Connection is closed
[   303.134] (II) UnloadModule: "libinput"
[   303.134] (II) systemd-logind: releasing fd for 13:67
[   303.134] (EE) systemd-logind: failed to release device: Connection is closed
[   303.134] (II) UnloadModule: "libinput"
[   303.134] (II) systemd-logind: releasing fd for 13:66
[   303.134] (EE) systemd-logind: failed to release device: Connection is closed
[   303.155] (WW) xf86CloseConsole: KDSETMODE failed: Input/output error
[   303.155] (WW) xf86CloseConsole: VT_GETMODE failed: Input/output error
[   303.155] (WW) xf86CloseConsole: VT_ACTIVATE failed: Input/output error
[   303.155] (EE) systemd-logind: ReleaseControl failed: Connection is closed
[   303.155] (II) Server terminated successfully (0). Closing log file.

Last edited by tylercrompton (2016-07-04 03:56:01)

Offline

#2 2016-07-04 01:52:32

jasonwryan
Anarchist
From: .nz
Registered: 2009-05-09
Posts: 30,424
Website

Re: [SOLVED] [Xorg] [Openbox] Black screen with only a cursor

Why do you have an .xserverrc that replicates what is in your .xinitrc?


Arch + dwm   •   Mercurial repos  •   Surfraw

Registered Linux User #482438

Offline

#3 2016-07-04 01:54:25

tylercrompton
Member
Registered: 2016-07-03
Posts: 6

Re: [SOLVED] [Xorg] [Openbox] Black screen with only a cursor

Copy and paste error. Fixed.

Offline

#4 2016-07-04 02:03:35

jasonwryan
Anarchist
From: .nz
Registered: 2009-05-09
Posts: 30,424
Website

Re: [SOLVED] [Xorg] [Openbox] Black screen with only a cursor

Did you verify that X was working correctly by just running twm?


Arch + dwm   •   Mercurial repos  •   Surfraw

Registered Linux User #482438

Offline

#5 2016-07-04 02:29:45

tylercrompton
Member
Registered: 2016-07-03
Posts: 6

Re: [SOLVED] [Xorg] [Openbox] Black screen with only a cursor

Changing the bottom of ~/.xinitrc to the following displays the uxrvt window without decorations. Nothing else seems to show up. I am able to issue commands (e.g. sudo reboot now) in uxrvt, but the window never gets redrawn. The same applies when using xterm instead of uxrvt.

twm &
exec urxvt -geometry 80x66+0+0 -name login

When I change twm back to openbox, these statements remain true except that I'm back at the problem of not being able to see anything but the cursor. Speaking of, the cursor indicates that I am able to resize the window.

Last edited by tylercrompton (2016-07-04 03:15:43)

Offline

#6 2016-07-04 02:50:22

tylercrompton
Member
Registered: 2016-07-03
Posts: 6

Re: [SOLVED] [Xorg] [Openbox] Black screen with only a cursor

Re-enabling hardware acceleration allows the window to be drawn with decorations, changes the background color to grey, and leaves a solid black space for the tint2 toolbar, but the system hangs at that point. Re-enabling 3D acceleration has no noticeable effect.

Last edited by tylercrompton (2016-07-04 03:13:16)

Offline

#7 2016-07-04 03:29:16

tylercrompton
Member
Registered: 2016-07-03
Posts: 6

Re: [SOLVED] [Xorg] [Openbox] Black screen with only a cursor

It appears that my issue might be related to this issue that's mentioned on the Intel graphics wiki, but disabling execlist support didn't fix anything.

Offline

#8 2016-07-04 03:48:19

jasonwryan
Anarchist
From: .nz
Registered: 2009-05-09
Posts: 30,424
Website

Re: [SOLVED] [Xorg] [Openbox] Black screen with only a cursor

tylercrompton wrote:

Changing the bottom of ~/.xinitrc to the following displays the uxrvt window without decorations. Nothing else seems to show up. I am able to issue commands (e.g. sudo reboot now) in uxrvt, but the window never gets redrawn. The same applies when using xterm instead of uxrvt.

This is correct. So your issue is with your openbox configuration. Remove all the unnecessary cruft (conky, tint2 etc) and just get a vanilla session working.


Arch + dwm   •   Mercurial repos  •   Surfraw

Registered Linux User #482438

Offline

#9 2016-07-04 03:55:46

tylercrompton
Member
Registered: 2016-07-03
Posts: 6

Re: [SOLVED] [Xorg] [Openbox] Black screen with only a cursor

From what I'm reading, xf86-video-intel is absurdly buggy. As per this advice, I uninstalled it, rebooted, and despite some tearing, everything is working now.

Last edited by tylercrompton (2016-07-04 04:02:56)

Offline

Board footer

Powered by FluxBB