Skip to main content
Topic solved
This topic has been marked as solved and requires no further attention.
Topic: Xorg starts but with no sound (Read 334 times) previous topic - next topic
0 Members and 2 Guests are viewing this topic.

Xorg starts but with no sound

As in topic I can start Xorg (using startx in .zprofile) but no sound cards are recognised.
Here is xinitrc file
Code: [Select]
#!/bin/sh

# start some nice programs
userresources=$XDG_CONFIG_HOME/x11/xresources

#if [ -f "$userresources" ]; then
# xrdb -merge "$userresources"
#fi

XDG_CONFIG_HOME=${XDG_CONFIG_HOME:-$HOME/.config}

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

if [[ -f "$XDG_CONFIG_HOME/x11/xprofile" ]]; then
. "$XDG_CONFIG_HOME/x11/xprofile"
else
. "$HOME/.xprofile"
fi

exec dwm
xprofile file
Code: [Select]
#!/bin/sh

autostart="picom wireplumber pipewire pipewire-pulse pipewire-alsa pipewire-jack redshift flameshot keyboard-set system-stuff"

for program in $autostart; do
    pidof -s "$program" || setsid -f "$program"
done >/dev/null 2>&1

[ -n "$xrdbpid" ] && wait "$xrdbpid"

and Xorg.0.log
Code: [Select]
[    15.658] 
X.Org X Server 1.21.1.4
X Protocol Version 11, Revision 0
[    15.658] Current Operating System: Linux artix-h3xo 5.15.68-1-lts #1 SMP Thu, 15 Sep 2022 11:43:48 +0000 x86_64
[    15.658] Kernel command line: BOOT_IMAGE=/vmlinuz-linux-lts root=UUID=a026e5e3-97e7-4870-bc9e-f5633cd32919 rw rootflags=subvol=@ loglevel=3 quiet cryptdevice=UUID=1fa631c7-71ee-475c-89be-92ccc14090d2:crypt root=UUID=a026e5e3-97e7-4870-bc9e-f5633cd32919 rootflags=subvol=@ rw resume=UUID=4831da35-4c10-4f89-9445-18be5bb97bf4
[    15.658] 
[    15.658] Current version of pixman: 0.40.0
[    15.659] Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[    15.659] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    15.659] (==) Log file: "/home/h3xo/.local/share/xorg/Xorg.0.log", Time: Thu Sep 22 18:04:16 2022
[    15.660] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[    15.660] (==) No Layout section.  Using the first Screen section.
[    15.660] (==) No screen section available. Using defaults.
[    15.660] (**) |-->Screen "Default Screen Section" (0)
[    15.660] (**) |   |-->Monitor "<default monitor>"
[    15.660] (==) No monitor specified for screen "Default Screen Section".
Using a default monitor configuration.
[    15.660] (==) Automatically adding devices
[    15.660] (==) Automatically enabling devices
[    15.660] (==) Automatically adding GPU devices
[    15.660] (==) Automatically binding GPU devices
[    15.660] (==) Max clients allowed: 256, resource mask: 0x1fffff
[    15.663] (==) 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
[    15.663] (==) ModulePath set to "/usr/lib/xorg/modules"
[    15.663] (II) The server relies on udev to provide the list of input devices.
If no devices become available, reconfigure udev or disable AutoAddDevices.
[    15.663] (II) Module ABI versions:
[    15.663] X.Org ANSI C Emulation: 0.4
[    15.663] X.Org Video Driver: 25.2
[    15.663] X.Org XInput driver : 24.4
[    15.663] X.Org Server Extension : 10.0
[    15.664] (++) using VT number 1

[    15.665] (II) systemd-logind: took control of session /org/freedesktop/login1/session/_31
[    15.666] (II) xfree86: Adding drm device (/dev/dri/card0)
[    15.666] (II) Platform probe for /sys/devices/pci0000:00/0000:00:02.0/drm/card0
[    15.666] (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 13 paused 0
[    15.668] (--) PCI:*(0@0:2:0) 8086:1916:1028:06dc rev 7, Mem @ 0xe0000000/16777216, 0xd0000000/268435456, I/O @ 0x0000f000/64, BIOS @ 0x????????/131072
[    15.668] (II) Open ACPI successful (/var/run/acpid.socket)
[    15.668] (II) LoadModule: "glx"
[    15.669] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[    15.675] (II) Module glx: vendor="X.Org Foundation"
[    15.675] compiled for 1.21.1.4, module version = 1.0.0
[    15.675] ABI class: X.Org Server Extension, version 10.0
[    15.675] (==) Matched intel as autoconfigured driver 0
[    15.675] (==) Matched modesetting as autoconfigured driver 1
[    15.675] (==) Matched fbdev as autoconfigured driver 2
[    15.675] (==) Matched vesa as autoconfigured driver 3
[    15.675] (==) Assigned the driver to the xf86ConfigLayout
[    15.675] (II) LoadModule: "intel"
[    15.675] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
[    15.680] (II) Module intel: vendor="X.Org Foundation"
[    15.680] compiled for 1.21.1.1, module version = 2.99.917
[    15.680] Module class: X.Org Video Driver
[    15.680] ABI class: X.Org Video Driver, version 25.2
[    15.680] (II) LoadModule: "modesetting"
[    15.680] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[    15.682] (II) Module modesetting: vendor="X.Org Foundation"
[    15.682] compiled for 1.21.1.4, module version = 1.21.1
[    15.682] Module class: X.Org Video Driver
[    15.682] ABI class: X.Org Video Driver, version 25.2
[    15.682] (II) LoadModule: "fbdev"
[    15.682] (WW) Warning, couldn't open module fbdev
[    15.682] (EE) Failed to load module "fbdev" (module does not exist, 0)
[    15.682] (II) LoadModule: "vesa"
[    15.682] (WW) Warning, couldn't open module vesa
[    15.682] (EE) Failed to load module "vesa" (module does not exist, 0)
[    15.682] (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
[    15.683] (II) intel: Driver for Intel(R) HD Graphics
[    15.683] (II) intel: Driver for Intel(R) Iris(TM) Graphics
[    15.683] (II) intel: Driver for Intel(R) Iris(TM) Pro Graphics
[    15.683] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[    15.683] xf86EnableIO: failed to enable I/O ports 0000-03ff (Operation not permitted)
[    15.683] (II) intel(0): Using Kernel Mode Setting driver: i915, version 1.6.0 20201103
[    15.683] (II) intel(0): SNA compiled from 2.99.917-916-g31486f40
[    15.708] (WW) Falling back to old probe method for modesetting
[    15.709] (WW) VGA arbiter: cannot open kernel arbiter, no multi-card support
[    15.709] (--) intel(0): Integrated Graphics Chipset: Intel(R) HD Graphics 520
[    15.709] (--) intel(0): CPU: x86-64, sse2, sse3, ssse3, sse4.1, sse4.2, avx, avx2; using a maximum of 2 threads
[    15.709] (II) intel(0): Creating default Display subsection in Screen section
"Default Screen Section" for depth/fbbpp 24/32
[    15.709] (==) intel(0): Depth 24, (--) framebuffer bpp 32
[    15.709] (==) intel(0): RGB weight 888
[    15.709] (==) intel(0): Default visual is TrueColor
[    15.710] (II) intel(0): Output eDP1 has no monitor section
[    15.710] (**) intel(0): Found backlight control interface intel_backlight (type 'raw') for output eDP1
[    15.710] (II) intel(0): Enabled output eDP1
[    15.710] (II) intel(0): Output HDMI1 has no monitor section
[    15.710] (II) intel(0): Enabled output HDMI1
[    15.710] (II) intel(0): Output DP1 has no monitor section
[    15.711] (II) intel(0): Enabled output DP1
[    15.711] (II) intel(0): Output HDMI2 has no monitor section
[    15.711] (II) intel(0): Enabled output HDMI2
[    15.711] (--) intel(0): Using a maximum size of 256x256 for hardware cursors
[    15.711] (II) intel(0): Output VIRTUAL1 has no monitor section
[    15.711] (II) intel(0): Enabled output VIRTUAL1
[    15.711] (--) intel(0): Output eDP1 using initial mode 1920x1080 on pipe 0
[    15.711] (==) intel(0): TearFree enabled
[    15.711] (==) intel(0): Using gamma correction (1.0, 1.0, 1.0)
[    15.711] (==) intel(0): DPI set to (96, 96)
[    15.711] (II) Loading sub module "dri3"
[    15.711] (II) LoadModule: "dri3"
[    15.711] (II) Module "dri3" already built-in
[    15.711] (II) Loading sub module "dri2"
[    15.711] (II) LoadModule: "dri2"
[    15.711] (II) Module "dri2" already built-in
[    15.711] (II) Loading sub module "present"
[    15.711] (II) LoadModule: "present"
[    15.711] (II) Module "present" already built-in
[    15.712] (II) UnloadModule: "modesetting"
[    15.712] (II) Unloading modesetting
[    15.713] (II) intel(0): SNA initialized with Skylake (gen9) backend
[    15.713] (==) intel(0): Backing store enabled
[    15.713] (==) intel(0): Silken mouse enabled
[    15.713] (II) intel(0): HW Cursor enabled
[    15.713] (==) intel(0): DPMS enabled
[    15.713] (==) intel(0): Display hotplug detection enabled
[    15.713] (II) intel(0): [DRI2] Setup complete
[    15.713] (II) intel(0): [DRI2]   DRI driver: i965
[    15.713] (II) intel(0): [DRI2]   VDPAU driver: va_gl
[    15.713] (II) intel(0): direct rendering: DRI2 DRI3 enabled
[    15.713] (II) intel(0): hardware support for Present enabled
[    15.713] (II) Initializing extension Generic Event Extension
[    15.713] (II) Initializing extension SHAPE
[    15.713] (II) Initializing extension MIT-SHM
[    15.714] (II) Initializing extension XInputExtension
[    15.714] (II) Initializing extension XTEST
[    15.714] (II) Initializing extension BIG-REQUESTS
[    15.714] (II) Initializing extension SYNC
[    15.714] (II) Initializing extension XKEYBOARD
[    15.714] (II) Initializing extension XC-MISC
[    15.714] (II) Initializing extension SECURITY
[    15.715] (II) Initializing extension XFIXES
[    15.715] (II) Initializing extension RENDER
[    15.715] (II) Initializing extension RANDR
[    15.715] (II) Initializing extension COMPOSITE
[    15.715] (II) Initializing extension DAMAGE
[    15.715] (II) Initializing extension MIT-SCREEN-SAVER
[    15.715] (II) Initializing extension DOUBLE-BUFFER
[    15.715] (II) Initializing extension RECORD
[    15.716] (II) Initializing extension DPMS
[    15.716] (II) Initializing extension Present
[    15.716] (II) Initializing extension DRI3
[    15.716] (II) Initializing extension X-Resource
[    15.716] (II) Initializing extension XVideo
[    15.716] (II) Initializing extension XVideo-MotionCompensation
[    15.716] (II) Initializing extension GLX
[    15.717] (EE) AIGLX error: dlopen of /usr/lib/dri/i965_dri.so failed (/usr/lib/dri/i965_dri.so: cannot open shared object file: No such file or directory)
[    15.717] (EE) AIGLX error: unable to load driver i965
[    15.969] (II) IGLX: Loaded and initialized swrast
[    15.969] (II) GLX: Initialized DRISWRAST GL provider for screen 0
[    15.969] (II) Initializing extension XFree86-VidModeExtension
[    15.969] (II) Initializing extension XFree86-DGA
[    15.969] (II) Initializing extension XFree86-DRI
[    15.969] (II) Initializing extension DRI2
[    15.971] (II) intel(0): switch to mode [email protected] on eDP1 using pipe 0, position (0, 0), rotation normal, reflection none
[    15.994] (II) intel(0): Setting screen physical size to 508 x 285
[    16.069] (II) config/udev: Adding input device Power Button (/dev/input/event3)
[    16.069] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[    16.069] (II) LoadModule: "libinput"
[    16.070] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[    16.073] (II) Module libinput: vendor="X.Org Foundation"
[    16.073] compiled for 1.21.1.3, module version = 1.2.1
[    16.073] Module class: X.Org XInput Driver
[    16.073] ABI class: X.Org XInput driver, version 24.4
[    16.073] (II) Using input driver 'libinput' for 'Power Button'
[    16.074] (II) systemd-logind: got fd for /dev/input/event3 13:67 fd 25 paused 0
[    16.074] (**) Power Button: always reports core events
[    16.074] (**) Option "Device" "/dev/input/event3"
[    16.077] (II) event3  - Power Button: is tagged by udev as: Keyboard
[    16.077] (II) event3  - Power Button: device is a keyboard
[    16.077] (II) event3  - Power Button: device removed
[    16.077] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input3/event3"
[    16.077] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[    16.078] (II) event3  - Power Button: is tagged by udev as: Keyboard
[    16.078] (II) event3  - Power Button: device is a keyboard
[    16.078] (II) config/udev: Adding input device Video Bus (/dev/input/event8)
[    16.078] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[    16.078] (II) Using input driver 'libinput' for 'Video Bus'
[    16.079] (II) systemd-logind: got fd for /dev/input/event8 13:72 fd 28 paused 0
[    16.079] (**) Video Bus: always reports core events
[    16.079] (**) Option "Device" "/dev/input/event8"
[    16.080] (II) event8  - Video Bus: is tagged by udev as: Keyboard
[    16.080] (II) event8  - Video Bus: device is a keyboard
[    16.080] (II) event8  - Video Bus: device removed
[    16.080] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input10/event8"
[    16.080] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[    16.081] (II) event8  - Video Bus: is tagged by udev as: Keyboard
[    16.081] (II) event8  - Video Bus: device is a keyboard
[    16.081] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[    16.081] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[    16.081] (II) Using input driver 'libinput' for 'Power Button'
[    16.082] (II) systemd-logind: got fd for /dev/input/event1 13:65 fd 29 paused 0
[    16.082] (**) Power Button: always reports core events
[    16.082] (**) Option "Device" "/dev/input/event1"
[    16.083] (II) event1  - Power Button: is tagged by udev as: Keyboard
[    16.083] (II) event1  - Power Button: device is a keyboard
[    16.083] (II) event1  - Power Button: device removed
[    16.083] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1/event1"
[    16.083] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 8)
[    16.084] (II) event1  - Power Button: is tagged by udev as: Keyboard
[    16.084] (II) event1  - Power Button: device is a keyboard
[    16.084] (II) config/udev: Adding input device Lid Switch (/dev/input/event0)
[    16.084] (II) No input driver specified, ignoring this device.
[    16.084] (II) This device may have been added with another device file.
[    16.085] (II) config/udev: Adding input device Sleep Button (/dev/input/event2)
[    16.085] (**) Sleep Button: Applying InputClass "libinput keyboard catchall"
[    16.085] (II) Using input driver 'libinput' for 'Sleep Button'
[    16.085] (II) systemd-logind: got fd for /dev/input/event2 13:66 fd 30 paused 0
[    16.085] (**) Sleep Button: always reports core events
[    16.085] (**) Option "Device" "/dev/input/event2"
[    16.086] (II) event2  - Sleep Button: is tagged by udev as: Keyboard
[    16.086] (II) event2  - Sleep Button: device is a keyboard
[    16.086] (II) event2  - Sleep Button: device removed
[    16.086] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input2/event2"
[    16.086] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 9)
[    16.087] (II) event2  - Sleep Button: is tagged by udev as: Keyboard
[    16.087] (II) event2  - Sleep Button: device is a keyboard
[    16.088] (II) config/udev: Adding input device Integrated_Webcam_HD: Integrate (/dev/input/event7)
[    16.088] (**) Integrated_Webcam_HD: Integrate: Applying InputClass "libinput keyboard catchall"
[    16.088] (II) Using input driver 'libinput' for 'Integrated_Webcam_HD: Integrate'
[    16.089] (II) systemd-logind: got fd for /dev/input/event7 13:71 fd 31 paused 0
[    16.089] (**) Integrated_Webcam_HD: Integrate: always reports core events
[    16.089] (**) Option "Device" "/dev/input/event7"
[    16.090] (II) event7  - Integrated_Webcam_HD: Integrate: is tagged by udev as: Keyboard
[    16.090] (II) event7  - Integrated_Webcam_HD: Integrate: device is a keyboard
[    16.090] (II) event7  - Integrated_Webcam_HD: Integrate: device removed
[    16.090] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-2/1-2:1.0/input/input9/event7"
[    16.090] (II) XINPUT: Adding extended input device "Integrated_Webcam_HD: Integrate" (type: KEYBOARD, id 10)
[    16.091] (II) event7  - Integrated_Webcam_HD: Integrate: is tagged by udev as: Keyboard
[    16.091] (II) event7  - Integrated_Webcam_HD: Integrate: device is a keyboard
[    16.092] (II) config/udev: Adding input device HDA Intel PCH Dock Mic (/dev/input/event12)
[    16.092] (II) No input driver specified, ignoring this device.
[    16.092] (II) This device may have been added with another device file.
[    16.092] (II) config/udev: Adding input device HDA Intel PCH Headphone Mic (/dev/input/event13)
[    16.092] (II) No input driver specified, ignoring this device.
[    16.092] (II) This device may have been added with another device file.
[    16.093] (II) config/udev: Adding input device HDA Intel PCH Dock Line Out (/dev/input/event14)
[    16.093] (II) No input driver specified, ignoring this device.
[    16.093] (II) This device may have been added with another device file.
[    16.093] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=3 (/dev/input/event15)
[    16.093] (II) No input driver specified, ignoring this device.
[    16.093] (II) This device may have been added with another device file.
[    16.093] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=7 (/dev/input/event16)
[    16.093] (II) No input driver specified, ignoring this device.
[    16.093] (II) This device may have been added with another device file.
[    16.094] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=8 (/dev/input/event17)
[    16.094] (II) No input driver specified, ignoring this device.
[    16.094] (II) This device may have been added with another device file.
[    16.094] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=9 (/dev/input/event18)
[    16.094] (II) No input driver specified, ignoring this device.
[    16.094] (II) This device may have been added with another device file.
[    16.094] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=10 (/dev/input/event19)
[    16.094] (II) No input driver specified, ignoring this device.
[    16.094] (II) This device may have been added with another device file.
[    16.095] (II) config/udev: Adding input device Dell WMI hotkeys (/dev/input/event9)
[    16.095] (**) Dell WMI hotkeys: Applying InputClass "libinput keyboard catchall"
[    16.095] (II) Using input driver 'libinput' for 'Dell WMI hotkeys'
[    16.096] (II) systemd-logind: got fd for /dev/input/event9 13:73 fd 32 paused 0
[    16.096] (**) Dell WMI hotkeys: always reports core events
[    16.096] (**) Option "Device" "/dev/input/event9"
[    16.097] (II) event9  - Dell WMI hotkeys: is tagged by udev as: Keyboard
[    16.097] (II) event9  - Dell WMI hotkeys: device is a keyboard
[    16.097] (II) event9  - Dell WMI hotkeys: device removed
[    16.097] (**) Option "config_info" "udev:/sys/devices/platform/PNP0C14:00/wmi_bus/wmi_bus-PNP0C14:00/9DBB5994-A997-11DA-B012-B622A1EF5492/input/input11/event9"
[    16.097] (II) XINPUT: Adding extended input device "Dell WMI hotkeys" (type: KEYBOARD, id 11)
[    16.098] (II) event9  - Dell WMI hotkeys: is tagged by udev as: Keyboard
[    16.098] (II) event9  - Dell WMI hotkeys: device is a keyboard
[    16.099] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event4)
[    16.099] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
[    16.099] (II) Using input driver 'libinput' for 'AT Translated Set 2 keyboard'
[    16.099] (II) systemd-logind: got fd for /dev/input/event4 13:68 fd 33 paused 0
[    16.099] (**) AT Translated Set 2 keyboard: always reports core events
[    16.099] (**) Option "Device" "/dev/input/event4"
[    16.100] (II) event4  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[    16.100] (II) event4  - AT Translated Set 2 keyboard: device is a keyboard
[    16.101] (II) event4  - AT Translated Set 2 keyboard: device removed
[    16.101] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input4/event4"
[    16.101] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 12)
[    16.101] (II) event4  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[    16.102] (II) event4  - AT Translated Set 2 keyboard: device is a keyboard
[    16.102] (II) config/udev: Adding input device AlpsPS/2 ALPS DualPoint Stick (/dev/input/event10)
[    16.102] (**) AlpsPS/2 ALPS DualPoint Stick: Applying InputClass "libinput pointer catchall"
[    16.102] (II) Using input driver 'libinput' for 'AlpsPS/2 ALPS DualPoint Stick'
[    16.103] (II) systemd-logind: got fd for /dev/input/event10 13:74 fd 34 paused 0
[    16.103] (**) AlpsPS/2 ALPS DualPoint Stick: always reports core events
[    16.103] (**) Option "Device" "/dev/input/event10"
[    16.104] (II) event10 - AlpsPS/2 ALPS DualPoint Stick: is tagged by udev as: Mouse Pointingstick
[    16.104] (II) event10 - AlpsPS/2 ALPS DualPoint Stick: trackpoint multiplier is 0.12
[    16.104] (II) event10 - AlpsPS/2 ALPS DualPoint Stick: device is a pointer
[    16.105] (II) event10 - AlpsPS/2 ALPS DualPoint Stick: device removed
[    16.105] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input12/event10"
[    16.105] (II) XINPUT: Adding extended input device "AlpsPS/2 ALPS DualPoint Stick" (type: MOUSE, id 13)
[    16.105] (**) Option "AccelerationScheme" "none"
[    16.105] (**) AlpsPS/2 ALPS DualPoint Stick: (accel) selected scheme none/0
[    16.105] (**) AlpsPS/2 ALPS DualPoint Stick: (accel) acceleration factor: 2.000
[    16.105] (**) AlpsPS/2 ALPS DualPoint Stick: (accel) acceleration threshold: 4
[    16.105] (II) event10 - AlpsPS/2 ALPS DualPoint Stick: is tagged by udev as: Mouse Pointingstick
[    16.106] (II) event10 - AlpsPS/2 ALPS DualPoint Stick: trackpoint multiplier is 0.12
[    16.106] (II) event10 - AlpsPS/2 ALPS DualPoint Stick: device is a pointer
[    16.107] (II) config/udev: Adding input device AlpsPS/2 ALPS DualPoint Stick (/dev/input/mouse0)
[    16.107] (II) No input driver specified, ignoring this device.
[    16.107] (II) This device may have been added with another device file.
[    16.107] (II) config/udev: Adding input device AlpsPS/2 ALPS DualPoint TouchPad (/dev/input/event11)
[    16.107] (**) AlpsPS/2 ALPS DualPoint TouchPad: Applying InputClass "libinput touchpad catchall"
[    16.107] (II) Using input driver 'libinput' for 'AlpsPS/2 ALPS DualPoint TouchPad'
[    16.108] (II) systemd-logind: got fd for /dev/input/event11 13:75 fd 35 paused 0
[    16.108] (**) AlpsPS/2 ALPS DualPoint TouchPad: always reports core events
[    16.108] (**) Option "Device" "/dev/input/event11"
[    16.108] (II) event11 - AlpsPS/2 ALPS DualPoint TouchPad: is tagged by udev as: Touchpad
[    16.109] (II) event11 - AlpsPS/2 ALPS DualPoint TouchPad: device is a touchpad
[    16.109] (II) event11 - AlpsPS/2 ALPS DualPoint TouchPad: device removed
[    16.109] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input7/event11"
[    16.109] (II) XINPUT: Adding extended input device "AlpsPS/2 ALPS DualPoint TouchPad" (type: TOUCHPAD, id 14)
[    16.110] (**) Option "AccelerationScheme" "none"
[    16.110] (**) AlpsPS/2 ALPS DualPoint TouchPad: (accel) selected scheme none/0
[    16.110] (**) AlpsPS/2 ALPS DualPoint TouchPad: (accel) acceleration factor: 2.000
[    16.110] (**) AlpsPS/2 ALPS DualPoint TouchPad: (accel) acceleration threshold: 4
[    16.111] (II) event11 - AlpsPS/2 ALPS DualPoint TouchPad: is tagged by udev as: Touchpad
[    16.111] (II) event11 - AlpsPS/2 ALPS DualPoint TouchPad: device is a touchpad
[    16.112] (II) config/udev: Adding input device AlpsPS/2 ALPS DualPoint TouchPad (/dev/input/mouse1)
[    16.112] (II) No input driver specified, ignoring this device.
[    16.112] (II) This device may have been added with another device file.
[    16.112] (II) config/udev: Adding input device PC Speaker (/dev/input/event6)
[    16.112] (II) No input driver specified, ignoring this device.
[    16.112] (II) This device may have been added with another device file.
[    16.115] (II) config/udev: Adding input device DELL Wireless hotkeys (/dev/input/event5)
[    16.115] (**) DELL Wireless hotkeys: Applying InputClass "libinput keyboard catchall"
[    16.115] (II) Using input driver 'libinput' for 'DELL Wireless hotkeys'
[    16.115] (II) systemd-logind: got fd for /dev/input/event5 13:69 fd 36 paused 0
[    16.115] (**) DELL Wireless hotkeys: always reports core events
[    16.115] (**) Option "Device" "/dev/input/event5"
[    16.116] (II) event5  - DELL Wireless hotkeys: is tagged by udev as: Keyboard
[    16.116] (II) event5  - DELL Wireless hotkeys: device is a keyboard
[    16.116] (II) event5  - DELL Wireless hotkeys: device removed
[    16.116] (**) Option "config_info" "udev:/sys/devices/virtual/input/input6/event5"
[    16.116] (II) XINPUT: Adding extended input device "DELL Wireless hotkeys" (type: KEYBOARD, id 15)
[    16.116] (II) event5  - DELL Wireless hotkeys: is tagged by udev as: Keyboard
[    16.117] (II) event5  - DELL Wireless hotkeys: device is a keyboard
[    17.716] (II) intel(0): EDID vendor "LGD", prod id 1168
[    17.716] (II) intel(0): Printing DDC gathered Modelines:
[    17.716] (II) intel(0): Modeline "1920x1080"x0.0  138.70  1920 1968 2000 2080  1080 1083 1088 1111 +hsync -vsync (66.7 kHz eP)
[    17.716] (II) intel(0): Modeline "1920x1080"x0.0  110.90  1920 1968 2000 2080  1080 1083 1088 1111 +hsync -vsync (53.3 kHz e)

Also I'm using s6 and here are contents of /etc/s6/adminsv/default/contents.d
Code: [Select]
acpid  boot  cronie  dhcpcd  elogind  firewalld  iwd  lm_sensors

EDIT:
I remember my friend had similar issue to mine (I remember line "xf86EnableIO: failed to enable I/O ports 0000-03ff (Operation not permitted)") then he switched inits (s6 => runit) switched them again (runit => s6); also someone made a post on r/artixlinux with similar issue (it was dbus related(?))

Re: Xorg starts but with no sound

Reply #1
I change xprofie to
Code: [Select]
#!/bin/sh

autostart="pipewire picom redshift flameshot keyboard-set system-stuff"

for program in $autostart; do
    pidof -s "$program" || setsid -f "$program"
done >/dev/null 2>&1

[ -n "$xrdbpid" ] && wait "$xrdbpid"
and it seems to work; also added "~/.config/pipewire/pipewire{,-pulse}.conf" files and works fine