You are not logged in.
Hi,
I just installed arch on a brand new laptop Lenovo IdeaPad 5 with AMD CPU and GPU.
I'm trying to run fluxbox as my window manager.
When I try to start X using startx it fails without any useful error messages.
The amdgpu driver seems to be loaded successfully, but I'm not sure about this.
My problem is that I can't see anything wrong in the log files. How can I identify what is the problem with my setup?
my ~/.xinitrc
#!/bin/sh
userresources=$HOME/.Xresources
usermodmap=$HOME/.Xmodmap
sysresources=/etc/X11/xinit/.Xresources
sysmodmap=/etc/X11/xinit/.Xmodmap
# merge in defaults and keymaps
if [ -f $sysresources ]; then
xrdb -merge $sysresources
fi
if [ -f $sysmodmap ]; then
xmodmap $sysmodmap
fi
if [ -f "$userresources" ]; then
xrdb -merge "$userresources"
fi
if [ -f "$usermodmap" ]; then
xmodmap "$usermodmap"
fi
# start some nice programs
exec startfluxboxThe ~/.local/share/xorg/Xorg.0.log
[ 23.019] (WW) Failed to open protocol names file lib/xorg/protocol.txt
[ 23.020]
X.Org X Server 1.20.12
X Protocol Version 11, Revision 0
[ 23.020] Build Operating System: Linux Archlinux
[ 23.020] Current Operating System: Linux krull 5.10.50-1-lts #1 SMP Wed, 14 Jul 2021 15:15:15 +0000 x86_64
[ 23.020] Kernel command line: BOOT_IMAGE=/vmlinuz-linux-lts root=UUID=2d558225-5972-44d9-b385-84a741756a27 rw loglevel=3 quiet
[ 23.020] Build Date: 08 July 2021 08:00:40PM
[ 23.020]
[ 23.020] Current version of pixman: 0.40.0
[ 23.020] Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[ 23.020] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 23.020] (==) Log file: "/home/luis/.local/share/xorg/Xorg.0.log", Time: Sat Jul 17 00:59:23 2021
[ 23.022] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[ 23.022] (==) No Layout section. Using the first Screen section.
[ 23.022] (==) No screen section available. Using defaults.
[ 23.022] (**) |-->Screen "Default Screen Section" (0)
[ 23.022] (**) | |-->Monitor "<default monitor>"
[ 23.023] (==) No monitor specified for screen "Default Screen Section".
Using a default monitor configuration.
[ 23.023] (==) Automatically adding devices
[ 23.023] (==) Automatically enabling devices
[ 23.023] (==) Automatically adding GPU devices
[ 23.023] (==) Automatically binding GPU devices
[ 23.023] (==) Max clients allowed: 256, resource mask: 0x1fffff
[ 23.023] (WW) The directory "/usr/share/fonts/misc" does not exist.
[ 23.023] Entry deleted from font path.
[ 23.023] (WW) The directory "/usr/share/fonts/TTF" does not exist.
[ 23.023] Entry deleted from font path.
[ 23.023] (WW) The directory "/usr/share/fonts/OTF" does not exist.
[ 23.023] Entry deleted from font path.
[ 23.023] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[ 23.023] Entry deleted from font path.
[ 23.023] (WW) The directory "/usr/share/fonts/100dpi" does not exist.
[ 23.023] Entry deleted from font path.
[ 23.023] (WW) The directory "/usr/share/fonts/75dpi" does not exist.
[ 23.023] Entry deleted from font path.
[ 23.023] (==) FontPath set to:
[ 23.023] (==) ModulePath set to "/usr/lib/xorg/modules"
[ 23.023] (II) The server relies on udev to provide the list of input devices.
If no devices become available, reconfigure udev or disable AutoAddDevices.
[ 23.023] (II) Module ABI versions:
[ 23.023] X.Org ANSI C Emulation: 0.4
[ 23.023] X.Org Video Driver: 24.1
[ 23.023] X.Org XInput driver : 24.1
[ 23.023] X.Org Server Extension : 10.0
[ 23.024] (++) using VT number 1
[ 23.026] (II) systemd-logind: took control of session /org/freedesktop/login1/session/_31
[ 23.027] (II) xfree86: Adding drm device (/dev/dri/card0)
[ 23.027] (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 10 paused 0
[ 23.029] (--) PCI:*(4@0:0:0) 1002:1636:17aa:3813 rev 194, Mem @ 0xfce0000000/268435456, 0xfcf0000000/2097152, 0xd0300000/524288, I/O @ 0x00001000/256
[ 23.029] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[ 23.029] (II) LoadModule: "glx"
[ 23.030] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[ 23.033] (II) Module glx: vendor="X.Org Foundation"
[ 23.033] compiled for 1.20.12, module version = 1.0.0
[ 23.033] ABI class: X.Org Server Extension, version 10.0
[ 23.033] (II) Applying OutputClass "AMDgpu" to /dev/dri/card0
[ 23.033] loading driver: amdgpu
[ 23.033] (==) Matched amdgpu as autoconfigured driver 0
[ 23.033] (==) Matched ati as autoconfigured driver 1
[ 23.033] (==) Matched modesetting as autoconfigured driver 2
[ 23.033] (==) Matched fbdev as autoconfigured driver 3
[ 23.033] (==) Matched vesa as autoconfigured driver 4
[ 23.033] (==) Assigned the driver to the xf86ConfigLayout
[ 23.033] (II) LoadModule: "amdgpu"
[ 23.033] (II) Loading /usr/lib/xorg/modules/drivers/amdgpu_drv.so
[ 23.035] (II) Module amdgpu: vendor="X.Org Foundation"
[ 23.035] compiled for 1.20.8, module version = 19.1.0
[ 23.035] Module class: X.Org Video Driver
[ 23.035] ABI class: X.Org Video Driver, version 24.1
[ 23.035] (II) LoadModule: "ati"
[ 23.035] (II) Loading /usr/lib/xorg/modules/drivers/ati_drv.so
[ 23.035] (II) Module ati: vendor="X.Org Foundation"
[ 23.035] compiled for 1.20.8, module version = 19.1.0
[ 23.035] Module class: X.Org Video Driver
[ 23.035] ABI class: X.Org Video Driver, version 24.1
[ 23.035] (II) LoadModule: "modesetting"
[ 23.035] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[ 23.036] (II) Module modesetting: vendor="X.Org Foundation"
[ 23.036] compiled for 1.20.12, module version = 1.20.12
[ 23.036] Module class: X.Org Video Driver
[ 23.036] ABI class: X.Org Video Driver, version 24.1
[ 23.036] (II) LoadModule: "fbdev"
[ 23.036] (WW) Warning, couldn't open module fbdev
[ 23.036] (EE) Failed to load module "fbdev" (module does not exist, 0)
[ 23.036] (II) LoadModule: "vesa"
[ 23.036] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
[ 23.036] (II) Module vesa: vendor="X.Org Foundation"
[ 23.036] compiled for 1.20.9, module version = 2.5.0
[ 23.036] Module class: X.Org Video Driver
[ 23.036] ABI class: X.Org Video Driver, version 24.1
[ 23.036] (II) AMDGPU: Driver for AMD Radeon:
All GPUs supported by the amdgpu kernel driver
[ 23.036] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[ 23.036] (II) VESA: driver for VESA chipsets: vesa
[ 23.036] xf86EnableIOPorts: failed to set IOPL for I/O (Operation not permitted)
[ 23.039] (WW) Falling back to old probe method for modesetting
[ 23.039] (WW) VGA arbiter: cannot open kernel arbiter, no multi-card support
[ 23.039] (II) AMDGPU(0): Creating default Display subsection in Screen section
"Default Screen Section" for depth/fbbpp 24/32
[ 23.039] (==) AMDGPU(0): Depth 24, (--) framebuffer bpp 32
[ 23.039] (II) AMDGPU(0): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps)
[ 23.039] (==) AMDGPU(0): Default visual is TrueColor
[ 23.039] (==) AMDGPU(0): RGB weight 888
[ 23.039] (II) AMDGPU(0): Using 8 bits per RGB (8 bit DAC)
[ 23.039] (--) AMDGPU(0): Chipset: "Unknown AMD Radeon GPU" (ChipID = 0x1636)
[ 23.039] (II) Loading sub module "fb"
[ 23.039] (II) LoadModule: "fb"
[ 23.039] (II) Loading /usr/lib/xorg/modules/libfb.so
[ 23.040] (II) Module fb: vendor="X.Org Foundation"
[ 23.040] compiled for 1.20.12, module version = 1.0.0
[ 23.040] ABI class: X.Org ANSI C Emulation, version 0.4
[ 23.040] (II) Loading sub module "dri2"
[ 23.040] (II) LoadModule: "dri2"
[ 23.040] (II) Module "dri2" already built-in
[ 23.126] (II) Loading sub module "glamoregl"
[ 23.126] (II) LoadModule: "glamoregl"
[ 23.126] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[ 23.130] (II) Module glamoregl: vendor="X.Org Foundation"
[ 23.130] compiled for 1.20.12, module version = 1.0.1
[ 23.130] ABI class: X.Org ANSI C Emulation, version 0.4
[ 23.142] (II) AMDGPU(0): glamor X acceleration enabled on AMD RENOIR (DRM 3.40.0, 5.10.50-1-lts, LLVM 12.0.0)
[ 23.142] (II) AMDGPU(0): glamor detected, initialising EGL layer.
[ 23.142] (==) AMDGPU(0): TearFree property default: auto
[ 23.142] (==) AMDGPU(0): VariableRefresh: disabled
[ 23.142] (II) AMDGPU(0): KMS Pageflipping: enabled
[ 23.142] (II) AMDGPU(0): Output eDP has no monitor section
[ 23.142] (II) AMDGPU(0): Output HDMI-A-0 has no monitor section
[ 23.158] (II) AMDGPU(0): EDID for output eDP
[ 23.158] (II) AMDGPU(0): Manufacturer: BOE Model: 8d7 Serial#: 0
[ 23.158] (II) AMDGPU(0): Year: 2019 Week: 37
[ 23.158] (II) AMDGPU(0): EDID Version: 1.4
[ 23.158] (II) AMDGPU(0): Digital Display Input
[ 23.158] (II) AMDGPU(0): 8 bits per channel
[ 23.158] (II) AMDGPU(0): Digital interface is DisplayPort
[ 23.158] (II) AMDGPU(0): Max Image Size [cm]: horiz.: 31 vert.: 17
[ 23.158] (II) AMDGPU(0): Gamma: 2.20
[ 23.158] (II) AMDGPU(0): No DPMS capabilities specified
[ 23.158] (II) AMDGPU(0): Supported color encodings: RGB 4:4:4
[ 23.158] (II) AMDGPU(0): First detailed timing is preferred mode
[ 23.158] (II) AMDGPU(0): Preferred mode is native pixel format and refresh rate
[ 23.158] (II) AMDGPU(0): Display is continuous-frequency
[ 23.158] (II) AMDGPU(0): redX: 0.587 redY: 0.364 greenX: 0.335 greenY: 0.573
[ 23.158] (II) AMDGPU(0): blueX: 0.163 blueY: 0.116 whiteX: 0.313 whiteY: 0.329
[ 23.158] (II) AMDGPU(0): Manufacturer's mask: 0
[ 23.158] (II) AMDGPU(0): Supported detailed timing:
[ 23.158] (II) AMDGPU(0): clock: 147.8 MHz Image Size: 309 x 174 mm
[ 23.158] (II) AMDGPU(0): h_active: 1920 h_sync: 1968 h_sync_end 2000 h_blank_end 2200 h_border: 0
[ 23.158] (II) AMDGPU(0): v_active: 1080 v_sync: 1083 v_sync_end 1089 v_blanking: 1120 v_border: 0
[ 23.158] (II) AMDGPU(0): BOE CQ
[ 23.158] (II) AMDGPU(0): NV140FHM-N4V
[ 23.158] (II) AMDGPU(0): EDID (in hex):
[ 23.158] (II) AMDGPU(0): 00ffffffffffff0009e5d70800000000
[ 23.158] (II) AMDGPU(0): 251d0104a51f1178035ff5965d559229
[ 23.158] (II) AMDGPU(0): 1d505400000001010101010101010101
[ 23.158] (II) AMDGPU(0): 010101010101c0398018713828403020
[ 23.158] (II) AMDGPU(0): 360035ae1000001a0000000000000000
[ 23.158] (II) AMDGPU(0): 00000000000000000000000000fe0042
[ 23.158] (II) AMDGPU(0): 4f452043510a202020202020000000fe
[ 23.158] (II) AMDGPU(0): 004e5631343046484d2d4e34560a00d2
[ 23.158] (II) AMDGPU(0): Printing probed modes for output eDP
[ 23.158] (II) AMDGPU(0): Modeline "1920x1080"x60.0 147.84 1920 1968 2000 2200 1080 1083 1089 1120 +hsync -vsync (67.2 kHz eP)
[ 23.158] (II) AMDGPU(0): Modeline "1680x1050"x60.0 147.84 1680 1968 2000 2200 1050 1083 1089 1120 +hsync -vsync (67.2 kHz e)
[ 23.158] (II) AMDGPU(0): Modeline "1280x1024"x60.0 147.84 1280 1968 2000 2200 1024 1083 1089 1120 +hsync -vsync (67.2 kHz e)
[ 23.158] (II) AMDGPU(0): Modeline "1440x900"x60.0 147.84 1440 1968 2000 2200 900 1083 1089 1120 +hsync -vsync (67.2 kHz e)
[ 23.158] (II) AMDGPU(0): Modeline "1280x800"x60.0 147.84 1280 1968 2000 2200 800 1083 1089 1120 +hsync -vsync (67.2 kHz e)
[ 23.158] (II) AMDGPU(0): Modeline "1280x720"x60.0 147.84 1280 1968 2000 2200 720 1083 1089 1120 +hsync -vsync (67.2 kHz e)
[ 23.158] (II) AMDGPU(0): Modeline "1024x768"x60.0 147.84 1024 1968 2000 2200 768 1083 1089 1120 +hsync -vsync (67.2 kHz e)
[ 23.158] (II) AMDGPU(0): Modeline "800x600"x60.0 147.84 800 1968 2000 2200 600 1083 1089 1120 +hsync -vsync (67.2 kHz e)
[ 23.158] (II) AMDGPU(0): Modeline "640x480"x60.0 147.84 640 1968 2000 2200 480 1083 1089 1120 +hsync -vsync (67.2 kHz e)
[ 23.158] (II) AMDGPU(0): EDID for output HDMI-A-0
[ 23.158] (II) AMDGPU(0): EDID for output DisplayPort-0
[ 23.158] (II) AMDGPU(0): Output eDP connected
[ 23.158] (II) AMDGPU(0): Output HDMI-A-0 disconnected
[ 23.158] (II) AMDGPU(0): Output DisplayPort-0 disconnected
[ 23.158] (II) AMDGPU(0): Using exact sizes for initial modes
[ 23.158] (II) AMDGPU(0): Output eDP using initial mode 1920x1080 +0+0
[ 23.158] (II) AMDGPU(0): mem size init: gart size :bf69e000 vram size: s:1e2ec000 visible:1e2ec000
[ 23.158] (==) AMDGPU(0): DPI set to (96, 96)
[ 23.158] (==) AMDGPU(0): Using gamma correction (1.0, 1.0, 1.0)
[ 23.158] (II) Loading sub module "ramdac"
[ 23.158] (II) LoadModule: "ramdac"
[ 23.158] (II) Module "ramdac" already built-in
[ 23.158] (II) UnloadModule: "modesetting"
[ 23.158] (II) Unloading modesetting
[ 23.158] (II) UnloadModule: "vesa"
[ 23.158] (II) Unloading vesa
[ 23.158] (II) AMDGPU(0): [DRI2] Setup complete
[ 23.158] (II) AMDGPU(0): [DRI2] DRI driver: radeonsi
[ 23.158] (II) AMDGPU(0): [DRI2] VDPAU driver: radeonsi
[ 23.187] (II) AMDGPU(0): Front buffer pitch: 7680 bytes
[ 23.187] (II) AMDGPU(0): SYNC extension fences enabled
[ 23.187] (II) AMDGPU(0): Present extension enabled
[ 23.188] (==) AMDGPU(0): DRI3 enabled
[ 23.188] (==) AMDGPU(0): Backing store enabled
[ 23.188] (II) AMDGPU(0): Direct rendering enabled
[ 23.195] (II) AMDGPU(0): Use GLAMOR acceleration.
[ 23.195] (II) AMDGPU(0): Acceleration enabled
[ 23.195] (==) AMDGPU(0): DPMS enabled
[ 23.195] (==) AMDGPU(0): Silken mouse disabled
[ 23.195] (II) AMDGPU(0): Set up textured video (glamor)
[ 23.208] (II) Initializing extension Generic Event Extension
[ 23.208] (II) Initializing extension SHAPE
[ 23.208] (II) Initializing extension MIT-SHM
[ 23.208] (II) Initializing extension XInputExtension
[ 23.208] (II) Initializing extension XTEST
[ 23.208] (II) Initializing extension BIG-REQUESTS
[ 23.208] (II) Initializing extension SYNC
[ 23.208] (II) Initializing extension XKEYBOARD
[ 23.208] (II) Initializing extension XC-MISC
[ 23.208] (II) Initializing extension SECURITY
[ 23.208] (II) Initializing extension XFIXES
[ 23.208] (II) Initializing extension RENDER
[ 23.208] (II) Initializing extension RANDR
[ 23.208] (II) Initializing extension COMPOSITE
[ 23.209] (II) Initializing extension DAMAGE
[ 23.209] (II) Initializing extension MIT-SCREEN-SAVER
[ 23.209] (II) Initializing extension DOUBLE-BUFFER
[ 23.209] (II) Initializing extension RECORD
[ 23.209] (II) Initializing extension DPMS
[ 23.209] (II) Initializing extension Present
[ 23.209] (II) Initializing extension DRI3
[ 23.209] (II) Initializing extension X-Resource
[ 23.209] (II) Initializing extension XVideo
[ 23.209] (II) Initializing extension XVideo-MotionCompensation
[ 23.209] (II) Initializing extension GLX
[ 23.212] (II) AIGLX: Loaded and initialized radeonsi
[ 23.212] (II) GLX: Initialized DRI2 GL provider for screen 0
[ 23.212] (II) Initializing extension XFree86-VidModeExtension
[ 23.212] (II) Initializing extension XFree86-DGA
[ 23.212] (II) Initializing extension XFree86-DRI
[ 23.212] (II) Initializing extension DRI2
[ 23.213] (II) AMDGPU(0): Setting screen physical size to 508 x 285
[ 23.283] (II) config/udev: Adding input device Video Bus (/dev/input/event3)
[ 23.284] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[ 23.284] (II) LoadModule: "libinput"
[ 23.284] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[ 23.285] (II) Module libinput: vendor="X.Org Foundation"
[ 23.285] compiled for 1.20.11, module version = 1.1.0
[ 23.285] Module class: X.Org XInput Driver
[ 23.285] ABI class: X.Org XInput driver, version 24.1
[ 23.285] (II) Using input driver 'libinput' for 'Video Bus'
[ 23.286] (II) systemd-logind: got fd for /dev/input/event3 13:67 fd 19 paused 0
[ 23.287] (**) Video Bus: always reports core events
[ 23.287] (**) Option "Device" "/dev/input/event3"
[ 23.287] (**) Option "_source" "server/udev"
[ 23.290] (II) event3 - Video Bus: is tagged by udev as: Keyboard
[ 23.290] (II) event3 - Video Bus: device is a keyboard
[ 23.290] (II) event3 - Video Bus: device removed
[ 23.290] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:0d/LNXVIDEO:00/input/input3/event3"
[ 23.290] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 6)
[ 23.291] (II) event3 - Video Bus: is tagged by udev as: Keyboard
[ 23.291] (II) event3 - Video Bus: device is a keyboard
[ 23.290] (II) event3 - Video Bus: device removed
[ 23.290] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:0d/LNXVIDEO:00/inpu
t/input3/event3"
[ 23.290] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 6)
[ 23.291] (II) event3 - Video Bus: is tagged by udev as: Keyboard
[ 23.291] (II) event3 - Video Bus: device is a keyboard
[ 23.291] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[ 23.291] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[ 23.291] (II) Using input driver 'libinput' for 'Power Button'
[ 23.292] (II) systemd-logind: got fd for /dev/input/event1 13:65 fd 22 paused 0
[ 23.292] (**) Power Button: always reports core events
[ 23.292] (**) Option "Device" "/dev/input/event1"
[ 23.292] (**) Option "_source" "server/udev"
[ 23.293] (II) event1 - Power Button: is tagged by udev as: Keyboard
[ 23.293] (II) event1 - Power Button: device is a keyboard
[ 23.293] (II) event1 - Power Button: device removed
[ 23.293] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1/event1"
[ 23.293] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 7)
[ 23.293] (II) event1 - Power Button: is tagged by udev as: Keyboard
[ 23.293] (II) event1 - Power Button: device is a keyboard
[ 23.294] (II) config/udev: Adding input device Lid Switch (/dev/input/event0)
[ 23.294] (II) No input driver specified, ignoring this device.
[ 23.294] (II) This device may have been added with another device file.
[ 23.294] (II) config/udev: Adding input device HD-Audio Generic HDMI/DP,pcm=3 (/dev/input/event7)
[ 23.294] (II) No input driver specified, ignoring this device.
[ 23.294] (II) This device may have been added with another device file.
[ 23.294] (II) config/udev: Adding input device HD-Audio Generic HDMI/DP,pcm=7 (/dev/input/event8)
[ 23.294] (II) No input driver specified, ignoring this device.
[ 23.294] (II) This device may have been added with another device file.
[ 23.294] (II) config/udev: Adding input device Integrated Camera: Integrated C (/dev/input/event12)
[ 23.294] (**) Integrated Camera: Integrated C: Applying InputClass "libinput keyboard catchall"
[ 23.295] (II) Using input driver 'libinput' for 'Integrated Camera: Integrated C'
[ 23.295] (II) systemd-logind: got fd for /dev/input/event12 13:76 fd 23 paused 0
[ 23.295] (**) Integrated Camera: Integrated C: always reports core events
[ 23.296] (**) Option "Device" "/dev/input/event12"
[ 23.296] (**) Option "_source" "server/udev"
[ 23.296] (II) event12 - Integrated Camera: Integrated C: is tagged by udev as: Keyboard
[ 23.296] (II) event12 - Integrated Camera: Integrated C: device is a keyboard
[ 23.296] (II) event12 - Integrated Camera: Integrated C: device removed
[ 23.296] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:08.1/0000:04:00.3/usb1/1-3/1-3:1.0/input/input16/event12"
[ 23.296] (II) XINPUT: Adding extended input device "Integrated Camera: Integrated C" (type: KEYBOARD, id 8)
[ 23.297] (II) event12 - Integrated Camera: Integrated C: is tagged by udev as: Keyboard
[ 23.297] (II) event12 - Integrated Camera: Integrated C: device is a keyboard
[ 23.297] (II) config/udev: Adding input device HD-Audio Generic Mic (/dev/input/event10)
[ 23.297] (II) No input driver specified, ignoring this device.
[ 23.297] (II) This device may have been added with another device file.
[ 23.298] (II) config/udev: Adding input device HD-Audio Generic Headphone (/dev/input/event11)
[ 23.298] (II) No input driver specified, ignoring this device.
[ 23.298] (II) This device may have been added with another device file.
[ 23.298] (II) config/udev: Adding input device Ideapad extra buttons (/dev/input/event9)
[ 23.298] (**) Ideapad extra buttons: Applying InputClass "libinput keyboard catchall"
[ 23.298] (II) Using input driver 'libinput' for 'Ideapad extra buttons'
[ 23.299] (II) systemd-logind: got fd for /dev/input/event9 13:73 fd 24 paused 0
[ 23.299] (**) Ideapad extra buttons: always reports core events
[ 23.299] (**) Option "Device" "/dev/input/event9"
[ 23.299] (**) Option "_source" "server/udev"
[ 23.299] (II) event9 - Ideapad extra buttons: is tagged by udev as: Keyboard
[ 23.299] (II) event9 - Ideapad extra buttons: device is a keyboard
[ 23.299] (II) event9 - Ideapad extra buttons: device removed
[ 23.299] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.3/PNP0C09:00/VPC2004:00/input/input10/event9"
[ 23.299] (II) XINPUT: Adding extended input device "Ideapad extra buttons" (type: KEYBOARD, id 9)
[ 23.300] (II) event9 - Ideapad extra buttons: is tagged by udev as: Keyboard
[ 23.300] (II) event9 - Ideapad extra buttons: device is a keyboard
[ 23.300] (II) config/udev: Adding input device MSFT0002:00 04F3:317F Mouse (/dev/input/event4)
[ 23.300] (**) MSFT0002:00 04F3:317F Mouse: Applying InputClass "libinput pointer catchall"
[ 23.300] (II) Using input driver 'libinput' for 'MSFT0002:00 04F3:317F Mouse'
[ 23.301] (II) systemd-logind: got fd for /dev/input/event4 13:68 fd 25 paused 0
[ 23.301] (**) MSFT0002:00 04F3:317F Mouse: always reports core events
[ 23.301] (**) Option "Device" "/dev/input/event4"
[ 23.301] (**) Option "_source" "server/udev"
[ 23.301] (II) event4 - MSFT0002:00 04F3:317F Mouse: is tagged by udev as: Mouse Pointingstick
[ 23.302] (II) event4 - MSFT0002:00 04F3:317F Mouse: device is a pointer
[ 23.302] (II) event4 - MSFT0002:00 04F3:317F Mouse: device removed
[ 23.302] (**) Option "config_info" "udev:/sys/devices/platform/AMDI0010:00/i2c-0/i2c-MSFT0002:00/0018:04F3:317F.0001/input/input13/event4"
[ 23.302] (II) XINPUT: Adding extended input device "MSFT0002:00 04F3:317F Mouse" (type: MOUSE, id 10)
[ 23.302] (**) Option "AccelerationScheme" "none"
[ 23.302] (**) MSFT0002:00 04F3:317F Mouse: (accel) selected scheme none/0
[ 23.302] (**) MSFT0002:00 04F3:317F Mouse: (accel) acceleration factor: 2.000
[ 23.302] (**) MSFT0002:00 04F3:317F Mouse: (accel) acceleration threshold: 4
[ 23.302] (II) event4 - MSFT0002:00 04F3:317F Mouse: is tagged by udev as: Mouse Pointingstick
[ 23.303] (II) event4 - MSFT0002:00 04F3:317F Mouse: device is a pointer
[ 23.303] (II) config/udev: Adding input device MSFT0002:00 04F3:317F Mouse (/dev/input/mouse0)
[ 23.303] (II) No input driver specified, ignoring this device.
[ 23.303] (II) This device may have been added with another device file.
[ 23.303] (II) config/udev: Adding input device MSFT0002:00 04F3:317F Touchpad (/dev/input/event5)
[ 23.303] (**) MSFT0002:00 04F3:317F Touchpad: Applying InputClass "libinput touchpad catchall"
[ 23.303] (II) Using input driver 'libinput' for 'MSFT0002:00 04F3:317F Touchpad'
[ 23.304] (II) systemd-logind: got fd for /dev/input/event5 13:69 fd 26 paused 0
[ 23.304] (**) MSFT0002:00 04F3:317F Touchpad: always reports core events
[ 23.304] (**) Option "Device" "/dev/input/event5"
[ 23.304] (**) Option "_source" "server/udev"
[ 23.305] (II) event5 - MSFT0002:00 04F3:317F Touchpad: is tagged by udev as: Touchpad
[ 23.306] (II) event5 - MSFT0002:00 04F3:317F Touchpad: device is a touchpad
[ 23.306] (II) event5 - MSFT0002:00 04F3:317F Touchpad: device removed
[ 23.306] (**) Option "config_info" "udev:/sys/devices/platform/AMDI0010:00/i2c-0/i2c-MSFT0002:00/0018:04F3:317F.0001/input/input15/event5"
[ 23.306] (II) XINPUT: Adding extended input device "MSFT0002:00 04F3:317F Touchpad" (type: TOUCHPAD, id 11)
[ 23.307] (**) Option "AccelerationScheme" "none"
[ 23.307] (**) MSFT0002:00 04F3:317F Touchpad: (accel) selected scheme none/0
[ 23.307] (**) MSFT0002:00 04F3:317F Touchpad: (accel) acceleration factor: 2.000
[ 23.307] (**) MSFT0002:00 04F3:317F Touchpad: (accel) acceleration threshold: 4
[ 23.307] (II) event5 - MSFT0002:00 04F3:317F Touchpad: is tagged by udev as: Touchpad
[ 23.308] (II) event5 - MSFT0002:00 04F3:317F Touchpad: device is a touchpad
[ 23.308] (II) config/udev: Adding input device MSFT0002:00 04F3:317F Touchpad (/dev/input/mouse1)
[ 23.308] (II) No input driver specified, ignoring this device.
[ 23.308] (II) This device may have been added with another device file.
[ 23.308] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event2)
[ 23.308] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
[ 23.309] (II) Using input driver 'libinput' for 'AT Translated Set 2 keyboard'
[ 23.310] (II) systemd-logind: got fd for /dev/input/event2 13:66 fd 27 paused 0
[ 23.310] (**) AT Translated Set 2 keyboard: always reports core events
[ 23.310] (**) Option "Device" "/dev/input/event2"
[ 23.310] (**) Option "_source" "server/udev"
[ 23.310] (II) event2 - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[ 23.310] (II) event2 - AT Translated Set 2 keyboard: device is a keyboard
[ 23.311] (II) event2 - AT Translated Set 2 keyboard: device removed
[ 23.311] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input2/event2"
[ 23.311] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 12)
[ 23.311] (II) event2 - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[ 23.311] (II) event2 - AT Translated Set 2 keyboard: device is a keyboard
[ 23.312] (II) config/udev: Adding input device PC Speaker (/dev/input/event6)
[ 23.312] (II) No input driver specified, ignoring this device.
[ 23.312] (II) This device may have been added with another device file.
[ 23.484] (**) Option "fd" "19"
[ 23.484] (II) event3 - Video Bus: device removed
[ 23.484] (**) Option "fd" "22"
[ 23.484] (II) event1 - Power Button: device removed
[ 23.484] (**) Option "fd" "23"
[ 23.484] (II) event12 - Integrated Camera: Integrated C: device removed
[ 23.484] (**) Option "fd" "24"
[ 23.484] (II) event9 - Ideapad extra buttons: device removed
[ 23.484] (**) Option "fd" "25"
[ 23.484] (II) event4 - MSFT0002:00 04F3:317F Mouse: device removed
[ 23.484] (**) Option "fd" "26"
[ 23.484] (II) event5 - MSFT0002:00 04F3:317F Touchpad: device removed
[ 23.484] (**) Option "fd" "27"
[ 23.484] (II) event2 - AT Translated Set 2 keyboard: device removed
[ 23.484] (II) UnloadModule: "libinput"
[ 23.484] (II) systemd-logind: releasing fd for 13:66
[ 23.485] (II) UnloadModule: "libinput"
[ 23.485] (II) systemd-logind: releasing fd for 13:69
[ 23.485] (II) UnloadModule: "libinput"
[ 23.485] (II) systemd-logind: releasing fd for 13:68
[ 23.485] (II) UnloadModule: "libinput"
[ 23.485] (II) systemd-logind: releasing fd for 13:73
[ 23.486] (II) UnloadModule: "libinput"
[ 23.486] (II) systemd-logind: releasing fd for 13:76
[ 23.486] (II) UnloadModule: "libinput"
[ 23.486] (II) systemd-logind: releasing fd for 13:65
[ 23.486] (II) UnloadModule: "libinput"
[ 23.486] (II) systemd-logind: releasing fd for 13:67
[ 23.493] (II) Server terminated successfully (0). Closing log file.Please let me know if more information about my system is needed.
Edit: I just installed several font packages and startx worked! If everything is OK after I briefly test the system I will mark this as solved.
Last edited by rafaleo (2021-07-17 09:47:40)
Offline
Installing several font packages solved the issue.
Offline