You are not logged in.
Pages: 1
First boot gives me a blank screen.
I start x using startx. My .xinitrc file is:
#!/bin/sh
#
# ~/.xinitrc
#
# Executed by startx (run your window manager from here)
if [ -d /etc/X11/xinit/xinitrc.d ]; then
for f in /etc/X11/xinit/xinitrc.d/*; do
[ -x "$f" ] && . "$f"
done
unset f
fi
# Here gnome is the default
session=${1:-gnome}
dbus="dbus-launch --exit-with-session"
case $session in
fluxbox ) exec startfluxbox ;;
icewm ) exec icewm-session ;;
openbox ) exec openbox-session ;;
sawfish ) exec sawfish ;;
kde5|plasma ) exec /opt/kf5/bin/startkde ;;
xfce|xfce4 ) exec $dbus startxfce4 ;;
lxde ) exec startlxde ;;
gnome ) exec $dbus gnome-session ;;
twm ) xterm -g 80x40+0+0 &
xclock -g 100x100-0+0 &
twm
;;
# No known session, just say so
*) echo "Cannot run $1" ;;
esac
and here is the complete Xorg.0.log file:
[ 64.947] (WW) Failed to open protocol names file lib/xorg/protocol.txt
[ 64.948]
X.Org X Server 1.20.9
X Protocol Version 11, Revision 0
[ 64.948] Build Operating System: Linux Arch Linux
[ 64.948] Current Operating System: Linux pc 5.8.14-arch1-1 #1 SMP PREEMPT Wed, 07 Oct 2020 23:59:46
+0000 x86_64
[ 64.948] Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=/dev/sdb4
[ 64.948] Build Date: 02 September 2020 06:17:44AM
[ 64.948]
[ 64.948] Current version of pixman: 0.40.0
[ 64.948] Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[ 64.948] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 64.948] (==) Log file: "/home/john/.local/share/xorg/Xorg.0.log", Time: Sat Oct 17 11:11:17 2020
[ 64.949] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[ 64.949] (==) No Layout section. Using the first Screen section.
[ 64.949] (==) No screen section available. Using defaults.
[ 64.949] (**) |-->Screen "Default Screen Section" (0)
[ 64.949] (**) | |-->Monitor "<default monitor>"
[ 64.949] (==) No monitor specified for screen "Default Screen Section".
Using a default monitor configuration.
[ 64.949] (==) Automatically adding devices
[ 64.949] (==) Automatically enabling devices
[ 64.949] (==) Automatically adding GPU devices
[ 64.949] (==) Automatically binding GPU devices
[ 64.949] (==) Max clients allowed: 256, resource mask: 0x1fffff
[ 64.949] (WW) The directory "/usr/share/fonts/misc" does not exist.
[ 64.949] Entry deleted from font path.
[ 64.949] (WW) The directory "/usr/share/fonts/TTF" does not exist.
[ 64.949] Entry deleted from font path.
[ 64.949] (WW) The directory "/usr/share/fonts/OTF" does not exist.
[ 64.949] Entry deleted from font path.
[ 64.949] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[ 64.949] Entry deleted from font path.
[ 64.949] (==) FontPath set to:
/usr/share/fonts/100dpi,
/usr/share/fonts/75dpi
[ 64.949] (==) ModulePath set to "/usr/lib/xorg/modules"
[ 64.949] (II) The server relies on udev to provide the list of input devices.
If no devices become available, reconfigure udev or disable AutoAddDevices.
[ 64.949] (II) Module ABI versions:
[ 64.949] X.Org ANSI C Emulation: 0.4
[ 64.949] X.Org Video Driver: 24.1
[ 64.949] X.Org XInput driver : 24.1
[ 64.949] X.Org Server Extension : 10.0
[ 64.949] (++) using VT number 1
[ 64.951] (II) systemd-logind: took control of session /org/freedesktop/login1/session/_31
[ 64.952] (II) xfree86: Adding drm device (/dev/dri/card0)
[ 64.952] (II) Platform probe for /sys/devices/pci0000:00/0000:00:03.1/0000:09:00.0/drm/card0
[ 64.952] (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 10 paused 0
[ 64.956] (--) PCI:*(9@0:0:0) 1002:67df:1682:9587 rev 225, Mem @ 0xe0000000/268435456, 0xf0000000/20
97152, 0xfce00000/262144, I/O @ 0x0000e000/256, BIOS @ 0x????????/131072
[ 64.956] (II) Open ACPI successful (/var/run/acpid.socket)
[ 64.956] (II) LoadModule: "glx"
[ 64.956] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[ 64.957] (II) Module glx: vendor="X.Org Foundation"
[ 64.957] compiled for 1.20.9, module version = 1.0.0
[ 64.957] ABI class: X.Org Server Extension, version 10.0
[ 64.957] (II) Applying OutputClass "AMDgpu" to /dev/dri/card0
[ 64.957] loading driver: amdgpu
[ 64.957] (==) Matched amdgpu as autoconfigured driver 0
[ 64.957] (==) Matched ati as autoconfigured driver 1
[ 64.957] (==) Matched modesetting as autoconfigured driver 2
[ 64.957] (==) Matched fbdev as autoconfigured driver 3
[ 64.957] (==) Matched vesa as autoconfigured driver 4
[ 64.957] (==) Assigned the driver to the xf86ConfigLayout
[ 64.957] (II) LoadModule: "amdgpu"
[ 64.957] (II) Loading /usr/lib/xorg/modules/drivers/amdgpu_drv.so
[ 64.958] (II) Module amdgpu: vendor="X.Org Foundation"
[ 64.958] compiled for 1.20.8, module version = 19.1.0
[ 64.958] Module class: X.Org Video Driver
[ 64.958] ABI class: X.Org Video Driver, version 24.1
[ 64.958] (II) LoadModule: "ati"
[ 64.958] (WW) Warning, couldn't open module ati
[ 64.958] (EE) Failed to load module "ati" (module does not exist, 0)
[ 64.958] (II) LoadModule: "modesetting"
[ 64.958] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[ 64.958] (II) Module modesetting: vendor="X.Org Foundation"
[ 64.958] compiled for 1.20.9, module version = 1.20.9
[ 64.958] Module class: X.Org Video Driver
[ 64.958] ABI class: X.Org Video Driver, version 24.1
[ 64.958] (II) LoadModule: "fbdev"
[ 64.958] (WW) Warning, couldn't open module fbdev
[ 64.958] (EE) Failed to load module "fbdev" (module does not exist, 0)
[ 64.958] (II) LoadModule: "vesa"
[ 64.958] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
[ 64.958] (II) Module vesa: vendor="X.Org Foundation"
[ 64.958] compiled for 1.20.9, module version = 2.5.0
[ 64.958] Module class: X.Org Video Driver
[ 64.958] ABI class: X.Org Video Driver, version 24.1
[ 64.958] (II) AMDGPU: Driver for AMD Radeon:
All GPUs supported by the amdgpu kernel driver
[ 64.958] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[ 64.958] (II) VESA: driver for VESA chipsets: vesa
[ 64.958] xf86EnableIOPorts: failed to set IOPL for I/O (Operation not permitted)
[ 64.958] (WW) Falling back to old probe method for modesetting
[ 64.959] (WW) VGA arbiter: cannot open kernel arbiter, no multi-card support
[ 64.959] (II) AMDGPU(0): Creating default Display subsection in Screen section
"Default Screen Section" for depth/fbbpp 24/32
[ 64.959] (==) AMDGPU(0): Depth 24, (--) framebuffer bpp 32
[ 64.959] (II) AMDGPU(0): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps)
[ 64.959] (==) AMDGPU(0): Default visual is TrueColor
[ 64.959] (==) AMDGPU(0): RGB weight 888
[ 64.959] (II) AMDGPU(0): Using 8 bits per RGB (8 bit DAC)
[ 64.959] (--) AMDGPU(0): Chipset: "Radeon RX 590 Series" (ChipID = 0x67df)
[ 64.959] (II) Loading sub module "fb"
[ 64.959] (II) LoadModule: "fb"
[ 64.959] (II) Loading /usr/lib/xorg/modules/libfb.so
[ 64.959] (II) Module fb: vendor="X.Org Foundation"
[ 64.959] compiled for 1.20.9, module version = 1.0.0
[ 64.959] ABI class: X.Org ANSI C Emulation, version 0.4
[ 64.959] (II) Loading sub module "dri2"
[ 64.959] (II) LoadModule: "dri2"
[ 64.959] (II) Module "dri2" already built-in
[ 65.012] (II) Loading sub module "glamoregl"
[ 65.012] (II) LoadModule: "glamoregl"
[ 65.012] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[ 65.016] (II) Module glamoregl: vendor="X.Org Foundation"
[ 65.016] compiled for 1.20.9, module version = 1.0.1
[ 65.016] ABI class: X.Org ANSI C Emulation, version 0.4
[ 65.026] (II) AMDGPU(0): glamor X acceleration enabled on Radeon RX 590 Series (POLARIS10, DRM 3.38
.0, 5.8.14-arch1-1, LLVM 10.0.1)
[ 65.026] (II) AMDGPU(0): glamor detected, initialising EGL layer.
[ 65.026] (==) AMDGPU(0): TearFree property default: auto
[ 65.026] (==) AMDGPU(0): VariableRefresh: disabled
[ 65.026] (II) AMDGPU(0): KMS Pageflipping: enabled
[ 65.026] (II) AMDGPU(0): Output DisplayPort-0 has no monitor section
[ 65.026] (II) AMDGPU(0): Output DisplayPort-1 has no monitor section
[ 65.026] (II) AMDGPU(0): Output DisplayPort-2 has no monitor section
[ 65.026] (II) AMDGPU(0): Output HDMI-A-0 has no monitor section
[ 65.027] (II) AMDGPU(0): Output DVI-D-0 has no monitor section
[ 65.043] (II) AMDGPU(0): EDID for output DisplayPort-0
[ 65.043] (II) AMDGPU(0): EDID for output DisplayPort-1
[ 65.044] (II) AMDGPU(0): EDID for output DisplayPort-2
[ 65.044] (II) AMDGPU(0): EDID for output HDMI-A-0
[ 65.044] (II) AMDGPU(0): EDID for output DVI-D-0
[ 65.044] (II) AMDGPU(0): Manufacturer: ACR Model: 604 Serial#: 2198881655
[ 65.044] (II) AMDGPU(0): Year: 2018 Week: 31
[ 65.044] (II) AMDGPU(0): EDID Version: 1.3
[ 65.044] (II) AMDGPU(0): Digital Display Input
[ 65.044] (II) AMDGPU(0): Max Image Size [cm]: horiz.: 52 vert.: 29
[ 65.044] (II) AMDGPU(0): Gamma: 2.20
[ 65.044] (II) AMDGPU(0): DPMS capabilities: Off
[ 65.044] (II) AMDGPU(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4
[ 65.044] (II) AMDGPU(0): First detailed timing is preferred mode
[ 65.044] (II) AMDGPU(0): redX: 0.640 redY: 0.339 greenX: 0.312 greenY: 0.633
[ 65.044] (II) AMDGPU(0): blueX: 0.156 blueY: 0.050 whiteX: 0.313 whiteY: 0.329
[ 65.044] (II) AMDGPU(0): Supported established timings:
[ 65.044] (II) AMDGPU(0): 720x400@70Hz
[ 65.044] (II) AMDGPU(0): 640x480@60Hz
[ 65.044] (II) AMDGPU(0): 640x480@67Hz
[ 65.044] (II) AMDGPU(0): 800x600@56Hz
[ 65.044] (II) AMDGPU(0): 800x600@60Hz
[ 65.044] (II) AMDGPU(0): 1024x768@60Hz
[ 65.044] (II) AMDGPU(0): 1024x768@70Hz
[ 65.044] (II) AMDGPU(0): Manufacturer's mask: 0
[ 65.044] (II) AMDGPU(0): Supported standard timings:
[ 65.044] (II) AMDGPU(0): #0: hsize: 1680 vsize 1050 refresh: 60 vid: 179
[ 65.044] (II) AMDGPU(0): #1: hsize: 1440 vsize 900 refresh: 60 vid: 149
[ 65.044] (II) AMDGPU(0): #2: hsize: 1280 vsize 1024 refresh: 60 vid: 32897
[ 65.044] (II) AMDGPU(0): #3: hsize: 1280 vsize 800 refresh: 60 vid: 129
[ 65.044] (II) AMDGPU(0): #4: hsize: 1280 vsize 720 refresh: 60 vid: 49281
[ 65.044] (II) AMDGPU(0): #5: hsize: 1152 vsize 864 refresh: 75 vid: 20337
[ 65.044] (II) AMDGPU(0): Supported detailed timing:
[ 65.044] (II) AMDGPU(0): clock: 148.5 MHz Image Size: 521 x 293 mm
[ 65.044] (II) AMDGPU(0): h_active: 1920 h_sync: 2008 h_sync_end 2052 h_blank_end 2200 h_border: 0
[ 65.044] (II) AMDGPU(0): v_active: 1080 v_sync: 1084 v_sync_end 1089 v_blanking: 1125 v_border: 0
[ 65.044] (II) AMDGPU(0): Supported detailed timing:
[ 65.044] (II) AMDGPU(0): clock: 170.0 MHz Image Size: 521 x 293 mm
[ 65.044] (II) AMDGPU(0): h_active: 1920 h_sync: 1928 h_sync_end 1960 h_blank_end 2026 h_border: 0
[ 65.044] (II) AMDGPU(0): v_active: 1080 v_sync: 1105 v_sync_end 1113 v_blanking: 1119 v_border: 0
[ 65.044] (II) AMDGPU(0): Ranges: V min: 48 V max: 75 Hz, H min: 30 H max: 85 kHz, PixClock max 185
MHz
[ 65.044] (II) AMDGPU(0): Monitor name: Acer KG241Q
[ 65.044] (II) AMDGPU(0): Supported detailed timing:
[ 65.044] (II) AMDGPU(0): clock: 148.5 MHz Image Size: 521 x 293 mm
[ 65.044] (II) AMDGPU(0): h_active: 1920 h_sync: 2008 h_sync_end 2052 h_blank_end 2200 h_border: 0
[ 65.044] (II) AMDGPU(0): v_active: 1080 v_sync: 1084 v_sync_end 1089 v_blanking: 1125 v_border: 0
[ 65.044] (II) AMDGPU(0): Supported detailed timing:
[ 65.044] (II) AMDGPU(0): clock: 27.0 MHz Image Size: 521 x 293 mm
[ 65.044] (II) AMDGPU(0): h_active: 720 h_sync: 736 h_sync_end 798 h_blank_end 858 h_border: 0
[ 65.044] (II) AMDGPU(0): v_active: 480 v_sync: 489 v_sync_end 495 v_blanking: 525 v_border: 0
[ 65.044] (II) AMDGPU(0): Supported detailed timing:
[ 65.044] (II) AMDGPU(0): clock: 74.2 MHz Image Size: 521 x 293 mm
[ 65.044] (II) AMDGPU(0): h_active: 1280 h_sync: 1390 h_sync_end 1430 h_blank_end 1650 h_border: 0
[ 65.044] (II) AMDGPU(0): v_active: 720 v_sync: 725 v_sync_end 730 v_blanking: 750 v_border: 0
[ 65.044] (II) AMDGPU(0): Supported detailed timing:
[ 65.044] (II) AMDGPU(0): clock: 27.0 MHz Image Size: 521 x 293 mm
[ 65.044] (II) AMDGPU(0): h_active: 720 h_sync: 732 h_sync_end 796 h_blank_end 864 h_border: 0
[ 65.044] (II) AMDGPU(0): v_active: 576 v_sync: 581 v_sync_end 586 v_blanking: 625 v_border: 0
[ 65.044] (II) AMDGPU(0): Number of EDID sections to follow: 1
[ 65.044] (II) AMDGPU(0): EDID (in hex):
[ 65.044] (II) AMDGPU(0): 00ffffffffffff000472040677451083
[ 65.044] (II) AMDGPU(0): 1f1c010380341d782afc35a3564fa228
[ 65.044] (II) AMDGPU(0): 0c5054b30c00b30095008180810081c0
[ 65.044] (II) AMDGPU(0): 714f01010101023a801871382d40582c
[ 65.044] (II) AMDGPU(0): 450009252100001e6842806a70382740
[ 65.044] (II) AMDGPU(0): 0820980409252100001a000000fd0030
[ 65.044] (II) AMDGPU(0): 4b1e5512000a202020202020000000fc
[ 65.044] (II) AMDGPU(0): 0041636572204b47323431510a200111
[ 65.044] (II) AMDGPU(0): 020327f14b010203049005111213141f
[ 65.044] (II) AMDGPU(0): 230907018301000065030c001000681a
[ 65.044] (II) AMDGPU(0): 00000101304be6023a801871382d4058
[ 65.044] (II) AMDGPU(0): 2c450009252100001e8c0ad08a20e02d
[ 65.044] (II) AMDGPU(0): 10103e9600092521000018011d007251
[ 65.044] (II) AMDGPU(0): d01e206e28550009252100001e8c0ad0
[ 65.044] (II) AMDGPU(0): 90204031200c40550009252100001800
[ 65.044] (II) AMDGPU(0): 000000000000000000000000000000e1
[ 65.044] (II) AMDGPU(0): Printing probed modes for output DVI-D-0
[ 65.044] (II) AMDGPU(0): Modeline "1920x1080"x60.0 148.50 1920 2008 2052 2200 1080 1084 1089 112
5 +hsync +vsync (67.5 kHz eP)
[ 65.044] (II) AMDGPU(0): Modeline "1920x1080"x75.0 170.00 1920 1928 1960 2026 1080 1105 1113 111
9 +hsync -vsync (83.9 kHz e)
[ 65.044] (II) AMDGPU(0): Modeline "1920x1080"x50.0 148.50 1920 2448 2492 2640 1080 1084 1089 112
5 +hsync +vsync (56.2 kHz e)
[ 65.044] (II) AMDGPU(0): Modeline "1920x1080"x59.9 148.35 1920 2008 2052 2200 1080 1084 1089 112
5 +hsync +vsync (67.4 kHz e)
[ 65.044] (II) AMDGPU(0): Modeline "1680x1050"x59.9 119.00 1680 1728 1760 1840 1050 1053 1059 108
0 +hsync -vsync (64.7 kHz e)
[ 65.044] (II) AMDGPU(0): Modeline "1280x1024"x60.0 108.00 1280 1328 1440 1688 1024 1025 1028 106
6 +hsync +vsync (64.0 kHz e)
[ 65.044] (II) AMDGPU(0): Modeline "1440x900"x59.9 88.75 1440 1488 1520 1600 900 903 909 926 +hs
ync -vsync (55.5 kHz e)
[ 65.044] (II) AMDGPU(0): Modeline "1280x800"x59.9 71.00 1280 1328 1360 1440 800 803 809 823 +hs
ync -vsync (49.3 kHz e)
[ 65.044] (II) AMDGPU(0): Modeline "1152x864"x75.0 108.00 1152 1216 1344 1600 864 865 868 900 +hs
ync +vsync (67.5 kHz e)
[ 65.044] (II) AMDGPU(0): Modeline "1280x720"x60.0 74.25 1280 1390 1430 1650 720 725 730 750 +hs
ync +vsync (45.0 kHz e)
[ 65.044] (II) AMDGPU(0): Modeline "1280x720"x50.0 74.25 1280 1720 1760 1980 720 725 730 750 +hs
ync +vsync (37.5 kHz e)
[ 65.044] (II) AMDGPU(0): Modeline "1280x720"x59.9 74.18 1280 1390 1430 1650 720 725 730 750 +hs
ync +vsync (45.0 kHz e)
[ 65.044] (II) AMDGPU(0): Modeline "1024x768"x70.1 75.00 1024 1048 1184 1328 768 771 777 806 -hs
ync -vsync (56.5 kHz e)
[ 65.045] (II) AMDGPU(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hs
ync -vsync (48.4 kHz e)
[ 65.045] (II) AMDGPU(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync
+vsync (37.9 kHz e)
[ 65.045] (II) AMDGPU(0): Modeline "800x600"x56.2 36.00 800 824 896 1024 600 601 603 625 +hsync
+vsync (35.2 kHz e)
[ 65.045] (II) AMDGPU(0): Modeline "720x576"x50.0 27.00 720 732 796 864 576 581 586 625 -hsync -
vsync (31.2 kHz e)
[ 65.045] (II) AMDGPU(0): Modeline "720x480"x60.0 27.03 720 736 798 858 480 489 495 525 -hsync -
vsync (31.5 kHz e)
[ 65.045] (II) AMDGPU(0): Modeline "720x480"x59.9 27.00 720 736 798 858 480 489 495 525 -hsync -
vsync (31.5 kHz e)
[ 65.045] (II) AMDGPU(0): Modeline "640x480"x66.7 30.24 640 704 768 864 480 483 486 525 -hsync -
vsync (35.0 kHz e)
[ 65.045] (II) AMDGPU(0): Modeline "640x480"x60.0 25.20 640 656 752 800 480 490 492 525 -hsync -
vsync (31.5 kHz e)
[ 65.045] (II) AMDGPU(0): Modeline "640x480"x59.9 25.18 640 656 752 800 480 490 492 525 -hsync -
vsync (31.5 kHz e)
[ 65.045] (II) AMDGPU(0): Modeline "720x400"x70.1 28.32 720 738 846 900 400 412 414 449 -hsync +
vsync (31.5 kHz e)
[ 65.045] (II) AMDGPU(0): Output DisplayPort-0 disconnected
65.045] (II) AMDGPU(0): Output DisplayPort-1 disconnected
[ 65.045] (II) AMDGPU(0): Output DisplayPort-2 disconnected
[ 65.045] (II) AMDGPU(0): Output HDMI-A-0 disconnected
[ 65.045] (II) AMDGPU(0): Output DVI-D-0 connected
[ 65.045] (II) AMDGPU(0): Using exact sizes for initial modes
[ 65.045] (II) AMDGPU(0): Output DVI-D-0 using initial mode 1920x1080 +0+0
[ 65.045] (II) AMDGPU(0): mem size init: gart size :1ff86f000 vram size: s:1feee7000 visible:f2e7000
[ 65.045] (==) AMDGPU(0): DPI set to (96, 96)
[ 65.045] (==) AMDGPU(0): Using gamma correction (1.0, 1.0, 1.0)
[ 65.045] (II) Loading sub module "ramdac"
[ 65.045] (II) LoadModule: "ramdac"
[ 65.045] (II) Module "ramdac" already built-in
[ 65.045] (II) UnloadModule: "modesetting"
[ 65.045] (II) Unloading modesetting
[ 65.045] (II) UnloadModule: "vesa"
[ 65.045] (II) Unloading vesa
[ 65.045] (II) AMDGPU(0): [DRI2] Setup complete
[ 65.045] (II) AMDGPU(0): [DRI2] DRI driver: radeonsi
[ 65.045] (II) AMDGPU(0): [DRI2] VDPAU driver: radeonsi
[ 65.045] (II) AMDGPU(0): Front buffer pitch: 8192 bytes
[ 65.045] (II) AMDGPU(0): SYNC extension fences enabled
[ 65.045] (II) AMDGPU(0): Present extension enabled
[ 65.045] (==) AMDGPU(0): DRI3 enabled
[ 65.045] (==) AMDGPU(0): Backing store enabled
[ 65.045] (II) AMDGPU(0): Direct rendering enabled
[ 65.051] (II) AMDGPU(0): Use GLAMOR acceleration.
[ 65.051] (II) AMDGPU(0): Acceleration enabled
[ 65.051] (==) AMDGPU(0): DPMS enabled
[ 65.051] (==) AMDGPU(0): Silken mouse disabled
[ 65.052] (II) AMDGPU(0): Set up textured video (glamor)
[ 65.061] (II) Initializing extension Generic Event Extension
[ 65.061] (II) Initializing extension SHAPE
[ 65.061] (II) Initializing extension MIT-SHM
[ 65.061] (II) Initializing extension XInputExtension
[ 65.061] (II) Initializing extension XTEST
[ 65.061] (II) Initializing extension BIG-REQUESTS
[ 65.061] (II) Initializing extension SYNC
[ 65.061] (II) Initializing extension XKEYBOARD
[ 65.061] (II) Initializing extension XC-MISC
[ 65.061] (II) Initializing extension SECURITY
[ 65.061] (II) Initializing extension XFIXES
[ 65.061] (II) Initializing extension RENDER
[ 65.061] (II) Initializing extension RANDR
[ 65.061] (II) Initializing extension COMPOSITE
[ 65.061] (II) Initializing extension DAMAGE
[ 65.061] (II) Initializing extension MIT-SCREEN-SAVER
[ 65.061] (II) Initializing extension DOUBLE-BUFFER
[ 65.061] (II) Initializing extension RECORD
[ 65.061] (II) Initializing extension DPMS
[ 65.061] (II) Initializing extension Present
[ 65.061] (II) Initializing extension DRI3
[ 65.061] (II) Initializing extension X-Resource
65.061] (II) Initializing extension XVideo
[ 65.062] (II) Initializing extension XVideo-MotionCompensation
[ 65.062] (II) Initializing extension GLX
[ 65.066] (II) AIGLX: Loaded and initialized radeonsi
[ 65.066] (II) GLX: Initialized DRI2 GL provider for screen 0
[ 65.066] (II) Initializing extension XFree86-VidModeExtension
[ 65.066] (II) Initializing extension XFree86-DGA
[ 65.066] (II) Initializing extension XFree86-DRI
[ 65.066] (II) Initializing extension DRI2
[ 65.068] (II) AMDGPU(0): Setting screen physical size to 508 x 285
[ 65.157] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[ 65.158] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[ 65.158] (II) LoadModule: "libinput"
[ 65.158] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[ 65.159] (II) Module libinput: vendor="X.Org Foundation"
[ 65.159] compiled for 1.20.8, module version = 0.30.0
[ 65.159] Module class: X.Org XInput Driver
[ 65.159] ABI class: X.Org XInput driver, version 24.1
[ 65.159] (II) Using input driver 'libinput' for 'Power Button'
[ 65.160] (II) systemd-logind: got fd for /dev/input/event1 13:65 fd 20 paused 0
[ 65.160] (**) Power Button: always reports core events
[ 65.160] (**) Option "Device" "/dev/input/event1"
[ 65.160] (**) Option "_source" "server/udev"
[ 65.161] (II) event1 - Power Button: is tagged by udev as: Keyboard
[ 65.161] (II) event1 - Power Button: device is a keyboard
[ 65.161] (II) event1 - Power Button: device removed
[ 65.161] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input1/event1"
[ 65.161] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[ 65.162] (II) event1 - Power Button: is tagged by udev as: Keyboard
[ 65.162] (II) event1 - Power Button: device is a keyboard
[ 65.163] (II) config/udev: Adding input device Power Button (/dev/input/event0)
[ 65.163] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[ 65.163] (II) Using input driver 'libinput' for 'Power Button'
[ 65.163] (II) systemd-logind: got fd for /dev/input/event0 13:64 fd 23 paused 0
[ 65.163] (**) Power Button: always reports core events
[ 65.163] (**) Option "Device" "/dev/input/event0"
[ 65.163] (**) Option "_source" "server/udev"
[ 65.164] (II) event0 - Power Button: is tagged by udev as: Keyboard
[ 65.164] (II) event0 - Power Button: device is a keyboard
[ 65.164] (II) event0 - Power Button: device removed
[ 65.164] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/inpu
t0/event0"
[ 65.164] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 7)
[ 65.165] (II) event0 - Power Button: is tagged by udev as: Keyboard
[ 65.165] (II) event0 - Power Button: device is a keyboard
[ 65.166] (II) config/udev: Adding input device HDA ATI HDMI HDMI/DP,pcm=3 (/dev/input/event10)
[ 65.166] (II) No input driver specified, ignoring this device.
[ 65.166] (II) This device may have been added with another device file.
[ 65.166] (II) config/udev: Adding input device HDA ATI HDMI HDMI/DP,pcm=7 (/dev/input/event11)
[ 65.166] (II) No input driver specified, ignoring this device.
[ 65.166] (II) This device may have been added with another device file.
[ 65.166] (II) config/udev: Adding input device HDA ATI HDMI HDMI/DP,pcm=8 (/dev/input/event12
[ 65.166] (II) No input driver specified, ignoring this device.
[ 65.166] (II) This device may have been added with another device file.
[ 65.167] (II) config/udev: Adding input device HDA ATI HDMI HDMI/DP,pcm=9 (/dev/input/event13)
[ 65.167] (II) No input driver specified, ignoring this device.
[ 65.167] (II) This device may have been added with another device file.
[ 65.167] (II) config/udev: Adding input device HDA ATI HDMI HDMI/DP,pcm=10 (/dev/input/event14)
[ 65.167] (II) No input driver specified, ignoring this device.
[ 65.167] (II) This device may have been added with another device file.
[ 65.167] (II) config/udev: Adding input device HDA ATI HDMI HDMI/DP,pcm=11 (/dev/input/event15)
[ 65.167] (II) No input driver specified, ignoring this device.
[ 65.167] (II) This device may have been added with another device file.
[ 65.168] (II) config/udev: Adding input device Logitech Gaming Keyboard G213 (/dev/input/event2)
[ 65.168] (**) Logitech Gaming Keyboard G213: Applying InputClass "libinput keyboard catchall"
[ 65.168] (II) Using input driver 'libinput' for 'Logitech Gaming Keyboard G213'
[ 65.168] (II) systemd-logind: got fd for /dev/input/event2 13:66 fd 24 paused 0
[ 65.169] (**) Logitech Gaming Keyboard G213: always reports core events
[ 65.169] (**) Option "Device" "/dev/input/event2"
[ 65.169] (**) Option "_source" "server/udev"
[ 65.170] (II) event2 - Logitech Gaming Keyboard G213: is tagged by udev as: Keyboard
[ 65.170] (II) event2 - Logitech Gaming Keyboard G213: device is a keyboard
[ 65.170] (II) event2 - Logitech Gaming Keyboard G213: device removed
[ 65.170] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:08.1/0000:0c:00.3/usb3/3-1
/3-1:1.0/0003:046D:C336.0001/input/input2/event2"
[ 65.170] (II) XINPUT: Adding extended input device "Logitech Gaming Keyboard G213" (type: KEYBOARD,
id 8)
[ 65.172] (II) event2 - Logitech Gaming Keyboard G213: is tagged by udev as: Keyboard
[ 65.172] (II) event2 - Logitech Gaming Keyboard G213: device is a keyboard
[ 65.172] (II) config/udev: Adding input device Logitech Gaming Keyboard G213 Keyboard (/dev/input/e
vent4)
[ 65.172] (**) Logitech Gaming Keyboard G213 Keyboard: Applying InputClass "libinput keyboard catcha
ll"
[ 65.172] (II) Using input driver 'libinput' for 'Logitech Gaming Keyboard G213 Keyboard'
[ 65.173] (II) systemd-logind: got fd for /dev/input/event4 13:68 fd 25 paused 0
[ 65.173] (**) Logitech Gaming Keyboard G213 Keyboard: always reports core events
[ 65.173] (**) Option "Device" "/dev/input/event4"
[ 65.173] (**) Option "_source" "server/udev"
[ 65.174] (II) event4 - Logitech Gaming Keyboard G213 Keyboard: is tagged by udev as: Keyboard
[ 65.174] (II) event4 - Logitech Gaming Keyboard G213 Keyboard: device is a keyboard
[ 65.175] (II) event4 - Logitech Gaming Keyboard G213 Keyboard: device removed
[ 65.175] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:08.1/0000:0c:00.3/usb3/3-1
/3-1:1.1/0003:046D:C336.0002/input/input4/event4"
[ 65.175] (II) XINPUT: Adding extended input device "Logitech Gaming Keyboard G213 Keyboard" (type:
KEYBOARD, id 9)
[ 65.176] (II) event4 - Logitech Gaming Keyboard G213 Keyboard: is tagged by udev as: Keyboard
[ 65.176] (II) event4 - Logitech Gaming Keyboard G213 Keyboard: device is a keyboard
[ 65.177] (II) config/udev: Adding input device Logitech Gaming Keyboard G213 Consumer Control (/dev
/input/event5)
[ 65.177] (**) Logitech Gaming Keyboard G213 Consumer Control: Applying InputClass "libinput keyboar
d catchall"
[ 65.177] (II) Using input driver 'libinput' for 'Logitech Gaming Keyboard G213 Consumer Control'
[ 65.177] (II) systemd-logind: got fd for /dev/input/event5 13:69 fd 26 paused 0
[ 65.177] (**) Logitech Gaming Keyboard G213 Consumer Control: always reports core events
[ 65.178] (**) Option "Device" "/dev/input/event5"
[ 65.178] (**) Option "_source" "server/udev"
[ 65.179] (II) event5 - Logitech Gaming Keyboard G213 Consumer Control: is tagged by udev as: Keybo
ard
[ 65.179] (II) event5 - Logitech Gaming Keyboard G213 Consumer Control: device is a keyboard
[ 65.179] (II) event5 - Logitech Gaming Keyboard G213 Consumer Control: device removed
[ 65.179] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:08.1/0000:0c:00.3/usb3/3-1
/3-1:1.1/0003:046D:C336.0002/input/input5/event5"
[ 65.179] (II) XINPUT: Adding extended input device "Logitech Gaming Keyboard G213 Consumer Control"
(type: KEYBOARD, id 10)
[ 65.180] (II) event5 - Logitech Gaming Keyboard G213 Consumer Control: is tagged by udev as: Keybo
ard
[ 65.181] (II) event5 - Logitech Gaming Keyboard G213 Consumer Control: device is a keyboard
[ 65.181] (II) config/udev: Adding input device Logitech Gaming Mouse G402 (/dev/input/event6)
[ 65.181] (**) Logitech Gaming Mouse G402: Applying InputClass "libinput pointer catchall"
[ 65.181] (II) Using input driver 'libinput' for 'Logitech Gaming Mouse G402'
[ 65.236] (II) systemd-logind: got fd for /dev/input/event6 13:70 fd 27 paused 0
[ 65.236] (**) Logitech Gaming Mouse G402: always reports core events
[ 65.236] (**) Option "Device" "/dev/input/event6"
[ 65.236] (**) Option "_source" "server/udev"
[ 65.238] (II) event6 - Logitech Gaming Mouse G402: is tagged by udev as: Mouse
[ 65.238] (II) event6 - Logitech Gaming Mouse G402: device set to 800 DPI
[ 65.238] (II) event6 - Logitech Gaming Mouse G402: device is a pointer
[ 65.238] (II) event6 - Logitech Gaming Mouse G402: device removed
[ 65.238] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:08.1/0000:0c:00.3/usb3/3-2
/3-2:1.0/0003:046D:C07E.0003/input/input8/event6"
[ 65.238] (II) XINPUT: Adding extended input device "Logitech Gaming Mouse G402" (type: MOUSE, id 11
)
[ 65.238] (**) Option "AccelerationScheme" "none"
[ 65.238] (**) Logitech Gaming Mouse G402: (accel) selected scheme none/0
[ 65.238] (**) Logitech Gaming Mouse G402: (accel) acceleration factor: 2.000
[ 65.238] (**) Logitech Gaming Mouse G402: (accel) acceleration threshold: 4
[ 65.239] (II) event6 - Logitech Gaming Mouse G402: is tagged by udev as: Mouse
[ 65.239] (II) event6 - Logitech Gaming Mouse G402: device set to 800 DPI
[ 65.240] (II) event6 - Logitech Gaming Mouse G402: device is a pointer
[ 65.240] (II) config/udev: Adding input device Logitech Gaming Mouse G402 (/dev/input/mouse0)
[ 65.240] (II) No input driver specified, ignoring this device.
[ 65.240] (II) This device may have been added with another device file.
[ 65.241] (II) config/udev: Adding input device Logitech Gaming Mouse G402 Consumer Control (/dev/in
put/event8)
[ 65.241] (**) Logitech Gaming Mouse G402 Consumer Control: Applying InputClass "libinput keyboard c
atchall"
[ 65.241] (II) Using input driver 'libinput' for 'Logitech Gaming Mouse G402 Consumer Control'
[ 65.241] (II) systemd-logind: got fd for /dev/input/event8 13:72 fd 28 paused 0
[ 65.241] (**) Logitech Gaming Mouse G402 Consumer Control: always reports core events
[ 65.241] (**) Option "Device" "/dev/input/event8"
[ 65.241] (**) Option "_source" "server/udev"
[ 65.243] (II) event8 - Logitech Gaming Mouse G402 Consumer Control: is tagged by udev as: Keyboard
[ 65.243] (II) event8 - Logitech Gaming Mouse G402 Consumer Control: device is a keyboard
[ 65.243] (II) event8 - Logitech Gaming Mouse G402 Consumer Control: device removed
[ 65.243] (II) libinput: Logitech Gaming Mouse G402 Consumer Control: needs a virtual subdevice
[ 65.243] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:08.1/0000:0c:00.3/usb3/3-2
/3-2:1.1/0003:046D:C07E.0004/input/input10/event8"
[ 65.243] (II) XINPUT: Adding extended input device "Logitech Gaming Mouse G402 Consumer Control" (type: M
OUSE, id 12)
[ 65.243] (**) Option "AccelerationScheme" "none"
[ 65.243] (**) Logitech Gaming Mouse G402 Consumer Control: (accel) selected scheme none/0
[ 65.243] (**) Logitech Gaming Mouse G402 Consumer Control: (accel) acceleration factor: 2.000
[ 65.243] (**) Logitech Gaming Mouse G402 Consumer Control: (accel) acceleration threshold: 4
[ 65.244] (II) event8 - Logitech Gaming Mouse G402 Consumer Control: is tagged by udev as: Keyboard
[ 65.244] (II) event8 - Logitech Gaming Mouse G402 Consumer Control: device is a keyboard
[ 65.245] (II) config/udev: Adding input device Logitech Gaming Mouse G402 System Control (/dev/input/even
t9)
[ 65.245] (**) Logitech Gaming Mouse G402 System Control: Applying InputClass "libinput keyboard catchall"
[ 65.245] (II) Using input driver 'libinput' for 'Logitech Gaming Mouse G402 System Control'
[ 65.246] (II) systemd-logind: got fd for /dev/input/event9 13:73 fd 29 paused 0
[ 65.246] (**) Logitech Gaming Mouse G402 System Control: always reports core events
[ 65.246] (**) Option "Device" "/dev/input/event9"
[ 65.246] (**) Option "_source" "server/udev"
[ 65.247] (II) event9 - Logitech Gaming Mouse G402 System Control: is tagged by udev as: Keyboard
[ 65.247] (II) event9 - Logitech Gaming Mouse G402 System Control: device is a keyboard
[ 65.247] (II) event9 - Logitech Gaming Mouse G402 System Control: device removed
[ 65.247] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:08.1/0000:0c:00.3/usb3/3-2/3-2:1
.1/0003:046D:C07E.0004/input/input11/event9"
[ 65.247] (II) XINPUT: Adding extended input device "Logitech Gaming Mouse G402 System Control" (type: KEY
BOARD, id 13)
[ 65.249] (II) event9 - Logitech Gaming Mouse G402 System Control: is tagged by udev as: Keyboard
[ 65.249] (II) event9 - Logitech Gaming Mouse G402 System Control: device is a keyboard
[ 65.250] (II) config/udev: Adding input device Logitech Gaming Mouse G402 Keyboard (/dev/input/event7)
[ 65.250] (**) Logitech Gaming Mouse G402 Keyboard: Applying InputClass "libinput keyboard catchall"
[ 65.250] (II) Using input driver 'libinput' for 'Logitech Gaming Mouse G402 Keyboard'
[ 65.250] (II) systemd-logind: got fd for /dev/input/event7 13:71 fd 30 paused 0
[ 65.250] (**) Logitech Gaming Mouse G402 Keyboard: always reports core events
[ 65.250] (**) Option "Device" "/dev/input/event7"
[ 65.250] (**) Option "_source" "server/udev"
[ 65.251] (II) event7 - Logitech Gaming Mouse G402 Keyboard: is tagged by udev as: Keyboard
[ 65.252] (II) event7 - Logitech Gaming Mouse G402 Keyboard: device is a keyboard
[ 65.252] (II) event7 - Logitech Gaming Mouse G402 Keyboard: device removed
[ 65.252] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:08.1/0000:0c:00.3/usb3/3-2/3-2:1
.1/0003:046D:C07E.0004/input/input9/event7"
[ 65.252] (II) XINPUT: Adding extended input device "Logitech Gaming Mouse G402 Keyboard" (type: KEYBOARD,
id 14)
[ 65.253] (II) event7 - Logitech Gaming Mouse G402 Keyboard: is tagged by udev as: Keyboard
[ 65.253] (II) event7 - Logitech Gaming Mouse G402 Keyboard: device is a keyboard
[ 65.254] (II) config/udev: Adding input device HD-Audio Generic Front Mic (/dev/input/event17)
[ 65.254] (II) No input driver specified, ignoring this device.
[ 65.254] (II) This device may have been added with another device file.
[ 65.254] (II) config/udev: Adding input device HD-Audio Generic Rear Mic (/dev/input/event18)
[ 65.254] (II) No input driver specified, ignoring this device.
[ 65.254] (II) This device may have been added with another device file.
[ 65.254] (II) config/udev: Adding input device HD-Audio Generic Line (/dev/input/event19)
[ 65.254] (II) No input driver specified, ignoring this device.
[ 65.254] (II) This device may have been added with another device file.
[ 65.255] (II) config/udev: Adding input device HD-Audio Generic Line Out Front (/dev/input/event20)
[ 65.255] (II) No input driver specified, ignoring this device.
[ 65.255] (II) This device may have been added with another device file.
[ 65.255] (II) config/udev: Adding input device HD-Audio Generic Line Out Surround (/dev/input/event21)
[ 65.255] (II) No input driver specified, ignoring this device.
[ 65.255] (II) This device may have been added with another device file.
[ 65.255] (II) config/udev: Adding input device HD-Audio Generic Line Out CLFE (/dev/input/event22)
[ 65.255] (II) No input driver specified, ignoring this device.
[ 65.255] (II) This device may have been added with another device file.
[ 65.255] (II) config/udev: Adding input device HD-Audio Generic Front Headphone (/dev/input/event23)
[ 65.255] (II) No input driver specified, ignoring this device.
[ 65.255] (II) This device may have been added with another device file.
[ 65.256] (II) config/udev: Adding input device Eee PC WMI hotkeys (/dev/input/event16)
[ 65.256] (**) Eee PC WMI hotkeys: Applying InputClass "libinput keyboard catchall"
[ 65.256] (II) Using input driver 'libinput' for 'Eee PC WMI hotkeys'
[ 65.256] (II) systemd-logind: got fd for /dev/input/event16 13:80 fd 31 paused 0
[ 65.256] (**) Eee PC WMI hotkeys: always reports core events
[ 65.256] (**) Option "Device" "/dev/input/event16"
[ 65.256] (**) Option "_source" "server/udev"
[ 65.257] (II) event16 - Eee PC WMI hotkeys: is tagged by udev as: Keyboard
[ 65.257] (II) event16 - Eee PC WMI hotkeys: device is a keyboard
[ 65.257] (II) event16 - Eee PC WMI hotkeys: device removed
[ 65.257] (**) Option "config_info" "udev:/sys/devices/platform/eeepc-wmi/input/input20/event16"
[ 65.257] (II) XINPUT: Adding extended input device "Eee PC WMI hotkeys" (type: KEYBOARD, id 15)
[ 65.258] (II) event16 - Eee PC WMI hotkeys: is tagged by udev as: Keyboard
[ 65.258] (II) event16 - Eee PC WMI hotkeys: device is a keyboard
[ 65.259] (II) config/udev: Adding input device PC Speaker (/dev/input/event3)
[ 65.259] (II) No input driver specified, ignoring this device.
[ 65.259] (II) This device may have been added with another device file.
[ 65.262] (**) Logitech Gaming Mouse G402 Consumer Control: Applying InputClass "libinput keyboard catchal
l"
[ 65.262] (II) Using input driver 'libinput' for 'Logitech Gaming Mouse G402 Consumer Control'
[ 65.262] (II) systemd-logind: returning pre-existing fd for /dev/input/event8 13:72
[ 65.262] (**) Logitech Gaming Mouse G402 Consumer Control: always reports core events
[ 65.262] (**) Option "Device" "/dev/input/event8"
[ 65.262] (**) Option "_source" "_driver/libinput"
[ 65.262] (II) libinput: Logitech Gaming Mouse G402 Consumer Control: is a virtual subdevice
[ 65.262] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:08.1/0000:0c:00.3/usb3/3-2/3-2:1
.1/0003:046D:C07E.0004/input/input10/event8"
[ 65.262] (II) XINPUT: Adding extended input device "Logitech Gaming Mouse G402 Consumer Control" (type: K
EYBOARD, id 16)
[ 120.831] (**) Option "fd" "20"
[ 120.831] (II) event1 - Power Button: device removed
[ 120.831] (**) Option "fd" "23"
[ 120.831] (II) event0 - Power Button: device removed
[ 120.831] (**) Option "fd" "24"
[ 120.831] (II) event2 - Logitech Gaming Keyboard G213: device removed
[ 120.831] (**) Option "fd" "25"
[ 120.831] (II) event4 - Logitech Gaming Keyboard G213 Keyboard: device removed
[ 120.831] (**) Option "fd" "26"
[ 120.831] (II) event5 - Logitech Gaming Keyboard G213 Consumer Control: device removed
[ 120.831] (**) Option "fd" "27"
[ 120.831] (II) event6 - Logitech Gaming Mouse G402: device removed
120.831] (II) event4 - Logitech Gaming Keyboard G213 Keyboard: device removed
[ 120.831] (**) Option "fd" "26"
[ 120.831] (II) event5 - Logitech Gaming Keyboard G213 Consumer Control: device removed
[ 120.831] (**) Option "fd" "27"
[ 120.831] (II) event6 - Logitech Gaming Mouse G402: device removed
[ 120.832] (**) Option "fd" "28"
[ 120.832] (**) Option "fd" "29"
[ 120.832] (II) event9 - Logitech Gaming Mouse G402 System Control: device removed
[ 120.832] (**) Option "fd" "30"
[ 120.832] (II) event7 - Logitech Gaming Mouse G402 Keyboard: device removed
[ 120.832] (**) Option "fd" "31"
[ 120.832] (II) event16 - Eee PC WMI hotkeys: device removed
[ 120.832] (**) Option "fd" "28"
[ 120.832] (II) event8 - Logitech Gaming Mouse G402 Consumer Control: device removed
[ 120.832] (II) AIGLX: Suspending AIGLX clients for VT switch
[ 120.901] (II) systemd-logind: got pause for 13:72
[ 120.901] (II) systemd-logind: got pause for 13:70
[ 120.901] (II) systemd-logind: got pause for 13:64
[ 120.901] (II) systemd-logind: got pause for 13:69
[ 120.901] (II) systemd-logind: got pause for 226:0
[ 120.901] (II) systemd-logind: got pause for 13:68
[ 120.901] (II) systemd-logind: got pause for 13:71
[ 120.901] (II) systemd-logind: got pause for 13:80
[ 120.901] (II) systemd-logind: got pause for 13:73
[ 120.901] (II) systemd-logind: got pause for 13:66
[ 120.901] (II) systemd-logind: got pause for 13:65
[ 141.462] (II) UnloadModule: "libinput"
[ 141.462] (II) systemd-logind: not releasing fd for 13:72, still in use
[ 141.462] (II) UnloadModule: "libinput"
[ 141.462] (II) systemd-logind: releasing fd for 13:80
[ 141.483] (II) UnloadModule: "libinput"
[ 141.483] (II) systemd-logind: releasing fd for 13:71
[ 141.547] (II) UnloadModule: "libinput"
[ 141.547] (II) systemd-logind: releasing fd for 13:73
[ 141.583] (II) UnloadModule: "libinput"
[ 141.583] (II) systemd-logind: releasing fd for 13:72
[ 141.623] (II) UnloadModule: "libinput"
[ 141.623] (II) systemd-logind: releasing fd for 13:70
[ 141.690] (II) UnloadModule: "libinput"
[ 141.690] (II) systemd-logind: releasing fd for 13:69
[ 141.756] (II) UnloadModule: "libinput"
[ 141.756] (II) systemd-logind: releasing fd for 13:68
[ 141.796] (II) UnloadModule: "libinput"
[ 141.796] (II) systemd-logind: releasing fd for 13:66
[ 141.823] (II) UnloadModule: "libinput"
[ 141.823] (II) systemd-logind: releasing fd for 13:64
[ 141.877] (II) UnloadModule: "libinput"
[ 141.877] (II) systemd-logind: releasing fd for 13:65
[ 141.918] (WW) xf86CloseConsole: KDSETMODE failed: Input/output error
[ 141.919] (WW) xf86CloseConsole: VT_GETMODE failed: Input/output error
[ 141.919] (WW) xf86CloseConsole: VT_ACTIVATE failed: Input/output error
[ 141.919] (II) Server terminated successfully (0). Closing log file.
I don't see any errors in this output, so how can I diagnose the problem?
TIA
jb.
Offline
Offline
Because that's the standard way of running an X session so that the program that's running can find the environment variables for the session bus.
Offline
If you do not use dbus-launch is DBUS_SESSION_BUS_ADDRESS not set?
Offline
No, it's set in both cases. it is:
unix:path=/run/user/<uid>/bus
I don't think this problem is caused by dbus.
The history of this is that I was using Arch as the host on a dual boot system for several months. But around two months ago I upgraded Arch and as a result had this blank screen problem. I installed Ubuntu as the host and left Arch on the original partitions. I have reinstalled it a couple of times but the blank screen persists. I assume it is caused by a change in the kernel. I've played around with nomodeset but that causes the error 'No screens found'. For some reason the amdgpu driver, although it finds the screen, doesn't appear to open the connection with the gpu. I posted here to see if anyone could suggest what might be causing the problem. So at the moment Arch is booted from the host Ubuntu.
Offline
For testing purposes please rename your ~/.xinitrc so startx has to use the default one in etc/X11 .
Verify you have xorg-twm , xorg-xclock and xterm installed.
run startx and you should see a screen with 3 terminals and a clock.
If you don't see that, post full dmesg/ journalctl -b output.
Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.
clean chroot building not flexible enough ?
Try clean chroot manager by graysky
Offline
Yes, I get 3 terminals and a clock. That's encouraging. What next?
Offline
That means basic xorg functionality works.
run
$ glxinfo -B #comes with mesa-demos
in one of those terminals.
It should show X is using your videocard and OpenGL 4.6 is supported.
Assuming that glxinfo output matches that, put back your own .xinitrc
It does list twm, comment the dbus line and check if twm works that way.
Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.
clean chroot building not flexible enough ?
Try clean chroot manager by graysky
Offline
I'm getting some cross-talk between the Ubuntu disk and the Arch disk, so I'm going to remove the efi partition from Arch and reinstall both OS's. I think that will sort out the problem.
Thanks for you help, much appreciated.
Offline
Pages: 1