No image on the second monitor when the nvidia driver is set,

also xrandr command does not detect it

xrandr --listmonitors
Monitors: 1
 0: +HDMI-0 1680/473x1050/296+0+0  HDMI-0

however if detected by the pc

I tried to modify xorg.conf without success.

# nvidia-settings: X configuration file generated by nvidia-settings
# nvidia-settings:  version 470.129.06


Section "ServerLayout"
    Identifier     "Layout0"
    Screen      0  "Screen0" 0 0
    InputDevice    "Keyboard0" "CoreKeyboard"
    InputDevice    "Mouse0" "CorePointer"
    Option         "Xinerama" "0"
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"

    # HorizSync source: edid, VertRefresh source: edid
    Identifier     "Monitor0"
    VendorName     "Unknown"
    ModelName      "DELL E228WFP"
    HorizSync       30.0 - 83.0
    VertRefresh     56.0 - 75.0
    Option         "DPMS"
EndSection

Section "Monitor"

    # HorizSync source: edid, VertRefresh source: edid
    Identifier     "Monitor1"
    VendorName     "Unknown"
    ModelName      "Hewlett Packard 19"
    HorizSync       30.0 - 83.0
    VertRefresh     56.0 - 75.0
    Option         "DPMS"
EndSection

Section "Device"
    Identifier     "Device0"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
    BoardName      "NVIDIA GeForce GT 710"
EndSection

Section "Device"
    Identifier     "Device1"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
    BoardName      "NVIDIA GeForce GT 710"
EndSection

Section "Screen"
    Identifier     "Screen0"
    Device         "Device0"
    Monitor        "Monitor0"
    DefaultDepth    24
    Option         "Stereo" "0"
    Option         "metamodes" "nvidia-auto-select +0+0"
    Option         "SLI" "Off"
    Option         "MultiGPU" "Off"
    Option         "BaseMosaic" "off"
    SubSection     "Display"
        Depth       24
    EndSubSection
EndSection

Section "Screen"
    Identifier     "Screen1"
    Device         "Device1"
    Monitor        "Monitor1"
    DefaultDepth    24
    Option         "Stereo" "0"
    Option         "metamodes" "nvidia-auto-select +0+0"
    Option         "SLI" "Off"
    Option         "MultiGPU" "Off"
    Option         "BaseMosaic" "off"
    SubSection     "Display"
        Depth       24
    EndSubSection
EndSection


my pc

OS: Manjaro Linux x86_64
Host: Lenovo H420 Lenovo
Kernel: 5.15.53-1-MANJARO
CPU: Intel i7-2600 (8) @ 3.800GHz
GPU: NVIDIA GeForce GT 710
GPU: Intel 2nd Generation Core Processor Family
Memory: 1983MiB / 7862MiB

Many thanks in advance

Hi @liltingle, and welcome!

In order for us, or anyone for that matter, to be able to provide assistance, more information is necessary. To that end, please see:

Hope you manage!


Tip:

To provide terminal output, copy the text you wish to share, and paste it here, surrounded by three (3) backticks, a.k.a grave accents. Like this:

```

pasted text

```

This will just cause it to be rendered like this:

Portaest sed
elementum
cursus nisl nisi
hendrerit ac quis
sit
adipiscing
tortor sit leo commodo.

Instead of like this:

Portaest sed elementum cursus nisl nisi hendrerit ac quis sit adipiscing tortor sit leo commodo.

Thereby improving legibility and making it much easier for those trying to be of assistance.

Please edit your post accordingly.

1 Like

And this connection is connected to the nvidia card?

inxi -Gazy
Graphics:
  Device-1: Intel 2nd Generation Core Processor Family Integrated Graphics
    vendor: Lenovo driver: i915 v: kernel arch: Gen6 process: Intel 32nm
    built: 2011 ports: active: VGA-1 empty: DP-1,HDMI-A-1 bus-ID: 00:02.0
    chip-ID: 8086:0102 class-ID: 0380
  Device-2: NVIDIA GK208B [GeForce GT 710] vendor: Micro-Star MSI
    driver: nvidia v: 470.129.06 alternate: nouveau,nvidia_drm non-free: 470.xx+
    status: legacy-active (EOL~2023/24) arch: Fermi 2 process: TSMC 28nm
    built: 2010-16 pcie: gen: 2 speed: 5 GT/s lanes: 8 bus-ID: 01:00.0
    chip-ID: 10de:128b class-ID: 0300
  Display: x11 server: X.Org v: 21.1.3 compositor: xfwm v: 4.16.1 driver: X:
    loaded: N/A failed: nvidia gpu: i915 note:  X driver n/a display-ID: :0.0
    screens: 1
  Screen-1: 0 s-res: 1680x1050 s-dpi: 96 s-size: 445x278mm (17.52x10.94")
    s-diag: 525mm (20.66")
  Monitor-1: VGA-1 mapped: HDMI-0 model: HP LE1851w serial: <filter>
    built: 2010 res: 1680x1050 hz: 60 dpi: 90 gamma: 1.2
    size: 473x296mm (18.62x11.65") diag: 475mm (18.7") ratio: 16:9 modes:
    max: 1366x768 min: 720x400
  Message: Unable to show GL data. Required tool glxinfo missing.

I’m not sure

VGA Port of the Intel iGPU … maybe try this config:

Section "ServerLayout"
    Identifier "layout"
    Screen 0 "intel"
    Inactive "nvidia"
    Option "AllowNVIDIAGPUScreens"
EndSection

Section "Device"
    Identifier "intel"
    Driver "modesetting"
    BusID "PCI:0:2:0"
EndSection

Section "Screen"
    Identifier "intel"
    Device "intel"
EndSection

Section "Device"
    Identifier "nvidia"
    Driver "nvidia"
    BusID "PCI:1:0:0"
EndSection

Section "Screen"
    Identifier "nvidia"
    Device "nvidia"
EndSection
1 Like

ok, I tried it, but it does not turn on the second monitor, with the previous configuration the monitor was on but not giving image.

Looks strange here… it failed to load the nvidia driver on the intel gpu… Could you share the xorg log?

cat /var/log/Xorg.0.log
1 Like
[    22.416] 
X.Org X Server 1.21.1.4
X Protocol Version 11, Revision 0
[    22.416] Current Operating System: Linux mateo-lenovoh420 5.15.55-1-MANJARO #1 SMP PREEMPT Fri Jul 15 09:45:39 UTC 2022 x86_64
[    22.416] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-5.15-x86_64 root=UUID=59e08bf4-3e68-46f3-b974-34494722540d rw nvidia-drm.modeset=1 quiet apparmor=1 security=apparmor udev.log_priority=3
[    22.416]  
[    22.416] Current version of pixman: 0.40.0
[    22.416] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[    22.416] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    22.416] (==) Log file: "/var/log/Xorg.0.log", Time: Mon Jul 18 09:52:08 2022
[    22.499] (==) Using config file: "/etc/X11/xorg.conf"
[    22.499] (==) Using config directory: "/etc/X11/xorg.conf.d"
[    22.499] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[    22.627] (==) ServerLayout "layout"
[    22.627] (**) |-->Screen "Screen0" (0)
[    22.627] (**) |   |-->Monitor "Monitor0"
[    22.627] (**) |   |-->Device "Device0"
[    22.627] (**) |   |-->GPUDevice "Device1"
[    22.627] (**) |   |-->GPUDevice "intel"
[    22.627] (**) |   |-->GPUDevice "nvidia"
[    22.628] (==) Automatically adding devices
[    22.628] (==) Automatically enabling devices
[    22.628] (==) Automatically adding GPU devices
[    22.628] (==) Automatically binding GPU devices
[    22.628] (==) Max clients allowed: 256, resource mask: 0x1fffff
[    22.663] (WW) The directory "/usr/share/fonts/OTF" does not exist.
[    22.663] 	Entry deleted from font path.
[    22.663] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[    22.663] 	Entry deleted from font path.
[    22.663] (WW) The directory "/usr/share/fonts/100dpi" does not exist.
[    22.664] 	Entry deleted from font path.
[    22.664] (WW) The directory "/usr/share/fonts/75dpi" does not exist.
[    22.664] 	Entry deleted from font path.
[    22.664] (==) FontPath set to:
	/usr/share/fonts/misc,
	/usr/share/fonts/TTF
[    22.664] (==) ModulePath set to "/usr/lib/xorg/modules"
[    22.664] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[    22.664] (II) Module ABI versions:
[    22.664] 	X.Org ANSI C Emulation: 0.4
[    22.664] 	X.Org Video Driver: 25.2
[    22.664] 	X.Org XInput driver : 24.4
[    22.664] 	X.Org Server Extension : 10.0
[    22.665] (++) using VT number 7

[    22.665] (II) systemd-logind: logind integration requires -keeptty and -keeptty was not provided, disabling logind integration
[    22.666] (II) xfree86: Adding drm device (/dev/dri/card0)
[    22.666] (II) Platform probe for /sys/devices/pci0000:00/0000:00:02.0/drm/card0
[    22.680] (--) PCI: (0@0:2:0) 8086:0102:17aa:3616 rev 9, Mem @ 0xfb400000/4194304, 0xc0000000/268435456, I/O @ 0x0000f000/64
[    22.680] (--) PCI:*(1@0:0:0) 10de:128b:1462:8c93 rev 161, Mem @ 0xfa000000/16777216, 0xd0000000/134217728, 0xd8000000/33554432, I/O @ 0x0000e000/128, BIOS @ 0x????????/131072
[    22.680] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[    22.680] (II) "glx" will be loaded. This was enabled by default and also specified in the config file.
[    22.680] (II) LoadModule: "dbe"
[    22.680] (II) Module "dbe" already built-in
[    22.680] (II) LoadModule: "extmod"
[    22.680] (II) Module "extmod" already built-in
[    22.680] (II) LoadModule: "glx"
[    22.789] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[    23.053] (II) Module glx: vendor="X.Org Foundation"
[    23.053] 	compiled for 1.21.1.4, module version = 1.0.0
[    23.053] 	ABI class: X.Org Server Extension, version 10.0
[    23.053] (II) LoadModule: "nvidia"
[    23.053] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
[    23.236] (II) Module nvidia: vendor="NVIDIA Corporation"
[    23.236] 	compiled for 1.6.99.901, module version = 1.0.0
[    23.236] 	Module class: X.Org Video Driver
[    23.241] (II) LoadModule: "modesetting"
[    23.241] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[    23.306] (II) Module modesetting: vendor="X.Org Foundation"
[    23.306] 	compiled for 1.21.1.4, module version = 1.21.1
[    23.306] 	Module class: X.Org Video Driver
[    23.306] 	ABI class: X.Org Video Driver, version 25.2
[    23.306] (II) NVIDIA dlloader X Driver  470.129.06  Thu May 12 22:49:34 UTC 2022
[    23.306] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[    23.306] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[    23.345] (II) Loading sub module "fb"
[    23.345] (II) LoadModule: "fb"
[    23.346] (II) Module "fb" already built-in
[    23.346] (II) Loading sub module "wfb"
[    23.346] (II) LoadModule: "wfb"
[    23.346] (II) Loading /usr/lib/xorg/modules/libwfb.so
[    23.386] (II) Module wfb: vendor="X.Org Foundation"
[    23.386] 	compiled for 1.21.1.4, module version = 1.0.0
[    23.386] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    23.386] (II) Loading sub module "ramdac"
[    23.386] (II) LoadModule: "ramdac"
[    23.386] (II) Module "ramdac" already built-in
[    25.302] (II) modeset(G0): using drv /dev/dri/card0
[    25.302] (**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32
[    25.302] (==) NVIDIA(0): RGB weight 888
[    25.302] (==) NVIDIA(0): Default visual is TrueColor
[    25.302] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
[    25.302] (**) Option "AllowNVIDIAGpuScreens"
[    25.303] (**) NVIDIA(0): Option "Stereo" "0"
[    25.303] (**) NVIDIA(0): Option "SLI" "Off"
[    25.303] (**) NVIDIA(0): Option "MultiGPU" "Off"
[    25.303] (**) NVIDIA(0): Option "BaseMosaic" "off"
[    25.303] (**) NVIDIA(0): Stereo disabled by request
[    25.303] (**) NVIDIA(0): NVIDIA SLI disabled.
[    25.303] (**) NVIDIA(0): NVIDIA Multi-GPU disabled.
[    25.303] (**) NVIDIA(0): Option "MetaModes" "nvidia-auto-select +0+0"
[    25.303] (**) NVIDIA(0): Enabling 2D acceleration
[    25.303] (II) Loading sub module "glxserver_nvidia"
[    25.303] (II) LoadModule: "glxserver_nvidia"
[    25.304] (WW) Warning, couldn't open module glxserver_nvidia
[    25.304] (EE) NVIDIA: Failed to load module "glxserver_nvidia" (module does not exist, 0)
[    25.304] (EE) NVIDIA(0): Failed to initialize the GLX module; please check in your X
[    25.304] (EE) NVIDIA(0):     log file that the GLX module has been loaded in your X
[    25.304] (EE) NVIDIA(0):     server, and that the module is the NVIDIA GLX module.  If
[    25.304] (EE) NVIDIA(0):     you continue to encounter problems, Please try
[    25.304] (EE) NVIDIA(0):     reinstalling the NVIDIA driver.
[    25.304] (II) NVIDIA: The X server does not support PRIME Render Offload.
[    26.062] (--) NVIDIA(0): Valid display device(s) on GPU-0 at PCI:1:0:0
[    26.062] (--) NVIDIA(0):     CRT-0
[    26.062] (--) NVIDIA(0):     DFP-0
[    26.062] (--) NVIDIA(0):     DFP-1 (boot)
[    26.072] (WW) NVIDIA: No DRM device: Direct render devices found but none could be
[    26.072] (WW) NVIDIA:     used.
[    26.072] (II) NVIDIA(0): NVIDIA GPU NVIDIA GeForce GT 710 (GK208) at PCI:1:0:0 (GPU-0)
[    26.072] (--) NVIDIA(0): Memory: 2097152 kBytes
[    26.072] (--) NVIDIA(0): VideoBIOS: 80.28.a6.00.22
[    26.072] (II) NVIDIA(0): Detected PCI Express Link width: 8X
[    26.073] (--) NVIDIA(GPU-0): CRT-0: disconnected
[    26.073] (--) NVIDIA(GPU-0): CRT-0: 400.0 MHz maximum pixel clock
[    26.073] (--) NVIDIA(GPU-0): 
[    26.073] (--) NVIDIA(GPU-0): DFP-0: disconnected
[    26.073] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[    26.073] (--) NVIDIA(GPU-0): DFP-0: 330.0 MHz maximum pixel clock
[    26.073] (--) NVIDIA(GPU-0): 
[    26.117] (--) NVIDIA(GPU-0): DELL E228WFP (DFP-1): connected
[    26.117] (--) NVIDIA(GPU-0): DELL E228WFP (DFP-1): Internal TMDS
[    26.117] (--) NVIDIA(GPU-0): DELL E228WFP (DFP-1): 340.0 MHz maximum pixel clock
[    26.117] (--) NVIDIA(GPU-0): 
[    26.120] (II) NVIDIA(0): Validated MetaModes:
[    26.120] (II) NVIDIA(0):     "nvidia-auto-select+0+0"
[    26.120] (II) NVIDIA(0): Virtual screen size determined to be 1680 x 1050
[    26.123] (--) NVIDIA(0): DPI set to (90, 88); computed from "UseEdidDpi" X config
[    26.123] (--) NVIDIA(0):     option
[    26.123] (**) modeset(G0): Depth 24, (--) framebuffer bpp 32
[    26.123] (==) modeset(G0): RGB weight 888
[    26.123] (==) modeset(G0): Default visual is TrueColor
[    26.123] (II) Loading sub module "glamoregl"
[    26.123] (II) LoadModule: "glamoregl"
[    26.123] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[    26.168] (II) Module glamoregl: vendor="X.Org Foundation"
[    26.168] 	compiled for 1.21.1.4, module version = 1.0.1
[    26.168] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    28.899] (II) modeset(G0): glamor X acceleration enabled on Mesa Intel(R) HD Graphics 2000 (SNB GT1)
[    28.899] (II) modeset(G0): glamor initialized
[    28.913] (II) modeset(G0): Output VGA-1-1 using monitor section Monitor0
[    28.914] (II) modeset(G0): Output HDMI-1-1 has no monitor section
[    28.914] (II) modeset(G0): Output DP-1-1 has no monitor section
[    28.928] (II) modeset(G0): EDID for output VGA-1-1
[    28.928] (II) modeset(G0): Manufacturer: HWP  Model: 2840  Serial#: 16843009
[    28.928] (II) modeset(G0): Year: 2010  Week: 3
[    28.928] (II) modeset(G0): EDID Version: 1.3
[    28.928] (II) modeset(G0): Analog Display Input,  Input Voltage Level: 0.700/0.700 V
[    28.928] (II) modeset(G0): Sync:  Separate
[    28.928] (II) modeset(G0): Max Image Size [cm]: horiz.: 41  vert.: 23
[    28.928] (II) modeset(G0): Gamma: 2.20
[    28.928] (II) modeset(G0): DPMS capabilities: StandBy Suspend Off; RGB/Color Display
[    28.928] (II) modeset(G0): Default color space is primary color space
[    28.928] (II) modeset(G0): First detailed timing is preferred mode
[    28.928] (II) modeset(G0): redX: 0.646 redY: 0.334   greenX: 0.284 greenY: 0.602
[    28.928] (II) modeset(G0): blueX: 0.152 blueY: 0.076   whiteX: 0.313 whiteY: 0.329
[    28.928] (II) modeset(G0): Supported established timings:
[    28.928] (II) modeset(G0): 720x400@70Hz
[    28.929] (II) modeset(G0): 640x480@60Hz
[    28.929] (II) modeset(G0): 800x600@60Hz
[    28.929] (II) modeset(G0): 1024x768@60Hz
[    28.929] (II) modeset(G0): Manufacturer's mask: 0
[    28.929] (II) modeset(G0): Supported standard timings:
[    28.929] (II) modeset(G0): #0: hsize: 1280  vsize 720  refresh: 60  vid: 49281
[    28.929] (II) modeset(G0): #1: hsize: 1280  vsize 960  refresh: 60  vid: 16513
[    28.929] (II) modeset(G0): #2: hsize: 1280  vsize 1024  refresh: 60  vid: 32897
[    28.929] (II) modeset(G0): Supported detailed timing:
[    28.929] (II) modeset(G0): clock: 85.5 MHz   Image Size:  413 x 234 mm
[    28.929] (II) modeset(G0): h_active: 1366  h_sync: 1436  h_sync_end 1579 h_blank_end 1792 h_border: 0
[    28.929] (II) modeset(G0): v_active: 768  v_sync: 771  v_sync_end 774 v_blanking: 798 v_border: 0
[    28.929] (II) modeset(G0): Ranges: V min: 48 V max: 76 Hz, H min: 24 H max: 83 kHz, PixClock max 145 MHz
[    28.929] (II) modeset(G0): Monitor name: HP LE1851w
[    28.929] (II) modeset(G0): Serial No: CNC003QP4V
[    28.929] (II) modeset(G0): EDID (in hex):
[    28.929] (II) modeset(G0): 	00ffffffffffff0022f0402801010101
[    28.929] (II) modeset(G0): 	0314010368291778ee6c25a555489a27
[    28.929] (II) modeset(G0): 	135054a1080081c08140818001010101
[    28.929] (II) modeset(G0): 	010101010101662156aa51001e30468f
[    28.929] (II) modeset(G0): 	33009dea1000001e000000fd00304c18
[    28.929] (II) modeset(G0): 	530e000a202020202020000000fc0048
[    28.929] (II) modeset(G0): 	50204c4531383531770a2020000000ff
[    28.929] (II) modeset(G0): 	00434e43303033515034560a2020000f
[    28.929] (II) modeset(G0): Printing probed modes for output VGA-1-1
[    28.929] (II) modeset(G0): Modeline "1366x768"x59.8   85.50  1366 1436 1579 1792  768 771 774 798 +hsync +vsync (47.7 kHz eP)
[    28.929] (II) modeset(G0): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[    28.929] (II) modeset(G0): Modeline "1280x960"x60.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz e)
[    28.929] (II) modeset(G0): Modeline "1280x720"x60.0   74.25  1280 1390 1430 1650  720 725 730 750 +hsync +vsync (45.0 kHz e)
[    28.929] (II) modeset(G0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[    28.929] (II) modeset(G0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[    28.929] (II) modeset(G0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[    28.929] (II) modeset(G0): Modeline "720x400"x70.1   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz e)
[    28.931] (II) modeset(G0): EDID for output HDMI-1-1
[    28.931] (II) modeset(G0): EDID for output DP-1-1
[    28.931] (==) modeset(G0): Using gamma correction (1.0, 1.0, 1.0)
[    28.931] (==) modeset(G0): DPI set to (96, 96)
[    28.931] (II) Loading sub module "fb"
[    28.931] (II) LoadModule: "fb"
[    28.931] (II) Module "fb" already built-in
[    28.931] (II) NVIDIA: Reserving 6144.00 MB of virtual memory for indirect memory
[    28.931] (II) NVIDIA:     access.
[    28.934] (II) NVIDIA(0): ACPI: failed to connect to the ACPI event daemon; the daemon
[    28.934] (II) NVIDIA(0):     may not be running or the "AcpidSocketPath" X
[    28.934] (II) NVIDIA(0):     configuration option may not be set correctly.  When the
[    28.934] (II) NVIDIA(0):     ACPI event daemon is available, the NVIDIA X driver will
[    28.935] (II) NVIDIA(0):     try to use it to receive ACPI event notifications.  For
[    28.935] (II) NVIDIA(0):     details, please see the "ConnectToAcpid" and
[    28.935] (II) NVIDIA(0):     "AcpidSocketPath" X configuration options in Appendix B: X
[    28.935] (II) NVIDIA(0):     Config Options in the README.
[    28.988] (II) NVIDIA(0): Setting mode "nvidia-auto-select+0+0"
[    29.072] (==) NVIDIA(0): Disabling shared memory pixmaps
[    29.072] (==) NVIDIA(0): Backing store enabled
[    29.072] (==) NVIDIA(0): Silken mouse enabled
[    29.072] (**) NVIDIA(0): DPMS enabled
[    29.072] (II) Loading sub module "dri2"
[    29.072] (II) LoadModule: "dri2"
[    29.072] (II) Module "dri2" already built-in
[    29.072] (II) NVIDIA(0): [DRI2] Setup complete
[    29.072] (II) NVIDIA(0): [DRI2]   VDPAU driver: nvidia
[    29.412] (==) modeset(G0): Backing store enabled
[    29.413] (==) modeset(G0): Silken mouse enabled
[    29.417] (II) modeset(G0): Initializing kms color map for depth 24, 8 bpc.
[    29.417] (**) modeset(G0): DPMS enabled
[    29.417] (WW) modeset(G0): Option "Stereo" is not used
[    29.417] (WW) modeset(G0): Option "metamodes" is not used
[    29.417] (WW) modeset(G0): Option "SLI" is not used
[    29.417] (WW) modeset(G0): Option "MultiGPU" is not used
[    29.417] (WW) modeset(G0): Option "BaseMosaic" is not used
[    29.417] (II) modeset(G0): [DRI2] Setup complete
[    29.417] (II) modeset(G0): [DRI2]   DRI driver: crocus
[    29.417] (II) modeset(G0): [DRI2]   VDPAU driver: va_gl
[    29.417] (II) modeset(G0): Disable reverse prime offload mode for i915.
[    29.417] (II) Initializing extension Generic Event Extension
[    29.418] (II) Initializing extension SHAPE
[    29.418] (II) Initializing extension MIT-SHM
[    29.418] (II) Initializing extension XInputExtension
[    29.418] (II) Initializing extension XTEST
[    29.419] (II) Initializing extension BIG-REQUESTS
[    29.419] (II) Initializing extension SYNC
[    29.419] (II) Initializing extension XKEYBOARD
[    29.419] (II) Initializing extension XC-MISC
[    29.420] (II) Initializing extension SECURITY
[    29.420] (II) Initializing extension XFIXES
[    29.420] (II) Initializing extension RENDER
[    29.420] (II) Initializing extension RANDR
[    29.421] (II) Initializing extension COMPOSITE
[    29.421] (II) Initializing extension DAMAGE
[    29.421] (II) Initializing extension MIT-SCREEN-SAVER
[    29.421] (II) Initializing extension DOUBLE-BUFFER
[    29.421] (II) Initializing extension RECORD
[    29.422] (II) Initializing extension DPMS
[    29.422] (II) Initializing extension Present
[    29.422] (II) Initializing extension DRI3
[    29.422] (II) Initializing extension X-Resource
[    29.422] (II) Initializing extension XVideo
[    29.423] (II) Initializing extension XVideo-MotionCompensation
[    29.423] (II) Initializing extension GLX
[    29.423] (II) AIGLX: Screen 0 is not DRI2 capable
[    29.618] (II) IGLX: Loaded and initialized swrast
[    29.618] (II) GLX: Initialized DRISWRAST GL provider for screen 0
[    29.618] (II) Initializing extension XFree86-VidModeExtension
[    29.619] (II) Initializing extension XFree86-DGA
[    29.619] (II) Initializing extension XFree86-DRI
[    29.619] (II) Initializing extension DRI2
[    29.619] (II) Initializing extension NV-GLX
[    29.619] (II) Initializing extension NV-CONTROL
[    29.620] (II) Initializing extension XINERAMA
[    29.654] (II) modeset(G0): Damage tracking initialized
[    29.988] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[    29.988] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[    29.988] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[    29.988] (**) Power Button: Applying InputClass "system-keyboard"
[    29.989] (II) LoadModule: "libinput"
[    29.989] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[    30.034] (II) Module libinput: vendor="X.Org Foundation"
[    30.034] 	compiled for 1.21.1.3, module version = 1.2.1
[    30.034] 	Module class: X.Org XInput Driver
[    30.034] 	ABI class: X.Org XInput driver, version 24.4
[    30.034] (II) Using input driver 'libinput' for 'Power Button'
[    30.034] (**) Power Button: always reports core events
[    30.034] (**) Option "Device" "/dev/input/event1"
[    30.080] (II) event1  - Power Button: is tagged by udev as: Keyboard
[    30.080] (II) event1  - Power Button: device is a keyboard
[    30.080] (II) event1  - Power Button: device removed
[    30.121] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input1/event1"
[    30.121] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[    30.121] (**) Option "xkb_layout" "es"
[    30.167] (II) event1  - Power Button: is tagged by udev as: Keyboard
[    30.167] (II) event1  - Power Button: device is a keyboard
[    30.168] (II) config/udev: Adding input device Power Button (/dev/input/event0)
[    30.168] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[    30.168] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[    30.168] (**) Power Button: Applying InputClass "system-keyboard"
[    30.168] (II) Using input driver 'libinput' for 'Power Button'
[    30.168] (**) Power Button: always reports core events
[    30.168] (**) Option "Device" "/dev/input/event0"
[    30.170] (II) event0  - Power Button: is tagged by udev as: Keyboard
[    30.170] (II) event0  - Power Button: device is a keyboard
[    30.170] (II) event0  - Power Button: device removed
[    30.215] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0/event0"
[    30.215] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 7)
[    30.215] (**) Option "xkb_layout" "es"
[    30.216] (II) event0  - Power Button: is tagged by udev as: Keyboard
[    30.217] (II) event0  - Power Button: device is a keyboard
[    30.218] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 (/dev/input/event11)
[    30.218] (II) No input driver specified, ignoring this device.
[    30.218] (II) This device may have been added with another device file.
[    30.218] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=7 (/dev/input/event12)
[    30.218] (II) No input driver specified, ignoring this device.
[    30.218] (II) This device may have been added with another device file.
[    30.219] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=8 (/dev/input/event13)
[    30.219] (II) No input driver specified, ignoring this device.
[    30.219] (II) This device may have been added with another device file.
[    30.220] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=9 (/dev/input/event14)
[    30.220] (II) No input driver specified, ignoring this device.
[    30.220] (II) This device may have been added with another device file.
[    30.221] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=10 (/dev/input/event15)
[    30.221] (II) No input driver specified, ignoring this device.
[    30.221] (II) This device may have been added with another device file.
[    30.223] (II) config/udev: Adding input device USB Optical Mouse (/dev/input/event2)
[    30.223] (**) USB Optical Mouse: Applying InputClass "evdev pointer catchall"
[    30.223] (**) USB Optical Mouse: Applying InputClass "libinput pointer catchall"
[    30.223] (II) Using input driver 'libinput' for 'USB Optical Mouse'
[    30.223] (**) USB Optical Mouse: always reports core events
[    30.223] (**) Option "Device" "/dev/input/event2"
[    30.225] (II) event2  - USB Optical Mouse: is tagged by udev as: Mouse
[    30.226] (II) event2  - USB Optical Mouse: device is a pointer
[    30.226] (II) event2  - USB Optical Mouse: device removed
[    30.281] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.2/1-1.2:1.0/0003:17EF:602E.0001/input/input2/event2"
[    30.281] (II) XINPUT: Adding extended input device "USB Optical Mouse" (type: MOUSE, id 8)
[    30.282] (**) Option "AccelerationScheme" "none"
[    30.282] (**) USB Optical Mouse: (accel) selected scheme none/0
[    30.282] (**) USB Optical Mouse: (accel) acceleration factor: 2.000
[    30.282] (**) USB Optical Mouse: (accel) acceleration threshold: 4
[    30.284] (II) event2  - USB Optical Mouse: is tagged by udev as: Mouse
[    30.285] (II) event2  - USB Optical Mouse: device is a pointer
[    30.286] (II) config/udev: Adding input device USB Optical Mouse (/dev/input/mouse0)
[    30.286] (II) No input driver specified, ignoring this device.
[    30.286] (II) This device may have been added with another device file.
[    30.288] (II) config/udev: Adding input device SEMICO   USB Gaming Keyboard  (/dev/input/event3)
[    30.288] (**) SEMICO   USB Gaming Keyboard : Applying InputClass "evdev keyboard catchall"
[    30.288] (**) SEMICO   USB Gaming Keyboard : Applying InputClass "libinput keyboard catchall"
[    30.288] (**) SEMICO   USB Gaming Keyboard : Applying InputClass "system-keyboard"
[    30.288] (II) Using input driver 'libinput' for 'SEMICO   USB Gaming Keyboard '
[    30.288] (**) SEMICO   USB Gaming Keyboard : always reports core events
[    30.288] (**) Option "Device" "/dev/input/event3"
[    30.291] (II) event3  - SEMICO   USB Gaming Keyboard : is tagged by udev as: Keyboard
[    30.291] (II) event3  - SEMICO   USB Gaming Keyboard : device is a keyboard
[    30.291] (II) event3  - SEMICO   USB Gaming Keyboard : device removed
[    30.335] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.3/1-1.3:1.0/0003:1A2C:94F6.0002/input/input3/event3"
[    30.335] (II) XINPUT: Adding extended input device "SEMICO   USB Gaming Keyboard " (type: KEYBOARD, id 9)
[    30.335] (**) Option "xkb_layout" "es"
[    30.338] (II) event3  - SEMICO   USB Gaming Keyboard : is tagged by udev as: Keyboard
[    30.338] (II) event3  - SEMICO   USB Gaming Keyboard : device is a keyboard
[    30.340] (II) config/udev: Adding input device SEMICO   USB Gaming Keyboard  Consumer Control (/dev/input/event4)
[    30.340] (**) SEMICO   USB Gaming Keyboard  Consumer Control: Applying InputClass "evdev keyboard catchall"
[    30.340] (**) SEMICO   USB Gaming Keyboard  Consumer Control: Applying InputClass "libinput keyboard catchall"
[    30.340] (**) SEMICO   USB Gaming Keyboard  Consumer Control: Applying InputClass "system-keyboard"
[    30.340] (II) Using input driver 'libinput' for 'SEMICO   USB Gaming Keyboard  Consumer Control'
[    30.340] (**) SEMICO   USB Gaming Keyboard  Consumer Control: always reports core events
[    30.340] (**) Option "Device" "/dev/input/event4"
[    30.343] (II) event4  - SEMICO   USB Gaming Keyboard  Consumer Control: is tagged by udev as: Keyboard
[    30.343] (II) event4  - SEMICO   USB Gaming Keyboard  Consumer Control: device is a keyboard
[    30.343] (II) event4  - SEMICO   USB Gaming Keyboard  Consumer Control: device removed
[    30.375] (II) libinput: SEMICO   USB Gaming Keyboard  Consumer Control: needs a virtual subdevice
[    30.375] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.3/1-1.3:1.1/0003:1A2C:94F6.0003/input/input4/event4"
[    30.375] (II) XINPUT: Adding extended input device "SEMICO   USB Gaming Keyboard  Consumer Control" (type: MOUSE, id 10)
[    30.375] (**) Option "AccelerationScheme" "none"
[    30.375] (**) SEMICO   USB Gaming Keyboard  Consumer Control: (accel) selected scheme none/0
[    30.375] (**) SEMICO   USB Gaming Keyboard  Consumer Control: (accel) acceleration factor: 2.000
[    30.375] (**) SEMICO   USB Gaming Keyboard  Consumer Control: (accel) acceleration threshold: 4
[    30.378] (II) event4  - SEMICO   USB Gaming Keyboard  Consumer Control: is tagged by udev as: Keyboard
[    30.378] (II) event4  - SEMICO   USB Gaming Keyboard  Consumer Control: device is a keyboard
[    30.380] (II) config/udev: Adding input device SEMICO   USB Gaming Keyboard  System Control (/dev/input/event5)
[    30.380] (**) SEMICO   USB Gaming Keyboard  System Control: Applying InputClass "evdev keyboard catchall"
[    30.380] (**) SEMICO   USB Gaming Keyboard  System Control: Applying InputClass "libinput keyboard catchall"
[    30.380] (**) SEMICO   USB Gaming Keyboard  System Control: Applying InputClass "system-keyboard"
[    30.380] (II) Using input driver 'libinput' for 'SEMICO   USB Gaming Keyboard  System Control'
[    30.380] (**) SEMICO   USB Gaming Keyboard  System Control: always reports core events
[    30.380] (**) Option "Device" "/dev/input/event5"
[    30.382] (II) event5  - SEMICO   USB Gaming Keyboard  System Control: is tagged by udev as: Keyboard
[    30.383] (II) event5  - SEMICO   USB Gaming Keyboard  System Control: device is a keyboard
[    30.383] (II) event5  - SEMICO   USB Gaming Keyboard  System Control: device removed
[    30.428] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.3/1-1.3:1.1/0003:1A2C:94F6.0003/input/input5/event5"
[    30.428] (II) XINPUT: Adding extended input device "SEMICO   USB Gaming Keyboard  System Control" (type: KEYBOARD, id 11)
[    30.428] (**) Option "xkb_layout" "es"
[    30.431] (II) event5  - SEMICO   USB Gaming Keyboard  System Control: is tagged by udev as: Keyboard
[    30.431] (II) event5  - SEMICO   USB Gaming Keyboard  System Control: device is a keyboard
[    30.433] (II) config/udev: Adding input device SEMICO   USB Gaming Keyboard  Keyboard (/dev/input/event6)
[    30.433] (**) SEMICO   USB Gaming Keyboard  Keyboard: Applying InputClass "evdev keyboard catchall"
[    30.433] (**) SEMICO   USB Gaming Keyboard  Keyboard: Applying InputClass "libinput keyboard catchall"
[    30.433] (**) SEMICO   USB Gaming Keyboard  Keyboard: Applying InputClass "system-keyboard"
[    30.433] (II) Using input driver 'libinput' for 'SEMICO   USB Gaming Keyboard  Keyboard'
[    30.433] (**) SEMICO   USB Gaming Keyboard  Keyboard: always reports core events
[    30.433] (**) Option "Device" "/dev/input/event6"
[    30.436] (II) event6  - SEMICO   USB Gaming Keyboard  Keyboard: is tagged by udev as: Keyboard
[    30.436] (II) event6  - SEMICO   USB Gaming Keyboard  Keyboard: device is a keyboard
[    30.437] (II) event6  - SEMICO   USB Gaming Keyboard  Keyboard: device removed
[    30.465] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.3/1-1.3:1.1/0003:1A2C:94F6.0003/input/input7/event6"
[    30.465] (II) XINPUT: Adding extended input device "SEMICO   USB Gaming Keyboard  Keyboard" (type: KEYBOARD, id 12)
[    30.465] (**) Option "xkb_layout" "es"
[    30.468] (II) event6  - SEMICO   USB Gaming Keyboard  Keyboard: is tagged by udev as: Keyboard
[    30.468] (II) event6  - SEMICO   USB Gaming Keyboard  Keyboard: device is a keyboard
[    30.470] (II) config/udev: Adding input device UGTABLET 10 inch PenTablet Keyboard (/dev/input/event8)
[    30.470] (**) UGTABLET 10 inch PenTablet Keyboard: Applying InputClass "evdev keyboard catchall"
[    30.470] (**) UGTABLET 10 inch PenTablet Keyboard: Applying InputClass "libinput keyboard catchall"
[    30.470] (**) UGTABLET 10 inch PenTablet Keyboard: Applying InputClass "system-keyboard"
[    30.470] (II) Using input driver 'libinput' for 'UGTABLET 10 inch PenTablet Keyboard'
[    30.470] (**) UGTABLET 10 inch PenTablet Keyboard: always reports core events
[    30.470] (**) Option "Device" "/dev/input/event8"
[    30.473] (II) event8  - UGTABLET 10 inch PenTablet Keyboard: is tagged by udev as: Keyboard
[    30.473] (II) event8  - UGTABLET 10 inch PenTablet Keyboard: device is a keyboard
[    30.473] (II) event8  - UGTABLET 10 inch PenTablet Keyboard: device removed
[    30.508] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.4/1-1.4:1.0/0003:28BD:0905.0004/input/input10/event8"
[    30.508] (II) XINPUT: Adding extended input device "UGTABLET 10 inch PenTablet Keyboard" (type: KEYBOARD, id 13)
[    30.508] (**) Option "xkb_layout" "es"
[    30.511] (II) event8  - UGTABLET 10 inch PenTablet Keyboard: is tagged by udev as: Keyboard
[    30.511] (II) event8  - UGTABLET 10 inch PenTablet Keyboard: device is a keyboard
[    30.513] (II) config/udev: Adding input device UGTABLET 10 inch PenTablet Mouse (/dev/input/event7)
[    30.513] (**) UGTABLET 10 inch PenTablet Mouse: Applying InputClass "evdev pointer catchall"
[    30.513] (**) UGTABLET 10 inch PenTablet Mouse: Applying InputClass "libinput pointer catchall"
[    30.513] (II) Using input driver 'libinput' for 'UGTABLET 10 inch PenTablet Mouse'
[    30.513] (**) UGTABLET 10 inch PenTablet Mouse: always reports core events
[    30.513] (**) Option "Device" "/dev/input/event7"
[    30.516] (II) event7  - UGTABLET 10 inch PenTablet Mouse: is tagged by udev as: Mouse
[    30.516] (II) event7  - UGTABLET 10 inch PenTablet Mouse: device is a pointer
[    30.517] (II) event7  - UGTABLET 10 inch PenTablet Mouse: device removed
[    30.575] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.4/1-1.4:1.0/0003:28BD:0905.0004/input/input9/event7"
[    30.575] (II) XINPUT: Adding extended input device "UGTABLET 10 inch PenTablet Mouse" (type: MOUSE, id 14)
[    30.575] (**) Option "AccelerationScheme" "none"
[    30.575] (**) UGTABLET 10 inch PenTablet Mouse: (accel) selected scheme none/0
[    30.575] (**) UGTABLET 10 inch PenTablet Mouse: (accel) acceleration factor: 2.000
[    30.575] (**) UGTABLET 10 inch PenTablet Mouse: (accel) acceleration threshold: 4
[    30.578] (II) event7  - UGTABLET 10 inch PenTablet Mouse: is tagged by udev as: Mouse
[    30.578] (II) event7  - UGTABLET 10 inch PenTablet Mouse: device is a pointer
[    30.580] (II) config/udev: Adding input device UGTABLET 10 inch PenTablet Mouse (/dev/input/mouse1)
[    30.580] (II) No input driver specified, ignoring this device.
[    30.580] (II) This device may have been added with another device file.
[    30.581] (II) config/udev: Adding input device UGTABLET 10 inch PenTablet (/dev/input/event9)
[    30.581] (**) UGTABLET 10 inch PenTablet: Applying InputClass "evdev tablet catchall"
[    30.581] (**) UGTABLET 10 inch PenTablet: Applying InputClass "libinput tablet catchall"
[    30.581] (II) Using input driver 'libinput' for 'UGTABLET 10 inch PenTablet'
[    30.582] (**) UGTABLET 10 inch PenTablet: always reports core events
[    30.582] (**) Option "Device" "/dev/input/event9"
[    30.640] (II) event9  - UGTABLET 10 inch PenTablet: is tagged by udev as: Tablet
[    30.864] (II) event9  - UGTABLET 10 inch PenTablet: tablet 'UGTABLET 10 inch PenTablet' unknown to libwacom
[    30.864] (II) event9  - UGTABLET 10 inch PenTablet: device is a tablet
[    30.864] (II) event9  - UGTABLET 10 inch PenTablet: device removed
[    30.935] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.4/1-1.4:1.1/0003:28BD:0905.0005/input/input11/event9"
[    30.935] (II) XINPUT: Adding extended input device "UGTABLET 10 inch PenTablet" (type: TABLET, id 15)
[    30.993] (II) event9  - UGTABLET 10 inch PenTablet: is tagged by udev as: Tablet
[    31.020] (II) event9  - UGTABLET 10 inch PenTablet: tablet 'UGTABLET 10 inch PenTablet' unknown to libwacom
[    31.021] (II) event9  - UGTABLET 10 inch PenTablet: device is a tablet
[    31.022] (II) config/udev: Adding input device UGTABLET 10 inch PenTablet (/dev/input/mouse2)
[    31.022] (II) No input driver specified, ignoring this device.
[    31.022] (II) This device may have been added with another device file.
[    31.023] (II) config/udev: Adding input device HDA Intel PCH Front Mic (/dev/input/event16)
[    31.023] (II) No input driver specified, ignoring this device.
[    31.023] (II) This device may have been added with another device file.
[    31.024] (II) config/udev: Adding input device HDA Intel PCH Rear Mic (/dev/input/event17)
[    31.024] (II) No input driver specified, ignoring this device.
[    31.024] (II) This device may have been added with another device file.
[    31.024] (II) config/udev: Adding input device HDA Intel PCH Line (/dev/input/event18)
[    31.024] (II) No input driver specified, ignoring this device.
[    31.024] (II) This device may have been added with another device file.
[    31.025] (II) config/udev: Adding input device HDA Intel PCH Line Out (/dev/input/event19)
[    31.025] (II) No input driver specified, ignoring this device.
[    31.025] (II) This device may have been added with another device file.
[    31.026] (II) config/udev: Adding input device HDA Intel PCH Front Headphone (/dev/input/event20)
[    31.026] (II) No input driver specified, ignoring this device.
[    31.026] (II) This device may have been added with another device file.
[    31.026] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=3 (/dev/input/event21)
[    31.026] (II) No input driver specified, ignoring this device.
[    31.026] (II) This device may have been added with another device file.
[    31.027] (II) config/udev: Adding input device PC Speaker (/dev/input/event10)
[    31.027] (II) No input driver specified, ignoring this device.
[    31.027] (II) This device may have been added with another device file.
[    31.040] (**) SEMICO   USB Gaming Keyboard  Consumer Control: Applying InputClass "evdev keyboard catchall"
[    31.040] (**) SEMICO   USB Gaming Keyboard  Consumer Control: Applying InputClass "libinput keyboard catchall"
[    31.040] (**) SEMICO   USB Gaming Keyboard  Consumer Control: Applying InputClass "system-keyboard"
[    31.040] (II) Using input driver 'libinput' for 'SEMICO   USB Gaming Keyboard  Consumer Control'
[    31.040] (**) SEMICO   USB Gaming Keyboard  Consumer Control: always reports core events
[    31.040] (**) Option "Device" "/dev/input/event4"
[    31.040] (II) libinput: SEMICO   USB Gaming Keyboard  Consumer Control: is a virtual subdevice
[    31.040] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.3/1-1.3:1.1/0003:1A2C:94F6.0003/input/input4/event4"
[    31.040] (II) XINPUT: Adding extended input device "SEMICO   USB Gaming Keyboard  Consumer Control" (type: KEYBOARD, id 16)
[    31.040] (**) Option "xkb_layout" "es"
[    37.758] (--) NVIDIA(GPU-0): CRT-0: disconnected
[    37.758] (--) NVIDIA(GPU-0): CRT-0: 400.0 MHz maximum pixel clock
[    37.758] (--) NVIDIA(GPU-0): 
[    37.759] (--) NVIDIA(GPU-0): DFP-0: disconnected
[    37.759] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[    37.759] (--) NVIDIA(GPU-0): DFP-0: 330.0 MHz maximum pixel clock
[    37.759] (--) NVIDIA(GPU-0): 
[    37.804] (--) NVIDIA(GPU-0): DELL E228WFP (DFP-1): connected
[    37.804] (--) NVIDIA(GPU-0): DELL E228WFP (DFP-1): Internal TMDS
[    37.804] (--) NVIDIA(GPU-0): DELL E228WFP (DFP-1): 340.0 MHz maximum pixel clock
[    37.804] (--) NVIDIA(GPU-0): 
[    45.854] (--) NVIDIA(GPU-0): CRT-0: disconnected
[    45.854] (--) NVIDIA(GPU-0): CRT-0: 400.0 MHz maximum pixel clock
[    45.854] (--) NVIDIA(GPU-0): 
[    45.855] (--) NVIDIA(GPU-0): DFP-0: disconnected
[    45.855] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[    45.855] (--) NVIDIA(GPU-0): DFP-0: 330.0 MHz maximum pixel clock
[    45.855] (--) NVIDIA(GPU-0): 
[    45.899] (--) NVIDIA(GPU-0): DELL E228WFP (DFP-1): connected
[    45.899] (--) NVIDIA(GPU-0): DELL E228WFP (DFP-1): Internal TMDS
[    45.899] (--) NVIDIA(GPU-0): DELL E228WFP (DFP-1): 340.0 MHz maximum pixel clock
[    45.900] (--) NVIDIA(GPU-0): 
[    46.209] (--) NVIDIA(GPU-0): CRT-0: disconnected
[    46.209] (--) NVIDIA(GPU-0): CRT-0: 400.0 MHz maximum pixel clock
[    46.209] (--) NVIDIA(GPU-0): 
[    46.209] (--) NVIDIA(GPU-0): DFP-0: disconnected
[    46.209] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[    46.209] (--) NVIDIA(GPU-0): DFP-0: 330.0 MHz maximum pixel clock
[    46.209] (--) NVIDIA(GPU-0): 
[    46.254] (--) NVIDIA(GPU-0): DELL E228WFP (DFP-1): connected
[    46.254] (--) NVIDIA(GPU-0): DELL E228WFP (DFP-1): Internal TMDS
[    46.254] (--) NVIDIA(GPU-0): DELL E228WFP (DFP-1): 340.0 MHz maximum pixel clock
[    46.254] (--) NVIDIA(GPU-0): 
[    55.289] (II) config/udev: Adding input device XP-PEN STYLUS (/dev/input/mouse3)
[    55.289] (**) XP-PEN STYLUS: Applying InputClass "system-keyboard"
[    55.289] (II) No input driver specified, ignoring this device.
[    55.289] (II) This device may have been added with another device file.
[    55.290] (II) config/udev: Adding input device XP-PEN ERASER (/dev/input/mouse5)
[    55.290] (II) No input driver specified, ignoring this device.
[    55.290] (II) This device may have been added with another device file.
[    55.290] (II) config/udev: Adding input device XP-PEN MOUSE (/dev/input/mouse4)
[    55.290] (II) No input driver specified, ignoring this device.
[    55.290] (II) This device may have been added with another device file.
[    55.339] (II) config/udev: Adding input device XP-PEN MOUSE (/dev/input/event23)
[    55.339] (**) XP-PEN MOUSE: Applying InputClass "evdev pointer catchall"
[    55.339] (**) XP-PEN MOUSE: Applying InputClass "libinput pointer catchall"
[    55.339] (II) Using input driver 'libinput' for 'XP-PEN MOUSE'
[    55.339] (**) XP-PEN MOUSE: always reports core events
[    55.339] (**) Option "Device" "/dev/input/event23"
[    55.340] (II) event23 - XP-PEN MOUSE: is tagged by udev as: Mouse
[    55.340] (II) event23 - XP-PEN MOUSE: device is a pointer
[    55.340] (II) event23 - XP-PEN MOUSE: device removed
[    55.378] (**) Option "config_info" "udev:/sys/devices/virtual/input/input25/event23"
[    55.379] (II) XINPUT: Adding extended input device "XP-PEN MOUSE" (type: MOUSE, id 17)
[    55.379] (**) Option "AccelerationScheme" "none"
[    55.380] (**) XP-PEN MOUSE: (accel) selected scheme none/0
[    55.380] (**) XP-PEN MOUSE: (accel) acceleration factor: 2.000
[    55.380] (**) XP-PEN MOUSE: (accel) acceleration threshold: 4
[    55.381] (II) event23 - XP-PEN MOUSE: is tagged by udev as: Mouse
[    55.381] (II) event23 - XP-PEN MOUSE: device is a pointer
[    55.382] (II) config/udev: Adding input device XP-PEN STYLUS (/dev/input/event22)
[    55.382] (**) XP-PEN STYLUS: Applying InputClass "evdev keyboard catchall"
[    55.382] (**) XP-PEN STYLUS: Applying InputClass "evdev tablet catchall"
[    55.382] (**) XP-PEN STYLUS: Applying InputClass "libinput keyboard catchall"
[    55.382] (**) XP-PEN STYLUS: Applying InputClass "libinput tablet catchall"
[    55.382] (**) XP-PEN STYLUS: Applying InputClass "system-keyboard"
[    55.382] (II) Using input driver 'libinput' for 'XP-PEN STYLUS'
[    55.382] (**) XP-PEN STYLUS: always reports core events
[    55.382] (**) Option "Device" "/dev/input/event22"
[    55.383] (II) event22 - XP-PEN STYLUS: is tagged by udev as: Keyboard Tablet
[    55.399] (II) event22 - XP-PEN STYLUS: tablet 'XP-PEN STYLUS' unknown to libwacom
[    55.399] (II) event22 - XP-PEN STYLUS: device is a tablet
[    55.399] (II) event22 - XP-PEN STYLUS: device removed
[    55.431] (**) Option "config_info" "udev:/sys/devices/virtual/input/input24/event22"
[    55.431] (II) XINPUT: Adding extended input device "XP-PEN STYLUS" (type: TABLET, id 18)
[    55.433] (II) event22 - XP-PEN STYLUS: is tagged by udev as: Keyboard Tablet
[    55.456] (II) event22 - XP-PEN STYLUS: tablet 'XP-PEN STYLUS' unknown to libwacom
[    55.457] (II) event22 - XP-PEN STYLUS: device is a tablet
[    55.458] (II) config/udev: Adding input device XP-PEN ERASER (/dev/input/event24)
[    55.458] (**) XP-PEN ERASER: Applying InputClass "evdev tablet catchall"
[    55.458] (**) XP-PEN ERASER: Applying InputClass "libinput tablet catchall"
[    55.458] (II) Using input driver 'libinput' for 'XP-PEN ERASER'
[    55.458] (**) XP-PEN ERASER: always reports core events
[    55.458] (**) Option "Device" "/dev/input/event24"
[    55.459] (II) event24 - XP-PEN ERASER: is tagged by udev as: Tablet
[    55.476] (II) event24 - XP-PEN ERASER: tablet 'XP-PEN ERASER' unknown to libwacom
[    55.476] (II) event24 - XP-PEN ERASER: device is a tablet
[    55.476] (II) event24 - XP-PEN ERASER: device removed
[    55.535] (**) Option "config_info" "udev:/sys/devices/virtual/input/input26/event24"
[    55.535] (II) XINPUT: Adding extended input device "XP-PEN ERASER" (type: TABLET, id 19)
[    55.536] (II) event24 - XP-PEN ERASER: is tagged by udev as: Tablet
[    55.554] (II) event24 - XP-PEN ERASER: tablet 'XP-PEN ERASER' unknown to libwacom
[    55.554] (II) event24 - XP-PEN ERASER: device is a tablet
[    61.193] (--) NVIDIA(GPU-0): CRT-0: disconnected
[    61.193] (--) NVIDIA(GPU-0): CRT-0: 400.0 MHz maximum pixel clock
[    61.193] (--) NVIDIA(GPU-0): 
[    61.194] (--) NVIDIA(GPU-0): DFP-0: disconnected
[    61.194] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[    61.194] (--) NVIDIA(GPU-0): DFP-0: 330.0 MHz maximum pixel clock
[    61.194] (--) NVIDIA(GPU-0): 
[    61.237] (--) NVIDIA(GPU-0): DELL E228WFP (DFP-1): connected
[    61.237] (--) NVIDIA(GPU-0): DELL E228WFP (DFP-1): Internal TMDS
[    61.237] (--) NVIDIA(GPU-0): DELL E228WFP (DFP-1): 340.0 MHz maximum pixel clock
[    61.237] (--) NVIDIA(GPU-0): 
[    86.225] (--) NVIDIA(GPU-0): CRT-0: disconnected
[    86.225] (--) NVIDIA(GPU-0): CRT-0: 400.0 MHz maximum pixel clock
[    86.225] (--) NVIDIA(GPU-0): 
[    86.225] (--) NVIDIA(GPU-0): DFP-0: disconnected
[    86.225] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[    86.226] (--) NVIDIA(GPU-0): DFP-0: 330.0 MHz maximum pixel clock
[    86.226] (--) NVIDIA(GPU-0): 
[    86.272] (--) NVIDIA(GPU-0): DELL E228WFP (DFP-1): connected
[    86.272] (--) NVIDIA(GPU-0): DELL E228WFP (DFP-1): Internal TMDS
[    86.272] (--) NVIDIA(GPU-0): DELL E228WFP (DFP-1): 340.0 MHz maximum pixel clock
[    86.272] (--) NVIDIA(GPU-0): 

This seems to be the issue…

Utils not installed?

pamac install nvidia-470xx-utils
1 Like

yes, I have installed

pamac list --installed | grep "nvidia"

:question:

lib32-nvidia-470xx-utils          470.129.06-1                  multilib   119,7 MB
linux515-nvidia-470xx             470.129.06-18                 extra      33,9 MB
linux54-nvidia-470xx              470.129.06-15                 extra      31,1 MB
mhwd-nvidia                       515.57-1                      extra      1,5 kB
mhwd-nvidia-390xx                 390.151-2                     extra      1,9 kB
mhwd-nvidia-470xx                 470.129.06-1                  extra      1,8 kB
nvidia-470xx-utils                470.129.06-1                  extra      442,1 MB
nvidia-prime                      1.0-4                         extra      112 bytes
opencl-nvidia                     515.57-1                      extra      72,5 MB

Remove and install opencl-nvidia-470xx

However, did you reboot?

1 Like

the same

post output also from:
find /etc/X11/ -name "*.conf"
mhwd -l && mhwd -li

This kernel parameter should be removed:

Intel must run with modesetting driver, not nvidia.

GRUB_DEFAULT=saved
GRUB_TIMEOUT=5
GRUB_TIMEOUT_STYLE=hidden
GRUB_DISTRIBUTOR="Manjaro"
GRUB_CMDLINE_LINUX_DEFAULT="quiet apparmor=1 security=apparmor udev.log_priority=3"
GRUB_CMDLINE_LINUX=""


I removed it but, still the same

Then try to reinstall it:

pamac reinstall nvidia-470xx-utils

The lib should be here:

ls -la /usr/lib/nvidia/xorg/

Also this:

Maybe this is better:

export configs=(/etc/X11/xorg.conf /etc/X11/xorg.conf.d/*.conf /etc/modprobe.d/*.conf /etc/modules-load.d/*.conf)
for x in ${configs[@]}; do echo -e "\n---$x---\n$(cat $x)"; done
1 Like
cat /etc/X11/xorg.conf
Section "ServerLayout"
    Identifier "layout"
    Screen 0 "intel"
    Inactive "nvidia"
    Option "AllowNVIDIAGPUScreens"
EndSection

Section "Device"
    Identifier "intel"
    Driver "modesetting"
    BusID "PCI:0:2:0"
EndSection

Section "Screen"
    Identifier "intel"
    Device "intel"
EndSection

Section "Device"
    Identifier "nvidia"
    Driver "nvidia"
    BusID "PCI:1:0:0"
EndSection

Section "Screen"
    Identifier "nvidia"
    Device "nvidia"
EndSection
cat /etc/X11/xorg.conf.d/90-mhwd.conf
# nvidia-settings: X configuration file generated by nvidia-settings
# nvidia-settings:  version 470.129.06

Section "ServerLayout"
    Identifier     "Layout0"
    Screen      0  "Screen0" 0 0
    InputDevice    "Keyboard0" "CoreKeyboard"
    InputDevice    "Mouse0" "CorePointer"
    Option         "Xinerama" "0"
EndSection

Section "Files"
EndSection

Section "Module"
    Load           "dbe"
    Load           "extmod"
    Load           "type1"
    Load           "freetype"
    Load           "glx"
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"
    # HorizSync source: edid, VertRefresh source: edid
    Identifier     "Monitor0"
    VendorName     "Unknown"
    ModelName      "DELL E228WFP"
    HorizSync       30.0 - 83.0
    VertRefresh     56.0 - 75.0
    Option         "DPMS"
EndSection

Section "Device"
    Identifier     "Device0"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
    BoardName      "NVIDIA GeForce GT 710"
EndSection

Section "Screen"
    Identifier     "Screen0"
    Device         "Device0"
    Monitor        "Monitor0"
    DefaultDepth    24
    Option         "Stereo" "0"
    Option         "metamodes" "nvidia-auto-select +0+0"
    Option         "SLI" "Off"
    Option         "MultiGPU" "Off"
    Option         "BaseMosaic" "off"
    SubSection     "Display"
        Depth       24
    EndSubSection
EndSection


Section "Monitor"
    # HorizSync source: edid, VertRefresh source: edid
    Identifier     "Monitor1"
    VendorName     "Unknown"
    ModelName      "Hewlett Packard 19"
    HorizSync       30.0 - 83.0
    VertRefresh     56.0 - 75.0
    Option         "DPMS"
EndSection

Section "Device"
    Identifier     "Device1"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
    BoardName      "NVIDIA GeForce GT 710"
EndSection

Section "Screen"
    Identifier     "Screen1"
    Device         "Device1"
    Monitor        "Monitor1"
    DefaultDepth    24
    Option         "Stereo" "0"
    Option         "metamodes" "nvidia-auto-select +0+0"
    Option         "SLI" "Off"
    Option         "MultiGPU" "Off"
    Option         "BaseMosaic" "off"
    SubSection     "Display"
        Depth       24
    EndSubSection
EndSection


cat /etc/X11/mhwd.d/nvidia.conf
# nvidia-settings: X configuration file generated by nvidia-settings
# nvidia-settings:  version 470.129.06

Section "ServerLayout"
    Identifier     "Layout0"
    Screen      0  "Screen0" 0 0
    InputDevice    "Keyboard0" "CoreKeyboard"
    InputDevice    "Mouse0" "CorePointer"
    Option         "Xinerama" "0"
EndSection

Section "Files"
EndSection

Section "Module"
    Load           "dbe"
    Load           "extmod"
    Load           "type1"
    Load           "freetype"
    Load           "glx"
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"
    # HorizSync source: edid, VertRefresh source: edid
    Identifier     "Monitor0"
    VendorName     "Unknown"
    ModelName      "DELL E228WFP"
    HorizSync       30.0 - 83.0
    VertRefresh     56.0 - 75.0
    Option         "DPMS"
EndSection

Section "Device"
    Identifier     "Device0"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
    BoardName      "NVIDIA GeForce GT 710"
EndSection

Section "Screen"
    Identifier     "Screen0"
    Device         "Device0"
    Monitor        "Monitor0"
    DefaultDepth    24
    Option         "Stereo" "0"
    Option         "metamodes" "nvidia-auto-select +0+0"
    Option         "SLI" "Off"
    Option         "MultiGPU" "Off"
    Option         "BaseMosaic" "off"
    SubSection     "Display"
        Depth       24
    EndSubSection
EndSection


Section "Monitor"
    # HorizSync source: edid, VertRefresh source: edid
    Identifier     "Monitor1"
    VendorName     "Unknown"
    ModelName      "Hewlett Packard 19"
    HorizSync       30.0 - 83.0
    VertRefresh     56.0 - 75.0
    Option         "DPMS"
EndSection

Section "Device"
    Identifier     "Device1"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
    BoardName      "NVIDIA GeForce GT 710"
EndSection

Section "Screen"
    Identifier     "Screen1"
    Device         "Device1"
    Monitor        "Monitor1"
    DefaultDepth    24
    Option         "Stereo" "0"
    Option         "metamodes" "nvidia-auto-select +0+0"
    Option         "SLI" "Off"
    Option         "MultiGPU" "Off"
    Option         "BaseMosaic" "off"
    SubSection     "Display"
        Depth       24
    EndSubSection
EndSection



mhwd -l && mhwd -li
> 0000:01:00.0 (0300:10de:128b) Display controller nVidia Corporation:
--------------------------------------------------------------------------------
                  NAME               VERSION          FREEDRIVER           TYPE
--------------------------------------------------------------------------------
    video-nvidia-470xx            2021.12.18               false            PCI
    video-nvidia-390xx            2021.12.18               false            PCI
           video-linux            2018.05.04                true            PCI
     video-modesetting            2020.01.13                true            PCI
            video-vesa            2017.03.12                true            PCI


> 0000:00:02.0 (0380:8086:0102) Display controller Intel Corporation:
--------------------------------------------------------------------------------
                  NAME               VERSION          FREEDRIVER           TYPE
--------------------------------------------------------------------------------
           video-linux            2018.05.04                true            PCI


> Installed PCI configs:
--------------------------------------------------------------------------------
                  NAME               VERSION          FREEDRIVER           TYPE
--------------------------------------------------------------------------------
    video-nvidia-470xx            2021.12.18               false            PCI
           video-linux            2018.05.04                true            PCI
     video-modesetting            2020.01.13                true            PCI


Warning: No installed USB configs!

delete the xorg.conf it shouldnt be there…
sudo rm /etc/X11/xorg.conf
reboot