You are not logged in.

#1 2024-05-26 14:27:14

archuserwithproblems123
Member
Registered: 2024-05-26
Posts: 1

Xorg - xf86EnableIO: failed to enable I/O ports...(Nvidia driver)

Hi, I'm getting this warning as stated in the topic when starting X server. I would like to get rid of it of course. It started after installing Arch to a new disk and transferring data and some configs from the old one.
The Nvidia drivers are nvidia-390xx from the AUR.

I start X on tty login via .bash_profile like so:

 
if [ -z "${DISPLAY}" ] && [ "${XDG_VTNR}" -eq 1 ]; then
   startx 
fi

This is the .xinitrc in my home directory:

#!/bin/sh

userresources=$HOME/.Xresources
usermodmap=$HOME/.Xmodmap
sysresources=/etc/X11/xinit/.Xresources
sysmodmap=/etc/X11/xinit/.Xmodmap

# merge in defaults and keymaps

if [ -f $sysresources ]; then
    xrdb -merge $sysresources
fi

if [ -f $sysmodmap ]; then
    xmodmap $sysmodmap
fi

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

if [ -f "$usermodmap" ]; then
    xmodmap "$usermodmap"
fi

# start some nice programs

if [ -d /etc/X11/xinit/xinitrc.d ] ; then
 for f in /etc/X11/xinit/xinitrc.d/?*.sh ; do
  [ -x "$f" ] && . "$f"
 done
 unset f
fi
exec dwm

In /etc/X11/ there is a Xwrapper.config file containing line:

needs_root_rights = no

There are no further configs in /etc/X11/xorg.conf.d .

In /usr/share/X11/xorg.conf.d there are three files:
40-libinput.conf:

Section "InputClass"
        Identifier "libinput pointer catchall"
        MatchIsPointer "on"
        MatchDevicePath "/dev/input/event*"
        Driver "libinput"
EndSection

Section "InputClass"
        Identifier "libinput keyboard catchall"
        MatchIsKeyboard "on"
        MatchDevicePath "/dev/input/event*"
        Driver "libinput"
EndSection

Section "InputClass"
        Identifier "libinput touchpad catchall"
        MatchIsTouchpad "on"
        MatchDevicePath "/dev/input/event*"
        Driver "libinput"
EndSection

Section "InputClass"
        Identifier "libinput touchscreen catchall"
        MatchIsTouchscreen "on"
        MatchDevicePath "/dev/input/event*"
        Driver "libinput"
EndSection

Section "InputClass"
        Identifier "libinput tablet catchall"
        MatchIsTablet "on"
        MatchDevicePath "/dev/input/event*"
        Driver "libinput"
EndSection

10-quirks.conf, (skipping posting the content of this one)
10-nvidia-drm-outputclass.conf:

Section "OutputClass"
    Identifier "nvidia"
    MatchDriver "nvidia-drm"
    Driver "nvidia"
    Option "AllowEmptyInitialConfiguration"
    ModulePath "/usr/lib/nvidia/xorg"
    ModulePath "/usr/lib/xorg/modules"
EndSection

This is the content of the log file:

[  7725.668] 
X.Org X Server 1.21.1.13
X Protocol Version 11, Revision 0
[  7725.668] Current Operating System: Linux PC 6.9.1-arch1-2 #1 SMP PREEMPT_DYNAMIC Wed, 22 May 2024 13:47:07 +0000 x86_64
[  7725.668] Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=64e48e1a-afeb-462d-91f3-33e37e416beb rw loglevel=3 quiet
[  7725.668]  
[  7725.668] Current version of pixman: 0.43.4
[  7725.668] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[  7725.668] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[  7725.668] (==) Log file: "/home/myuser/.local/share/xorg/Xorg.0.log", Time: Sun May 26 15:37:52 2024
[  7725.668] (==) Using config file: "/etc/X11/xorg.conf"
[  7725.668] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[  7725.668] (==) ServerLayout "Layout0"
[  7725.668] (**) |-->Screen "Screen0" (0)
[  7725.668] (**) |   |-->Monitor "Monitor0"
[  7725.668] (**) |   |-->Device "Device0"
[  7725.668] (**) |-->Input Device "Keyboard0"
[  7725.668] (**) |-->Input Device "Mouse0"
[  7725.668] (**) Allowing byte-swapped clients
[  7725.668] (==) Automatically adding devices
[  7725.668] (==) Automatically enabling devices
[  7725.668] (==) Automatically adding GPU devices
[  7725.668] (==) Automatically binding GPU devices
[  7725.669] (==) Max clients allowed: 256, resource mask: 0x1fffff
[  7725.669] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[  7725.669] 	Entry deleted from font path.
[  7725.669] (==) FontPath set to:
	/usr/share/fonts/misc,
	/usr/share/fonts/TTF,
	/usr/share/fonts/OTF,
	/usr/share/fonts/100dpi,
	/usr/share/fonts/75dpi
[  7725.669] (==) ModulePath set to "/usr/lib/xorg/modules"
[  7725.669] (WW) Hotplugging is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
[  7725.669] (WW) Disabling Keyboard0
[  7725.669] (WW) Disabling Mouse0
[  7725.669] (II) Module ABI versions:
[  7725.669] 	X.Org ANSI C Emulation: 0.4
[  7725.669] 	X.Org Video Driver: 25.2
[  7725.669] 	X.Org XInput driver : 24.4
[  7725.669] 	X.Org Server Extension : 10.0
[  7725.669] (++) using VT number 1

[  7725.670] (II) systemd-logind: took control of session /org/freedesktop/login1/session/_37
[  7725.671] (II) xfree86: Adding drm device (/dev/dri/card1)
[  7725.671] (II) Platform probe for /sys/devices/pci0000:00/0000:00:01.0/0000:01:00.0/drm/card1
[  7725.671] (II) systemd-logind: got fd for /dev/dri/card1 226:1 fd 13 paused 0
[  7725.672] (II) xfree86: Adding drm device (/dev/dri/card0)
[  7725.672] (II) Platform probe for /sys/devices/pci0000:00/0000:00:01.0/0000:01:00.0/simple-framebuffer.0/drm/card0
[  7725.672] (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 14 paused 0
[  7725.673] (**) OutputClass "nvidia" ModulePath extended to "/usr/lib/nvidia/xorg,/usr/lib/xorg/modules,/usr/lib/xorg/modules"
[  7725.674] (--) PCI:*(1@0:0:0) 10de:1244:174b:5194 rev 161, Mem @ 0xf8000000/33554432, 0xd0000000/134217728, 0xd8000000/67108864, I/O @ 0x0000e000/128, BIOS @ 0x????????/131072
[  7725.674] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[  7725.674] (II) LoadModule: "glx"
[  7725.674] (II) Loading /usr/lib/nvidia/xorg/libglx.so
[  7725.677] (II) Module glx: vendor="NVIDIA Corporation"
[  7725.677] 	compiled for 4.0.2, module version = 1.0.0
[  7725.677] 	Module class: X.Org Server Extension
[  7725.677] (II) NVIDIA GLX Module  390.157  Wed Oct 12 09:19:15 UTC 2022
[  7725.677] (II) LoadModule: "nvidia"
[  7725.677] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
[  7725.678] (II) Module nvidia: vendor="NVIDIA Corporation"
[  7725.678] 	compiled for 4.0.2, module version = 1.0.0
[  7725.678] 	Module class: X.Org Video Driver
[  7725.678] (II) NVIDIA dlloader X Driver  390.157  Wed Oct 12 09:21:41 UTC 2022
[  7725.678] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[  7725.678] xf86EnableIO: failed to enable I/O ports 0000-03ff (Operation not permitted)
[  7725.678] (II) systemd-logind: releasing fd for 226:0
[  7725.678] (II) Loading sub module "fb"
[  7725.678] (II) LoadModule: "fb"
[  7725.678] (II) Module "fb" already built-in
[  7725.678] (II) Loading sub module "wfb"
[  7725.678] (II) LoadModule: "wfb"
[  7725.679] (II) Loading /usr/lib/xorg/modules/libwfb.so
[  7725.679] (II) Module wfb: vendor="X.Org Foundation"
[  7725.679] 	compiled for 1.21.1.13, module version = 1.0.0
[  7725.679] 	ABI class: X.Org ANSI C Emulation, version 0.4
[  7725.679] (II) Loading sub module "ramdac"
[  7725.679] (II) LoadModule: "ramdac"
[  7725.679] (II) Module "ramdac" already built-in
[  7725.679] (WW) VGA arbiter: cannot open kernel arbiter, no multi-card support
[  7725.679] (**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32
[  7725.679] (==) NVIDIA(0): RGB weight 888
[  7725.679] (==) NVIDIA(0): Default visual is TrueColor
[  7725.679] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
[  7725.679] (II) Applying OutputClass "nvidia" options to /dev/dri/card1
[  7725.679] (**) NVIDIA(0): Option "AllowEmptyInitialConfiguration"
[  7725.679] (**) NVIDIA(0): Enabling 2D acceleration
[  7725.913] (--) NVIDIA(0): Valid display device(s) on GPU-0 at PCI:1:0:0
[  7725.913] (--) NVIDIA(0):     CRT-0
[  7725.913] (--) NVIDIA(0):     CRT-1
[  7725.913] (--) NVIDIA(0):     DFP-0
[  7725.913] (--) NVIDIA(0):     DFP-1 (boot)
[  7725.913] (--) NVIDIA(0):     DFP-2
[  7725.913] (--) NVIDIA(0):     DFP-3
[  7725.913] (--) NVIDIA(0):     DFP-4
[  7725.914] (II) NVIDIA(0): NVIDIA GPU GeForce GTX 550 Ti (GF116) at PCI:1:0:0 (GPU-0)
[  7725.914] (--) NVIDIA(0): Memory: 1048576 kBytes
[  7725.914] (--) NVIDIA(0): VideoBIOS: 70.26.20.00.0b
[  7725.914] (II) NVIDIA(0): Detected PCI Express Link width: 16X
[  7725.916] (--) NVIDIA(GPU-0): CRT-0: disconnected
[  7725.916] (--) NVIDIA(GPU-0): CRT-0: 400.0 MHz maximum pixel clock
[  7725.916] (--) NVIDIA(GPU-0): 
[  7725.919] (--) NVIDIA(GPU-0): CRT-1: disconnected
[  7725.919] (--) NVIDIA(GPU-0): CRT-1: 400.0 MHz maximum pixel clock
[  7725.919] (--) NVIDIA(GPU-0): 
[  7725.921] (--) NVIDIA(GPU-0): DFP-0: disconnected
[  7725.921] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[  7725.921] (--) NVIDIA(GPU-0): DFP-0: 330.0 MHz maximum pixel clock
[  7725.921] (--) NVIDIA(GPU-0): 
[  7725.953] (--) NVIDIA(GPU-0): MyMonitor (DFP-1): connected
[  7725.953] (--) NVIDIA(GPU-0): MyMonitor (DFP-1): Internal TMDS
[  7725.953] (--) NVIDIA(GPU-0): MyMonitor (DFP-1): 225.0 MHz maximum pixel clock
[  7725.953] (--) NVIDIA(GPU-0): 
[  7725.953] (--) NVIDIA(GPU-0): DFP-2: disconnected
[  7725.953] (--) NVIDIA(GPU-0): DFP-2: Internal TMDS
[  7725.953] (--) NVIDIA(GPU-0): DFP-2: 165.0 MHz maximum pixel clock
[  7725.953] (--) NVIDIA(GPU-0): 
[  7725.956] (--) NVIDIA(GPU-0): DFP-3: disconnected
[  7725.956] (--) NVIDIA(GPU-0): DFP-3: Internal TMDS
[  7725.956] (--) NVIDIA(GPU-0): DFP-3: 330.0 MHz maximum pixel clock
[  7725.956] (--) NVIDIA(GPU-0): 
[  7725.956] (--) NVIDIA(GPU-0): DFP-4: disconnected
[  7725.956] (--) NVIDIA(GPU-0): DFP-4: Internal DisplayPort
[  7725.956] (--) NVIDIA(GPU-0): DFP-4: 480.0 MHz maximum pixel clock
[  7725.956] (--) NVIDIA(GPU-0): 
[  7725.959] (==) NVIDIA(0): 
[  7725.959] (==) NVIDIA(0): No modes were requested; the default mode "nvidia-auto-select"
[  7725.959] (==) NVIDIA(0):     will be used as the requested mode.
[  7725.959] (==) NVIDIA(0): 
[  7725.959] (II) NVIDIA(0): Validated MetaModes:
[  7725.959] (II) NVIDIA(0):     "DFP-1:nvidia-auto-select"
[  7725.959] (II) NVIDIA(0): Virtual screen size determined to be 1920 x 1080
[  7725.963] (--) NVIDIA(0): DPI set to (95, 94); computed from "UseEdidDpi" X config
[  7725.963] (--) NVIDIA(0):     option
[  7725.963] (II) NVIDIA: Using 6144.00 MB of virtual memory for indirect memory
[  7725.963] (II) NVIDIA:     access.
[  7725.966] (II) NVIDIA(0): ACPI: failed to connect to the ACPI event daemon; the daemon
[  7725.966] (II) NVIDIA(0):     may not be running or the "AcpidSocketPath" X
[  7725.966] (II) NVIDIA(0):     configuration option may not be set correctly.  When the
[  7725.966] (II) NVIDIA(0):     ACPI event daemon is available, the NVIDIA X driver will
[  7725.966] (II) NVIDIA(0):     try to use it to receive ACPI event notifications.  For
[  7725.966] (II) NVIDIA(0):     details, please see the "ConnectToAcpid" and
[  7725.966] (II) NVIDIA(0):     "AcpidSocketPath" X configuration options in Appendix B: X
[  7725.966] (II) NVIDIA(0):     Config Options in the README.
[  7725.988] (II) NVIDIA(0): Setting mode "DFP-1:nvidia-auto-select"
[  7726.039] (==) NVIDIA(0): Disabling shared memory pixmaps
[  7726.039] (==) NVIDIA(0): Backing store enabled
[  7726.039] (==) NVIDIA(0): Silken mouse enabled
[  7726.040] (**) NVIDIA(0): DPMS enabled
[  7726.040] (II) Loading sub module "dri2"
[  7726.040] (II) LoadModule: "dri2"
[  7726.040] (II) Module "dri2" already built-in
[  7726.040] (II) NVIDIA(0): [DRI2] Setup complete
[  7726.040] (II) NVIDIA(0): [DRI2]   VDPAU driver: nvidia
[  7726.040] (II) Initializing extension Generic Event Extension
[  7726.040] (II) Initializing extension SHAPE
[  7726.040] (II) Initializing extension MIT-SHM
[  7726.040] (II) Initializing extension XInputExtension
[  7726.040] (II) Initializing extension XTEST
[  7726.040] (II) Initializing extension BIG-REQUESTS
[  7726.040] (II) Initializing extension SYNC
[  7726.040] (II) Initializing extension XKEYBOARD
[  7726.041] (II) Initializing extension XC-MISC
[  7726.041] (II) Initializing extension SECURITY
[  7726.041] (II) Initializing extension XFIXES
[  7726.041] (II) Initializing extension RENDER
[  7726.041] (II) Initializing extension RANDR
[  7726.041] (II) Initializing extension COMPOSITE
[  7726.041] (II) Initializing extension DAMAGE
[  7726.041] (II) Initializing extension MIT-SCREEN-SAVER
[  7726.041] (II) Initializing extension DOUBLE-BUFFER
[  7726.041] (II) Initializing extension RECORD
[  7726.041] (II) Initializing extension DPMS
[  7726.041] (II) Initializing extension Present
[  7726.042] (II) Initializing extension DRI3
[  7726.042] (II) Initializing extension X-Resource
[  7726.042] (II) Initializing extension XVideo
[  7726.042] (II) Initializing extension XVideo-MotionCompensation
[  7726.042] (II) Initializing extension XFree86-VidModeExtension
[  7726.042] (II) Initializing extension XFree86-DGA
[  7726.042] (II) Initializing extension XFree86-DRI
[  7726.042] (II) Initializing extension DRI2
[  7726.042] (II) Initializing extension GLX
[  7726.042] (II) Initializing extension GLX
[  7726.042] (II) Indirect GLX disabled.
[  7726.042] (II) Initializing extension NV-GLX
[  7726.042] (II) Initializing extension NV-CONTROL
[  7726.042] (II) Initializing extension XINERAMA
[  7726.201] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[  7726.201] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[  7726.201] (II) LoadModule: "libinput"
[  7726.201] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[  7726.202] (II) Module libinput: vendor="X.Org Foundation"
[  7726.202] 	compiled for 1.21.1.8, module version = 1.4.0
[  7726.202] 	Module class: X.Org XInput Driver
[  7726.202] 	ABI class: X.Org XInput driver, version 24.4
[  7726.202] (II) Using input driver 'libinput' for 'Power Button'
[  7726.203] (II) systemd-logind: got fd for /dev/input/event1 13:65 fd 36 paused 0
[  7726.203] (**) Power Button: always reports core events
[  7726.203] (**) Option "Device" "/dev/input/event1"
[  7726.205] (II) event1  - Power Button: is tagged by udev as: Keyboard
[  7726.205] (II) event1  - Power Button: device is a keyboard
[  7726.205] (II) event1  - Power Button: device removed
[  7726.205] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input1/event1"
[  7726.205] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[  7726.206] (II) event1  - Power Button: is tagged by udev as: Keyboard
[  7726.206] (II) event1  - Power Button: device is a keyboard
[  7726.206] (II) config/udev: Adding input device Power Button (/dev/input/event0)
[  7726.206] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[  7726.206] (II) Using input driver 'libinput' for 'Power Button'
[  7726.207] (II) systemd-logind: got fd for /dev/input/event0 13:64 fd 39 paused 0
[  7726.207] (**) Power Button: always reports core events
[  7726.207] (**) Option "Device" "/dev/input/event0"
[  7726.207] (II) event0  - Power Button: is tagged by udev as: Keyboard
[  7726.207] (II) event0  - Power Button: device is a keyboard
[  7726.208] (II) event0  - Power Button: device removed
[  7726.208] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0/event0"
[  7726.208] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 7)
[  7726.208] (II) event0  - Power Button: is tagged by udev as: Keyboard
[  7726.208] (II) event0  - Power Button: device is a keyboard
[  7726.209] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 (/dev/input/event6)
[  7726.209] (II) No input driver specified, ignoring this device.
[  7726.209] (II) This device may have been added with another device file.
[  7726.210] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=7 (/dev/input/event7)
[  7726.210] (II) No input driver specified, ignoring this device.
[  7726.210] (II) This device may have been added with another device file.
[  7726.210] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=8 (/dev/input/event8)
[  7726.210] (II) No input driver specified, ignoring this device.
[  7726.210] (II) This device may have been added with another device file.
[  7726.210] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=9 (/dev/input/event9)
[  7726.210] (II) No input driver specified, ignoring this device.
[  7726.210] (II) This device may have been added with another device file.
[  7726.211] (II) config/udev: Adding input device HDA Intel PCH Front Mic (/dev/input/event10)
[  7726.211] (II) No input driver specified, ignoring this device.
[  7726.211] (II) This device may have been added with another device file.
[  7726.211] (II) config/udev: Adding input device HDA Intel PCH Rear Mic (/dev/input/event11)
[  7726.211] (II) No input driver specified, ignoring this device.
[  7726.211] (II) This device may have been added with another device file.
[  7726.211] (II) config/udev: Adding input device HDA Intel PCH Line (/dev/input/event12)
[  7726.211] (II) No input driver specified, ignoring this device.
[  7726.211] (II) This device may have been added with another device file.
[  7726.212] (II) config/udev: Adding input device HDA Intel PCH Line Out (/dev/input/event13)
[  7726.212] (II) No input driver specified, ignoring this device.
[  7726.212] (II) This device may have been added with another device file.
[  7726.212] (II) config/udev: Adding input device HDA Intel PCH Front Headphone (/dev/input/event14)
[  7726.212] (II) No input driver specified, ignoring this device.
[  7726.212] (II) This device may have been added with another device file.
[  7726.213] (II) config/udev: Adding input device SIGMACHIP USB Keyboard (/dev/input/event2)
[  7726.213] (**) SIGMACHIP USB Keyboard: Applying InputClass "libinput keyboard catchall"
[  7726.213] (II) Using input driver 'libinput' for 'SIGMACHIP USB Keyboard'
[  7726.213] (II) systemd-logind: got fd for /dev/input/event2 13:66 fd 40 paused 0
[  7726.213] (**) SIGMACHIP USB Keyboard: always reports core events
[  7726.213] (**) Option "Device" "/dev/input/event2"
[  7726.215] (II) event2  - SIGMACHIP USB Keyboard: is tagged by udev as: Keyboard
[  7726.215] (II) event2  - SIGMACHIP USB Keyboard: device is a keyboard
[  7726.215] (II) event2  - SIGMACHIP USB Keyboard: device removed
[  7726.215] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.1/2-1.1:1.0/0003:1C4F:0002.0001/input/input2/event2"
[  7726.215] (II) XINPUT: Adding extended input device "SIGMACHIP USB Keyboard" (type: KEYBOARD, id 8)
[  7726.216] (II) event2  - SIGMACHIP USB Keyboard: is tagged by udev as: Keyboard
[  7726.216] (II) event2  - SIGMACHIP USB Keyboard: device is a keyboard
[  7726.217] (II) config/udev: Adding input device SIGMACHIP USB Keyboard Consumer Control (/dev/input/event3)
[  7726.217] (**) SIGMACHIP USB Keyboard Consumer Control: Applying InputClass "libinput keyboard catchall"
[  7726.217] (II) Using input driver 'libinput' for 'SIGMACHIP USB Keyboard Consumer Control'
[  7726.218] (II) systemd-logind: got fd for /dev/input/event3 13:67 fd 41 paused 0
[  7726.218] (**) SIGMACHIP USB Keyboard Consumer Control: always reports core events
[  7726.218] (**) Option "Device" "/dev/input/event3"
[  7726.219] (II) event3  - SIGMACHIP USB Keyboard Consumer Control: is tagged by udev as: Keyboard
[  7726.219] (II) event3  - SIGMACHIP USB Keyboard Consumer Control: device is a keyboard
[  7726.219] (II) event3  - SIGMACHIP USB Keyboard Consumer Control: device removed
[  7726.219] (II) libinput: SIGMACHIP USB Keyboard Consumer Control: needs a virtual subdevice
[  7726.219] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.1/2-1.1:1.1/0003:1C4F:0002.0002/input/input3/event3"
[  7726.219] (II) XINPUT: Adding extended input device "SIGMACHIP USB Keyboard Consumer Control" (type: MOUSE, id 9)
[  7726.220] (**) Option "AccelerationScheme" "none"
[  7726.220] (**) SIGMACHIP USB Keyboard Consumer Control: (accel) selected scheme none/0
[  7726.220] (**) SIGMACHIP USB Keyboard Consumer Control: (accel) acceleration factor: 2.000
[  7726.220] (**) SIGMACHIP USB Keyboard Consumer Control: (accel) acceleration threshold: 4
[  7726.221] (II) event3  - SIGMACHIP USB Keyboard Consumer Control: is tagged by udev as: Keyboard
[  7726.221] (II) event3  - SIGMACHIP USB Keyboard Consumer Control: device is a keyboard
[  7726.222] (II) config/udev: Adding input device SIGMACHIP USB Keyboard System Control (/dev/input/event4)
[  7726.222] (**) SIGMACHIP USB Keyboard System Control: Applying InputClass "libinput keyboard catchall"
[  7726.222] (II) Using input driver 'libinput' for 'SIGMACHIP USB Keyboard System Control'
[  7726.222] (II) systemd-logind: got fd for /dev/input/event4 13:68 fd 42 paused 0
[  7726.222] (**) SIGMACHIP USB Keyboard System Control: always reports core events
[  7726.222] (**) Option "Device" "/dev/input/event4"
[  7726.224] (II) event4  - SIGMACHIP USB Keyboard System Control: is tagged by udev as: Keyboard
[  7726.224] (II) event4  - SIGMACHIP USB Keyboard System Control: device is a keyboard
[  7726.224] (II) event4  - SIGMACHIP USB Keyboard System Control: device removed
[  7726.224] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.1/2-1.1:1.1/0003:1C4F:0002.0002/input/input4/event4"
[  7726.224] (II) XINPUT: Adding extended input device "SIGMACHIP USB Keyboard System Control" (type: KEYBOARD, id 10)
[  7726.225] (II) event4  - SIGMACHIP USB Keyboard System Control: is tagged by udev as: Keyboard
[  7726.225] (II) event4  - SIGMACHIP USB Keyboard System Control: device is a keyboard
[  7726.226] (II) config/udev: Adding input device SIGMACHIP Usb Mouse (/dev/input/event5)
[  7726.226] (**) SIGMACHIP Usb Mouse: Applying InputClass "libinput pointer catchall"
[  7726.226] (II) Using input driver 'libinput' for 'SIGMACHIP Usb Mouse'
[  7726.282] (II) systemd-logind: got fd for /dev/input/event5 13:69 fd 43 paused 0
[  7726.282] (**) SIGMACHIP Usb Mouse: always reports core events
[  7726.282] (**) Option "Device" "/dev/input/event5"
[  7726.284] (II) event5  - SIGMACHIP Usb Mouse: is tagged by udev as: Mouse
[  7726.284] (II) event5  - SIGMACHIP Usb Mouse: device is a pointer
[  7726.284] (II) event5  - SIGMACHIP Usb Mouse: device removed
[  7726.284] (II) libinput: SIGMACHIP Usb Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[  7726.284] (II) libinput: SIGMACHIP Usb Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[  7726.284] (II) libinput: SIGMACHIP Usb Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[  7726.284] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.2/2-1.2:1.0/0003:1C4F:0034.0003/input/input5/event5"
[  7726.284] (II) XINPUT: Adding extended input device "SIGMACHIP Usb Mouse" (type: MOUSE, id 11)
[  7726.284] (**) Option "AccelerationScheme" "none"
[  7726.284] (**) SIGMACHIP Usb Mouse: (accel) selected scheme none/0
[  7726.284] (**) SIGMACHIP Usb Mouse: (accel) acceleration factor: 2.000
[  7726.284] (**) SIGMACHIP Usb Mouse: (accel) acceleration threshold: 4
[  7726.286] (II) event5  - SIGMACHIP Usb Mouse: is tagged by udev as: Mouse
[  7726.286] (II) event5  - SIGMACHIP Usb Mouse: device is a pointer
[  7726.287] (II) config/udev: Adding input device SIGMACHIP Usb Mouse (/dev/input/mouse0)
[  7726.287] (II) No input driver specified, ignoring this device.
[  7726.287] (II) This device may have been added with another device file.
[  7726.293] (**) SIGMACHIP USB Keyboard Consumer Control: Applying InputClass "libinput keyboard catchall"
[  7726.293] (II) Using input driver 'libinput' for 'SIGMACHIP USB Keyboard Consumer Control'
[  7726.293] (II) systemd-logind: returning pre-existing fd for /dev/input/event3 13:67
[  7726.293] (**) SIGMACHIP USB Keyboard Consumer Control: always reports core events
[  7726.293] (**) Option "Device" "/dev/input/event3"
[  7726.293] (II) libinput: SIGMACHIP USB Keyboard Consumer Control: is a virtual subdevice
[  7726.293] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.1/2-1.1:1.1/0003:1C4F:0002.0002/input/input3/event3"
[  7726.293] (II) XINPUT: Adding extended input device "SIGMACHIP USB Keyboard Consumer Control" (type: KEYBOARD, id 12)

Offline

#2 2024-05-26 15:20:20

seth
Member
From: Don't DM me only for attention
Registered: 2012-09-03
Posts: 70,994

Re: Xorg - xf86EnableIO: failed to enable I/O ports...(Nvidia driver)

[  7725.668] (==) Using config file: "/etc/X11/xorg.conf"

You skipped that, very relevant, file - but you can likely also just delete it, because it looks like it's nvidia-settings generated cruft.

  7725.668] Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=64e48e1a-afeb-462d-91f3-33e37e416beb rw loglevel=3 quiet

Enable https://wiki.archlinux.org/title/NVIDIA … de_setting - use the "nvidia_drm.modeset=1" kernel parameter (modprobe.conf won't do!) to get KMS and rid of the simpledrm device. Since this *might* cause issues w/ the 6.9 kernel (though you're on 390xx) at least add the modprobe config option to get KMS.

"xf86EnableIO: failed to enable I/O ports" is just noise - it's common, harmless, shows up everywhere and the only way to get rid of it is to start X11 w/ root permissions, what's a stupid "solution" to a non-problem, so don't.

Offline

Board footer

Powered by FluxBB