You are not logged in.

#1 2024-07-13 00:24:59

PDA
Member
Registered: 2024-07-12
Posts: 9

Multihead problems

I'm trying to set up dual monitors on my Arch Linux system. Both monitors are connected and detected (when I was installing arch, the other even mirrored the first one), but only one monitor is displaying (with resolution issues and after some time blank), while the other remains blank.

I checked "System Settings > Display Configuration" that shows both connected and configured correctly, the same was verified with 'xrandr', as can be seen in the code below:

Screen 0: minimum 8 x 8, current 4480 x 1440, maximum 32767 x 32767
DVI-D-0 connected primary 2560x1440+0+0 (normal left inverted right x axis y axis) 527mm x 296mm
   2560x1440     59.95*+
   2048x1080     60.00  
   1920x1200     59.88  
   1920x1080     60.00    59.94    50.00  
   1680x1050     59.95  
   1600x1200     60.00  
   1280x1024     75.02    60.02  
   1280x800      59.81  
   1280x720      59.94    50.00  
   1152x864      75.00  
   1024x768      75.03    60.00  
   800x600       75.00    60.32  
   720x576       50.00  
   720x480       59.94  
   640x480       75.00    59.94    59.93  
HDMI-0 connected 1920x1080+2560+0 (normal left inverted right x axis y axis) 598mm x 336mm
   1920x1080     60.00*+  74.97    59.94    50.00  
   1680x1050     59.95  
   1440x900      59.89  
   1440x576      50.00  
   1440x480      59.94  
   1280x1024     75.02    60.02  
   1280x960      60.00  
   1280x720      60.00    59.94    50.00  
   1152x864      75.00  
   1024x768      75.03    70.07    60.00  
   800x600       75.00    72.19    60.32    56.25  
   720x576       50.00  
   720x480       59.94  
   640x480       75.00    72.81    59.94    59.93  
DP-0 disconnected (normal left inverted right x axis y axis)
DP-1 disconnected (normal left inverted right x axis y axis)

I added the following configuration to "/etc/X11/xorg.conf.d/10-monitor.conf":

Section "ServerLayout"
    Identifier     "Layout0"
    Screen      0  "Screen0" 0 0
    Screen      1  "Screen1" RightOf "Screen0"
EndSection

Section "Device"
    Identifier     "Device0"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
    BoardName      "GeForce GTX 1650 SUPER"
    BusID          "PCI:1:0:0"
EndSection

Section "Screen"
    Identifier     "Screen0"
    Device         "Device0"
    Monitor        "Monitor0"
    DefaultDepth    24
    SubSection     "Display"
        Depth       24
        Modes      "2560x1440"
    EndSubSection
EndSection

Section "Screen"
    Identifier     "Screen1"
    Device         "Device0"
    Monitor        "Monitor1"
    DefaultDepth    24
    SubSection     "Display"
        Depth       24
        Modes      "1920x1080"
        Position   "2560 0"
    EndSubSection
EndSection

After making these changes and restarting the display manager, the system hangs at the "Terminate Plymouth Boot Screen" step and doesn't proceed, that issue was resolved by booting the machine into command line mode. This allowed me to bypass the graphical interface and troubleshoot the problem directly from the terminal.

Since then I haven´t been able to figure out any other alternative to use multiple displays, before Arch I was a Manjaro user (XFCE and Gnome) and also used some other distros, but none of them presented nothing similar (graphical interface were very stable in my former experiences), so I'm kinda without tools to troubleshoot it.

Information that could be important:

  • GPU: NVIDIA GeForce GTX 1650 SUPER

  • Driver: NVIDIA 555.58.02

  • Display Manager: SDDM

  • Desktop Environment: KDE

Offline

#2 2024-07-13 07:12:06

seth
Member
Registered: 2012-09-03
Posts: 57,445

Re: Multihead problems

Remove the server config (you're not supposed to write static server configs) and try to downgrade the nvidia drivers, in doubt use https://aur.archlinux.org/packages/nvidia-535xx-dkms
There're multiple reports about the 555xx drivers causing similar symptoms.
If that still doesn't help, please post your Xorg log, https://wiki.archlinux.org/title/Xorg#General

Offline

#3 2024-07-14 15:31:06

PDA
Member
Registered: 2024-07-12
Posts: 9

Re: Multihead problems

seth wrote:

Remove the server config (you're not supposed to write static server configs)

for sure!! I had just realized that when I get a worst problem

done!

seth wrote:

and try to downgrade the nvidia drivers, in doubt use https://aur.archlinux.org/packages/nvidia-535xx-dkms
There're multiple reports about the 555xx drivers causing similar symptoms.

I removed all nvidia drivers packages and installed https://aur.archlinux.org/packages/nvidia-535xx-dkms but the nvidia package does not install with that downgrade.

seth wrote:

If that still doesn't help, please post your Xorg log, https://wiki.archlinux.org/title/Xorg#General

[    21.565] (--) Log file renamed from "/var/log/Xorg.pid-635.log" to "/var/log/Xorg.0.log"
[    21.567] 
X.Org X Server 1.21.1.13
X Protocol Version 11, Revision 0
[    21.567] Current Operating System: Linux arch-endeavor 6.9.9-arch1-1 #1 SMP PREEMPT_DYNAMIC Fri, 12 Jul 2024 00:06:53 +0000 x86_64
[    21.567] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=17b6f384-219f-413c-94f1-b72260664c64 rw loglevel=3 quiet
[    21.567]  
[    21.567] Current version of pixman: 0.43.4
[    21.567]    Before reporting problems, check http://wiki.x.org
        to make sure that you have the latest version.
[    21.567] Markers: (--) probed, (**) from config file, (==) default setting,
        (++) from command line, (!!) notice, (II) informational,
        (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    21.567] (==) Log file: "/var/log/Xorg.0.log", Time: Sun Jul 14 12:09:22 2024
[    21.568] (==) Using config file: "/etc/X11/xorg.conf"
[    21.568] (==) Using config directory: "/etc/X11/xorg.conf.d"
[    21.568] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[    21.569] (==) No Layout section.  Using the first Screen section.
[    21.569] (==) No screen section available. Using defaults.
[    21.569] (**) |-->Screen "Default Screen Section" (0)
[    21.569] (**) |   |-->Monitor "<default monitor>"
[    21.569] (==) No monitor specified for screen "Default Screen Section".
        Using a default monitor configuration.
[    21.570] (**) Allowing byte-swapped clients
[    21.570] (==) Automatically adding devices
[    21.570] (==) Automatically enabling devices
[    21.570] (==) Automatically adding GPU devices
[    21.570] (==) Automatically binding GPU devices
[    21.570] (==) Max clients allowed: 256, resource mask: 0x1fffff
[    21.570] (WW) The directory "/usr/share/fonts/misc" does not exist.
[    21.570]    Entry deleted from font path.
[    21.571] (WW) The directory "/usr/share/fonts/OTF" does not exist.
[    21.571]    Entry deleted from font path.
[    21.571] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[    21.571]    Entry deleted from font path.
[    21.571] (WW) The directory "/usr/share/fonts/100dpi" does not exist.
[    21.571]    Entry deleted from font path.
[    21.571] (WW) The directory "/usr/share/fonts/75dpi" does not exist.
[    21.571]    Entry deleted from font path.
[    21.571] (==) FontPath set to:
        /usr/share/fonts/TTF
[    21.571] (==) ModulePath set to "/usr/lib/xorg/modules"
[    21.571] (II) The server relies on udev to provide the list of input devices.
        If no devices become available, reconfigure udev or disable AutoAddDevices.
[    21.571] (II) Module ABI versions:
[    21.571]    X.Org ANSI C Emulation: 0.4
[    21.571]    X.Org Video Driver: 25.2
[    21.571]    X.Org XInput driver : 24.4
[    21.571]    X.Org Server Extension : 10.0
[    21.572] (++) using VT number 2

[    21.572] (II) systemd-logind: logind integration requires -keeptty and -keeptty was not provided, disabling logind integration
[    21.574] (II) xfree86: Adding drm device (/dev/dri/card1)
[    21.574] (II) Platform probe for /sys/devices/pci0000:00/0000:00:01.0/0000:01:00.0/drm/card1
[    21.574] (II) xfree86: Adding drm device (/dev/dri/card0)
[    21.574] (II) Platform probe for /sys/devices/pci0000:00/0000:00:01.0/0000:01:00.0/simple-framebuffer.0/drm/card0
[    21.577] (**) OutputClass "nvidia" ModulePath extended to "/usr/lib/nvidia/xorg,/usr/lib/xorg/modules,/usr/lib/xorg/modules"
[    21.580] (--) PCI:*(1@0:0:0) 10de:2187:196e:1355 rev 161, Mem @ 0xa4000000/16777216, 0x90000000/268435456, 0xa2000000/33554432, I/O @ 0x00004000/128, BIOS @ 0x????????/131072
[    21.580] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[    21.580] (II) LoadModule: "glx"
[    21.581] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[    21.588] (II) Module glx: vendor="X.Org Foundation"
[    21.588]    compiled for 1.21.1.13, module version = 1.0.0
[    21.588]    ABI class: X.Org Server Extension, version 10.0
[    21.588] (II) Applying OutputClass "nvidia" to /dev/dri/card1
[    21.588]    loading driver: nvidia
[    21.588] (==) Matched nouveau as autoconfigured driver 0
[    21.588] (==) Matched nv as autoconfigured driver 1
[    21.588] (==) Matched nvidia as autoconfigured driver 2
[    21.588] (==) Matched modesetting as autoconfigured driver 3
[    21.588] (==) Matched fbdev as autoconfigured driver 4
[    21.588] (==) Matched vesa as autoconfigured driver 5
[    21.588] (==) Assigned the driver to the xf86ConfigLayout
[    21.588] (II) LoadModule: "nouveau"
[    21.589] (WW) Warning, couldn't open module nouveau
[    21.589] (EE) Failed to load module "nouveau" (module does not exist, 0)
[    21.589] (II) LoadModule: "nv"
[    21.589] (WW) Warning, couldn't open module nv
[    21.589] (EE) Failed to load module "nv" (module does not exist, 0)
[    21.589] (II) LoadModule: "nvidia"
[    21.589] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
[    21.593] (II) Module nvidia: vendor="NVIDIA Corporation"
[    21.593]    compiled for 1.6.99.901, module version = 1.0.0
[    21.593]    Module class: X.Org Video Driver
[    21.594] (II) LoadModule: "modesetting"
[    21.594] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[    21.597] (II) Module modesetting: vendor="X.Org Foundation"
[    21.597]    compiled for 1.21.1.13, module version = 1.21.1
[    21.597]    Module class: X.Org Video Driver
[    21.597]    ABI class: X.Org Video Driver, version 25.2
[    21.597] (II) LoadModule: "fbdev"
[    21.597] (WW) Warning, couldn't open module fbdev
[    21.597] (EE) Failed to load module "fbdev" (module does not exist, 0)
[    21.597] (II) LoadModule: "vesa"
[    21.598] (WW) Warning, couldn't open module vesa
[    21.598] (EE) Failed to load module "vesa" (module does not exist, 0)
[    21.598] (II) NVIDIA dlloader X Driver  555.58.02  Tue Jun 25 01:14:56 UTC 2024
[    21.598] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[    21.598] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[    21.600] (II) Loading sub module "fb"
[    21.600] (II) LoadModule: "fb"
[    21.600] (II) Module "fb" already built-in
[    21.600] (II) Loading sub module "wfb"
[    21.600] (II) LoadModule: "wfb"
[    21.600] (II) Loading /usr/lib/xorg/modules/libwfb.so
[    21.601] (II) Module wfb: vendor="X.Org Foundation"
[    21.601]    compiled for 1.21.1.13, module version = 1.0.0
[    21.601]    ABI class: X.Org ANSI C Emulation, version 0.4
[    21.602] (WW) Falling back to old probe method for modesetting
[    21.604] (II) NVIDIA(0): Creating default Display subsection in Screen section
        "Default Screen Section" for depth/fbbpp 24/32
[    21.604] (==) NVIDIA(0): Depth 24, (==) framebuffer bpp 32
[    21.604] (==) NVIDIA(0): RGB weight 888
[    21.604] (==) NVIDIA(0): Default visual is TrueColor
[    21.604] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
[    21.604] (**) NVIDIA(0): Enabling 2D acceleration
[    21.604] (II) Loading sub module "glxserver_nvidia"
[    21.604] (II) LoadModule: "glxserver_nvidia"
[    21.604] (II) Loading /usr/lib/nvidia/xorg/libglxserver_nvidia.so
[    21.676] (II) Module glxserver_nvidia: vendor="NVIDIA Corporation"
[    21.677]    compiled for 1.6.99.901, module version = 1.0.0
[    21.677]    Module class: X.Org Server Extension
[    21.677] (II) NVIDIA GLX Module  555.58.02  Tue Jun 25 01:12:27 UTC 2024
[    21.677] (II) NVIDIA: The X server supports PRIME Render Offload.
[    22.886] (--) NVIDIA(0): Valid display device(s) on GPU-0 at PCI:1:0:0
[    22.886] (--) NVIDIA(0):     DFP-0
[    22.886] (--) NVIDIA(0):     DFP-1 (boot)
[    22.886] (--) NVIDIA(0):     DFP-2
[    22.886] (--) NVIDIA(0):     DFP-3
[    22.893] (II) NVIDIA(0): NVIDIA GPU NVIDIA GeForce GTX 1650 SUPER (TU116-A) at
[    22.893] (II) NVIDIA(0):     PCI:1:0:0 (GPU-0)
[    22.893] (--) NVIDIA(0): Memory: 4194304 kBytes
[    22.893] (--) NVIDIA(0): VideoBIOS: 90.16.46.00.f4
[    22.893] (II) NVIDIA(0): Detected PCI Express Link width: 16X
[    22.893] (--) NVIDIA(GPU-0): DFP-0: disconnected
[    22.893] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[    22.893] (--) NVIDIA(GPU-0): DFP-0: 330.0 MHz maximum pixel clock
[    22.893] (--) NVIDIA(GPU-0): 
[    22.939] (--) NVIDIA(GPU-0): Asustek Computer Inc ASUS VY279 (DFP-1): connected
[    22.939] (--) NVIDIA(GPU-0): Asustek Computer Inc ASUS VY279 (DFP-1): Internal TMDS
[    22.939] (--) NVIDIA(GPU-0): Asustek Computer Inc ASUS VY279 (DFP-1): 600.0 MHz maximum pixel clock
[    22.939] (--) NVIDIA(GPU-0): 
[    22.939] (--) NVIDIA(GPU-0): DFP-2: disconnected
[    22.939] (--) NVIDIA(GPU-0): DFP-2: Internal DisplayPort
[    22.939] (--) NVIDIA(GPU-0): DFP-2: 2660.0 MHz maximum pixel clock
[    22.939] (--) NVIDIA(GPU-0): 
[    22.940] (--) NVIDIA(GPU-0): DFP-3: disconnected
[    22.940] (--) NVIDIA(GPU-0): DFP-3: Internal TMDS
[    22.940] (--) NVIDIA(GPU-0): DFP-3: 165.0 MHz maximum pixel clock
[    22.940] (--) NVIDIA(GPU-0): 
[    22.985] (==) NVIDIA(0): 
[    22.985] (==) NVIDIA(0): No modes were requested; the default mode "nvidia-auto-select"
[    22.985] (==) NVIDIA(0):     will be used as the requested mode.
[    22.985] (==) NVIDIA(0): 
[    22.986] (II) NVIDIA(0): Validated MetaModes:
[    22.986] (II) NVIDIA(0):     "DFP-1:nvidia-auto-select"
[    22.986] (II) NVIDIA(0): Virtual screen size determined to be 1920 x 1080
[    23.039] (--) NVIDIA(0): DPI set to (81, 80); computed from "UseEdidDpi" X config
[    23.039] (--) NVIDIA(0):     option
[    23.039] (==) NVIDIA(G0): Depth 24, (==) framebuffer bpp 32
[    23.039] (==) NVIDIA(G0): RGB weight 888
[    23.039] (==) NVIDIA(G0): Default visual is TrueColor
[    23.039] (==) NVIDIA(G0): Using gamma correction (1.0, 1.0, 1.0)
[    23.039] (II) Applying OutputClass "nvidia" options to /dev/dri/card1
[    23.039] (**) NVIDIA(G0): Option "AllowEmptyInitialConfiguration"
[    23.039] (**) NVIDIA(G0): Enabling 2D acceleration
[    23.039] (II) NVIDIA: The X server supports PRIME Render Offload.
[    23.039] (EE) NVIDIA(GPU-1): Failed to initialize the NVIDIA graphics device!
[    23.039] (EE) NVIDIA(G0): Failing initialization of X screen
[    23.039] (II) UnloadModule: "nvidia"
[    23.039] (II) UnloadSubModule: "wfb"
[    23.039] (II) UnloadModule: "modesetting"
[    23.039] (II) Unloading modesetting
[    23.039] (EE) NVIDIA(GPU-1): Failed to initialize the NVIDIA graphics device!
[    23.039] (II) NVIDIA(GPU-1): Deleting GPU-1
[    23.041] (II) NVIDIA: Reserving 24576.00 MB of virtual memory for indirect memory
[    23.041] (II) NVIDIA:     access.
[    23.051] (II) NVIDIA(0): ACPI: failed to connect to the ACPI event daemon; the daemon
[    23.051] (II) NVIDIA(0):     may not be running or the "AcpidSocketPath" X
[    23.051] (II) NVIDIA(0):     configuration option may not be set correctly.  When the
[    23.051] (II) NVIDIA(0):     ACPI event daemon is available, the NVIDIA X driver will
[    23.051] (II) NVIDIA(0):     try to use it to receive ACPI event notifications.  For
[    23.052] (II) NVIDIA(0):     details, please see the "ConnectToAcpid" and
[    23.052] (II) NVIDIA(0):     "AcpidSocketPath" X configuration options in Appendix B: X
[    23.052] (II) NVIDIA(0):     Config Options in the README.
[    23.069] (II) NVIDIA(0): Setting mode "DFP-1:nvidia-auto-select"
[    23.156] (==) NVIDIA(0): Disabling shared memory pixmaps
[    23.156] (==) NVIDIA(0): Backing store enabled
[    23.156] (==) NVIDIA(0): Silken mouse enabled
[    23.156] (==) NVIDIA(0): DPMS enabled
[    23.156] (II) Loading sub module "dri2"
[    23.156] (II) LoadModule: "dri2"
[    23.156] (II) Module "dri2" already built-in
[    23.156] (II) NVIDIA(0): [DRI2] Setup complete
[    23.156] (II) NVIDIA(0): [DRI2]   VDPAU driver: nvidia
[    23.156] (II) Initializing extension Generic Event Extension
[    23.156] (II) Initializing extension SHAPE
[    23.156] (II) Initializing extension MIT-SHM
[    23.156] (II) Initializing extension XInputExtension
[    23.156] (II) Initializing extension XTEST
[    23.156] (II) Initializing extension BIG-REQUESTS
[    23.157] (II) Initializing extension SYNC
[    23.157] (II) Initializing extension XKEYBOARD
[    23.157] (II) Initializing extension XC-MISC
[    23.157] (II) Initializing extension SECURITY
[    23.157] (II) Initializing extension XFIXES
[    23.157] (II) Initializing extension RENDER
[    23.157] (II) Initializing extension RANDR
[    23.157] (II) Initializing extension COMPOSITE
[    23.157] (II) Initializing extension DAMAGE
[    23.157] (II) Initializing extension MIT-SCREEN-SAVER
[    23.157] (II) Initializing extension DOUBLE-BUFFER
[    23.157] (II) Initializing extension RECORD
[    23.157] (II) Initializing extension DPMS
[    23.157] (II) Initializing extension Present
[    23.157] (II) Initializing extension DRI3
[    23.157] (II) Initializing extension X-Resource
[    23.157] (II) Initializing extension XVideo
[    23.158] (II) Initializing extension XVideo-MotionCompensation
[    23.158] (II) Initializing extension GLX
[    23.158] (II) Initializing extension GLX
[    23.158] (II) Indirect GLX disabled.
[    23.158] (II) GLX: Another vendor is already registered for screen 0
[    23.158] (II) Initializing extension XFree86-VidModeExtension
[    23.158] (II) Initializing extension XFree86-DGA
[    23.158] (II) Initializing extension XFree86-DRI
[    23.158] (II) Initializing extension DRI2
[    23.158] (II) Initializing extension NV-GLX
[    23.158] (II) Initializing extension NV-CONTROL
[    23.158] (II) Initializing extension XINERAMA
[    23.258] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[    23.258] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[    23.258] (**) Power Button: Applying InputClass "system-keyboard"
[    23.258] (**) Power Button: Applying InputClass "system-keyboard"
[    23.258] (II) LoadModule: "libinput"
[    23.258] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[    23.261] (II) Module libinput: vendor="X.Org Foundation"
[    23.261]    compiled for 1.21.1.13, module version = 1.4.0
[    23.261]    Module class: X.Org XInput Driver
[    23.261]    ABI class: X.Org XInput driver, version 24.4
[    23.261] (II) Using input driver 'libinput' for 'Power Button'
[    23.261] (**) Power Button: always reports core events
[    23.261] (**) Option "Device" "/dev/input/event2"
[    23.264] (II) event2  - Power Button: is tagged by udev as: Keyboard
[    23.264] (II) event2  - Power Button: device is a keyboard
[    23.264] (II) event2  - Power Button: device removed
[    23.286] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input2/event2"
[    23.286] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[    23.286] (**) Option "xkb_layout" "us_intl"
[    23.286] (**) Option "xkb_variant" "intl"
[    23.298] (II) event2  - Power Button: is tagged by udev as: Keyboard
[    23.298] (II) event2  - Power Button: device is a keyboard
[    23.299] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[    23.299] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[    23.299] (**) Power Button: Applying InputClass "system-keyboard"
[    23.299] (**) Power Button: Applying InputClass "system-keyboard"
[    23.299] (II) Using input driver 'libinput' for 'Power Button'
[    23.299] (**) Power Button: always reports core events
[    23.299] (**) Option "Device" "/dev/input/event1"
[    23.299] (II) event1  - Power Button: is tagged by udev as: Keyboard
[    23.299] (II) event1  - Power Button: device is a keyboard
[    23.299] (II) event1  - Power Button: device removed
[    23.316] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1/event1"
[    23.316] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 7)
[    23.316] (**) Option "xkb_layout" "us_intl"
[    23.316] (**) Option "xkb_variant" "intl"
[    23.317] (II) event1  - Power Button: is tagged by udev as: Keyboard
[    23.317] (II) event1  - Power Button: device is a keyboard
[    23.318] (II) config/udev: Adding input device Sleep Button (/dev/input/event0)
[    23.318] (**) Sleep Button: Applying InputClass "libinput keyboard catchall"
[    23.318] (**) Sleep Button: Applying InputClass "system-keyboard"
[    23.318] (**) Sleep Button: Applying InputClass "system-keyboard"
[    23.318] (II) Using input driver 'libinput' for 'Sleep Button'
[    23.318] (**) Sleep Button: always reports core events
[    23.318] (**) Option "Device" "/dev/input/event0"
[    23.319] (II) event0  - Sleep Button: is tagged by udev as: Keyboard
[    23.319] (II) event0  - Sleep Button: device is a keyboard
[    23.319] (II) event0  - Sleep Button: device removed
[    23.340] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input0/event0"
[    23.340] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 8)
[    23.340] (**) Option "xkb_layout" "us_intl"
[    23.340] (**) Option "xkb_variant" "intl"
[    23.343] (II) event0  - Sleep Button: is tagged by udev as: Keyboard
[    23.343] (II) event0  - Sleep Button: device is a keyboard
[    23.346] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=8 (/dev/input/event10)
[    23.346] (II) No input driver specified, ignoring this device.
[    23.346] (II) This device may have been added with another device file.
[    23.347] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=9 (/dev/input/event11)
[    23.347] (II) No input driver specified, ignoring this device.
[    23.347] (II) This device may have been added with another device file.
[    23.349] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 (/dev/input/event8)
[    23.349] (II) No input driver specified, ignoring this device.
[    23.349] (II) This device may have been added with another device file.
[    23.350] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=7 (/dev/input/event9)
[    23.350] (II) No input driver specified, ignoring this device.
[    23.350] (II) This device may have been added with another device file.
[    23.353] (II) config/udev: Adding input device Dell Computer Corp Dell Universal Receiver (/dev/input/event3)
[    23.353] (**) Dell Computer Corp Dell Universal Receiver: Applying InputClass "libinput keyboard catchall"
[    23.353] (**) Dell Computer Corp Dell Universal Receiver: Applying InputClass "system-keyboard"
[    23.353] (**) Dell Computer Corp Dell Universal Receiver: Applying InputClass "system-keyboard"
[    23.353] (II) Using input driver 'libinput' for 'Dell Computer Corp Dell Universal Receiver'
[    23.353] (**) Dell Computer Corp Dell Universal Receiver: always reports core events
[    23.353] (**) Option "Device" "/dev/input/event3"
[    23.358] (II) event3  - Dell Computer Corp Dell Universal Receiver: is tagged by udev as: Keyboard
[    23.358] (II) event3  - Dell Computer Corp Dell Universal Receiver: device is a keyboard
[    23.359] (II) event3  - Dell Computer Corp Dell Universal Receiver: device removed
[    23.380] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-2/1-2:1.0/0003:413C:4503.0001/input/input3/event3"
[    23.380] (II) XINPUT: Adding extended input device "Dell Computer Corp Dell Universal Receiver" (type: KEYBOARD, id 9)
[    23.380] (**) Option "xkb_layout" "us_intl"
[    23.380] (**) Option "xkb_variant" "intl"
[    23.385] (II) event3  - Dell Computer Corp Dell Universal Receiver: is tagged by udev as: Keyboard
[    23.385] (II) event3  - Dell Computer Corp Dell Universal Receiver: device is a keyboard
[    23.389] (II) config/udev: Adding input device Dell Computer Corp Dell Universal Receiver Mouse (/dev/input/event4)
[    23.389] (**) Dell Computer Corp Dell Universal Receiver Mouse: Applying InputClass "libinput pointer catchall"
[    23.389] (II) Using input driver 'libinput' for 'Dell Computer Corp Dell Universal Receiver Mouse'
[    23.389] (**) Dell Computer Corp Dell Universal Receiver Mouse: always reports core events
[    23.389] (**) Option "Device" "/dev/input/event4"
[    23.394] (II) event4  - Dell Computer Corp Dell Universal Receiver Mouse: is tagged by udev as: Mouse
[    23.394] (II) event4  - Dell Computer Corp Dell Universal Receiver Mouse: device is a pointer
[    23.395] (II) event4  - Dell Computer Corp Dell Universal Receiver Mouse: device removed
[    23.433] (II) libinput: Dell Computer Corp Dell Universal Receiver Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[    23.433] (II) libinput: Dell Computer Corp Dell Universal Receiver Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[    23.433] (II) libinput: Dell Computer Corp Dell Universal Receiver Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[    23.433] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-2/1-2:1.1/0003:413C:4503.0002/input/input4/event4"
[    23.433] (II) XINPUT: Adding extended input device "Dell Computer Corp Dell Universal Receiver Mouse" (type: MOUSE, id 10)
[    23.433] (**) Option "AccelerationScheme" "none"
[    23.433] (**) Dell Computer Corp Dell Universal Receiver Mouse: (accel) selected scheme none/0
[    23.434] (**) Dell Computer Corp Dell Universal Receiver Mouse: (accel) acceleration factor: 2.000
[    23.434] (**) Dell Computer Corp Dell Universal Receiver Mouse: (accel) acceleration threshold: 4
[    23.438] (II) event4  - Dell Computer Corp Dell Universal Receiver Mouse: is tagged by udev as: Mouse
[    23.439] (II) event4  - Dell Computer Corp Dell Universal Receiver Mouse: device is a pointer
[    23.442] (II) config/udev: Adding input device Dell Computer Corp Dell Universal Receiver Mouse (/dev/input/mouse0)
[    23.442] (II) No input driver specified, ignoring this device.
[    23.442] (II) This device may have been added with another device file.
[    23.445] (II) config/udev: Adding input device Dell Computer Corp Dell Universal Receiver Consumer Control (/dev/input/event5)
[    23.445] (**) Dell Computer Corp Dell Universal Receiver Consumer Control: Applying InputClass "libinput keyboard catchall"
[    23.445] (**) Dell Computer Corp Dell Universal Receiver Consumer Control: Applying InputClass "system-keyboard"
[    23.445] (**) Dell Computer Corp Dell Universal Receiver Consumer Control: Applying InputClass "system-keyboard"
[    23.445] (II) Using input driver 'libinput' for 'Dell Computer Corp Dell Universal Receiver Consumer Control'
[    23.445] (**) Dell Computer Corp Dell Universal Receiver Consumer Control: always reports core events
[    23.445] (**) Option "Device" "/dev/input/event5"
[    23.450] (II) event5  - Dell Computer Corp Dell Universal Receiver Consumer Control: is tagged by udev as: Keyboard
[    23.450] (II) event5  - Dell Computer Corp Dell Universal Receiver Consumer Control: device is a keyboard
[    23.451] (II) event5  - Dell Computer Corp Dell Universal Receiver Consumer Control: device removed
[    23.470] (II) libinput: Dell Computer Corp Dell Universal Receiver Consumer Control: needs a virtual subdevice
[    23.470] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-2/1-2:1.1/0003:413C:4503.0002/input/input5/event5"
[    23.470] (II) XINPUT: Adding extended input device "Dell Computer Corp Dell Universal Receiver Consumer Control" (type: MOUSE, id 11)
[    23.470] (**) Option "AccelerationScheme" "none"
[    23.470] (**) Dell Computer Corp Dell Universal Receiver Consumer Control: (accel) selected scheme none/0
[    23.470] (**) Dell Computer Corp Dell Universal Receiver Consumer Control: (accel) acceleration factor: 2.000
[    23.470] (**) Dell Computer Corp Dell Universal Receiver Consumer Control: (accel) acceleration threshold: 4
[    23.475] (II) event5  - Dell Computer Corp Dell Universal Receiver Consumer Control: is tagged by udev as: Keyboard
[    23.475] (II) event5  - Dell Computer Corp Dell Universal Receiver Consumer Control: device is a keyboard
[    23.479] (II) config/udev: Adding input device Dell Computer Corp Dell Universal Receiver System Control (/dev/input/event6)
[    23.479] (**) Dell Computer Corp Dell Universal Receiver System Control: Applying InputClass "libinput keyboard catchall"
[    23.479] (**) Dell Computer Corp Dell Universal Receiver System Control: Applying InputClass "system-keyboard"
[    23.479] (**) Dell Computer Corp Dell Universal Receiver System Control: Applying InputClass "system-keyboard"
[    23.479] (II) Using input driver 'libinput' for 'Dell Computer Corp Dell Universal Receiver System Control'
[    23.479] (**) Dell Computer Corp Dell Universal Receiver System Control: always reports core events
[    23.479] (**) Option "Device" "/dev/input/event6"
[    23.484] (II) event6  - Dell Computer Corp Dell Universal Receiver System Control: is tagged by udev as: Keyboard
[    23.484] (II) event6  - Dell Computer Corp Dell Universal Receiver System Control: device is a keyboard
[    23.484] (II) event6  - Dell Computer Corp Dell Universal Receiver System Control: device removed
[    23.510] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-2/1-2:1.1/0003:413C:4503.0002/input/input6/event6"
[    23.510] (II) XINPUT: Adding extended input device "Dell Computer Corp Dell Universal Receiver System Control" (type: KEYBOARD, id 12)
[    23.510] (**) Option "xkb_layout" "us_intl"
[    23.510] (**) Option "xkb_variant" "intl"
[    23.515] (II) event6  - Dell Computer Corp Dell Universal Receiver System Control: is tagged by udev as: Keyboard
[    23.515] (II) event6  - Dell Computer Corp Dell Universal Receiver System Control: device is a keyboard
[    23.517] (II) config/udev: Adding input device HDA Intel PCH Front Mic (/dev/input/event12)
[    23.517] (II) No input driver specified, ignoring this device.
[    23.517] (II) This device may have been added with another device file.
[    23.519] (II) config/udev: Adding input device HDA Intel PCH Rear Mic (/dev/input/event13)
[    23.519] (II) No input driver specified, ignoring this device.
[    23.519] (II) This device may have been added with another device file.
[    23.520] (II) config/udev: Adding input device HDA Intel PCH Line (/dev/input/event14)
[    23.520] (II) No input driver specified, ignoring this device.
[    23.520] (II) This device may have been added with another device file.
[    23.521] (II) config/udev: Adding input device HDA Intel PCH Line Out (/dev/input/event15)
[    23.521] (II) No input driver specified, ignoring this device.
[    23.521] (II) This device may have been added with another device file.
[    23.523] (II) config/udev: Adding input device HDA Intel PCH Front Headphone (/dev/input/event16)
[    23.523] (II) No input driver specified, ignoring this device.
[    23.523] (II) This device may have been added with another device file.
[    23.524] (II) config/udev: Adding input device PC Speaker (/dev/input/event7)
[    23.525] (II) No input driver specified, ignoring this device.
[    23.525] (II) This device may have been added with another device file.
[    23.545] (**) Dell Computer Corp Dell Universal Receiver Consumer Control: Applying InputClass "libinput keyboard catchall"
[    23.545] (**) Dell Computer Corp Dell Universal Receiver Consumer Control: Applying InputClass "system-keyboard"
[    23.545] (**) Dell Computer Corp Dell Universal Receiver Consumer Control: Applying InputClass "system-keyboard"
[    23.545] (II) Using input driver 'libinput' for 'Dell Computer Corp Dell Universal Receiver Consumer Control'
[    23.545] (**) Dell Computer Corp Dell Universal Receiver Consumer Control: always reports core events
[    23.545] (**) Option "Device" "/dev/input/event5"
[    23.545] (II) libinput: Dell Computer Corp Dell Universal Receiver Consumer Control: is a virtual subdevice
[    23.545] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-2/1-2:1.1/0003:413C:4503.0002/input/input5/event5"
[    23.545] (II) XINPUT: Adding extended input device "Dell Computer Corp Dell Universal Receiver Consumer Control" (type: KEYBOARD, id 13)
[    23.545] (**) Option "xkb_layout" "us_intl"
[    23.545] (**) Option "xkb_variant" "intl"
[    33.934] (II) config/udev: Adding input device Keyboard K380 Keyboard (/dev/input/event17)
[    33.934] (**) Keyboard K380 Keyboard: Applying InputClass "libinput keyboard catchall"
[    33.935] (**) Keyboard K380 Keyboard: Applying InputClass "system-keyboard"
[    33.935] (**) Keyboard K380 Keyboard: Applying InputClass "system-keyboard"
[    33.935] (II) Using input driver 'libinput' for 'Keyboard K380 Keyboard'
[    33.935] (**) Keyboard K380 Keyboard: always reports core events
[    33.935] (**) Option "Device" "/dev/input/event17"
[    33.938] (II) event17 - Keyboard K380 Keyboard: is tagged by udev as: Keyboard
[    33.938] (II) event17 - Keyboard K380 Keyboard: device is a keyboard
[    33.939] (II) event17 - Keyboard K380 Keyboard: device removed
[    33.976] (**) Option "config_info" "udev:/sys/devices/virtual/misc/uhid/0005:046D:B342.0004/input/input17/event17"
[    33.976] (II) XINPUT: Adding extended input device "Keyboard K380 Keyboard" (type: KEYBOARD, id 14)
[    33.976] (**) Option "xkb_layout" "us_intl"
[    33.976] (**) Option "xkb_variant" "intl"
[    33.980] (II) event17 - Keyboard K380 Keyboard: is tagged by udev as: Keyboard
[    33.980] (II) event17 - Keyboard K380 Keyboard: device is a keyboard
[    41.293] (--) NVIDIA(GPU-0): DFP-0: disconnected
[    41.293] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[    41.293] (--) NVIDIA(GPU-0): DFP-0: 330.0 MHz maximum pixel clock
[    41.293] (--) NVIDIA(GPU-0): 
[    41.342] (--) NVIDIA(GPU-0): Asustek Computer Inc ASUS VY279 (DFP-1): connected
[    41.342] (--) NVIDIA(GPU-0): Asustek Computer Inc ASUS VY279 (DFP-1): Internal TMDS
[    41.342] (--) NVIDIA(GPU-0): Asustek Computer Inc ASUS VY279 (DFP-1): 600.0 MHz maximum pixel clock
[    41.342] (--) NVIDIA(GPU-0): 
[    41.342] (--) NVIDIA(GPU-0): DFP-2: disconnected
[    41.342] (--) NVIDIA(GPU-0): DFP-2: Internal DisplayPort
[    41.342] (--) NVIDIA(GPU-0): DFP-2: 2660.0 MHz maximum pixel clock
[    41.342] (--) NVIDIA(GPU-0): 
[    41.343] (--) NVIDIA(GPU-0): DFP-3: disconnected
[    41.343] (--) NVIDIA(GPU-0): DFP-3: Internal TMDS
[    41.343] (--) NVIDIA(GPU-0): DFP-3: 165.0 MHz maximum pixel clock
[    41.343] (--) NVIDIA(GPU-0): 
[    43.439] (--) NVIDIA(GPU-0): DFP-0: disconnected
[    43.439] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[    43.439] (--) NVIDIA(GPU-0): DFP-0: 330.0 MHz maximum pixel clock
[    43.439] (--) NVIDIA(GPU-0): 
[    43.484] (--) NVIDIA(GPU-0): Asustek Computer Inc ASUS VY279 (DFP-1): connected
[    43.484] (--) NVIDIA(GPU-0): Asustek Computer Inc ASUS VY279 (DFP-1): Internal TMDS
[    43.484] (--) NVIDIA(GPU-0): Asustek Computer Inc ASUS VY279 (DFP-1): 600.0 MHz maximum pixel clock
[    43.484] (--) NVIDIA(GPU-0): 
[    43.484] (--) NVIDIA(GPU-0): DFP-2: disconnected
[    43.484] (--) NVIDIA(GPU-0): DFP-2: Internal DisplayPort
[    43.484] (--) NVIDIA(GPU-0): DFP-2: 2660.0 MHz maximum pixel clock
[    43.484] (--) NVIDIA(GPU-0): 
[    43.484] (--) NVIDIA(GPU-0): DFP-3: disconnected
[    43.484] (--) NVIDIA(GPU-0): DFP-3: Internal TMDS
[    43.484] (--) NVIDIA(GPU-0): DFP-3: 165.0 MHz maximum pixel clock
[    43.484] (--) NVIDIA(GPU-0): 
[   894.606] (--) NVIDIA(GPU-0): Asustek Computer Inc ASUS VY279 (DFP-1): connected
[   894.606] (--) NVIDIA(GPU-0): Asustek Computer Inc ASUS VY279 (DFP-1): Internal TMDS
[   894.606] (--) NVIDIA(GPU-0): Asustek Computer Inc ASUS VY279 (DFP-1): 600.0 MHz maximum pixel clock
[   894.606] (--) NVIDIA(GPU-0): 
[   894.658] (--) NVIDIA(GPU-0): Asustek Computer Inc ASUS VY279 (DFP-1): connected
[   894.658] (--) NVIDIA(GPU-0): Asustek Computer Inc ASUS VY279 (DFP-1): Internal TMDS
[   894.658] (--) NVIDIA(GPU-0): Asustek Computer Inc ASUS VY279 (DFP-1): 600.0 MHz maximum pixel clock
[   894.658] (--) NVIDIA(GPU-0): 
[   926.847] (--) NVIDIA(GPU-0): Asustek Computer Inc ASUS VY279 (DFP-1): connected
[   926.847] (--) NVIDIA(GPU-0): Asustek Computer Inc ASUS VY279 (DFP-1): Internal TMDS
[   926.847] (--) NVIDIA(GPU-0): Asustek Computer Inc ASUS VY279 (DFP-1): 600.0 MHz maximum pixel clock
[   926.847] (--) NVIDIA(GPU-0): 
[   926.892] (--) NVIDIA(GPU-0): Asustek Computer Inc ASUS VY279 (DFP-1): connected
[   926.892] (--) NVIDIA(GPU-0): Asustek Computer Inc ASUS VY279 (DFP-1): Internal TMDS
[   926.892] (--) NVIDIA(GPU-0): Asustek Computer Inc ASUS VY279 (DFP-1): 600.0 MHz maximum pixel clock
[   926.892] (--) NVIDIA(GPU-0): 

Offline

#4 2024-07-14 15:49:07

seth
Member
Registered: 2012-09-03
Posts: 57,445

Re: Multihead problems

but the nvidia package does not install with that downgrade

What does that mean?
nb. that you'll need the linux-headers package to build dkms modules.

[    21.574] (II) Platform probe for /sys/devices/pci0000:00/0000:00:01.0/0000:01:00.0/simple-framebuffer.0/drm/card0

Enable https://wiki.archlinux.org/title/NVIDIA … de_setting - use the "nvidia_drm.modeset=1" kernel parameter (modprobe.conf won't do!) to get rid of the simpledrm device and also expose the EDID to the drm subsystem.

The xorg log has exclusively

[   894.606] (--) NVIDIA(GPU-0): Asustek Computer Inc ASUS VY279 (DFP-1): connected

Is this supposed to be w/ the second output attached?

Offline

#5 2024-07-14 19:42:57

PDA
Member
Registered: 2024-07-12
Posts: 9

Re: Multihead problems

seth wrote:

but the nvidia package does not install with that downgrade

What does that mean?
nb. that you'll need the linux-headers package to build dkms modules.

I first tried to uninstall nvidia-utils but it is a dependency for nvidia package, so I uninstalled all related packages and then installed nvidia-535xx-utils but when I reboot the computer, the resolution had crashed and when I request nvidia packages installation, the system required me to install with the latest dependency version

so, I returned it to the most update version

seth wrote:
[    21.574] (II) Platform probe for /sys/devices/pci0000:00/0000:00:01.0/0000:01:00.0/simple-framebuffer.0/drm/card0

Enable https://wiki.archlinux.org/title/NVIDIA … de_setting - use the "nvidia_drm.modeset=1" kernel parameter (modprobe.conf won't do!) to get rid of the simpledrm device and also expose the EDID to the drm subsystem.

as described in the link you sent me, I defined it using a file in /etc/modprobe.d, where I inserted the following code:

options nvidia_drm modeset=1
seth wrote:

The xorg log has exclusively

[   894.606] (--) NVIDIA(GPU-0): Asustek Computer Inc ASUS VY279 (DFP-1): connected

Is this supposed to be w/ the second output attached?

I'm not sure if I get it

Offline

#6 2024-07-14 19:54:30

seth
Member
Registered: 2012-09-03
Posts: 57,445

Re: Multihead problems

then installed nvidia-535xx-utils

You'll still need nvidia-535xx-dkms, the linux-headers and make sure that the module got installed for your kernel ("dkms status")
Also don't uninstall anything, installing the 535xx packages will cause a conflict and pacman will ask you whether you want to replace the present (555xx) packages.

as described in the link you sent me

seth wrote:

use the "nvidia_drm.modeset=1" kernel parameter (modprobe.conf won't do!)

I'm not sure if I get it

When that X11 server ran, there was only a single output.

Offline

#7 2024-07-16 03:16:51

PDA
Member
Registered: 2024-07-12
Posts: 9

Re: Multihead problems

I installed the nvidia-535xx-dkms, but without the nvidia package the resolution stay on the terrible 1024 x 768 without change possibility (today I use 1440 x 780)

when I try to install nvidia package to solve that issue, pacman requires me to update other nvidia packages

and just a quick comment: I inserted "nvidia_drm.modeset=1" in a file, but the monitor stay blank after the boot

Offline

#8 2024-07-16 05:51:46

seth
Member
Registered: 2012-09-03
Posts: 57,445

Re: Multihead problems

Please don't paraphrase, https://bbs.archlinux.org/viewtopic.php?id=57855

dkms status
pacman -Qs 'nvidia|kernel'

Offline

#9 2024-07-16 12:53:22

PDA
Member
Registered: 2024-07-12
Posts: 9

Re: Multihead problems

seth wrote:

Ok!!

seth wrote:
dkms status
pacman -Qs 'nvidia|kernel'
[paulo@arch-endeavor ~]$ dkms status
[paulo@arch-endeavor ~]$ pacman -Qs 'nvidia|kernel'
local/dkms 3.0.12-1
    Dynamic Kernel Modules System
local/egl-wayland 2:1.1.13-2
    EGLStream-based Wayland external platform
local/fuse3 3.16.2-1
    Interface for userspace programs to export a filesystem to the Linux kernel
local/iptables 1:1.8.10-2
    Linux kernel packet control tool (using legacy interface)
local/kmod 32-1
    Linux kernel module management tools and library
local/libdrm 2.4.122-1
    Userspace interface to kernel DRM services
local/libnetfilter_conntrack 1.0.9-2
    Library providing an API to the in-kernel connection tracking state table
local/libnfnetlink 1.0.2-2
    Low-level library for netfilter related kernel/userspace communication
local/libsysprof-capture 46.0-3
    Kernel based performance profiler - capture library
local/libvdpau 1.5-3
    Nvidia VDPAU library
local/libxnvctrl 555.58.02-1
    NVIDIA NV-CONTROL X extension
local/linux 6.9.9.arch1-1
    The Linux kernel and modules
local/linux-api-headers 6.8-1
    Kernel headers sanitized for use in userspace
local/mtdev 1.1.7-1
    A stand-alone library which transforms all variants of kernel MT events to the slotted type B protocol
local/nvidia 555.58.02-3
    NVIDIA drivers for linux
local/nvidia-utils 555.58.02-1
    NVIDIA drivers utilities
local/opencl-nvidia-535xx 535.183.01-1
    OpenCL implemention for NVIDIA, 535 branch
local/virtualbox-host-dkms 7.0.18-1
    VirtualBox Host kernel modules sources

Offline

#10 2024-07-16 12:55:02

seth
Member
Registered: 2012-09-03
Posts: 57,445

Re: Multihead problems

Yeah, you've no dkms module built since you didn't install the linux-headers package…

Offline

#11 2024-07-16 14:18:43

PDA
Member
Registered: 2024-07-12
Posts: 9

Re: Multihead problems

I installed the following package

sudo pacman -S linux-headers

and here is the new result:

[paulo@arch-endeavor linux]$ dkms status
vboxhost/7.0.18_OSE, 6.9.9-arch1-1, x86_64: installed
[paulo@arch-endeavor linux]$ pacman -Qs 'nvidia|kernel'
local/dkms 3.0.12-1
    Dynamic Kernel Modules System
local/egl-wayland 2:1.1.13-2
    EGLStream-based Wayland external platform
local/fuse3 3.16.2-1
    Interface for userspace programs to export a filesystem to the Linux kernel
local/iptables 1:1.8.10-2
    Linux kernel packet control tool (using legacy interface)
local/kmod 32-1
    Linux kernel module management tools and library
local/libdrm 2.4.122-1
    Userspace interface to kernel DRM services
local/libnetfilter_conntrack 1.0.9-2
    Library providing an API to the in-kernel connection tracking state table
local/libnfnetlink 1.0.2-2
    Low-level library for netfilter related kernel/userspace communication
local/libsysprof-capture 46.0-3
    Kernel based performance profiler - capture library
local/libvdpau 1.5-3
    Nvidia VDPAU library
local/libxnvctrl 555.58.02-1
    NVIDIA NV-CONTROL X extension
local/linux 6.9.9.arch1-1
    The Linux kernel and modules
local/linux-api-headers 6.8-1
    Kernel headers sanitized for use in userspace
local/linux-headers 6.9.9.arch1-1
    Headers and scripts for building modules for the Linux kernel
local/mtdev 1.1.7-1
    A stand-alone library which transforms all variants of kernel MT events to the slotted type B protocol
local/nvidia 555.58.02-3
    NVIDIA drivers for linux
local/nvidia-utils 555.58.02-1
    NVIDIA drivers utilities
local/opencl-nvidia-535xx 535.183.01-1
    OpenCL implemention for NVIDIA, 535 branch
local/virtualbox-host-dkms 7.0.18-1
    VirtualBox Host kernel modules sources

Offline

#12 2024-07-16 14:49:02

seth
Member
Registered: 2012-09-03
Posts: 57,445

Re: Multihead problems

It built vbox, but you'll still have to install the 535xx packages  - afterwards you should have the nvidia driver listed as installed (not only "added") in the dkms status and be good to go.

Offline

#13 2024-07-23 21:50:01

PDA
Member
Registered: 2024-07-12
Posts: 9

Re: Multihead problems

I had to reinstall Arch from scratch (unrelated to the multihead issue). I performed the installation using the 535xx drivers, but the resolution is stuck at 1024x768, which is quite poor, and checking the display settings there is no possibility to change that:

display settings

Offline

#14 2024-07-23 21:52:01

seth
Member
Registered: 2012-09-03
Posts: 57,445

Re: Multihead problems

That's the simpledrm device, please post your Xorg log, https://wiki.archlinux.org/title/Xorg#General and the output of

dkms status
lsmod | grep nvidia

Offline

#15 2024-07-23 23:21:05

PDA
Member
Registered: 2024-07-12
Posts: 9

Re: Multihead problems

sure, here it is:

seth wrote:

please post your Xorg log

[    76.818] _XSERVTransSocketUNIXCreateListener: ...SocketCreateListener() failed
[    76.818] (--) Log file renamed from "/var/log/Xorg.pid-1045.log" to "/var/log/Xorg.1.log"
[    76.818] 
X.Org X Server 1.21.1.13
X Protocol Version 11, Revision 0
[    76.818] Current Operating System: Linux archlinux 6.9.10-arch1-1 #1 SMP PREEMPT_DYNAMIC Thu, 18 Jul 2024 18:06:13 +0000 x86_64
[    76.818] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=d9f8cddd-a12a-46fe-92f2-38a0e895c692 rw loglevel=3 quiet
[    76.819]  
[    76.819] Current version of pixman: 0.43.4
[    76.819] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[    76.819] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    76.819] (==) Log file: "/var/log/Xorg.1.log", Time: Tue Jul 23 16:11:25 2024
[    76.819] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[    76.819] (==) No Layout section.  Using the first Screen section.
[    76.819] (==) No screen section available. Using defaults.
[    76.819] (**) |-->Screen "Default Screen Section" (0)
[    76.819] (**) |   |-->Monitor "<default monitor>"
[    76.819] (==) No monitor specified for screen "Default Screen Section".
	Using a default monitor configuration.
[    76.819] (**) Allowing byte-swapped clients
[    76.819] (==) Automatically adding devices
[    76.819] (==) Automatically enabling devices
[    76.819] (==) Automatically adding GPU devices
[    76.819] (==) Automatically binding GPU devices
[    76.819] (==) Max clients allowed: 256, resource mask: 0x1fffff
[    76.819] (WW) The directory "/usr/share/fonts/misc" does not exist.
[    76.819] 	Entry deleted from font path.
[    76.819] (WW) The directory "/usr/share/fonts/TTF" does not exist.
[    76.819] 	Entry deleted from font path.
[    76.819] (WW) The directory "/usr/share/fonts/OTF" does not exist.
[    76.819] 	Entry deleted from font path.
[    76.819] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[    76.819] 	Entry deleted from font path.
[    76.819] (WW) The directory "/usr/share/fonts/100dpi" does not exist.
[    76.819] 	Entry deleted from font path.
[    76.819] (WW) The directory "/usr/share/fonts/75dpi" does not exist.
[    76.819] 	Entry deleted from font path.
[    76.819] (==) FontPath set to:
	
[    76.819] (==) ModulePath set to "/usr/lib/xorg/modules"
[    76.819] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[    76.819] (II) Module ABI versions:
[    76.819] 	X.Org ANSI C Emulation: 0.4
[    76.819] 	X.Org Video Driver: 25.2
[    76.819] 	X.Org XInput driver : 24.4
[    76.819] 	X.Org Server Extension : 10.0
[    76.819] (++) using VT number 2

[    76.820] (II) systemd-logind: took control of session /org/freedesktop/login1/session/_33
[    76.821] (II) xfree86: Adding drm device (/dev/dri/card1)
[    76.821] (II) Platform probe for /sys/devices/pci0000:00/0000:00:01.0/0000:01:00.0/drm/card1
[    76.821] (II) systemd-logind: got fd for /dev/dri/card1 226:1 fd 15 paused 0
[    76.822] (II) xfree86: Adding drm device (/dev/dri/card0)
[    76.822] (II) Platform probe for /sys/devices/pci0000:00/0000:00:01.0/0000:01:00.0/simple-framebuffer.0/drm/card0
[    76.822] (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 16 paused 0
[    76.823] (**) OutputClass "nvidia" ModulePath extended to "/usr/lib/nvidia/xorg,/usr/lib/xorg/modules,/usr/lib/xorg/modules"
[    76.824] (--) PCI:*(1@0:0:0) 10de:2187:196e:1355 rev 161, Mem @ 0xa4000000/16777216, 0x90000000/268435456, 0xa2000000/33554432, I/O @ 0x00004000/128, BIOS @ 0x????????/131072
[    76.824] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[    76.824] (II) LoadModule: "glx"
[    76.824] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[    76.825] (II) Module glx: vendor="X.Org Foundation"
[    76.825] 	compiled for 1.21.1.13, module version = 1.0.0
[    76.825] 	ABI class: X.Org Server Extension, version 10.0
[    76.825] (II) Applying OutputClass "nvidia" to /dev/dri/card1
[    76.825] 	loading driver: nvidia
[    76.825] (==) Matched nouveau as autoconfigured driver 0
[    76.825] (==) Matched nv as autoconfigured driver 1
[    76.825] (==) Matched nvidia as autoconfigured driver 2
[    76.825] (==) Matched modesetting as autoconfigured driver 3
[    76.825] (==) Matched fbdev as autoconfigured driver 4
[    76.825] (==) Matched vesa as autoconfigured driver 5
[    76.825] (==) Assigned the driver to the xf86ConfigLayout
[    76.825] (II) LoadModule: "nouveau"
[    76.826] (WW) Warning, couldn't open module nouveau
[    76.826] (EE) Failed to load module "nouveau" (module does not exist, 0)
[    76.826] (II) LoadModule: "nv"
[    76.826] (WW) Warning, couldn't open module nv
[    76.826] (EE) Failed to load module "nv" (module does not exist, 0)
[    76.826] (II) LoadModule: "nvidia"
[    76.826] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
[    76.826] (II) Module nvidia: vendor="NVIDIA Corporation"
[    76.826] 	compiled for 1.6.99.901, module version = 1.0.0
[    76.826] 	Module class: X.Org Video Driver
[    76.826] (II) LoadModule: "modesetting"
[    76.826] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[    76.827] (II) Module modesetting: vendor="X.Org Foundation"
[    76.827] 	compiled for 1.21.1.13, module version = 1.21.1
[    76.827] 	Module class: X.Org Video Driver
[    76.827] 	ABI class: X.Org Video Driver, version 25.2
[    76.827] (II) LoadModule: "fbdev"
[    76.827] (WW) Warning, couldn't open module fbdev
[    76.827] (EE) Failed to load module "fbdev" (module does not exist, 0)
[    76.827] (II) LoadModule: "vesa"
[    76.827] (WW) Warning, couldn't open module vesa
[    76.827] (EE) Failed to load module "vesa" (module does not exist, 0)
[    76.827] (II) NVIDIA dlloader X Driver  535.183.01  Sun May 12 19:35:37 UTC 2024
[    76.827] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[    76.827] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[    76.827] (II) systemd-logind: releasing fd for 226:0
[    76.828] (II) Loading sub module "fb"
[    76.828] (II) LoadModule: "fb"
[    76.828] (II) Module "fb" already built-in
[    76.828] (II) Loading sub module "wfb"
[    76.828] (II) LoadModule: "wfb"
[    76.828] (II) Loading /usr/lib/xorg/modules/libwfb.so
[    76.828] (II) Module wfb: vendor="X.Org Foundation"
[    76.828] 	compiled for 1.21.1.13, module version = 1.0.0
[    76.828] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    76.828] (WW) Falling back to old probe method for modesetting
[    76.830] (II) systemd-logind: releasing fd for 226:1
[    76.830] (II) NVIDIA(0): Creating default Display subsection in Screen section
	"Default Screen Section" for depth/fbbpp 24/32
[    76.830] (==) NVIDIA(0): Depth 24, (==) framebuffer bpp 32
[    76.830] (==) NVIDIA(0): RGB weight 888
[    76.830] (==) NVIDIA(0): Default visual is TrueColor
[    76.830] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
[    76.831] (**) NVIDIA(0): Enabling 2D acceleration
[    76.831] (II) Loading sub module "glxserver_nvidia"
[    76.831] (II) LoadModule: "glxserver_nvidia"
[    76.831] (II) Loading /usr/lib/nvidia/xorg/libglxserver_nvidia.so
[    76.837] (II) Module glxserver_nvidia: vendor="NVIDIA Corporation"
[    76.837] 	compiled for 1.6.99.901, module version = 1.0.0
[    76.837] 	Module class: X.Org Server Extension
[    76.837] (II) NVIDIA GLX Module  535.183.01  Sun May 12 19:37:53 UTC 2024
[    76.837] (II) NVIDIA: The X server supports PRIME Render Offload.
[    76.838] (--) NVIDIA(0): Valid display device(s) on GPU-0 at PCI:1:0:0
[    76.838] (--) NVIDIA(0):     DFP-0
[    76.838] (--) NVIDIA(0):     DFP-1 (boot)
[    76.838] (--) NVIDIA(0):     DFP-2
[    76.838] (--) NVIDIA(0):     DFP-3
[    76.839] (II) NVIDIA(0): NVIDIA GPU NVIDIA GeForce GTX 1650 SUPER (TU116-A) at
[    76.839] (II) NVIDIA(0):     PCI:1:0:0 (GPU-0)
[    76.839] (--) NVIDIA(0): Memory: 4194304 kBytes
[    76.839] (--) NVIDIA(0): VideoBIOS: 90.16.46.00.f4
[    76.839] (II) NVIDIA(0): Detected PCI Express Link width: 16X
[    76.882] (--) NVIDIA(GPU-0): DELL P2421D (DFP-0): connected
[    76.882] (--) NVIDIA(GPU-0): DELL P2421D (DFP-0): Internal TMDS
[    76.882] (--) NVIDIA(GPU-0): DELL P2421D (DFP-0): 600.0 MHz maximum pixel clock
[    76.882] (--) NVIDIA(GPU-0): 
[    76.925] (--) NVIDIA(GPU-0): Asustek Computer Inc ASUS VY279 (DFP-1): connected
[    76.925] (--) NVIDIA(GPU-0): Asustek Computer Inc ASUS VY279 (DFP-1): Internal TMDS
[    76.925] (--) NVIDIA(GPU-0): Asustek Computer Inc ASUS VY279 (DFP-1): 600.0 MHz maximum pixel clock
[    76.925] (--) NVIDIA(GPU-0): 
[    76.925] (--) NVIDIA(GPU-0): DFP-2: disconnected
[    76.925] (--) NVIDIA(GPU-0): DFP-2: Internal DisplayPort
[    76.925] (--) NVIDIA(GPU-0): DFP-2: 2660.0 MHz maximum pixel clock
[    76.925] (--) NVIDIA(GPU-0): 
[    76.925] (--) NVIDIA(GPU-0): DFP-3: disconnected
[    76.925] (--) NVIDIA(GPU-0): DFP-3: Internal TMDS
[    76.925] (--) NVIDIA(GPU-0): DFP-3: 165.0 MHz maximum pixel clock
[    76.925] (--) NVIDIA(GPU-0): 
[    77.018] (==) NVIDIA(0): 
[    77.018] (==) NVIDIA(0): No modes were requested; the default mode "nvidia-auto-select"
[    77.018] (==) NVIDIA(0):     will be used as the requested mode.
[    77.018] (==) NVIDIA(0): 
[    77.019] (II) NVIDIA(0): Validated MetaModes:
[    77.019] (II) NVIDIA(0):     "DFP-1:nvidia-auto-select,DFP-0:nvidia-auto-select"
[    77.019] (II) NVIDIA(0): Virtual screen size determined to be 4480 x 1440
[    77.068] (--) NVIDIA(0): DPI set to (81, 80); computed from "UseEdidDpi" X config
[    77.068] (--) NVIDIA(0):     option
[    77.068] (==) NVIDIA(G0): Depth 24, (==) framebuffer bpp 32
[    77.068] (==) NVIDIA(G0): RGB weight 888
[    77.068] (==) NVIDIA(G0): Default visual is TrueColor
[    77.068] (==) NVIDIA(G0): Using gamma correction (1.0, 1.0, 1.0)
[    77.068] (II) Applying OutputClass "nvidia" options to /dev/dri/card1
[    77.068] (**) NVIDIA(G0): Option "AllowEmptyInitialConfiguration"
[    77.068] (**) NVIDIA(G0): Enabling 2D acceleration
[    77.068] (II) NVIDIA: The X server supports PRIME Render Offload.
[    77.068] (EE) NVIDIA(GPU-1): Failed to initialize the NVIDIA graphics device!
[    77.068] (EE) NVIDIA(G0): Failing initialization of X screen
[    77.068] (II) UnloadModule: "nvidia"
[    77.068] (II) UnloadSubModule: "wfb"
[    77.068] (II) UnloadModule: "modesetting"
[    77.068] (II) Unloading modesetting
[    77.069] (EE) NVIDIA(GPU-1): Failed to initialize the NVIDIA graphics device!
[    77.069] (II) NVIDIA(GPU-1): Deleting GPU-1
[    77.069] (II) NVIDIA: Reserving 24576.00 MB of virtual memory for indirect memory
[    77.069] (II) NVIDIA:     access.
[    77.072] (II) NVIDIA(0): ACPI: failed to connect to the ACPI event daemon; the daemon
[    77.072] (II) NVIDIA(0):     may not be running or the "AcpidSocketPath" X
[    77.072] (II) NVIDIA(0):     configuration option may not be set correctly.  When the
[    77.072] (II) NVIDIA(0):     ACPI event daemon is available, the NVIDIA X driver will
[    77.072] (II) NVIDIA(0):     try to use it to receive ACPI event notifications.  For
[    77.072] (II) NVIDIA(0):     details, please see the "ConnectToAcpid" and
[    77.072] (II) NVIDIA(0):     "AcpidSocketPath" X configuration options in Appendix B: X
[    77.072] (II) NVIDIA(0):     Config Options in the README.
[    77.091] (II) NVIDIA(0): Setting mode "DFP-1:nvidia-auto-select,DFP-0:nvidia-auto-select"
[    77.113] (==) NVIDIA(0): Disabling shared memory pixmaps
[    77.113] (==) NVIDIA(0): Backing store enabled
[    77.113] (==) NVIDIA(0): Silken mouse enabled
[    77.113] (==) NVIDIA(0): DPMS enabled
[    77.113] (II) Loading sub module "dri2"
[    77.113] (II) LoadModule: "dri2"
[    77.113] (II) Module "dri2" already built-in
[    77.113] (II) NVIDIA(0): [DRI2] Setup complete
[    77.113] (II) NVIDIA(0): [DRI2]   VDPAU driver: nvidia
[    77.113] (II) Initializing extension Generic Event Extension
[    77.113] (II) Initializing extension SHAPE
[    77.113] (II) Initializing extension MIT-SHM
[    77.113] (II) Initializing extension XInputExtension
[    77.114] (II) Initializing extension XTEST
[    77.114] (II) Initializing extension BIG-REQUESTS
[    77.114] (II) Initializing extension SYNC
[    77.114] (II) Initializing extension XKEYBOARD
[    77.114] (II) Initializing extension XC-MISC
[    77.114] (II) Initializing extension SECURITY
[    77.114] (II) Initializing extension XFIXES
[    77.114] (II) Initializing extension RENDER
[    77.114] (II) Initializing extension RANDR
[    77.114] (II) Initializing extension COMPOSITE
[    77.114] (II) Initializing extension DAMAGE
[    77.114] (II) Initializing extension MIT-SCREEN-SAVER
[    77.114] (II) Initializing extension DOUBLE-BUFFER
[    77.114] (II) Initializing extension RECORD
[    77.115] (II) Initializing extension DPMS
[    77.115] (II) Initializing extension Present
[    77.115] (II) Initializing extension DRI3
[    77.115] (II) Initializing extension X-Resource
[    77.115] (II) Initializing extension XVideo
[    77.115] (II) Initializing extension XVideo-MotionCompensation
[    77.115] (II) Initializing extension GLX
[    77.115] (II) Initializing extension GLX
[    77.115] (II) Indirect GLX disabled.
[    77.115] (II) GLX: Another vendor is already registered for screen 0
[    77.115] (II) Initializing extension XFree86-VidModeExtension
[    77.115] (II) Initializing extension XFree86-DGA
[    77.115] (II) Initializing extension XFree86-DRI
[    77.115] (II) Initializing extension DRI2
[    77.115] (II) Initializing extension NV-GLX
[    77.115] (II) Initializing extension NV-CONTROL
[    77.115] (II) Initializing extension XINERAMA
[    77.160] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[    77.160] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[    77.160] (II) LoadModule: "libinput"
[    77.160] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[    77.161] (II) Module libinput: vendor="X.Org Foundation"
[    77.161] 	compiled for 1.21.1.13, module version = 1.4.0
[    77.161] 	Module class: X.Org XInput Driver
[    77.161] 	ABI class: X.Org XInput driver, version 24.4
[    77.161] (II) Using input driver 'libinput' for 'Power Button'
[    77.162] (II) systemd-logind: got fd for /dev/input/event2 13:66 fd 43 paused 0
[    77.162] (**) Power Button: always reports core events
[    77.162] (**) Option "Device" "/dev/input/event2"
[    77.163] (II) event2  - Power Button: is tagged by udev as: Keyboard
[    77.163] (II) event2  - Power Button: device is a keyboard
[    77.163] (II) event2  - Power Button: device removed
[    77.163] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input2/event2"
[    77.163] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[    77.164] (II) event2  - Power Button: is tagged by udev as: Keyboard
[    77.164] (II) event2  - Power Button: device is a keyboard
[    77.164] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[    77.164] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[    77.164] (II) Using input driver 'libinput' for 'Power Button'
[    77.165] (II) systemd-logind: got fd for /dev/input/event1 13:65 fd 46 paused 0
[    77.165] (**) Power Button: always reports core events
[    77.165] (**) Option "Device" "/dev/input/event1"
[    77.166] (II) event1  - Power Button: is tagged by udev as: Keyboard
[    77.166] (II) event1  - Power Button: device is a keyboard
[    77.166] (II) event1  - Power Button: device removed
[    77.166] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1/event1"
[    77.166] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 7)
[    77.166] (II) event1  - Power Button: is tagged by udev as: Keyboard
[    77.166] (II) event1  - Power Button: device is a keyboard
[    77.167] (II) config/udev: Adding input device Sleep Button (/dev/input/event0)
[    77.167] (**) Sleep Button: Applying InputClass "libinput keyboard catchall"
[    77.167] (II) Using input driver 'libinput' for 'Sleep Button'
[    77.167] (II) systemd-logind: got fd for /dev/input/event0 13:64 fd 47 paused 0
[    77.167] (**) Sleep Button: always reports core events
[    77.167] (**) Option "Device" "/dev/input/event0"
[    77.168] (II) event0  - Sleep Button: is tagged by udev as: Keyboard
[    77.168] (II) event0  - Sleep Button: device is a keyboard
[    77.168] (II) event0  - Sleep Button: device removed
[    77.168] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input0/event0"
[    77.168] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 8)
[    77.169] (II) event0  - Sleep Button: is tagged by udev as: Keyboard
[    77.169] (II) event0  - Sleep Button: device is a keyboard
[    77.170] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 (/dev/input/event11)
[    77.170] (II) No input driver specified, ignoring this device.
[    77.170] (II) This device may have been added with another device file.
[    77.170] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=7 (/dev/input/event12)
[    77.170] (II) No input driver specified, ignoring this device.
[    77.170] (II) This device may have been added with another device file.
[    77.170] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=8 (/dev/input/event13)
[    77.170] (II) No input driver specified, ignoring this device.
[    77.170] (II) This device may have been added with another device file.
[    77.171] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=9 (/dev/input/event14)
[    77.171] (II) No input driver specified, ignoring this device.
[    77.171] (II) This device may have been added with another device file.
[    77.171] (II) config/udev: Adding input device Dell Computer Corp Dell Universal Receiver (/dev/input/event3)
[    77.171] (**) Dell Computer Corp Dell Universal Receiver: Applying InputClass "libinput keyboard catchall"
[    77.171] (II) Using input driver 'libinput' for 'Dell Computer Corp Dell Universal Receiver'
[    77.172] (II) systemd-logind: got fd for /dev/input/event3 13:67 fd 48 paused 0
[    77.172] (**) Dell Computer Corp Dell Universal Receiver: always reports core events
[    77.172] (**) Option "Device" "/dev/input/event3"
[    77.173] (II) event3  - Dell Computer Corp Dell Universal Receiver: is tagged by udev as: Keyboard
[    77.173] (II) event3  - Dell Computer Corp Dell Universal Receiver: device is a keyboard
[    77.173] (II) event3  - Dell Computer Corp Dell Universal Receiver: device removed
[    77.173] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-2/1-2:1.0/0003:413C:4503.0001/input/input3/event3"
[    77.173] (II) XINPUT: Adding extended input device "Dell Computer Corp Dell Universal Receiver" (type: KEYBOARD, id 9)
[    77.174] (II) event3  - Dell Computer Corp Dell Universal Receiver: is tagged by udev as: Keyboard
[    77.174] (II) event3  - Dell Computer Corp Dell Universal Receiver: device is a keyboard
[    77.175] (II) config/udev: Adding input device Dell Computer Corp Dell Universal Receiver Mouse (/dev/input/event4)
[    77.175] (**) Dell Computer Corp Dell Universal Receiver Mouse: Applying InputClass "libinput pointer catchall"
[    77.175] (II) Using input driver 'libinput' for 'Dell Computer Corp Dell Universal Receiver Mouse'
[    77.175] (II) systemd-logind: got fd for /dev/input/event4 13:68 fd 49 paused 0
[    77.175] (**) Dell Computer Corp Dell Universal Receiver Mouse: always reports core events
[    77.175] (**) Option "Device" "/dev/input/event4"
[    77.176] (II) event4  - Dell Computer Corp Dell Universal Receiver Mouse: is tagged by udev as: Mouse
[    77.177] (II) event4  - Dell Computer Corp Dell Universal Receiver Mouse: device is a pointer
[    77.177] (II) event4  - Dell Computer Corp Dell Universal Receiver Mouse: device removed
[    77.177] (II) libinput: Dell Computer Corp Dell Universal Receiver Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[    77.177] (II) libinput: Dell Computer Corp Dell Universal Receiver Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[    77.177] (II) libinput: Dell Computer Corp Dell Universal Receiver Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[    77.177] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-2/1-2:1.1/0003:413C:4503.0002/input/input4/event4"
[    77.177] (II) XINPUT: Adding extended input device "Dell Computer Corp Dell Universal Receiver Mouse" (type: MOUSE, id 10)
[    77.177] (**) Option "AccelerationScheme" "none"
[    77.177] (**) Dell Computer Corp Dell Universal Receiver Mouse: (accel) selected scheme none/0
[    77.177] (**) Dell Computer Corp Dell Universal Receiver Mouse: (accel) acceleration factor: 2.000
[    77.177] (**) Dell Computer Corp Dell Universal Receiver Mouse: (accel) acceleration threshold: 4
[    77.178] (II) event4  - Dell Computer Corp Dell Universal Receiver Mouse: is tagged by udev as: Mouse
[    77.178] (II) event4  - Dell Computer Corp Dell Universal Receiver Mouse: device is a pointer
[    77.179] (II) config/udev: Adding input device Dell Computer Corp Dell Universal Receiver Mouse (/dev/input/mouse0)
[    77.179] (II) No input driver specified, ignoring this device.
[    77.179] (II) This device may have been added with another device file.
[    77.179] (II) config/udev: Adding input device Dell Computer Corp Dell Universal Receiver Consumer Control (/dev/input/event5)
[    77.179] (**) Dell Computer Corp Dell Universal Receiver Consumer Control: Applying InputClass "libinput keyboard catchall"
[    77.179] (II) Using input driver 'libinput' for 'Dell Computer Corp Dell Universal Receiver Consumer Control'
[    77.180] (II) systemd-logind: got fd for /dev/input/event5 13:69 fd 50 paused 0
[    77.180] (**) Dell Computer Corp Dell Universal Receiver Consumer Control: always reports core events
[    77.180] (**) Option "Device" "/dev/input/event5"
[    77.181] (II) event5  - Dell Computer Corp Dell Universal Receiver Consumer Control: is tagged by udev as: Keyboard
[    77.181] (II) event5  - Dell Computer Corp Dell Universal Receiver Consumer Control: device is a keyboard
[    77.181] (II) event5  - Dell Computer Corp Dell Universal Receiver Consumer Control: device removed
[    77.181] (II) libinput: Dell Computer Corp Dell Universal Receiver Consumer Control: needs a virtual subdevice
[    77.181] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-2/1-2:1.1/0003:413C:4503.0002/input/input5/event5"
[    77.181] (II) XINPUT: Adding extended input device "Dell Computer Corp Dell Universal Receiver Consumer Control" (type: MOUSE, id 11)
[    77.181] (**) Option "AccelerationScheme" "none"
[    77.181] (**) Dell Computer Corp Dell Universal Receiver Consumer Control: (accel) selected scheme none/0
[    77.181] (**) Dell Computer Corp Dell Universal Receiver Consumer Control: (accel) acceleration factor: 2.000
[    77.181] (**) Dell Computer Corp Dell Universal Receiver Consumer Control: (accel) acceleration threshold: 4
[    77.182] (II) event5  - Dell Computer Corp Dell Universal Receiver Consumer Control: is tagged by udev as: Keyboard
[    77.182] (II) event5  - Dell Computer Corp Dell Universal Receiver Consumer Control: device is a keyboard
[    77.183] (II) config/udev: Adding input device Dell Computer Corp Dell Universal Receiver System Control (/dev/input/event6)
[    77.183] (**) Dell Computer Corp Dell Universal Receiver System Control: Applying InputClass "libinput keyboard catchall"
[    77.183] (II) Using input driver 'libinput' for 'Dell Computer Corp Dell Universal Receiver System Control'
[    77.183] (II) systemd-logind: got fd for /dev/input/event6 13:70 fd 51 paused 0
[    77.183] (**) Dell Computer Corp Dell Universal Receiver System Control: always reports core events
[    77.183] (**) Option "Device" "/dev/input/event6"
[    77.184] (II) event6  - Dell Computer Corp Dell Universal Receiver System Control: is tagged by udev as: Keyboard
[    77.184] (II) event6  - Dell Computer Corp Dell Universal Receiver System Control: device is a keyboard
[    77.184] (II) event6  - Dell Computer Corp Dell Universal Receiver System Control: device removed
[    77.185] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-2/1-2:1.1/0003:413C:4503.0002/input/input6/event6"
[    77.185] (II) XINPUT: Adding extended input device "Dell Computer Corp Dell Universal Receiver System Control" (type: KEYBOARD, id 12)
[    77.186] (II) event6  - Dell Computer Corp Dell Universal Receiver System Control: is tagged by udev as: Keyboard
[    77.186] (II) event6  - Dell Computer Corp Dell Universal Receiver System Control: device is a keyboard
[    77.186] (II) config/udev: Adding input device SEMICO USB Keyboard (/dev/input/event7)
[    77.186] (**) SEMICO USB Keyboard: Applying InputClass "libinput keyboard catchall"
[    77.186] (II) Using input driver 'libinput' for 'SEMICO USB Keyboard'
[    77.187] (II) systemd-logind: got fd for /dev/input/event7 13:71 fd 52 paused 0
[    77.187] (**) SEMICO USB Keyboard: always reports core events
[    77.187] (**) Option "Device" "/dev/input/event7"
[    77.188] (II) event7  - SEMICO USB Keyboard: is tagged by udev as: Keyboard
[    77.188] (II) event7  - SEMICO USB Keyboard: device is a keyboard
[    77.188] (II) event7  - SEMICO USB Keyboard: device removed
[    77.188] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3:1.0/0003:1A2C:6004.0004/input/input7/event7"
[    77.188] (II) XINPUT: Adding extended input device "SEMICO USB Keyboard" (type: KEYBOARD, id 13)
[    77.189] (II) event7  - SEMICO USB Keyboard: is tagged by udev as: Keyboard
[    77.189] (II) event7  - SEMICO USB Keyboard: device is a keyboard
[    77.190] (II) config/udev: Adding input device SEMICO USB Keyboard Consumer Control (/dev/input/event8)
[    77.190] (**) SEMICO USB Keyboard Consumer Control: Applying InputClass "libinput keyboard catchall"
[    77.190] (II) Using input driver 'libinput' for 'SEMICO USB Keyboard Consumer Control'
[    77.191] (II) systemd-logind: got fd for /dev/input/event8 13:72 fd 53 paused 0
[    77.191] (**) SEMICO USB Keyboard Consumer Control: always reports core events
[    77.191] (**) Option "Device" "/dev/input/event8"
[    77.192] (II) event8  - SEMICO USB Keyboard Consumer Control: is tagged by udev as: Keyboard
[    77.192] (II) event8  - SEMICO USB Keyboard Consumer Control: device is a keyboard
[    77.192] (II) event8  - SEMICO USB Keyboard Consumer Control: device removed
[    77.192] (II) libinput: SEMICO USB Keyboard Consumer Control: needs a virtual subdevice
[    77.192] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3:1.1/0003:1A2C:6004.0005/input/input8/event8"
[    77.192] (II) XINPUT: Adding extended input device "SEMICO USB Keyboard Consumer Control" (type: MOUSE, id 14)
[    77.192] (**) Option "AccelerationScheme" "none"
[    77.192] (**) SEMICO USB Keyboard Consumer Control: (accel) selected scheme none/0
[    77.192] (**) SEMICO USB Keyboard Consumer Control: (accel) acceleration factor: 2.000
[    77.192] (**) SEMICO USB Keyboard Consumer Control: (accel) acceleration threshold: 4
[    77.193] (II) event8  - SEMICO USB Keyboard Consumer Control: is tagged by udev as: Keyboard
[    77.193] (II) event8  - SEMICO USB Keyboard Consumer Control: device is a keyboard
[    77.194] (II) config/udev: Adding input device SEMICO USB Keyboard System Control (/dev/input/event9)
[    77.194] (**) SEMICO USB Keyboard System Control: Applying InputClass "libinput keyboard catchall"
[    77.194] (II) Using input driver 'libinput' for 'SEMICO USB Keyboard System Control'
[    77.194] (II) systemd-logind: got fd for /dev/input/event9 13:73 fd 54 paused 0
[    77.194] (**) SEMICO USB Keyboard System Control: always reports core events
[    77.194] (**) Option "Device" "/dev/input/event9"
[    77.195] (II) event9  - SEMICO USB Keyboard System Control: is tagged by udev as: Keyboard
[    77.195] (II) event9  - SEMICO USB Keyboard System Control: device is a keyboard
[    77.195] (II) event9  - SEMICO USB Keyboard System Control: device removed
[    77.195] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3:1.1/0003:1A2C:6004.0005/input/input9/event9"
[    77.195] (II) XINPUT: Adding extended input device "SEMICO USB Keyboard System Control" (type: KEYBOARD, id 15)
[    77.197] (II) event9  - SEMICO USB Keyboard System Control: is tagged by udev as: Keyboard
[    77.197] (II) event9  - SEMICO USB Keyboard System Control: device is a keyboard
[    77.197] (II) config/udev: Adding input device HDA Intel PCH Front Mic (/dev/input/event15)
[    77.197] (II) No input driver specified, ignoring this device.
[    77.197] (II) This device may have been added with another device file.
[    77.197] (II) config/udev: Adding input device HDA Intel PCH Rear Mic (/dev/input/event16)
[    77.197] (II) No input driver specified, ignoring this device.
[    77.197] (II) This device may have been added with another device file.
[    77.198] (II) config/udev: Adding input device HDA Intel PCH Line (/dev/input/event17)
[    77.198] (II) No input driver specified, ignoring this device.
[    77.198] (II) This device may have been added with another device file.
[    77.198] (II) config/udev: Adding input device HDA Intel PCH Line Out (/dev/input/event18)
[    77.198] (II) No input driver specified, ignoring this device.
[    77.198] (II) This device may have been added with another device file.
[    77.198] (II) config/udev: Adding input device HDA Intel PCH Front Headphone (/dev/input/event19)
[    77.198] (II) No input driver specified, ignoring this device.
[    77.198] (II) This device may have been added with another device file.
[    77.199] (II) config/udev: Adding input device PC Speaker (/dev/input/event10)
[    77.199] (II) No input driver specified, ignoring this device.
[    77.199] (II) This device may have been added with another device file.
[    77.204] (**) Dell Computer Corp Dell Universal Receiver Consumer Control: Applying InputClass "libinput keyboard catchall"
[    77.204] (II) Using input driver 'libinput' for 'Dell Computer Corp Dell Universal Receiver Consumer Control'
[    77.204] (II) systemd-logind: returning pre-existing fd for /dev/input/event5 13:69
[    77.204] (**) Dell Computer Corp Dell Universal Receiver Consumer Control: always reports core events
[    77.204] (**) Option "Device" "/dev/input/event5"
[    77.204] (II) libinput: Dell Computer Corp Dell Universal Receiver Consumer Control: is a virtual subdevice
[    77.204] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-2/1-2:1.1/0003:413C:4503.0002/input/input5/event5"
[    77.204] (II) XINPUT: Adding extended input device "Dell Computer Corp Dell Universal Receiver Consumer Control" (type: KEYBOARD, id 16)
[    77.204] (**) SEMICO USB Keyboard Consumer Control: Applying InputClass "libinput keyboard catchall"
[    77.205] (II) Using input driver 'libinput' for 'SEMICO USB Keyboard Consumer Control'
[    77.205] (II) systemd-logind: returning pre-existing fd for /dev/input/event8 13:72
[    77.205] (**) SEMICO USB Keyboard Consumer Control: always reports core events
[    77.205] (**) Option "Device" "/dev/input/event8"
[    77.205] (II) libinput: SEMICO USB Keyboard Consumer Control: is a virtual subdevice
[    77.205] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3:1.1/0003:1A2C:6004.0005/input/input8/event8"
[    77.205] (II) XINPUT: Adding extended input device "SEMICO USB Keyboard Consumer Control" (type: KEYBOARD, id 17)
[    77.933] (--) NVIDIA(GPU-0): DELL P2421D (DFP-0): connected
[    77.933] (--) NVIDIA(GPU-0): DELL P2421D (DFP-0): Internal TMDS
[    77.933] (--) NVIDIA(GPU-0): DELL P2421D (DFP-0): 600.0 MHz maximum pixel clock
[    77.933] (--) NVIDIA(GPU-0): 
[    77.977] (--) NVIDIA(GPU-0): Asustek Computer Inc ASUS VY279 (DFP-1): connected
[    77.977] (--) NVIDIA(GPU-0): Asustek Computer Inc ASUS VY279 (DFP-1): Internal TMDS
[    77.977] (--) NVIDIA(GPU-0): Asustek Computer Inc ASUS VY279 (DFP-1): 600.0 MHz maximum pixel clock
[    77.977] (--) NVIDIA(GPU-0): 
[    77.977] (--) NVIDIA(GPU-0): DFP-2: disconnected
[    77.977] (--) NVIDIA(GPU-0): DFP-2: Internal DisplayPort
[    77.977] (--) NVIDIA(GPU-0): DFP-2: 2660.0 MHz maximum pixel clock
[    77.977] (--) NVIDIA(GPU-0): 
[    77.977] (--) NVIDIA(GPU-0): DFP-3: disconnected
[    77.977] (--) NVIDIA(GPU-0): DFP-3: Internal TMDS
[    77.977] (--) NVIDIA(GPU-0): DFP-3: 165.0 MHz maximum pixel clock
[    77.977] (--) NVIDIA(GPU-0): 
[    78.180] (II) NVIDIA(0): Setting mode "HDMI-0: nvidia-auto-select @1920x1080 +0+0 {ViewPortIn=1920x1080, ViewPortOut=1920x1080+0+0}, DVI-D-0: nvidia-auto-select @2560x1440 +0+0 {ViewPortIn=2560x1440, ViewPortOut=2560x1440+0+0}"
[    78.226] (II) NVIDIA(0): Setting mode "HDMI-0: nvidia-auto-select @1920x1080 +2560+0 {ViewPortIn=1920x1080, ViewPortOut=1920x1080+0+0}, DVI-D-0: nvidia-auto-select @2560x1440 +0+0 {ViewPortIn=2560x1440, ViewPortOut=2560x1440+0+0}"
[    78.373] (--) NVIDIA(GPU-0): DELL P2421D (DFP-0): connected
[    78.373] (--) NVIDIA(GPU-0): DELL P2421D (DFP-0): Internal TMDS
[    78.373] (--) NVIDIA(GPU-0): DELL P2421D (DFP-0): 600.0 MHz maximum pixel clock
[    78.373] (--) NVIDIA(GPU-0): 
[    78.416] (--) NVIDIA(GPU-0): Asustek Computer Inc ASUS VY279 (DFP-1): connected
[    78.416] (--) NVIDIA(GPU-0): Asustek Computer Inc ASUS VY279 (DFP-1): Internal TMDS
[    78.416] (--) NVIDIA(GPU-0): Asustek Computer Inc ASUS VY279 (DFP-1): 600.0 MHz maximum pixel clock
[    78.416] (--) NVIDIA(GPU-0): 
[    78.416] (--) NVIDIA(GPU-0): DFP-2: disconnected
[    78.416] (--) NVIDIA(GPU-0): DFP-2: Internal DisplayPort
[    78.416] (--) NVIDIA(GPU-0): DFP-2: 2660.0 MHz maximum pixel clock
[    78.416] (--) NVIDIA(GPU-0): 
[    78.417] (--) NVIDIA(GPU-0): DFP-3: disconnected
[    78.417] (--) NVIDIA(GPU-0): DFP-3: Internal TMDS
[    78.417] (--) NVIDIA(GPU-0): DFP-3: 165.0 MHz maximum pixel clock
[    78.417] (--) NVIDIA(GPU-0): 
[    96.218] (--) NVIDIA(GPU-0): DELL P2421D (DFP-0): connected
[    96.218] (--) NVIDIA(GPU-0): DELL P2421D (DFP-0): Internal TMDS
[    96.218] (--) NVIDIA(GPU-0): DELL P2421D (DFP-0): 600.0 MHz maximum pixel clock
[    96.218] (--) NVIDIA(GPU-0): 
[    96.261] (--) NVIDIA(GPU-0): DELL P2421D (DFP-0): connected
[    96.261] (--) NVIDIA(GPU-0): DELL P2421D (DFP-0): Internal TMDS
[    96.261] (--) NVIDIA(GPU-0): DELL P2421D (DFP-0): 600.0 MHz maximum pixel clock
[    96.261] (--) NVIDIA(GPU-0): 
seth wrote:

dkms status

nvidia/535.183.01: added
seth wrote:

lsmod | grep nvidia

i2c_nvidia_gpu         12288  0

Offline

#16 2024-07-23 23:45:59

seth
Member
Registered: 2012-09-03
Posts: 57,445

Re: Multihead problems

No nvidia kernel module was loaded because you didn't build any (most likely because you *still* lack the headers package/s)

pacman -Qs kernel

This does however not fit the posted Xorg log (which ran on DISPLAY :1) suggesting that the latter is dated and not relevant.

=> Enable https://wiki.archlinux.org/title/NVIDIA … de_setting - use the "nvidia_drm.modeset=1" kernel parameter (modprobe.conf won't do!) - this will enable KMS, block the simpledrm device and X11 won't start w/ that until you build the nvidia dkms module for the used kernel. (dkms status will suggest "installed")

Offline

#17 2024-07-24 00:56:17

PDA
Member
Registered: 2024-07-12
Posts: 9

Re: Multihead problems

seth wrote:

No nvidia kernel module was loaded because you didn't build any (most likely because you *still* lack the headers package/s)

the linux-headers I already installed because I remembered you told me to do

local/linux-headers 6.10.arch1-2
    Headers and scripts for building modules for the Linux kernel
seth wrote:

pacman -Qs kernel

that command returned this:

local/deepin-anything-arch 6.1.2-83
    Deepin Anything file search tool, kernel module for Arch kernel
local/dkms 3.0.12-1
    Dynamic Kernel Modules System
local/fuse2 2.9.9-5
    Interface for userspace programs to export a filesystem to the Linux kernel
local/fuse3 3.16.2-1
    Interface for userspace programs to export a filesystem to the Linux kernel
local/iptables 1:1.8.10-2
    Linux kernel packet control tool (using legacy interface)
local/kmod 32-1
    Linux kernel module management tools and library
local/libdrm 2.4.122-1
    Userspace interface to kernel DRM services
local/libnetfilter_conntrack 1.0.9-2
    Library providing an API to the in-kernel connection tracking state table
local/libnfnetlink 1.0.2-2
    Low-level library for netfilter related kernel/userspace communication
local/libsysprof-capture 46.0-4
    Kernel based performance profiler - capture library
local/linux 6.10.arch1-2
    The Linux kernel and modules
local/linux-api-headers 6.10-1
    Kernel headers sanitized for use in userspace
local/linux-headers 6.10.arch1-2
    Headers and scripts for building modules for the Linux kernel
local/mtdev 1.1.7-1
    A stand-alone library which transforms all variants of kernel MT events to
    the slotted type B protocol
seth wrote:

=> Enable https://wiki.archlinux.org/title/NVIDIA … de_setting - use the "nvidia_drm.modeset=1" kernel parameter (modprobe.conf won't do!) - this will enable KMS, block the simpledrm device and X11 won't start w/ that until you build the nvidia dkms module for the used kernel. (dkms status will suggest "installed")

I followed the instructions in that link (inside the one you sent me), that told me to create a file in the /etc/modprobe.d/ with the following value:

option nvidia_drm modeset=1

but I'm not able to check if that works, because the file those articles ask me to check does not exist

Offline

#18 2024-07-24 05:29:47

seth
Member
Registered: 2012-09-03
Posts: 57,445

Re: Multihead problems

I followed the instructions in that link

seth wrote:

use the "nvidia_drm.modeset=1" kernel parameter (modprobe.conf won't do!)

So why are the modules not installed?
What's the output of

dkms autoinstall

Offline

Board footer

Powered by FluxBB