Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
X blackscreening because of nvidia-drm.modeset=1
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Desktop Environments
View previous topic :: View next topic  
Author Message
kickhead13
n00b
n00b


Joined: 22 Jun 2024
Posts: 20
Location: /home/ana

PostPosted: Thu Jun 27, 2024 1:17 pm    Post subject: X blackscreening because of nvidia-drm.modeset=1 Reply with quote

Previous post for "backstory": https://forums.gentoo.org/viewtopic-t-1169670.html

What i did was set GRUB_CMDLINE_LINUX_DEFAULT="nvidia-drm.modeset=1" in /etc/default/grub and then ran "grub-mkconfig -o /boot/grub/grub.cfg".

Rebooting and running startx after login led to X blackscreening. I commented the line from above but after updating grub and rebooting the problem kept coming up... X keeps blackscreening on startx.

I'm now writing from my other linux (dual booting) with the root of gentoo mounted so i can copy the logs.

cat ~/.local/share/xorg/Xorg.0.log:
Code:

[   121.155]
X.Org X Server 1.21.1.13
X Protocol Version 11, Revision 0
[   121.162] Current Operating System: Linux gaming-rig 6.9.6-gentoo-dist #1 SMP PREEMPT_DYNAMIC Fri Jun 21 14:56:02 -00 2024 x86_64
[   121.162] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-6.9.6-gentoo-dist root=UUID=729084a3-ae19-4361-ac21-4c27889e0f07 ro
[   121.165] 
[   121.167] Current version of pixman: 0.43.4
[   121.175]    Before reporting problems, check http://wiki.x.org
   to make sure that you have the latest version.
[   121.175] Markers: (--) probed, (**) from config file, (==) default setting,
   (++) from command line, (!!) notice, (II) informational,
   (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[   121.185] (==) Log file: "/home/ana/.local/share/xorg/Xorg.0.log", Time: Thu Jun 27 12:48:31 2024
[   121.297] (==) Using config file: "/etc/X11/xorg.conf"
[   121.298] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[   121.379] (==) ServerLayout "Layout0"
[   121.379] (**) |-->Screen "Screen0" (0)
[   121.379] (**) |   |-->Monitor "Monitor0"
[   121.379] (**) |   |-->Device "Device0"
[   121.379] (**) |   |-->GPUDevice "InactiveDevice1"
[   121.379] (**) |-->Inactive Device "InactiveDevice1"
[   121.379] (**) |-->Input Device "Keyboard0"
[   121.379] (**) |-->Input Device "Mouse0"
[   121.379] (**) Allowing byte-swapped clients
[   121.379] (==) Automatically adding devices
[   121.379] (==) Automatically enabling devices
[   121.379] (==) Automatically adding GPU devices
[   121.379] (==) Automatically binding GPU devices
[   121.379] (==) Max clients allowed: 256, resource mask: 0x1fffff
[   121.401] (WW) The directory "/usr/share/fonts/misc" does not exist.
[   121.401]    Entry deleted from font path.
[   121.401] (WW) The directory "/usr/share/fonts/TTF" does not exist.
[   121.401]    Entry deleted from font path.
[   121.401] (WW) The directory "/usr/share/fonts/OTF" does not exist.
[   121.401]    Entry deleted from font path.
[   121.401] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[   121.401]    Entry deleted from font path.
[   121.401] (WW) The directory "/usr/share/fonts/100dpi" does not exist.
[   121.401]    Entry deleted from font path.
[   121.401] (WW) The directory "/usr/share/fonts/75dpi" does not exist.
[   121.401]    Entry deleted from font path.
[   121.401] (==) FontPath set to:
   
[   121.401] (==) ModulePath set to "/usr/lib64/xorg/modules"
[   121.401] (WW) Hotplugging is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
[   121.401] (WW) Disabling Keyboard0
[   121.401] (WW) Disabling Mouse0
[   121.402] (II) Module ABI versions:
[   121.402]    X.Org ANSI C Emulation: 0.4
[   121.402]    X.Org Video Driver: 25.2
[   121.402]    X.Org XInput driver : 24.4
[   121.402]    X.Org Server Extension : 10.0
[   121.404] (++) using VT number 1

[   121.408] (II) systemd-logind: took control of session /org/freedesktop/login1/session/_31
[   121.411] (II) xfree86: Adding drm device (/dev/dri/card0)
[   121.411] (II) Platform probe for /sys/devices/pci0000:00/0000:00:02.0/drm/card0
[   121.413] (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 10 paused 0
[   121.421] (--) PCI:*(0@0:2:0) 8086:5917:103c:84f7 rev 7, Mem @ 0xdd000000/16777216, 0xb0000000/268435456, I/O @ 0x0000f000/64, BIOS @ 0x????????/131072
[   121.422] (--) PCI: (1@0:0:0) 10de:1c8d:103c:84f7 rev 161, Mem @ 0xde000000/16777216, 0xc0000000/268435456, 0xd0000000/33554432, I/O @ 0x0000e000/128, BIOS @ 0x????????/524288
[   121.422] (II) LoadModule: "glx"
[   121.499] (II) Loading /usr/lib64/xorg/modules/extensions/libglx.so
[   121.550] (II) Module glx: vendor="X.Org Foundation"
[   121.550]    compiled for 1.21.1.13, module version = 1.0.0
[   121.550]    ABI class: X.Org Server Extension, version 10.0
[   121.550] (II) LoadModule: "nvidia"
[   121.551] (II) Loading /usr/lib64/xorg/modules/drivers/nvidia_drv.so
[   121.665] (II) Module nvidia: vendor="NVIDIA Corporation"
[   121.665]    compiled for 1.6.99.901, module version = 1.0.0
[   121.665]    Module class: X.Org Video Driver
[   121.679] (II) LoadModule: "modesetting"
[   121.679] (II) Loading /usr/lib64/xorg/modules/drivers/modesetting_drv.so
[   121.728] (II) Module modesetting: vendor="X.Org Foundation"
[   121.728]    compiled for 1.21.1.13, module version = 1.21.1
[   121.728]    Module class: X.Org Video Driver
[   121.728]    ABI class: X.Org Video Driver, version 25.2
[   121.728] (II) NVIDIA dlloader X Driver  550.90.07  Fri May 31 09:34:34 UTC 2024
[   121.728] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[   121.729] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[   121.730] (II) Loading sub module "fb"
[   121.730] (II) LoadModule: "fb"
[   121.730] (II) Module "fb" already built-in
[   121.730] (II) Loading sub module "wfb"
[   121.730] (II) LoadModule: "wfb"
[   121.730] (II) Loading /usr/lib64/xorg/modules/libwfb.so
[   121.759] (II) Module wfb: vendor="X.Org Foundation"
[   121.759]    compiled for 1.21.1.13, module version = 1.0.0
[   121.759]    ABI class: X.Org ANSI C Emulation, version 0.4
[   121.790] (II) modeset(G0): using drv /dev/dri/card0
[   121.790] (WW) VGA arbiter: cannot open kernel arbiter, no multi-card support
[   121.791] (**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32
[   121.791] (==) NVIDIA(0): RGB weight 888
[   121.791] (==) NVIDIA(0): Default visual is TrueColor
[   121.791] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
[   121.791] (**) NVIDIA(0): Option "AllowEmptyInitialConfiguration" "True"
[   121.791] (**) NVIDIA(0): Enabling 2D acceleration
[   121.791] (II) Loading sub module "glxserver_nvidia"
[   121.791] (II) LoadModule: "glxserver_nvidia"
[   121.792] (II) Loading /usr/lib64/xorg/modules/extensions/libglxserver_nvidia.so
[   123.170] (II) Module glxserver_nvidia: vendor="NVIDIA Corporation"
[   123.170]    compiled for 1.6.99.901, module version = 1.0.0
[   123.170]    Module class: X.Org Server Extension
[   123.170] (II) NVIDIA GLX Module  550.90.07  Fri May 31 09:34:56 UTC 2024
[   123.186] (II) NVIDIA: The X server supports PRIME Render Offload.
[   123.854] (--) NVIDIA(0): Valid display device(s) on GPU-0 at PCI:1:0:0
[   123.854] (--) NVIDIA(0):     DFP-0
[   123.855] (WW) NVIDIA: No DRM device: Direct render devices found but none could be
[   123.855] (WW) NVIDIA:     used.
[   123.855] (II) NVIDIA(0): NVIDIA GPU NVIDIA GeForce GTX 1050 (GP107-A) at PCI:1:0:0
[   123.855] (II) NVIDIA(0):     (GPU-0)
[   123.855] (--) NVIDIA(0): Memory: 4194304 kBytes
[   123.855] (--) NVIDIA(0): VideoBIOS: 86.07.58.00.1a
[   123.855] (II) NVIDIA(0): Detected PCI Express Link width: 16X
[   123.855] (--) NVIDIA(GPU-0): DFP-0: disconnected
[   123.855] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[   123.855] (--) NVIDIA(GPU-0): DFP-0: 165.0 MHz maximum pixel clock
[   123.855] (--) NVIDIA(GPU-0):
[   123.855] (==) NVIDIA(0):
[   123.855] (==) NVIDIA(0): No modes were requested; the default mode "nvidia-auto-select"
[   123.855] (==) NVIDIA(0):     will be used as the requested mode.
[   123.855] (==) NVIDIA(0):
[   123.855] (--) NVIDIA(0): No enabled display devices found; starting anyway because
[   123.855] (--) NVIDIA(0):     AllowEmptyInitialConfiguration is enabled
[   123.856] (II) NVIDIA(0): Validated MetaModes:
[   123.856] (II) NVIDIA(0):     "NULL"
[   123.856] (II) NVIDIA(0): Virtual screen size determined to be 640 x 480
[   123.856] (WW) NVIDIA(0): Unable to get display device for DPI computation.
[   123.856] (==) NVIDIA(0): DPI set to (75, 75); computed from built-in default
[   123.856] (**) modeset(G0): Depth 24, (--) framebuffer bpp 32
[   123.856] (==) modeset(G0): RGB weight 888
[   123.856] (==) modeset(G0): Default visual is TrueColor
[   123.856] (II) Loading sub module "glamoregl"
[   123.856] (II) LoadModule: "glamoregl"
[   123.856] (II) Loading /usr/lib64/xorg/modules/libglamoregl.so
[   124.007] (II) Module glamoregl: vendor="X.Org Foundation"
[   124.007]    compiled for 1.21.1.13, module version = 1.0.1
[   124.007]    ABI class: X.Org ANSI C Emulation, version 0.4
[   126.965] (II) modeset(G0): glamor X acceleration enabled on Mesa Intel(R) UHD Graphics 620 (KBL GT2)
[   126.965] (II) modeset(G0): glamor initialized
[   126.967] (II) modeset(G0): Output eDP-1-1 using monitor section Monitor0
[   127.070] (II) modeset(G0): Output HDMI-1-1 has no monitor section
[   127.080] (II) modeset(G0): Output DP-1-1 has no monitor section
[   127.081] (II) modeset(G0): EDID for output eDP-1-1
[   127.081] (II) modeset(G0): Manufacturer: CMN  Model: 15e3  Serial#: 0
[   127.081] (II) modeset(G0): Year: 2015  Week: 38
[   127.081] (II) modeset(G0): EDID Version: 1.4
[   127.081] (II) modeset(G0): Digital Display Input
[   127.081] (II) modeset(G0): 6 bits per channel
[   127.081] (II) modeset(G0): Digital interface is DisplayPort
[   127.081] (II) modeset(G0): Max Image Size [cm]: horiz.: 34  vert.: 19
[   127.081] (II) modeset(G0): Gamma: 2.20
[   127.081] (II) modeset(G0): No DPMS capabilities specified
[   127.081] (II) modeset(G0): Supported color encodings: RGB 4:4:4
[   127.081] (II) modeset(G0): First detailed timing is preferred mode
[   127.081] (II) modeset(G0): Preferred mode is native pixel format and refresh rate
[   127.081] (II) modeset(G0): redX: 0.554 redY: 0.322   greenX: 0.327 greenY: 0.582
[   127.081] (II) modeset(G0): blueX: 0.163 blueY: 0.134   whiteX: 0.313 whiteY: 0.329
[   127.081] (II) modeset(G0): Manufacturer's mask: 0
[   127.081] (II) modeset(G0): Supported detailed timing:
[   127.081] (II) modeset(G0): clock: 152.8 MHz   Image Size:  344 x 193 mm
[   127.081] (II) modeset(G0): h_active: 1920  h_sync: 1964  h_sync_end 1992 h_blank_end 2250 h_border: 0
[   127.081] (II) modeset(G0): v_active: 1080  v_sync: 1082  v_sync_end 1086 v_blanking: 1132 v_border: 0
[   127.081] (II) modeset(G0): Supported detailed timing:
[   127.081] (II) modeset(G0): clock: 101.9 MHz   Image Size:  344 x 193 mm
[   127.081] (II) modeset(G0): h_active: 1920  h_sync: 1964  h_sync_end 1992 h_blank_end 2250 h_border: 0
[   127.081] (II) modeset(G0): v_active: 1080  v_sync: 1082  v_sync_end 1086 v_blanking: 1132 v_border: 0
[   127.081] (II) modeset(G0): Unknown vendor-specific block 2
[   127.081] (II) modeset(G0): EDID (in hex):
[   127.081] (II) modeset(G0):    00ffffffffffff000daee31500000000
[   127.081] (II) modeset(G0):    261901049522137802ecd58d52539529
[   127.081] (II) modeset(G0):    22505400000001010101010101010101
[   127.081] (II) modeset(G0):    010101010101b43b804a713834402c1c
[   127.081] (II) modeset(G0):    240058c11000001acc27804a71383440
[   127.081] (II) modeset(G0):    2c1c240058c11000001a000000000000
[   127.081] (II) modeset(G0):    00000000000000000000000000000002
[   127.081] (II) modeset(G0):    000c3ded0c3c6e100f1d760000000096
[   127.081] (II) modeset(G0): Printing probed modes for output eDP-1-1
[   127.081] (II) modeset(G0): Modeline "1920x1080"x60.0  152.84  1920 1964 1992 2250  1080 1082 1086 1132 +hsync -vsync (67.9 kHz eP)
[   127.081] (II) modeset(G0): Modeline "1920x1080"x120.0  356.38  1920 2080 2288 2656  1080 1081 1084 1118 doublescan -hsync +vsync (134.2 kHz d)
[   127.081] (II) modeset(G0): Modeline "1920x1080"x119.9  266.50  1920 1944 1960 2000  1080 1081 1084 1111 doublescan +hsync -vsync (133.2 kHz d)
[   127.081] (II) modeset(G0): Modeline "1920x1080"x60.0  173.00  1920 2048 2248 2576  1080 1083 1088 1120 -hsync +vsync (67.2 kHz d)
[   127.081] (II) modeset(G0): Modeline "1920x1080"x59.9  138.50  1920 1968 2000 2080  1080 1083 1088 1111 +hsync -vsync (66.6 kHz d)
[   127.081] (II) modeset(G0): Modeline "1920x1080"x40.0  101.88  1920 1964 1992 2250  1080 1082 1086 1132 +hsync -vsync (45.3 kHz e)
[   127.081] (II) modeset(G0): Modeline "1680x1050"x60.0  146.25  1680 1784 1960 2240  1050 1053 1059 1089 -hsync +vsync (65.3 kHz d)
[   127.081] (II) modeset(G0): Modeline "1680x1050"x59.9  119.00  1680 1728 1760 1840  1050 1053 1059 1080 +hsync -vsync (64.7 kHz d)
[   127.081] (II) modeset(G0): Modeline "1400x1050"x60.0  122.00  1400 1488 1640 1880  1050 1052 1064 1082 +hsync +vsync (64.9 kHz d)
[   127.081] (II) modeset(G0): Modeline "1600x900"x120.0  246.00  1600 1728 1900 2200  900 901 904 932 doublescan -hsync +vsync (111.8 kHz d)
[   127.081] (II) modeset(G0): Modeline "1600x900"x119.9  186.50  1600 1624 1640 1680  900 901 904 926 doublescan +hsync -vsync (111.0 kHz d)
[   127.081] (II) modeset(G0): Modeline "1600x900"x59.9  118.25  1600 1696 1856 2112  900 903 908 934 -hsync +vsync (56.0 kHz d)
[   127.081] (II) modeset(G0): Modeline "1600x900"x59.8   97.50  1600 1648 1680 1760  900 903 908 926 +hsync -vsync (55.4 kHz d)
[   127.081] (II) modeset(G0): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz d)
[   127.081] (II) modeset(G0): Modeline "1400x900"x60.0  103.50  1400 1480 1624 1848  900 903 913 934 -hsync +vsync (56.0 kHz d)
[   127.081] (II) modeset(G0): Modeline "1400x900"x59.9   86.50  1400 1448 1480 1560  900 903 913 926 +hsync -vsync (55.4 kHz d)
[   127.081] (II) modeset(G0): Modeline "1280x960"x60.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz d)
[   127.081] (II) modeset(G0): Modeline "1440x810"x120.0  198.12  1440 1548 1704 1968  810 811 814 839 doublescan -hsync +vsync (100.7 kHz d)
[   127.081] (II) modeset(G0): Modeline "1440x810"x119.9  151.88  1440 1464 1480 1520  810 811 814 833 doublescan +hsync -vsync (99.9 kHz d)
[   127.081] (II) modeset(G0): Modeline "1368x768"x59.9   85.25  1368 1440 1576 1784  768 771 781 798 -hsync +vsync (47.8 kHz d)
[   127.081] (II) modeset(G0): Modeline "1368x768"x59.9   72.25  1368 1416 1448 1528  768 771 781 790 +hsync -vsync (47.3 kHz d)
[   127.081] (II) modeset(G0): Modeline "1280x800"x120.0  174.25  1280 1380 1516 1752  800 801 804 829 doublescan -hsync +vsync (99.5 kHz d)
[   127.081] (II) modeset(G0): Modeline "1280x800"x119.9  134.25  1280 1304 1320 1360  800 801 804 823 doublescan +hsync -vsync (98.7 kHz d)
[   127.081] (II) modeset(G0): Modeline "1280x800"x59.8   83.50  1280 1352 1480 1680  800 803 809 831 -hsync +vsync (49.7 kHz d)
[   127.081] (II) modeset(G0): Modeline "1280x800"x59.9   71.00  1280 1328 1360 1440  800 803 809 823 +hsync -vsync (49.3 kHz d)
[   127.081] (II) modeset(G0): Modeline "1280x720"x120.0  156.12  1280 1376 1512 1744  720 721 724 746 doublescan -hsync +vsync (89.5 kHz d)
[   127.081] (II) modeset(G0): Modeline "1280x720"x120.0  120.75  1280 1304 1320 1360  720 721 724 740 doublescan +hsync -vsync (88.8 kHz d)
[   127.081] (II) modeset(G0): Modeline "1280x720"x59.9   74.50  1280 1344 1472 1664  720 723 728 748 -hsync +vsync (44.8 kHz d)
[   127.081] (II) modeset(G0): Modeline "1280x720"x59.7   63.75  1280 1328 1360 1440  720 723 728 741 +hsync -vsync (44.3 kHz d)
[   127.081] (II) modeset(G0): Modeline "1024x768"x120.1  133.47  1024 1100 1212 1400  768 768 770 794 doublescan -hsync +vsync (95.3 kHz d)
[   127.081] (II) modeset(G0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz d)
[   127.081] (II) modeset(G0): Modeline "960x720"x120.0  117.00  960 1024 1128 1300  720 720 722 750 doublescan -hsync +vsync (90.0 kHz d)
[   127.081] (II) modeset(G0): Modeline "928x696"x120.1  109.15  928 976 1088 1264  696 696 698 719 doublescan -hsync +vsync (86.4 kHz d)
[   127.081] (II) modeset(G0): Modeline "896x672"x120.0  102.40  896 960 1060 1224  672 672 674 697 doublescan -hsync +vsync (83.7 kHz d)
[   127.081] (II) modeset(G0): Modeline "1024x576"x119.9   98.50  1024 1092 1200 1376  576 577 580 597 doublescan -hsync +vsync (71.6 kHz d)
[   127.081] (II) modeset(G0): Modeline "1024x576"x119.9   78.38  1024 1048 1064 1104  576 577 580 592 doublescan +hsync -vsync (71.0 kHz d)
[   127.081] (II) modeset(G0): Modeline "1024x576"x59.9   46.50  1024 1064 1160 1296  576 579 584 599 -hsync +vsync (35.9 kHz d)
[   127.081] (II) modeset(G0): Modeline "1024x576"x59.8   42.00  1024 1072 1104 1184  576 579 584 593 +hsync -vsync (35.5 kHz d)
[   127.081] (II) modeset(G0): Modeline "960x600"x119.9   96.62  960 1028 1128 1296  600 601 604 622 doublescan -hsync +vsync (74.6 kHz d)
[   127.081] (II) modeset(G0): Modeline "960x600"x120.0   77.00  960 984 1000 1040  600 601 604 617 doublescan +hsync -vsync (74.0 kHz d)
[   127.081] (II) modeset(G0): Modeline "960x540"x119.9   86.50  960 1024 1124 1288  540 541 544 560 doublescan -hsync +vsync (67.2 kHz d)
[   127.081] (II) modeset(G0): Modeline "960x540"x120.0   69.25  960 984 1000 1040  540 541 544 555 doublescan +hsync -vsync (66.6 kHz d)
[   127.081] (II) modeset(G0): Modeline "960x540"x59.6   40.75  960 992 1088 1216  540 543 548 562 -hsync +vsync (33.5 kHz d)
[   127.081] (II) modeset(G0): Modeline "960x540"x59.8   37.25  960 1008 1040 1120  540 543 548 556 +hsync -vsync (33.3 kHz d)
[   127.081] (II) modeset(G0): Modeline "800x600"x120.0   81.00  800 832 928 1080  600 600 602 625 doublescan +hsync +vsync (75.0 kHz d)
[   127.081] (II) modeset(G0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz d)
[   127.081] (II) modeset(G0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz d)
[   127.081] (II) modeset(G0): Modeline "840x525"x120.0   73.12  840 892 980 1120  525 526 529 544 doublescan -hsync +vsync (65.3 kHz d)
[   127.081] (II) modeset(G0): Modeline "840x525"x119.8   59.50  840 864 880 920  525 526 529 540 doublescan +hsync -vsync (64.7 kHz d)
[   127.081] (II) modeset(G0): Modeline "864x486"x59.9   32.50  864 888 968 1072  486 489 494 506 -hsync +vsync (30.3 kHz d)
[   127.081] (II) modeset(G0): Modeline "864x486"x59.6   30.50  864 912 944 1024  486 489 494 500 +hsync -vsync (29.8 kHz d)
[   127.081] (II) modeset(G0): Modeline "700x525"x120.0   61.00  700 744 820 940  525 526 532 541 doublescan +hsync +vsync (64.9 kHz d)
[   127.081] (II) modeset(G0): Modeline "800x450"x119.9   59.12  800 848 928 1056  450 451 454 467 doublescan -hsync +vsync (56.0 kHz d)
[   127.081] (II) modeset(G0): Modeline "800x450"x119.6   48.75  800 824 840 880  450 451 454 463 doublescan +hsync -vsync (55.4 kHz d)
[   127.081] (II) modeset(G0): Modeline "640x512"x120.0   54.00  640 664 720 844  512 512 514 533 doublescan +hsync +vsync (64.0 kHz d)
[   127.081] (II) modeset(G0): Modeline "700x450"x119.9   51.75  700 740 812 924  450 451 456 467 doublescan -hsync +vsync (56.0 kHz d)
[   127.081] (II) modeset(G0): Modeline "700x450"x119.8   43.25  700 724 740 780  450 451 456 463 doublescan +hsync -vsync (55.4 kHz d)
[   127.081] (II) modeset(G0): Modeline "640x480"x120.0   54.00  640 688 744 900  480 480 482 500 doublescan +hsync +vsync (60.0 kHz d)
[   127.081] (II) modeset(G0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz d)
[   127.081] (II) modeset(G0): Modeline "720x405"x59.5   22.50  720 744 808 896  405 408 413 422 -hsync +vsync (25.1 kHz d)
[   127.081] (II) modeset(G0): Modeline "720x405"x59.0   21.75  720 768 800 880  405 408 413 419 +hsync -vsync (24.7 kHz d)
[   127.082] (II) modeset(G0): Modeline "684x384"x119.8   42.62  684 720 788 892  384 385 390 399 doublescan -hsync +vsync (47.8 kHz d)
[   127.082] (II) modeset(G0): Modeline "684x384"x119.7   36.12  684 708 724 764  384 385 390 395 doublescan +hsync -vsync (47.3 kHz d)
[   127.082] (II) modeset(G0): Modeline "640x400"x119.8   41.75  640 676 740 840  400 401 404 415 doublescan -hsync +vsync (49.7 kHz d)
[   127.082] (II) modeset(G0): Modeline "640x400"x120.0   35.50  640 664 680 720  400 401 404 411 doublescan +hsync -vsync (49.3 kHz d)
[   127.082] (II) modeset(G0): Modeline "640x360"x119.7   37.25  640 672 736 832  360 361 364 374 doublescan -hsync +vsync (44.8 kHz d)
[   127.082] (II) modeset(G0): Modeline "640x360"x119.7   31.88  640 664 680 720  360 361 364 370 doublescan +hsync -vsync (44.3 kHz d)
[   127.082] (II) modeset(G0): Modeline "640x360"x59.8   18.00  640 664 720 800  360 363 368 376 -hsync +vsync (22.5 kHz d)
[   127.082] (II) modeset(G0): Modeline "640x360"x59.3   17.75  640 688 720 800  360 363 368 374 +hsync -vsync (22.2 kHz d)
[   127.082] (II) modeset(G0): Modeline "512x384"x120.0   32.50  512 524 592 672  384 385 388 403 doublescan -hsync -vsync (48.4 kHz d)
[   127.082] (II) modeset(G0): Modeline "512x288"x120.0   23.25  512 532 580 648  288 289 292 299 doublescan -hsync +vsync (35.9 kHz d)
[   127.082] (II) modeset(G0): Modeline "512x288"x119.8   21.00  512 536 552 592  288 289 292 296 doublescan +hsync -vsync (35.5 kHz d)
[   127.082] (II) modeset(G0): Modeline "480x270"x119.3   20.38  480 496 544 608  270 271 274 281 doublescan -hsync +vsync (33.5 kHz d)
[   127.082] (II) modeset(G0): Modeline "480x270"x119.6   18.62  480 504 520 560  270 271 274 278 doublescan +hsync -vsync (33.3 kHz d)
[   127.082] (II) modeset(G0): Modeline "400x300"x120.6   20.00  400 420 484 528  300 300 302 314 doublescan +hsync +vsync (37.9 kHz d)
[   127.082] (II) modeset(G0): Modeline "400x300"x112.7   18.00  400 412 448 512  300 300 301 312 doublescan +hsync +vsync (35.2 kHz d)
[   127.082] (II) modeset(G0): Modeline "432x243"x119.8   16.25  432 444 484 536  243 244 247 253 doublescan -hsync +vsync (30.3 kHz d)
[   127.082] (II) modeset(G0): Modeline "432x243"x119.1   15.25  432 456 472 512  243 244 247 250 doublescan +hsync -vsync (29.8 kHz d)
[   127.082] (II) modeset(G0): Modeline "320x240"x120.1   12.59  320 328 376 400  240 245 246 262 doublescan -hsync -vsync (31.5 kHz d)
[   127.082] (II) modeset(G0): Modeline "360x202"x119.0   11.25  360 372 404 448  202 204 206 211 doublescan -hsync +vsync (25.1 kHz d)
[   127.082] (II) modeset(G0): Modeline "360x202"x118.3   10.88  360 384 400 440  202 204 206 209 doublescan +hsync -vsync (24.7 kHz d)
[   127.082] (II) modeset(G0): Modeline "320x180"x119.7    9.00  320 332 360 400  180 181 184 188 doublescan -hsync +vsync (22.5 kHz d)
[   127.082] (II) modeset(G0): Modeline "320x180"x118.6    8.88  320 344 360 400  180 181 184 187 doublescan +hsync -vsync (22.2 kHz d)
[   127.183] (II) modeset(G0): EDID for output HDMI-1-1
[   127.193] (II) modeset(G0): EDID for output DP-1-1
[   127.193] (==) modeset(G0): Using gamma correction (1.0, 1.0, 1.0)
[   127.193] (==) modeset(G0): DPI set to (96, 96)
[   127.193] (II) Loading sub module "fb"
[   127.193] (II) LoadModule: "fb"
[   127.193] (II) Module "fb" already built-in
[   127.193] (WW) NVIDIA: Failed to bind sideband socket to
[   127.193] (WW) NVIDIA:     '/var/run/nvidia-xdriver-966fe982' Permission denied
[   127.193] (II) NVIDIA: Reserving 24576.00 MB of virtual memory for indirect memory
[   127.193] (II) NVIDIA:     access.
[   127.197] (II) NVIDIA(0): ACPI: failed to connect to the ACPI event daemon; the daemon
[   127.197] (II) NVIDIA(0):     may not be running or the "AcpidSocketPath" X
[   127.197] (II) NVIDIA(0):     configuration option may not be set correctly.  When the
[   127.197] (II) NVIDIA(0):     ACPI event daemon is available, the NVIDIA X driver will
[   127.197] (II) NVIDIA(0):     try to use it to receive ACPI event notifications.  For
[   127.197] (II) NVIDIA(0):     details, please see the "ConnectToAcpid" and
[   127.197] (II) NVIDIA(0):     "AcpidSocketPath" X configuration options in Appendix B: X
[   127.197] (II) NVIDIA(0):     Config Options in the README.
[   127.230] (II) NVIDIA(0): Setting mode "NULL"
[   127.302] (==) NVIDIA(0): Disabling shared memory pixmaps
[   127.302] (==) NVIDIA(0): Backing store enabled
[   127.302] (==) NVIDIA(0): Silken mouse enabled
[   127.303] (**) NVIDIA(0): DPMS enabled
[   127.303] (II) Loading sub module "dri2"
[   127.303] (II) LoadModule: "dri2"
[   127.303] (II) Module "dri2" already built-in
[   127.303] (II) NVIDIA(0): [DRI2] Setup complete
[   127.303] (II) NVIDIA(0): [DRI2]   VDPAU driver: nvidia
[   127.551] (==) modeset(G0): Backing store enabled
[   127.551] (==) modeset(G0): Silken mouse enabled
[   127.633] (II) modeset(G0): Initializing kms color map for depth 24, 8 bpc.
[   127.633] (**) modeset(G0): DPMS enabled
[   127.633] (WW) modeset(G0): Option "AllowEmptyInitialConfiguration" is not used
[   127.633] (II) modeset(G0): [DRI2] Setup complete
[   127.633] (II) modeset(G0): [DRI2]   DRI driver: iris
[   127.633] (II) modeset(G0): [DRI2]   VDPAU driver: va_gl
[   127.633] (II) modeset(G0): Disable reverse prime offload mode for i915.
[   127.633] (II) Initializing extension Generic Event Extension
[   127.633] (II) Initializing extension SHAPE
[   127.633] (II) Initializing extension MIT-SHM
[   127.633] (II) Initializing extension XInputExtension
[   127.634] (II) Initializing extension XTEST
[   127.635] (II) Initializing extension BIG-REQUESTS
[   127.635] (II) Initializing extension SYNC
[   127.635] (II) Initializing extension XKEYBOARD
[   127.635] (II) Initializing extension XC-MISC
[   127.635] (II) Initializing extension XFIXES
[   127.635] (II) Initializing extension RENDER
[   127.635] (II) Initializing extension RANDR
[   127.635] (II) Initializing extension COMPOSITE
[   127.635] (II) Initializing extension DAMAGE
[   127.635] (II) Initializing extension MIT-SCREEN-SAVER
[   127.635] (II) Initializing extension DOUBLE-BUFFER
[   127.635] (II) Initializing extension RECORD
[   127.635] (II) Initializing extension DPMS
[   127.635] (II) Initializing extension Present
[   127.635] (II) Initializing extension DRI3
[   127.635] (II) Initializing extension X-Resource
[   127.635] (II) Initializing extension XVideo
[   127.635] (II) Initializing extension XVideo-MotionCompensation
[   127.635] (II) Initializing extension GLX
[   127.635] (II) Initializing extension GLX
[   127.635] (II) Indirect GLX disabled.
[   127.651] (II) GLX: Another vendor is already registered for screen 0
[   127.651] (II) Initializing extension XFree86-VidModeExtension
[   127.651] (II) Initializing extension XFree86-DGA
[   127.651] (II) Initializing extension XFree86-DRI
[   127.651] (II) Initializing extension DRI2
[   127.651] (II) Initializing extension NV-GLX
[   127.651] (II) Initializing extension NV-CONTROL
[   127.937] (II) modeset(G0): Damage tracking initialized
[   128.820] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[   128.820] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[   128.820] (II) LoadModule: "libinput"
[   128.820] (II) Loading /usr/lib64/xorg/modules/input/libinput_drv.so
[   128.876] (II) Module libinput: vendor="X.Org Foundation"
[   128.876]    compiled for 1.21.1.13, module version = 1.4.0
[   128.876]    Module class: X.Org XInput Driver
[   128.876]    ABI class: X.Org XInput driver, version 24.4
[   128.876] (II) Using input driver 'libinput' for 'Power Button'
[   128.878] (II) systemd-logind: got fd for /dev/input/event2 13:66 fd 38 paused 0
[   128.878] (**) Power Button: always reports core events
[   128.878] (**) Option "Device" "/dev/input/event2"
[   128.964] (II) event2  - Power Button: is tagged by udev as: Keyboard
[   128.964] (II) event2  - Power Button: device is a keyboard
[   128.964] (II) event2  - Power Button: device removed
[   128.965] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input2/event2"
[   128.965] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[   128.968] (II) event2  - Power Button: is tagged by udev as: Keyboard
[   128.968] (II) event2  - Power Button: device is a keyboard
[   128.970] (II) config/udev: Adding input device Video Bus (/dev/input/event15)
[   128.970] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[   128.970] (II) Using input driver 'libinput' for 'Video Bus'
[   128.972] (II) systemd-logind: got fd for /dev/input/event15 13:79 fd 41 paused 0
[   128.972] (**) Video Bus: always reports core events
[   128.972] (**) Option "Device" "/dev/input/event15"
[   128.975] (II) event15 - Video Bus: is tagged by udev as: Keyboard
[   128.975] (II) event15 - Video Bus: device is a keyboard
[   128.976] (II) event15 - Video Bus: device removed
[   128.976] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input17/event15"
[   128.976] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[   128.979] (II) event15 - Video Bus: is tagged by udev as: Keyboard
[   128.980] (II) event15 - Video Bus: device is a keyboard
[   128.982] (II) config/udev: Adding input device Video Bus (/dev/input/event16)
[   128.982] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[   128.982] (II) Using input driver 'libinput' for 'Video Bus'
[   128.984] (II) systemd-logind: got fd for /dev/input/event16 13:80 fd 42 paused 0
[   128.984] (**) Video Bus: always reports core events
[   128.984] (**) Option "Device" "/dev/input/event16"
[   128.988] (II) event16 - Video Bus: is tagged by udev as: Keyboard
[   128.988] (II) event16 - Video Bus: device is a keyboard
[   128.989] (II) event16 - Video Bus: device removed
[   128.989] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:24/LNXVIDEO:01/input/input18/event16"
[   128.989] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 8)
[   128.992] (II) event16 - Video Bus: is tagged by udev as: Keyboard
[   128.992] (II) event16 - Video Bus: device is a keyboard
[   128.994] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[   128.994] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[   128.994] (II) Using input driver 'libinput' for 'Power Button'
[   128.995] (II) systemd-logind: got fd for /dev/input/event1 13:65 fd 43 paused 0
[   128.995] (**) Power Button: always reports core events
[   128.995] (**) Option "Device" "/dev/input/event1"
[   128.997] (II) event1  - Power Button: is tagged by udev as: Keyboard
[   128.997] (II) event1  - Power Button: device is a keyboard
[   128.997] (II) event1  - Power Button: device removed
[   128.997] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1/event1"
[   128.997] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 9)
[   128.999] (II) event1  - Power Button: is tagged by udev as: Keyboard
[   128.999] (II) event1  - Power Button: device is a keyboard
[   129.000] (II) config/udev: Adding input device Lid Switch (/dev/input/event0)
[   129.000] (II) No input driver specified, ignoring this device.
[   129.000] (II) This device may have been added with another device file.
[   129.002] (II) config/udev: Adding input device   USB Gaming Mouse (/dev/input/event4)
[   129.002] (**)   USB Gaming Mouse: Applying InputClass "libinput pointer catchall"
[   129.002] (II) Using input driver 'libinput' for '  USB Gaming Mouse'
[   129.057] (II) systemd-logind: got fd for /dev/input/event4 13:68 fd 44 paused 0
[   129.057] (**)   USB Gaming Mouse: always reports core events
[   129.057] (**) Option "Device" "/dev/input/event4"
[   129.062] (II) event4  -   USB Gaming Mouse: is tagged by udev as: Mouse
[   129.063] (II) event4  -   USB Gaming Mouse: device is a pointer
[   129.063] (II) event4  -   USB Gaming Mouse: device removed
[   129.064] (II) libinput:   USB Gaming Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[   129.064] (II) libinput:   USB Gaming Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[   129.064] (II) libinput:   USB Gaming Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[   129.064] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-2/1-2:1.0/0003:1BCF:08B8.0001/input/input6/event4"
[   129.064] (II) XINPUT: Adding extended input device "  USB Gaming Mouse" (type: MOUSE, id 10)
[   129.064] (**) Option "AccelerationScheme" "none"
[   129.064] (**)   USB Gaming Mouse: (accel) selected scheme none/0
[   129.064] (**)   USB Gaming Mouse: (accel) acceleration factor: 2.000
[   129.064] (**)   USB Gaming Mouse: (accel) acceleration threshold: 4
[   129.069] (II) event4  -   USB Gaming Mouse: is tagged by udev as: Mouse
[   129.070] (II) event4  -   USB Gaming Mouse: device is a pointer
[   129.073] (II) config/udev: Adding input device   USB Gaming Mouse (/dev/input/mouse0)
[   129.073] (II) No input driver specified, ignoring this device.
[   129.073] (II) This device may have been added with another device file.
[   129.076] (II) config/udev: Adding input device   USB Gaming Mouse Keyboard (/dev/input/event5)
[   129.076] (**)   USB Gaming Mouse Keyboard: Applying InputClass "libinput keyboard catchall"
[   129.076] (II) Using input driver 'libinput' for '  USB Gaming Mouse Keyboard'
[   129.078] (II) systemd-logind: got fd for /dev/input/event5 13:69 fd 45 paused 0
[   129.078] (**)   USB Gaming Mouse Keyboard: always reports core events
[   129.078] (**) Option "Device" "/dev/input/event5"
[   129.083] (II) event5  -   USB Gaming Mouse Keyboard: is tagged by udev as: Keyboard
[   129.084] (II) event5  -   USB Gaming Mouse Keyboard: device is a keyboard
[   129.084] (II) event5  -   USB Gaming Mouse Keyboard: device removed
[   129.084] (II) libinput:   USB Gaming Mouse Keyboard: needs a virtual subdevice
[   129.084] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-2/1-2:1.1/0003:1BCF:08B8.0002/input/input7/event5"
[   129.084] (II) XINPUT: Adding extended input device "  USB Gaming Mouse Keyboard" (type: MOUSE, id 11)
[   129.085] (**) Option "AccelerationScheme" "none"
[   129.085] (**)   USB Gaming Mouse Keyboard: (accel) selected scheme none/0
[   129.085] (**)   USB Gaming Mouse Keyboard: (accel) acceleration factor: 2.000
[   129.085] (**)   USB Gaming Mouse Keyboard: (accel) acceleration threshold: 4
[   129.090] (II) event5  -   USB Gaming Mouse Keyboard: is tagged by udev as: Keyboard
[   129.090] (II) event5  -   USB Gaming Mouse Keyboard: device is a keyboard
[   129.091] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 (/dev/input/event11)
[   129.091] (II) No input driver specified, ignoring this device.
[   129.091] (II) This device may have been added with another device file.
[   129.092] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=7 (/dev/input/event12)
[   129.092] (II) No input driver specified, ignoring this device.
[   129.092] (II) This device may have been added with another device file.
[   129.093] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=8 (/dev/input/event13)
[   129.093] (II) No input driver specified, ignoring this device.
[   129.093] (II) This device may have been added with another device file.
[   129.094] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=9 (/dev/input/event14)
[   129.094] (II) No input driver specified, ignoring this device.
[   129.094] (II) This device may have been added with another device file.
[   129.095] (II) config/udev: Adding input device HDA Intel PCH Mic (/dev/input/event17)
[   129.095] (II) No input driver specified, ignoring this device.
[   129.095] (II) This device may have been added with another device file.
[   129.095] (II) config/udev: Adding input device HDA Intel PCH Headphone (/dev/input/event18)
[   129.096] (II) No input driver specified, ignoring this device.
[   129.096] (II) This device may have been added with another device file.
[   129.096] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=3 (/dev/input/event19)
[   129.096] (II) No input driver specified, ignoring this device.
[   129.096] (II) This device may have been added with another device file.
[   129.097] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=7 (/dev/input/event20)
[   129.097] (II) No input driver specified, ignoring this device.
[   129.097] (II) This device may have been added with another device file.
[   129.098] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=8 (/dev/input/event21)
[   129.098] (II) No input driver specified, ignoring this device.
[   129.098] (II) This device may have been added with another device file.
[   129.099] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event3)
[   129.099] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
[   129.099] (II) Using input driver 'libinput' for 'AT Translated Set 2 keyboard'
[   129.099] (II) systemd-logind: got fd for /dev/input/event3 13:67 fd 46 paused 0
[   129.099] (**) AT Translated Set 2 keyboard: always reports core events
[   129.099] (**) Option "Device" "/dev/input/event3"
[   129.101] (II) event3  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[   129.101] (II) event3  - AT Translated Set 2 keyboard: device is a keyboard
[   129.102] (II) event3  - AT Translated Set 2 keyboard: device removed
[   129.102] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input3/event3"
[   129.102] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 12)
[   129.103] (II) event3  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[   129.103] (II) event3  - AT Translated Set 2 keyboard: device is a keyboard
[   129.105] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/event6)
[   129.105] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "libinput touchpad catchall"
[   129.105] (II) Using input driver 'libinput' for 'SynPS/2 Synaptics TouchPad'
[   129.105] (II) systemd-logind: got fd for /dev/input/event6 13:70 fd 47 paused 0
[   129.105] (**) SynPS/2 Synaptics TouchPad: always reports core events
[   129.105] (**) Option "Device" "/dev/input/event6"
[   129.106] (II) event6  - SynPS/2 Synaptics TouchPad: is tagged by udev as: Touchpad
[   129.108] (II) event6  - SynPS/2 Synaptics TouchPad: device is a touchpad
[   129.108] (II) event6  - SynPS/2 Synaptics TouchPad: device removed
[   129.108] (II) libinput: SynPS/2 Synaptics TouchPad: Step value 0 was provided, libinput Fallback acceleration function is used.
[   129.108] (II) libinput: SynPS/2 Synaptics TouchPad: Step value 0 was provided, libinput Fallback acceleration function is used.
[   129.108] (II) libinput: SynPS/2 Synaptics TouchPad: Step value 0 was provided, libinput Fallback acceleration function is used.
[   129.109] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input5/event6"
[   129.109] (II) XINPUT: Adding extended input device "SynPS/2 Synaptics TouchPad" (type: TOUCHPAD, id 13)
[   129.110] (**) Option "AccelerationScheme" "none"
[   129.110] (**) SynPS/2 Synaptics TouchPad: (accel) selected scheme none/0
[   129.110] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration factor: 2.000
[   129.110] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration threshold: 4
[   129.111] (II) event6  - SynPS/2 Synaptics TouchPad: is tagged by udev as: Touchpad
[   129.113] (II) event6  - SynPS/2 Synaptics TouchPad: device is a touchpad
[   129.113] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/mouse1)
[   129.113] (II) No input driver specified, ignoring this device.
[   129.113] (II) This device may have been added with another device file.
[   129.114] (II) config/udev: Adding input device ST LIS3LV02DL Accelerometer (/dev/input/event7)
[   129.114] (II) No input driver specified, ignoring this device.
[   129.114] (II) This device may have been added with another device file.
[   129.114] (II) config/udev: Adding input device ST LIS3LV02DL Accelerometer (/dev/input/js0)
[   129.114] (II) No input driver specified, ignoring this device.
[   129.114] (II) This device may have been added with another device file.
[   129.115] (II) config/udev: Adding input device PC Speaker (/dev/input/event9)
[   129.115] (II) No input driver specified, ignoring this device.
[   129.115] (II) This device may have been added with another device file.
[   129.117] (II) config/udev: Adding input device Wireless hotkeys (/dev/input/event8)
[   129.117] (**) Wireless hotkeys: Applying InputClass "libinput keyboard catchall"
[   129.117] (II) Using input driver 'libinput' for 'Wireless hotkeys'
[   129.118] (II) systemd-logind: got fd for /dev/input/event8 13:72 fd 48 paused 0
[   129.118] (**) Wireless hotkeys: always reports core events
[   129.118] (**) Option "Device" "/dev/input/event8"
[   129.118] (II) event8  - Wireless hotkeys: is tagged by udev as: Keyboard
[   129.118] (II) event8  - Wireless hotkeys: device is a keyboard
[   129.118] (II) event8  - Wireless hotkeys: device removed
[   129.118] (**) Option "config_info" "udev:/sys/devices/virtual/input/input10/event8"
[   129.118] (II) XINPUT: Adding extended input device "Wireless hotkeys" (type: KEYBOARD, id 14)
[   129.119] (II) event8  - Wireless hotkeys: is tagged by udev as: Keyboard
[   129.119] (II) event8  - Wireless hotkeys: device is a keyboard
[   129.119] (II) config/udev: Adding input device HP WMI hotkeys (/dev/input/event10)
[   129.119] (**) HP WMI hotkeys: Applying InputClass "libinput keyboard catchall"
[   129.119] (II) Using input driver 'libinput' for 'HP WMI hotkeys'
[   129.120] (II) systemd-logind: got fd for /dev/input/event10 13:74 fd 49 paused 0
[   129.120] (**) HP WMI hotkeys: always reports core events
[   129.120] (**) Option "Device" "/dev/input/event10"
[   129.120] (II) event10 - HP WMI hotkeys: is tagged by udev as: Keyboard Switch
[   129.120] (II) event10 - HP WMI hotkeys: device is a keyboard
[   129.121] (II) event10 - HP WMI hotkeys: device removed
[   129.121] (**) Option "config_info" "udev:/sys/devices/virtual/input/input12/event10"
[   129.121] (II) XINPUT: Adding extended input device "HP WMI hotkeys" (type: KEYBOARD, id 15)
[   129.121] (II) event10 - HP WMI hotkeys: is tagged by udev as: Keyboard Switch
[   129.121] (II) event10 - HP WMI hotkeys: device is a keyboard
[   129.125] (**)   USB Gaming Mouse Keyboard: Applying InputClass "libinput keyboard catchall"
[   129.125] (II) Using input driver 'libinput' for '  USB Gaming Mouse Keyboard'
[   129.125] (II) systemd-logind: returning pre-existing fd for /dev/input/event5 13:69
[   129.125] (**)   USB Gaming Mouse Keyboard: always reports core events
[   129.125] (**) Option "Device" "/dev/input/event5"
[   129.125] (II) libinput:   USB Gaming Mouse Keyboard: is a virtual subdevice
[   129.125] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-2/1-2:1.1/0003:1BCF:08B8.0002/input/input7/event5"
[   129.125] (II) XINPUT: Adding extended input device "  USB Gaming Mouse Keyboard" (type: KEYBOARD, id 16)
[   133.489] (**) Option "fd" "38"
[   133.489] (II) event2  - Power Button: device removed
[   133.489] (**) Option "fd" "41"
[   133.489] (II) event15 - Video Bus: device removed
[   133.489] (**) Option "fd" "42"
[   133.489] (II) event16 - Video Bus: device removed
[   133.490] (**) Option "fd" "43"
[   133.490] (II) event1  - Power Button: device removed
[   133.490] (**) Option "fd" "44"
[   133.490] (II) event4  -   USB Gaming Mouse: device removed
[   133.490] (**) Option "fd" "45"
[   133.490] (**) Option "fd" "46"
[   133.490] (II) event3  - AT Translated Set 2 keyboard: device removed
[   133.490] (**) Option "fd" "47"
[   133.490] (II) event6  - SynPS/2 Synaptics TouchPad: device removed
[   133.491] (**) Option "fd" "48"
[   133.491] (II) event8  - Wireless hotkeys: device removed
[   133.491] (**) Option "fd" "49"
[   133.491] (II) event10 - HP WMI hotkeys: device removed
[   133.491] (**) Option "fd" "45"
[   133.491] (II) event5  -   USB Gaming Mouse Keyboard: device removed
[   133.775] (II) systemd-logind: got pause for 13:70
[   133.775] (II) systemd-logind: got pause for 13:67
[   133.775] (II) systemd-logind: got pause for 13:80
[   133.775] (II) systemd-logind: got pause for 13:68
[   133.775] (II) systemd-logind: got pause for 13:74
[   133.775] (II) systemd-logind: got pause for 13:65
[   133.775] (II) systemd-logind: got pause for 13:69
[   133.775] (II) systemd-logind: got pause for 13:72
[   133.775] (II) systemd-logind: got pause for 13:66
[   133.775] (II) systemd-logind: got pause for 13:79
[   460.591] (II) UnloadModule: "libinput"
[   460.591] (II) systemd-logind: not releasing fd for 13:69, still in use
[   460.591] (II) UnloadModule: "libinput"
[   460.591] (II) systemd-logind: releasing fd for 13:74
[   461.223] (EE) systemd-logind: failed to release device: Unknown object '/org/freedesktop/login1/session/_31'.
[   461.223] (II) UnloadModule: "libinput"
[   461.223] (II) systemd-logind: releasing fd for 13:72
[   461.224] (EE) systemd-logind: failed to release device: Unknown object '/org/freedesktop/login1/session/_31'.
[   461.224] (II) UnloadModule: "libinput"
[   461.224] (II) systemd-logind: releasing fd for 13:70
[   461.224] (EE) systemd-logind: failed to release device: Unknown object '/org/freedesktop/login1/session/_31'.
[   461.224] (II) UnloadModule: "libinput"
[   461.224] (II) systemd-logind: releasing fd for 13:67
[   461.225] (EE) systemd-logind: failed to release device: Unknown object '/org/freedesktop/login1/session/_31'.
[   461.225] (II) UnloadModule: "libinput"
[   461.225] (II) systemd-logind: releasing fd for 13:69
[   461.225] (EE) systemd-logind: failed to release device: Unknown object '/org/freedesktop/login1/session/_31'.
[   461.225] (II) UnloadModule: "libinput"
[   461.225] (II) systemd-logind: releasing fd for 13:68
[   461.226] (EE) systemd-logind: failed to release device: Unknown object '/org/freedesktop/login1/session/_31'.
[   461.226] (II) UnloadModule: "libinput"
[   461.226] (II) systemd-logind: releasing fd for 13:65
[   461.226] (EE) systemd-logind: failed to release device: Unknown object '/org/freedesktop/login1/session/_31'.
[   461.226] (II) UnloadModule: "libinput"
[   461.226] (II) systemd-logind: releasing fd for 13:80
[   461.227] (EE) systemd-logind: failed to release device: Unknown object '/org/freedesktop/login1/session/_31'.
[   461.227] (II) UnloadModule: "libinput"
[   461.227] (II) systemd-logind: releasing fd for 13:79
[   461.227] (EE) systemd-logind: failed to release device: Unknown object '/org/freedesktop/login1/session/_31'.
[   461.227] (II) UnloadModule: "libinput"
[   461.227] (II) systemd-logind: releasing fd for 13:66
[   461.228] (EE) systemd-logind: failed to release device: Unknown object '/org/freedesktop/login1/session/_31'.
[   461.242] (II) NVIDIA(GPU-0): Deleting GPU-0
[   461.242] (WW) xf86CloseConsole: KDSETMODE failed: Input/output error
[   461.242] (WW) xf86CloseConsole: VT_GETMODE failed: Input/output error
[   461.242] (WW) xf86OpenConsole: VT_GETSTATE failed: Input/output error
[   461.242] (EE) systemd-logind: ReleaseControl failed: Unknown object '/org/freedesktop/login1/session/_31'.
[   461.242] (II) Server terminated successfully (0). Closing log file.



If someone could help me, I'd like to just get my X back up and running.
Thanks!
Back to top
View user's profile Send private message
kickhead13
n00b
n00b


Joined: 22 Jun 2024
Posts: 20
Location: /home/ana

PostPosted: Thu Jun 27, 2024 1:19 pm    Post subject: Reply with quote

Keep in mind X / i3 were working perfectly fine before the kernel parameter change, and then not at all.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Desktop Environments All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum