You are not logged in.
Pages: 1
Hello guys,
I have a PC with a fresh installation. After I tried to init i3 using startx command, I only got a black screen and the monitor lost signal, I'm not sure if there is anything else I have to install or if I'm missing a configuration.
The graphic card is a Nvidia Quadro RTX 4000 and the display is a Benq SW271 (4K).
Some info I could get about my system:
.xinitrc
exec i3NVidia Drivers Installed
extra/opencl-nvidia 440.64-10 (15.1 MiB 75.5 MiB) (Installed)
extra/nvidia-utils 440.64-10 (67.3 MiB 241.0 MiB) (Installed)
extra/nvidia-settings 440.64-1 (852.2 KiB 1.7 MiB) (Installed)
extra/nvidia 440.64-10 (12.2 MiB 12.2 MiB) (Installed)
extra/libxnvctrl 440.64-1 (77.3 KiB 464.9 KiB) (Installed)
extra/libvdpau 1.3-1 (56.1 KiB 305.0 KiB) (Installed)lspci-vga
01:00.0 VGA compatible controller: NVIDIA Corporation TU104GL [Quadro RTX 4000] (rev a1)
Subsystem: NVIDIA Corporation TU104GL [Quadro RTX 4000]
Kernel driver in use: nvidialspci
00:00.0 Host bridge: Intel Corporation 8th Gen Core 8-core Desktop Processor Host Bridge/DRAM Registers [Coffee Lake S] (rev 0a)
00:01.0 PCI bridge: Intel Corporation Xeon E3-1200 v5/E3-1500 v5/6th Gen Core Processor PCIe Controller (x16) (rev 0a)
00:12.0 Signal processing controller: Intel Corporation Cannon Lake PCH Thermal Controller (rev 10)
00:14.0 USB controller: Intel Corporation Cannon Lake PCH USB 3.1 xHCI Host Controller (rev 10)
00:14.2 RAM memory: Intel Corporation Cannon Lake PCH Shared SRAM (rev 10)
00:14.3 Network controller: Intel Corporation Wireless-AC 9560 [Jefferson Peak] (rev 10)
00:16.0 Communication controller: Intel Corporation Cannon Lake PCH HECI Controller (rev 10)
00:17.0 SATA controller: Intel Corporation Cannon Lake PCH SATA AHCI Controller (rev 10)
00:1b.0 PCI bridge: Intel Corporation Cannon Lake PCH PCI Express Root Port #17 (rev f0)
00:1c.0 PCI bridge: Intel Corporation Cannon Lake PCH PCI Express Root Port #1 (rev f0)
00:1c.1 PCI bridge: Intel Corporation Cannon Lake PCH PCI Express Root Port #2 (rev f0)
00:1c.4 PCI bridge: Intel Corporation Cannon Lake PCH PCI Express Root Port #5 (rev f0)
00:1d.0 PCI bridge: Intel Corporation Cannon Lake PCH PCI Express Root Port #9 (rev f0)
00:1f.0 ISA bridge: Intel Corporation Z390 Chipset LPC/eSPI Controller (rev 10)
00:1f.3 Audio device: Intel Corporation Cannon Lake PCH cAVS (rev 10)
00:1f.4 SMBus: Intel Corporation Cannon Lake PCH SMBus Controller (rev 10)
00:1f.5 Serial bus controller [0c80]: Intel Corporation Cannon Lake PCH SPI Controller (rev 10)
00:1f.6 Ethernet controller: Intel Corporation Ethernet Connection (7) I219-V (rev 10)
01:00.0 VGA compatible controller: NVIDIA Corporation TU104GL [Quadro RTX 4000] (rev a1)
01:00.1 Audio device: NVIDIA Corporation TU104 HD Audio Controller (rev a1)
01:00.2 USB controller: NVIDIA Corporation TU104 USB 3.1 Host Controller (rev a1)
01:00.3 Serial bus controller [0c80]: NVIDIA Corporation TU104 USB Type-C UCSI Controller (rev a1)
02:00.0 Non-Volatile memory controller: Samsung Electronics Co Ltd NVMe SSD Controller SM981/PM981/PM983
04:00.0 Ethernet controller: Intel Corporation I211 Gigabit Network Connection (rev 03)nvidia-smi
Mon Apr 6 01:36:34 2020
+-----------------------------------------------------------------------------+
| NVIDIA-SMI 440.64 Driver Version: 440.64 CUDA Version: 10.2 |
|-------------------------------+----------------------+----------------------+
| GPU Name Persistence-M| Bus-Id Disp.A | Volatile Uncorr. ECC |
| Fan Temp Perf Pwr:Usage/Cap| Memory-Usage | GPU-Util Compute M. |
|===============================+======================+======================|
| 0 Quadro RTX 4000 Off | 00000000:01:00.0 Off | N/A |
| 24% 55C P0 21W / 125W | 0MiB / 7979MiB | 0% Default |
+-------------------------------+----------------------+----------------------+
+-----------------------------------------------------------------------------+
| Processes: GPU Memory |
| GPU PID Type Process name Usage |
|=============================================================================|
| No running processes found |
+-----------------------------------------------------------------------------+tree /etc/X11
/etc/X11/
├── xinit
│ ├── xinitrc
│ ├── xinitrc.d
│ │ ├── 40-libcanberra-gtk-module.sh
│ │ └── 50-systemd-user.sh
│ └── xserverrc
├── xorg.conf
├── xorg.conf.backup
├── xorg.conf.d
│ └── 20-nvidia.conf
└── xorg.conf.nvidia-xconfig-original
3 directories, 8 filesxorg.conf
# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig: version 440.64
Section "ServerLayout"
Identifier "Layout0"
Screen 0 "Screen0" 0 0
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "Mouse0" "CorePointer"
EndSection
Section "Files"
EndSection
Section "InputDevice"
# generated from default
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/psaux"
Option "Emulate3Buttons" "no"
Option "ZAxisMapping" "4 5"
EndSection
Section "InputDevice"
# generated from default
Identifier "Keyboard0"
Driver "kbd"
EndSection
Section "Monitor"
Identifier "Monitor0"
VendorName "Unknown"
ModelName "Unknown"
Option "DPMS"
EndSection
Section "Device"
Identifier "Device0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Device0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Depth 24
EndSubSection
EndSection20-nvidia.conf
# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig: version 440.64
Section "Monitor"
Identifier "Monitor0"
VendorName "Unknown"
ModelName "Unknown"
Option "DPMS"
EndSection
Section "Device"
Identifier "Device0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Device0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Depth 24
EndSubSection
EndSection/var/log/Xorg.0.log
http://dpaste.com//02HGDJ4
dmesg
http://dpaste.com//39N6EWQ
If there is a log file or a result from a command that can help to find out the problem, let me know.
Thanks in advance!!
Regards.
Offline
Remove both of those xorg config files, they don't add anything of value but have the potential to break/change things in weird ways.
Your .xinitrc is incomplete: https://wiki.archlinux.org/index.php/Xinit#xinitrc note the blue boxes
That still doesn't inherently explain why you see this issue, from the logs everything initializes correctly, I'd assume it's the modesetting switch from terminal to xorg that might be problematic here, try adding
nvidia-drm.modeset=1to your kernel parameters.
By the way, thanks for properly posting nearly everything of relevance in [ code ] tags right off the bat, it makes diagnosing issues much easier
Last edited by V1del (2020-04-06 07:39:28)
Offline
Hello,
Thanks for your reply.
This is what I did:
1. I removed both xorg config files /etc/X11/xorg.conf /etc/X11/xorg.conf.d/20-nvidia.conf
2. I modified my .xinitrc using /etc/X11/xinit/xinitrc as base.
#!/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
# twm &
# xclock -geometry 50x50-1+1 &
# xterm -geometry 80x50+494+51 &
# xterm -geometry 80x20+494-0 &
# exec xterm -geometry 80x66+0+0 -name login
exec i33. I tried adding the recommended kernel parameter:
sysctl -w nvidia-drm.modeset=1Then, I got the following output.
sysctl: cannot stat /proc/sys/nvidia-drm/modeset: No such file or directory4. Then, I tried another way. First, some info I could get, before change:
A)
lsmod | grep nvidia.drm
nvidia_drm 53248 0
nvidia_modeset 1118208 1 nvidia_drm
drm_kms_helper 237568 1 nvidia_drm
drm 557056 3 drm_kms_helper,nvidia_drmB) I added the following file:
/etc/modprobe.d/nvidia.conf
options nvidia-drm modeset=1C) I modified the following file:
/etc/mkinitcpio.conf
# vim:set ft=sh
# MODULES
# The following modules are loaded before any boot hooks are
# run. Advanced users may wish to specify all system modules
# in this array. For instance:
# MODULES=(piix ide_disk reiserfs)
MODULES=(nvidia nvidia_modeset nvidia_uvm nvidia_drm)
# BINARIES
# This setting includes any additional binaries a given user may
# wish into the CPIO image. This is run last, so it may be used to
# override the actual binaries included by a given hook
# BINARIES are dependency parsed, so you may safely ignore libraries
BINARIES=()
# FILES
# This setting is similar to BINARIES above, however, files are added
# as-is and are not parsed in any way. This is useful for config files.
FILES=(/etc/modprobe.d/nvidia.conf)
# HOOKS
# This is the most important setting in this file. The HOOKS control the
# modules and scripts added to the image, and what happens at boot time.
# Order is important, and it is recommended that you do not change the
# order in which HOOKS are added. Run 'mkinitcpio -H <hook name>' for
# help on a given hook.
# 'base' is _required_ unless you know precisely what you are doing.
# 'udev' is _required_ in order to automatically load modules
# 'filesystems' is _required_ unless you specify your fs modules in MODULES
# Examples:
## This setup specifies all modules in the MODULES setting above.
## No raid, lvm2, or encrypted root is needed.
# HOOKS=(base)
#
## This setup will autodetect all modules for your system and should
## work as a sane default
# HOOKS=(base udev autodetect block filesystems)
#
## This setup will generate a 'full' image which supports most systems.
## No autodetection is done.
# HOOKS=(base udev block filesystems)
#
## This setup assembles a pata mdadm array with an encrypted root FS.
## Note: See 'mkinitcpio -H mdadm' for more information on raid devices.
# HOOKS=(base udev block mdadm encrypt filesystems)
#
## This setup loads an lvm2 volume group on a usb device.
# HOOKS=(base udev block lvm2 filesystems)
#
## NOTE: If you have /usr on a separate partition, you MUST include the
# usr, fsck and shutdown hooks.
HOOKS=(base udev autodetect modconf block filesystems keyboard fsck)
# COMPRESSION
# Use this to compress the initramfs image. By default, gzip compression
# is used. Use 'cat' to create an uncompressed image.
#COMPRESSION="gzip"
#COMPRESSION="bzip2"
#COMPRESSION="lzma"
#COMPRESSION="xz"
#COMPRESSION="lzop"
#COMPRESSION="lz4"
# COMPRESSION_OPTIONS
# Additional options for the compressor
#COMPRESSION_OPTIONS=()D) Then, I executed:
sudo mkinitcpio -p linuxE) Then, I rebooted.
F) Afer login, I checked again lsmod:
lsmod | grep nvidia.drm
nvidia_drm 53248 0
drm_kms_helper 237568 1 nvidia_drm,nouveau
drm 557056 3 drm_kms_helper,nvidia_drm,ttm
nvidia_modeset 1118208 1 nvidia_drmG) I executed startx again and I got the same problem ![]()
H)
/var/log/Xorg.0.log
[ 242.928] (WW) Failed to open protocol names file lib/xorg/protocol.txt
[ 242.928]
X.Org X Server 1.20.8
X Protocol Version 11, Revision 0
[ 242.928] Build Operating System: Linux Arch Linux
[ 242.928] Current Operating System: Linux archcloud 5.5.13-arch2-1 #1 SMP PREEMPT Mon, 30 Mar 2020 20:42:41 +0000 x86_64
[ 242.928] Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=106ad1eb-288a-464d-a791-57f8f5cf5245 rw loglevel=3 quiet
[ 242.928] Build Date: 30 March 2020 05:05:45AM
[ 242.928]
[ 242.928] Current version of pixman: 0.38.4
[ 242.928] Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[ 242.928] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 242.928] (==) Log file: "/var/log/Xorg.0.log", Time: Mon Apr 6 08:28:14 2020
[ 242.930] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[ 242.930] (==) No Layout section. Using the first Screen section.
[ 242.930] (==) No screen section available. Using defaults.
[ 242.930] (**) |-->Screen "Default Screen Section" (0)
[ 242.930] (**) | |-->Monitor "<default monitor>"
[ 242.930] (==) No monitor specified for screen "Default Screen Section".
Using a default monitor configuration.
[ 242.930] (==) Automatically adding devices
[ 242.930] (==) Automatically enabling devices
[ 242.930] (==) Automatically adding GPU devices
[ 242.930] (==) Automatically binding GPU devices
[ 242.930] (==) Max clients allowed: 256, resource mask: 0x1fffff
[ 242.930] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/misc".
[ 242.930] Entry deleted from font path.
[ 242.930] (Run 'mkfontdir' on "/usr/share/fonts/misc").
[ 242.930] (WW) The directory "/usr/share/fonts/TTF" does not exist.
[ 242.930] Entry deleted from font path.
[ 242.930] (WW) The directory "/usr/share/fonts/OTF" does not exist.
[ 242.930] Entry deleted from font path.
[ 242.930] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[ 242.930] Entry deleted from font path.
[ 242.931] (==) FontPath set to:
/usr/share/fonts/100dpi,
/usr/share/fonts/75dpi
[ 242.931] (==) ModulePath set to "/usr/lib/xorg/modules"
[ 242.931] (II) The server relies on udev to provide the list of input devices.
If no devices become available, reconfigure udev or disable AutoAddDevices.
[ 242.931] (II) Module ABI versions:
[ 242.931] X.Org ANSI C Emulation: 0.4
[ 242.931] X.Org Video Driver: 24.1
[ 242.931] X.Org XInput driver : 24.1
[ 242.931] X.Org Server Extension : 10.0
[ 242.931] (++) using VT number 1
[ 242.933] (II) systemd-logind: took control of session /org/freedesktop/login1/session/_31
[ 242.933] (II) xfree86: Adding drm device (/dev/dri/card0)
[ 242.933] (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 10 paused 0
[ 242.935] (**) OutputClass "nvidia" ModulePath extended to "/usr/lib/nvidia/xorg,/usr/lib/xorg/modules,/usr/lib/xorg/modules"
[ 242.935] (--) PCI:*(1@0:0:0) 10de:1eb1:10de:12a0 rev 161, Mem @ 0x9b000000/16777216, 0x70000000/268435456, 0x80000000/33554432, I/O @ 0x00004000/128, BIOS @ 0x????????/131072
[ 242.935] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[ 242.935] (II) LoadModule: "glx"
[ 242.936] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[ 242.940] (II) Module glx: vendor="X.Org Foundation"
[ 242.940] compiled for 1.20.8, module version = 1.0.0
[ 242.940] ABI class: X.Org Server Extension, version 10.0
[ 242.940] (II) Applying OutputClass "nvidia" to /dev/dri/card0
[ 242.940] loading driver: nvidia
[ 242.940] (==) Matched nvidia as autoconfigured driver 0
[ 242.940] (==) Matched nouveau as autoconfigured driver 1
[ 242.940] (==) Matched nv as autoconfigured driver 2
[ 242.940] (==) Matched modesetting as autoconfigured driver 3
[ 242.940] (==) Matched fbdev as autoconfigured driver 4
[ 242.940] (==) Matched vesa as autoconfigured driver 5
[ 242.940] (==) Assigned the driver to the xf86ConfigLayout
[ 242.940] (II) LoadModule: "nvidia"
[ 242.940] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
[ 242.943] (II) Module nvidia: vendor="NVIDIA Corporation"
[ 242.943] compiled for 1.6.99.901, module version = 1.0.0
[ 242.943] Module class: X.Org Video Driver
[ 242.943] (II) LoadModule: "nouveau"
[ 242.943] (WW) Warning, couldn't open module nouveau
[ 242.943] (EE) Failed to load module "nouveau" (module does not exist, 0)
[ 242.943] (II) LoadModule: "nv"
[ 242.943] (WW) Warning, couldn't open module nv
[ 242.943] (EE) Failed to load module "nv" (module does not exist, 0)
[ 242.943] (II) LoadModule: "modesetting"
[ 242.943] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[ 242.945] (II) Module modesetting: vendor="X.Org Foundation"
[ 242.945] compiled for 1.20.8, module version = 1.20.8
[ 242.945] Module class: X.Org Video Driver
[ 242.945] ABI class: X.Org Video Driver, version 24.1
[ 242.945] (II) LoadModule: "fbdev"
[ 242.945] (WW) Warning, couldn't open module fbdev
[ 242.945] (EE) Failed to load module "fbdev" (module does not exist, 0)
[ 242.945] (II) LoadModule: "vesa"
[ 242.945] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
[ 242.945] (II) Module vesa: vendor="X.Org Foundation"
[ 242.945] compiled for 1.20.0, module version = 2.4.0
[ 242.945] Module class: X.Org Video Driver
[ 242.945] ABI class: X.Org Video Driver, version 24.0
[ 242.946] (II) NVIDIA dlloader X Driver 440.64 Fri Feb 21 00:49:33 UTC 2020
[ 242.946] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[ 242.946] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[ 242.946] (II) VESA: driver for VESA chipsets: vesa
[ 242.946] (II) systemd-logind: releasing fd for 226:0
[ 242.946] (II) Loading sub module "fb"
[ 242.946] (II) LoadModule: "fb"
[ 242.946] (II) Loading /usr/lib/xorg/modules/libfb.so
[ 242.947] (II) Module fb: vendor="X.Org Foundation"
[ 242.947] compiled for 1.20.8, module version = 1.0.0
[ 242.947] ABI class: X.Org ANSI C Emulation, version 0.4
[ 242.947] (II) Loading sub module "wfb"
[ 242.947] (II) LoadModule: "wfb"
[ 242.947] (II) Loading /usr/lib/xorg/modules/libwfb.so
[ 242.948] (II) Module wfb: vendor="X.Org Foundation"
[ 242.948] compiled for 1.20.8, module version = 1.0.0
[ 242.948] ABI class: X.Org ANSI C Emulation, version 0.4
[ 242.948] (II) Loading sub module "ramdac"
[ 242.948] (II) LoadModule: "ramdac"
[ 242.948] (II) Module "ramdac" already built-in
[ 242.949] (WW) Falling back to old probe method for modesetting
[ 242.949] (II) NVIDIA(0): Creating default Display subsection in Screen section
"Default Screen Section" for depth/fbbpp 24/32
[ 242.949] (==) NVIDIA(0): Depth 24, (==) framebuffer bpp 32
[ 242.949] (==) NVIDIA(0): RGB weight 888
[ 242.949] (==) NVIDIA(0): Default visual is TrueColor
[ 242.949] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
[ 242.949] (II) Applying OutputClass "nvidia" options to /dev/dri/card0
[ 242.949] (**) NVIDIA(0): Option "AllowEmptyInitialConfiguration"
[ 242.949] (**) NVIDIA(0): Enabling 2D acceleration
[ 242.949] (II) Loading sub module "glxserver_nvidia"
[ 242.949] (II) LoadModule: "glxserver_nvidia"
[ 242.949] (II) Loading /usr/lib/nvidia/xorg/libglxserver_nvidia.so
[ 242.967] (II) Module glxserver_nvidia: vendor="NVIDIA Corporation"
[ 242.967] compiled for 1.6.99.901, module version = 1.0.0
[ 242.967] Module class: X.Org Server Extension
[ 242.967] (II) NVIDIA GLX Module 440.64 Fri Feb 21 00:46:14 UTC 2020
[ 242.968] (II) NVIDIA: The X server supports PRIME Render Offload.
[ 243.734] (--) NVIDIA(0): Valid display device(s) on GPU-0 at PCI:1:0:0
[ 243.734] (--) NVIDIA(0): DFP-0
[ 243.734] (--) NVIDIA(0): DFP-1
[ 243.734] (--) NVIDIA(0): DFP-2
[ 243.734] (--) NVIDIA(0): DFP-3 (boot)
[ 243.734] (--) NVIDIA(0): DFP-4
[ 243.734] (--) NVIDIA(0): DFP-5
[ 243.734] (--) NVIDIA(0): DFP-6
[ 243.735] (II) NVIDIA(0): NVIDIA GPU Quadro RTX 4000 (TU104GL-A) at PCI:1:0:0 (GPU-0)
[ 243.735] (--) NVIDIA(0): Memory: 8388608 kBytes
[ 243.735] (--) NVIDIA(0): VideoBIOS: 90.04.32.00.03
[ 243.735] (II) NVIDIA(0): Detected PCI Express Link width: 16X
[ 243.735] (--) NVIDIA(GPU-0): DFP-0: disconnected
[ 243.735] (--) NVIDIA(GPU-0): DFP-0: Internal DisplayPort
[ 243.735] (--) NVIDIA(GPU-0): DFP-0: 2660.0 MHz maximum pixel clock
[ 243.735] (--) NVIDIA(GPU-0):
[ 243.735] (--) NVIDIA(GPU-0): DFP-1: disconnected
[ 243.735] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[ 243.735] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[ 243.735] (--) NVIDIA(GPU-0):
[ 243.735] (--) NVIDIA(GPU-0): DFP-2: disconnected
[ 243.735] (--) NVIDIA(GPU-0): DFP-2: Internal DisplayPort
[ 243.735] (--) NVIDIA(GPU-0): DFP-2: 2660.0 MHz maximum pixel clock
[ 243.735] (--) NVIDIA(GPU-0):
[ 243.798] (--) NVIDIA(GPU-0): BenQ SW271 (DFP-3): connected
[ 243.798] (--) NVIDIA(GPU-0): BenQ SW271 (DFP-3): Internal TMDS
[ 243.798] (--) NVIDIA(GPU-0): BenQ SW271 (DFP-3): 600.0 MHz maximum pixel clock
[ 243.798] (--) NVIDIA(GPU-0):
[ 243.798] (--) NVIDIA(GPU-0): DFP-4: disconnected
[ 243.798] (--) NVIDIA(GPU-0): DFP-4: Internal DisplayPort
[ 243.798] (--) NVIDIA(GPU-0): DFP-4: 2660.0 MHz maximum pixel clock
[ 243.798] (--) NVIDIA(GPU-0):
[ 243.798] (--) NVIDIA(GPU-0): DFP-5: disconnected
[ 243.798] (--) NVIDIA(GPU-0): DFP-5: Internal TMDS
[ 243.798] (--) NVIDIA(GPU-0): DFP-5: 165.0 MHz maximum pixel clock
[ 243.798] (--) NVIDIA(GPU-0):
[ 243.798] (--) NVIDIA(GPU-0): DFP-6: disconnected
[ 243.798] (--) NVIDIA(GPU-0): DFP-6: Internal DisplayPort
[ 243.798] (--) NVIDIA(GPU-0): DFP-6: 2660.0 MHz maximum pixel clock
[ 243.798] (--) NVIDIA(GPU-0):
[ 243.846] (==) NVIDIA(0):
[ 243.846] (==) NVIDIA(0): No modes were requested; the default mode "nvidia-auto-select"
[ 243.847] (==) NVIDIA(0): will be used as the requested mode.
[ 243.847] (==) NVIDIA(0):
[ 243.848] (II) NVIDIA(0): Validated MetaModes:
[ 243.848] (II) NVIDIA(0): "DFP-3:nvidia-auto-select"
[ 243.848] (II) NVIDIA(0): Virtual screen size determined to be 3840 x 2160
[ 243.903] (--) NVIDIA(0): DPI set to (162, 161); computed from "UseEdidDpi" X config
[ 243.903] (--) NVIDIA(0): option
[ 243.903] (II) UnloadModule: "modesetting"
[ 243.903] (II) Unloading modesetting
[ 243.903] (II) UnloadModule: "vesa"
[ 243.903] (II) Unloading vesa
[ 243.903] (II) NVIDIA: Using 24576.00 MB of virtual memory for indirect memory
[ 243.903] (II) NVIDIA: access.
[ 243.906] (II) NVIDIA(0): ACPI: failed to connect to the ACPI event daemon; the daemon
[ 243.906] (II) NVIDIA(0): may not be running or the "AcpidSocketPath" X
[ 243.906] (II) NVIDIA(0): configuration option may not be set correctly. When the
[ 243.906] (II) NVIDIA(0): ACPI event daemon is available, the NVIDIA X driver will
[ 243.906] (II) NVIDIA(0): try to use it to receive ACPI event notifications. For
[ 243.906] (II) NVIDIA(0): details, please see the "ConnectToAcpid" and
[ 243.906] (II) NVIDIA(0): "AcpidSocketPath" X configuration options in Appendix B: X
[ 243.906] (II) NVIDIA(0): Config Options in the README.
[ 243.940] (II) NVIDIA(0): Setting mode "DFP-3:nvidia-auto-select"
[ 245.221] (==) NVIDIA(0): Disabling shared memory pixmaps
[ 245.221] (==) NVIDIA(0): Backing store enabled
[ 245.221] (==) NVIDIA(0): Silken mouse disabled
[ 245.221] (==) NVIDIA(0): DPMS enabled
[ 245.221] (II) Loading sub module "dri2"
[ 245.221] (II) LoadModule: "dri2"
[ 245.221] (II) Module "dri2" already built-in
[ 245.221] (II) NVIDIA(0): [DRI2] Setup complete
[ 245.221] (II) NVIDIA(0): [DRI2] VDPAU driver: nvidia
[ 245.222] (II) Initializing extension Generic Event Extension
[ 245.222] (II) Initializing extension SHAPE
[ 245.222] (II) Initializing extension MIT-SHM
[ 245.222] (II) Initializing extension XInputExtension
[ 245.222] (II) Initializing extension XTEST
[ 245.222] (II) Initializing extension BIG-REQUESTS
[ 245.222] (II) Initializing extension SYNC
[ 245.222] (II) Initializing extension XKEYBOARD
[ 245.222] (II) Initializing extension XC-MISC
[ 245.222] (II) Initializing extension SECURITY
[ 245.222] (II) Initializing extension XFIXES
[ 245.222] (II) Initializing extension RENDER
[ 245.222] (II) Initializing extension RANDR
[ 245.222] (II) Initializing extension COMPOSITE
[ 245.222] (II) Initializing extension DAMAGE
[ 245.222] (II) Initializing extension MIT-SCREEN-SAVER
[ 245.222] (II) Initializing extension DOUBLE-BUFFER
[ 245.222] (II) Initializing extension RECORD
[ 245.222] (II) Initializing extension DPMS
[ 245.222] (II) Initializing extension Present
[ 245.222] (II) Initializing extension DRI3
[ 245.222] (II) Initializing extension X-Resource
[ 245.222] (II) Initializing extension XVideo
[ 245.222] (II) Initializing extension XVideo-MotionCompensation
[ 245.222] (II) Initializing extension GLX
[ 245.222] (II) Initializing extension GLX
[ 245.222] (II) Indirect GLX disabled.
[ 245.222] (II) GLX: Another vendor is already registered for screen 0
[ 245.222] (II) Initializing extension XFree86-VidModeExtension
[ 245.222] (II) Initializing extension XFree86-DGA
[ 245.222] (II) Initializing extension XFree86-DRI
[ 245.222] (II) Initializing extension DRI2
[ 245.222] (II) Initializing extension NV-GLX
[ 245.222] (II) Initializing extension NV-CONTROL
[ 245.222] (II) Initializing extension XINERAMA
[ 245.265] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[ 245.265] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[ 245.265] (II) LoadModule: "libinput"
[ 245.265] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[ 245.267] (II) Module libinput: vendor="X.Org Foundation"
[ 245.267] compiled for 1.20.7, module version = 0.29.0
[ 245.267] Module class: X.Org XInput Driver
[ 245.267] ABI class: X.Org XInput driver, version 24.1
[ 245.267] (II) Using input driver 'libinput' for 'Power Button'
[ 245.267] (II) systemd-logind: got fd for /dev/input/event2 13:66 fd 32 paused 0
[ 245.267] (**) Power Button: always reports core events
[ 245.267] (**) Option "Device" "/dev/input/event2"
[ 245.267] (**) Option "_source" "server/udev"
[ 245.270] (II) event2 - Power Button: is tagged by udev as: Keyboard
[ 245.270] (II) event2 - Power Button: device is a keyboard
[ 245.270] (II) event2 - Power Button: device removed
[ 245.270] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input2/event2"
[ 245.270] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[ 245.270] (II) event2 - Power Button: is tagged by udev as: Keyboard
[ 245.270] (II) event2 - Power Button: device is a keyboard
[ 245.270] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[ 245.270] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[ 245.270] (II) Using input driver 'libinput' for 'Power Button'
[ 245.271] (II) systemd-logind: got fd for /dev/input/event1 13:65 fd 35 paused 0
[ 245.271] (**) Power Button: always reports core events
[ 245.271] (**) Option "Device" "/dev/input/event1"
[ 245.271] (**) Option "_source" "server/udev"
[ 245.271] (II) event1 - Power Button: is tagged by udev as: Keyboard
[ 245.271] (II) event1 - Power Button: device is a keyboard
[ 245.271] (II) event1 - Power Button: device removed
[ 245.271] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1/event1"
[ 245.271] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 7)
[ 245.271] (II) event1 - Power Button: is tagged by udev as: Keyboard
[ 245.271] (II) event1 - Power Button: device is a keyboard
[ 245.272] (II) config/udev: Adding input device Sleep Button (/dev/input/event0)
[ 245.272] (**) Sleep Button: Applying InputClass "libinput keyboard catchall"
[ 245.272] (II) Using input driver 'libinput' for 'Sleep Button'
[ 245.272] (II) systemd-logind: got fd for /dev/input/event0 13:64 fd 36 paused 0
[ 245.272] (**) Sleep Button: always reports core events
[ 245.272] (**) Option "Device" "/dev/input/event0"
[ 245.272] (**) Option "_source" "server/udev"
[ 245.272] (II) event0 - Sleep Button: is tagged by udev as: Keyboard
[ 245.272] (II) event0 - Sleep Button: device is a keyboard
[ 245.272] (II) event0 - Sleep Button: device removed
[ 245.272] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input0/event0"
[ 245.272] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 8)
[ 245.273] (II) event0 - Sleep Button: is tagged by udev as: Keyboard
[ 245.273] (II) event0 - Sleep Button: device is a keyboard
[ 245.273] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 (/dev/input/event12)
[ 245.273] (II) No input driver specified, ignoring this device.
[ 245.273] (II) This device may have been added with another device file.
[ 245.273] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=7 (/dev/input/event13)
[ 245.273] (II) No input driver specified, ignoring this device.
[ 245.273] (II) This device may have been added with another device file.
[ 245.273] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=8 (/dev/input/event14)
[ 245.273] (II) No input driver specified, ignoring this device.
[ 245.273] (II) This device may have been added with another device file.
[ 245.274] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=9 (/dev/input/event15)
[ 245.274] (II) No input driver specified, ignoring this device.
[ 245.274] (II) This device may have been added with another device file.
[ 245.274] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=10 (/dev/input/event16)
[ 245.274] (II) No input driver specified, ignoring this device.
[ 245.274] (II) This device may have been added with another device file.
[ 245.274] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=11 (/dev/input/event17)
[ 245.274] (II) No input driver specified, ignoring this device.
[ 245.274] (II) This device may have been added with another device file.
[ 245.274] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=12 (/dev/input/event18)
[ 245.274] (II) No input driver specified, ignoring this device.
[ 245.274] (II) This device may have been added with another device file.
[ 245.274] (II) config/udev: Adding input device HDA Intel PCH Line Out CLFE (/dev/input/event10)
[ 245.274] (II) No input driver specified, ignoring this device.
[ 245.274] (II) This device may have been added with another device file.
[ 245.274] (II) config/udev: Adding input device HDA Intel PCH Front Headphone (/dev/input/event11)
[ 245.274] (II) No input driver specified, ignoring this device.
[ 245.274] (II) This device may have been added with another device file.
[ 245.274] (II) config/udev: Adding input device HDA Intel PCH Front Mic (/dev/input/event5)
[ 245.274] (II) No input driver specified, ignoring this device.
[ 245.274] (II) This device may have been added with another device file.
[ 245.274] (II) config/udev: Adding input device HDA Intel PCH Rear Mic (/dev/input/event6)
[ 245.274] (II) No input driver specified, ignoring this device.
[ 245.274] (II) This device may have been added with another device file.
[ 245.275] (II) config/udev: Adding input device HDA Intel PCH Line (/dev/input/event7)
[ 245.275] (II) No input driver specified, ignoring this device.
[ 245.275] (II) This device may have been added with another device file.
[ 245.275] (II) config/udev: Adding input device HDA Intel PCH Line Out Front (/dev/input/event8)
[ 245.275] (II) No input driver specified, ignoring this device.
[ 245.275] (II) This device may have been added with another device file.
[ 245.275] (II) config/udev: Adding input device HDA Intel PCH Line Out Surround (/dev/input/event9)
[ 245.275] (II) No input driver specified, ignoring this device.
[ 245.275] (II) This device may have been added with another device file.
[ 245.275] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event3)
[ 245.275] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
[ 245.275] (II) Using input driver 'libinput' for 'AT Translated Set 2 keyboard'
[ 245.275] (II) systemd-logind: got fd for /dev/input/event3 13:67 fd 37 paused 0
[ 245.275] (**) AT Translated Set 2 keyboard: always reports core events
[ 245.275] (**) Option "Device" "/dev/input/event3"
[ 245.275] (**) Option "_source" "server/udev"
[ 245.276] (II) event3 - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[ 245.276] (II) event3 - AT Translated Set 2 keyboard: device is a keyboard
[ 245.276] (II) event3 - AT Translated Set 2 keyboard: device removed
[ 245.276] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input3/event3"
[ 245.276] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 9)
[ 245.277] (II) event3 - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[ 245.277] (II) event3 - AT Translated Set 2 keyboard: device is a keyboard
[ 245.277] (II) config/udev: Adding input device PC Speaker (/dev/input/event4)
[ 245.277] (II) No input driver specified, ignoring this device.
[ 245.277] (II) This device may have been added with another device file.
[ 245.289] (**) Option "fd" "32"
[ 245.289] (II) event2 - Power Button: device removed
[ 245.289] (**) Option "fd" "35"
[ 245.289] (II) event1 - Power Button: device removed
[ 245.289] (**) Option "fd" "36"
[ 245.289] (II) event0 - Sleep Button: device removed
[ 245.289] (**) Option "fd" "37"
[ 245.289] (II) event3 - AT Translated Set 2 keyboard: device removed
[ 245.291] (II) UnloadModule: "libinput"
[ 245.291] (II) systemd-logind: releasing fd for 13:67
[ 245.317] (II) UnloadModule: "libinput"
[ 245.317] (II) systemd-logind: releasing fd for 13:64
[ 245.357] (II) UnloadModule: "libinput"
[ 245.357] (II) systemd-logind: releasing fd for 13:65
[ 245.397] (II) UnloadModule: "libinput"
[ 245.397] (II) systemd-logind: releasing fd for 13:66Thanks for your time, it's much appreciated!
Regards.
Offline
Did you ever find a solution?
Offline
Pages: 1