Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[SOLVED] NVIDIA GPU doesn't get used by xorg
View unanswered posts
View posts from last 24 hours

Goto page 1, 2  Next  
Reply to topic    Gentoo Forums Forum Index Gamers & Players
View previous topic :: View next topic  
Author Message
kickhead13
n00b
n00b


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

PostPosted: Wed Jun 26, 2024 8:17 pm    Post subject: [SOLVED] NVIDIA GPU doesn't get used by xorg Reply with quote

Hi!

Recently I dumped Windows completely (I only used it for gaming) and since now I managed to set up Gentoo for that: I got steam and proton which run as expected, and the proprietary NVIDIA drivers (x11-drivers/nvidia-drivers with USE="dist-kernel").

THE PROBLEM: The gpu doesn't seem to get used at all while gaming. This leads to very poor framerate, and I know this isn't normal since I've managed to do the same things on Endeavour OS with better FPS. I would just settle with Endeavour but i cant since its root partition is so small and i can only enlarge it to the left which seems harder than fixing the drivers for my Gentoo.

nvidia-smi:
Code:
+-----------------------------------------------------------------------------------------+
| NVIDIA-SMI 550.90.07              Driver Version: 550.90.07      CUDA Version: 12.4     |
|-----------------------------------------+------------------------+----------------------+
| GPU  Name                 Persistence-M | Bus-Id          Disp.A | Volatile Uncorr. ECC |
| Fan  Temp   Perf          Pwr:Usage/Cap |           Memory-Usage | GPU-Util  Compute M. |
|                                         |                        |               MIG M. |
|=========================================+========================+======================|
|   0  NVIDIA GeForce GTX 1050        Off |   00000000:01:00.0 Off |                  N/A |
| N/A   55C    P8             N/A / ERR!  |       7MiB /   4096MiB |      0%      Default |
|                                         |                        |                  N/A |
+-----------------------------------------+------------------------+----------------------+

+-----------------------------------------------------------------------------------------+
| Processes:                                                                              |
|  GPU   GI   CI        PID   Type   Process name                              GPU Memory |
|        ID   ID                                                               Usage      |
|=========================================================================================|
|    0   N/A  N/A      2049      G   /usr/bin/X                                      4MiB |
+-----------------------------------------------------------------------------------------+


xrandr --listproviders
Code:
Provider 0: id: 0x44 cap: 0x2, Sink Output crtcs: 3 outputs: 3 associated providers: 0 name:modesetting
Provider 1: id: 0x22f cap: 0x2, Sink Output crtcs: 4 outputs: 1 associated providers: 0 name:NVIDIA-G0


uname -a
Code:
Linux gaming-rig 6.9.6-gentoo-dist #1 SMP PREEMPT_DYNAMIC Fri Jun 21 14:56:02 -00 2024 x86_64 Intel(R) Core(TM) i5-8250U CPU @ 1.60GHz GenuineIntel GNU/Linux


cat /usr/share/X11/xorg.conf.d/nvidia-drm-outputclass.conf
Code:
# This xorg.conf.d configuration snippet configures the X server to
# automatically load the nvidia X driver when it detects a device driven by the
# nvidia-drm.ko kernel module.  Please note that this only works on Linux kernels
# version 3.9 or higher with CONFIG_DRM enabled, and only if the nvidia-drm.ko
# kernel module is loaded before the X server is started.

Section "OutputClass"
    Identifier     "nvidia"
    MatchDriver    "nvidia-drm"
    Driver         "nvidia"
EndSection


nvtop shows 0% GPU and some x% CPU no matter what I have open and it only ever shows the X process as using "4MiB GPU mem" while on arch whenever I open a game there is some GPU usage shown for that game and it runs smoother.

I'd really like some help fixing this thanks.


Last edited by kickhead13 on Thu Jun 27, 2024 3:35 pm; edited 1 time in total
Back to top
View user's profile Send private message
netfab
Veteran
Veteran


Joined: 03 Mar 2005
Posts: 1930
Location: 127.0.0.1

PostPosted: Wed Jun 26, 2024 8:48 pm    Post subject: Reply with quote

Hi,

Please post the output of :
Code:

$ groups

And also please upload somewhere your /var/log/Xorg.0.log.
Back to top
View user's profile Send private message
kickhead13
n00b
n00b


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

PostPosted: Wed Jun 26, 2024 9:43 pm    Post subject: Reply with quote

groups:
Code:
wheel audio video users ana


/var/log/Xorg.0.log:
Code:
[  1026.776]
X.Org X Server 1.21.1.13
X Protocol Version 11, Revision 0
[  1026.787] 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
[  1026.787] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-6.9.6-gentoo-dist root=/dev/sda5
[  1026.793] 
[  1026.798] Current version of pixman: 0.43.4
[  1026.802]    Before reporting problems, check http://wiki.x.org
   to make sure that you have the latest version.
[  1026.802] Markers: (--) probed, (**) from config file, (==) default setting,
   (++) from command line, (!!) notice, (II) informational,
   (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[  1026.813] (==) Log file: "/var/log/Xorg.0.log", Time: Wed Jun 26 13:23:46 2024
[  1026.881] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[  1026.945] (==) No Layout section.  Using the first Screen section.
[  1026.945] (==) No screen section available. Using defaults.
[  1026.945] (**) |-->Screen "Default Screen Section" (0)
[  1026.945] (**) |   |-->Monitor "<default monitor>"
[  1026.945] (==) No monitor specified for screen "Default Screen Section".
   Using a default monitor configuration.
[  1026.946] (**) Allowing byte-swapped clients
[  1026.946] (==) Automatically adding devices
[  1026.946] (==) Automatically enabling devices
[  1026.946] (==) Automatically adding GPU devices
[  1026.946] (==) Automatically binding GPU devices
[  1026.946] (==) Max clients allowed: 256, resource mask: 0x1fffff
[  1026.970] (WW) The directory "/usr/share/fonts/misc" does not exist.
[  1026.970]    Entry deleted from font path.
[  1026.970] (WW) The directory "/usr/share/fonts/TTF" does not exist.
[  1026.970]    Entry deleted from font path.
[  1026.970] (WW) The directory "/usr/share/fonts/OTF" does not exist.
[  1026.970]    Entry deleted from font path.
[  1026.970] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[  1026.970]    Entry deleted from font path.
[  1026.970] (WW) The directory "/usr/share/fonts/100dpi" does not exist.
[  1026.970]    Entry deleted from font path.
[  1026.970] (WW) The directory "/usr/share/fonts/75dpi" does not exist.
[  1026.970]    Entry deleted from font path.
[  1026.970] (==) FontPath set to:
   
[  1026.970] (==) ModulePath set to "/usr/lib64/xorg/modules"
[  1026.970] (II) The server relies on udev to provide the list of input devices.
   If no devices become available, reconfigure udev or disable AutoAddDevices.
[  1026.971] (II) Module ABI versions:
[  1026.971]    X.Org ANSI C Emulation: 0.4
[  1026.971]    X.Org Video Driver: 25.2
[  1026.971]    X.Org XInput driver : 24.4
[  1026.971]    X.Org Server Extension : 10.0
[  1026.973] (++) using VT number 1

[  1026.977] (II) systemd-logind: took control of session /org/freedesktop/login1/session/_31
[  1026.981] (II) xfree86: Adding drm device (/dev/dri/card0)
[  1026.981] (II) Platform probe for /sys/devices/pci0000:00/0000:00:02.0/drm/card0
[  1026.982] (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 10 paused 0
[  1026.983] (II) xfree86: Adding drm device (/dev/dri/card1)
[  1026.983] (II) Platform probe for /sys/devices/pci0000:00/0000:00:1c.0/0000:01:00.0/drm/card1
[  1026.984] (II) systemd-logind: got fd for /dev/dri/card1 226:1 fd 11 paused 0
[  1026.988] (**) OutputClass "nvidia" ModulePath extended to "/usr/lib64/xorg/modules,/usr/lib64/xorg/modules"
[  1026.993] (--) PCI:*(0@0:2:0) 8086:5917:103c:84f7 rev 7, Mem @ 0xdd000000/16777216, 0xb0000000/268435456, I/O @ 0x0000f000/64, BIOS @ 0x????????/131072
[  1026.993] (--) 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
[  1026.993] (II) LoadModule: "glx"
[  1026.993] (II) Loading /usr/lib64/xorg/modules/extensions/libglx.so
[  1027.081] (II) Module glx: vendor="X.Org Foundation"
[  1027.081]    compiled for 1.21.1.13, module version = 1.0.0
[  1027.081]    ABI class: X.Org Server Extension, version 10.0
[  1027.081] (II) Applying OutputClass "nvidia" to /dev/dri/card1
[  1027.081]    loading driver: nvidia
[  1027.081] (==) Matched intel as autoconfigured driver 0
[  1027.081] (==) Matched nvidia as autoconfigured driver 1
[  1027.081] (==) Matched nouveau as autoconfigured driver 2
[  1027.081] (==) Matched nv as autoconfigured driver 3
[  1027.081] (==) Matched modesetting as autoconfigured driver 4
[  1027.081] (==) Matched fbdev as autoconfigured driver 5
[  1027.081] (==) Matched vesa as autoconfigured driver 6
[  1027.081] (==) Assigned the driver to the xf86ConfigLayout
[  1027.081] (II) LoadModule: "intel"
[  1027.082] (WW) Warning, couldn't open module intel
[  1027.082] (EE) Failed to load module "intel" (module does not exist, 0)
[  1027.082] (II) LoadModule: "nvidia"
[  1027.082] (II) Loading /usr/lib64/xorg/modules/drivers/nvidia_drv.so
[  1027.215] (II) Module nvidia: vendor="NVIDIA Corporation"
[  1027.215]    compiled for 1.6.99.901, module version = 1.0.0
[  1027.215]    Module class: X.Org Video Driver
[  1027.226] (II) LoadModule: "nouveau"
[  1027.227] (WW) Warning, couldn't open module nouveau
[  1027.227] (EE) Failed to load module "nouveau" (module does not exist, 0)
[  1027.227] (II) LoadModule: "nv"
[  1027.228] (WW) Warning, couldn't open module nv
[  1027.228] (EE) Failed to load module "nv" (module does not exist, 0)
[  1027.228] (II) LoadModule: "modesetting"
[  1027.228] (II) Loading /usr/lib64/xorg/modules/drivers/modesetting_drv.so
[  1027.265] (II) Module modesetting: vendor="X.Org Foundation"
[  1027.265]    compiled for 1.21.1.13, module version = 1.21.1
[  1027.265]    Module class: X.Org Video Driver
[  1027.265]    ABI class: X.Org Video Driver, version 25.2
[  1027.265] (II) LoadModule: "fbdev"
[  1027.266] (WW) Warning, couldn't open module fbdev
[  1027.266] (EE) Failed to load module "fbdev" (module does not exist, 0)
[  1027.266] (II) LoadModule: "vesa"
[  1027.267] (WW) Warning, couldn't open module vesa
[  1027.267] (EE) Failed to load module "vesa" (module does not exist, 0)
[  1027.267] (II) NVIDIA dlloader X Driver  550.90.07  Fri May 31 09:34:34 UTC 2024
[  1027.267] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[  1027.267] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[  1027.268] (II) modeset(0): using drv /dev/dri/card0
[  1027.268] (II) systemd-logind: releasing fd for 226:1
[  1027.270] (II) Loading sub module "fb"
[  1027.270] (II) LoadModule: "fb"
[  1027.270] (II) Module "fb" already built-in
[  1027.270] (II) Loading sub module "wfb"
[  1027.270] (II) LoadModule: "wfb"
[  1027.270] (II) Loading /usr/lib64/xorg/modules/libwfb.so
[  1027.303] (II) Module wfb: vendor="X.Org Foundation"
[  1027.303]    compiled for 1.21.1.13, module version = 1.0.0
[  1027.303]    ABI class: X.Org ANSI C Emulation, version 0.4
[  1027.314] (II) modeset(0): Creating default Display subsection in Screen section
   "Default Screen Section" for depth/fbbpp 24/32
[  1027.314] (==) modeset(0): Depth 24, (==) framebuffer bpp 32
[  1027.314] (==) modeset(0): RGB weight 888
[  1027.314] (==) modeset(0): Default visual is TrueColor
[  1027.314] (II) Loading sub module "glamoregl"
[  1027.314] (II) LoadModule: "glamoregl"
[  1027.314] (II) Loading /usr/lib64/xorg/modules/libglamoregl.so
[  1027.348] (II) Module glamoregl: vendor="X.Org Foundation"
[  1027.348]    compiled for 1.21.1.13, module version = 1.0.1
[  1027.348]    ABI class: X.Org ANSI C Emulation, version 0.4
[  1030.726] (II) modeset(0): Refusing to try glamor on llvmpipe
[  1030.746] (II) modeset(0): glamor initialization failed
[  1030.746] (II) modeset(0): ShadowFB: preferred YES, enabled YES
[  1030.746] (II) modeset(0): Double-buffered shadow updates: off
[  1030.748] (II) modeset(0): Output eDP-1 has no monitor section
[  1030.850] (II) modeset(0): Output HDMI-1 has no monitor section
[  1030.859] (II) modeset(0): Output DP-1 has no monitor section
[  1030.861] (II) modeset(0): EDID for output eDP-1
[  1030.861] (II) modeset(0): Manufacturer: CMN  Model: 15e3  Serial#: 0
[  1030.861] (II) modeset(0): Year: 2015  Week: 38
[  1030.861] (II) modeset(0): EDID Version: 1.4
[  1030.861] (II) modeset(0): Digital Display Input
[  1030.861] (II) modeset(0): 6 bits per channel
[  1030.861] (II) modeset(0): Digital interface is DisplayPort
[  1030.861] (II) modeset(0): Max Image Size [cm]: horiz.: 34  vert.: 19
[  1030.861] (II) modeset(0): Gamma: 2.20
[  1030.861] (II) modeset(0): No DPMS capabilities specified
[  1030.861] (II) modeset(0): Supported color encodings: RGB 4:4:4
[  1030.861] (II) modeset(0): First detailed timing is preferred mode
[  1030.861] (II) modeset(0): Preferred mode is native pixel format and refresh rate
[  1030.861] (II) modeset(0): redX: 0.554 redY: 0.322   greenX: 0.327 greenY: 0.582
[  1030.861] (II) modeset(0): blueX: 0.163 blueY: 0.134   whiteX: 0.313 whiteY: 0.329
[  1030.861] (II) modeset(0): Manufacturer's mask: 0
[  1030.861] (II) modeset(0): Supported detailed timing:
[  1030.861] (II) modeset(0): clock: 152.8 MHz   Image Size:  344 x 193 mm
[  1030.861] (II) modeset(0): h_active: 1920  h_sync: 1964  h_sync_end 1992 h_blank_end 2250 h_border: 0
[  1030.861] (II) modeset(0): v_active: 1080  v_sync: 1082  v_sync_end 1086 v_blanking: 1132 v_border: 0
[  1030.861] (II) modeset(0): Supported detailed timing:
[  1030.861] (II) modeset(0): clock: 101.9 MHz   Image Size:  344 x 193 mm
[  1030.861] (II) modeset(0): h_active: 1920  h_sync: 1964  h_sync_end 1992 h_blank_end 2250 h_border: 0
[  1030.861] (II) modeset(0): v_active: 1080  v_sync: 1082  v_sync_end 1086 v_blanking: 1132 v_border: 0
[  1030.861] (II) modeset(0): Unknown vendor-specific block 2
[  1030.861] (II) modeset(0): EDID (in hex):
[  1030.861] (II) modeset(0):    00ffffffffffff000daee31500000000
[  1030.861] (II) modeset(0):    261901049522137802ecd58d52539529
[  1030.861] (II) modeset(0):    22505400000001010101010101010101
[  1030.861] (II) modeset(0):    010101010101b43b804a713834402c1c
[  1030.861] (II) modeset(0):    240058c11000001acc27804a71383440
[  1030.861] (II) modeset(0):    2c1c240058c11000001a000000000000
[  1030.861] (II) modeset(0):    00000000000000000000000000000002
[  1030.861] (II) modeset(0):    000c3ded0c3c6e100f1d760000000096
[  1030.861] (II) modeset(0): Printing probed modes for output eDP-1
[  1030.861] (II) modeset(0): Modeline "1920x1080"x60.0  152.84  1920 1964 1992 2250  1080 1082 1086 1132 +hsync -vsync (67.9 kHz eP)
[  1030.861] (II) modeset(0): Modeline "1920x1080"x120.0  356.38  1920 2080 2288 2656  1080 1081 1084 1118 doublescan -hsync +vsync (134.2 kHz d)
[  1030.861] (II) modeset(0): Modeline "1920x1080"x119.9  266.50  1920 1944 1960 2000  1080 1081 1084 1111 doublescan +hsync -vsync (133.2 kHz d)
[  1030.861] (II) modeset(0): Modeline "1920x1080"x60.0  173.00  1920 2048 2248 2576  1080 1083 1088 1120 -hsync +vsync (67.2 kHz d)
[  1030.861] (II) modeset(0): Modeline "1920x1080"x59.9  138.50  1920 1968 2000 2080  1080 1083 1088 1111 +hsync -vsync (66.6 kHz d)
[  1030.861] (II) modeset(0): Modeline "1920x1080"x40.0  101.88  1920 1964 1992 2250  1080 1082 1086 1132 +hsync -vsync (45.3 kHz e)
[  1030.861] (II) modeset(0): Modeline "1680x1050"x60.0  146.25  1680 1784 1960 2240  1050 1053 1059 1089 -hsync +vsync (65.3 kHz d)
[  1030.861] (II) modeset(0): Modeline "1680x1050"x59.9  119.00  1680 1728 1760 1840  1050 1053 1059 1080 +hsync -vsync (64.7 kHz d)
[  1030.861] (II) modeset(0): Modeline "1400x1050"x60.0  122.00  1400 1488 1640 1880  1050 1052 1064 1082 +hsync +vsync (64.9 kHz d)
[  1030.861] (II) modeset(0): Modeline "1600x900"x120.0  246.00  1600 1728 1900 2200  900 901 904 932 doublescan -hsync +vsync (111.8 kHz d)
[  1030.861] (II) modeset(0): Modeline "1600x900"x119.9  186.50  1600 1624 1640 1680  900 901 904 926 doublescan +hsync -vsync (111.0 kHz d)
[  1030.861] (II) modeset(0): Modeline "1600x900"x59.9  118.25  1600 1696 1856 2112  900 903 908 934 -hsync +vsync (56.0 kHz d)
[  1030.861] (II) modeset(0): Modeline "1600x900"x59.8   97.50  1600 1648 1680 1760  900 903 908 926 +hsync -vsync (55.4 kHz d)
[  1030.861] (II) modeset(0): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz d)
[  1030.861] (II) modeset(0): Modeline "1400x900"x60.0  103.50  1400 1480 1624 1848  900 903 913 934 -hsync +vsync (56.0 kHz d)
[  1030.861] (II) modeset(0): Modeline "1400x900"x59.9   86.50  1400 1448 1480 1560  900 903 913 926 +hsync -vsync (55.4 kHz d)
[  1030.861] (II) modeset(0): Modeline "1280x960"x60.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz d)
[  1030.861] (II) modeset(0): Modeline "1440x810"x120.0  198.12  1440 1548 1704 1968  810 811 814 839 doublescan -hsync +vsync (100.7 kHz d)
[  1030.861] (II) modeset(0): Modeline "1440x810"x119.9  151.88  1440 1464 1480 1520  810 811 814 833 doublescan +hsync -vsync (99.9 kHz d)
[  1030.861] (II) modeset(0): Modeline "1368x768"x59.9   85.25  1368 1440 1576 1784  768 771 781 798 -hsync +vsync (47.8 kHz d)
[  1030.861] (II) modeset(0): Modeline "1368x768"x59.9   72.25  1368 1416 1448 1528  768 771 781 790 +hsync -vsync (47.3 kHz d)
[  1030.861] (II) modeset(0): Modeline "1280x800"x120.0  174.25  1280 1380 1516 1752  800 801 804 829 doublescan -hsync +vsync (99.5 kHz d)
[  1030.861] (II) modeset(0): Modeline "1280x800"x119.9  134.25  1280 1304 1320 1360  800 801 804 823 doublescan +hsync -vsync (98.7 kHz d)
[  1030.861] (II) modeset(0): Modeline "1280x800"x59.8   83.50  1280 1352 1480 1680  800 803 809 831 -hsync +vsync (49.7 kHz d)
[  1030.861] (II) modeset(0): Modeline "1280x800"x59.9   71.00  1280 1328 1360 1440  800 803 809 823 +hsync -vsync (49.3 kHz d)
[  1030.861] (II) modeset(0): Modeline "1280x720"x120.0  156.12  1280 1376 1512 1744  720 721 724 746 doublescan -hsync +vsync (89.5 kHz d)
[  1030.861] (II) modeset(0): Modeline "1280x720"x120.0  120.75  1280 1304 1320 1360  720 721 724 740 doublescan +hsync -vsync (88.8 kHz d)
[  1030.861] (II) modeset(0): Modeline "1280x720"x59.9   74.50  1280 1344 1472 1664  720 723 728 748 -hsync +vsync (44.8 kHz d)
[  1030.861] (II) modeset(0): Modeline "1280x720"x59.7   63.75  1280 1328 1360 1440  720 723 728 741 +hsync -vsync (44.3 kHz d)
[  1030.861] (II) modeset(0): Modeline "1024x768"x120.1  133.47  1024 1100 1212 1400  768 768 770 794 doublescan -hsync +vsync (95.3 kHz d)
[  1030.861] (II) modeset(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz d)
[  1030.861] (II) modeset(0): Modeline "960x720"x120.0  117.00  960 1024 1128 1300  720 720 722 750 doublescan -hsync +vsync (90.0 kHz d)
[  1030.861] (II) modeset(0): Modeline "928x696"x120.1  109.15  928 976 1088 1264  696 696 698 719 doublescan -hsync +vsync (86.4 kHz d)
[  1030.861] (II) modeset(0): Modeline "896x672"x120.0  102.40  896 960 1060 1224  672 672 674 697 doublescan -hsync +vsync (83.7 kHz d)
[  1030.861] (II) modeset(0): Modeline "1024x576"x119.9   98.50  1024 1092 1200 1376  576 577 580 597 doublescan -hsync +vsync (71.6 kHz d)
[  1030.861] (II) modeset(0): Modeline "1024x576"x119.9   78.38  1024 1048 1064 1104  576 577 580 592 doublescan +hsync -vsync (71.0 kHz d)
[  1030.861] (II) modeset(0): Modeline "1024x576"x59.9   46.50  1024 1064 1160 1296  576 579 584 599 -hsync +vsync (35.9 kHz d)
[  1030.861] (II) modeset(0): Modeline "1024x576"x59.8   42.00  1024 1072 1104 1184  576 579 584 593 +hsync -vsync (35.5 kHz d)
[  1030.861] (II) modeset(0): Modeline "960x600"x119.9   96.62  960 1028 1128 1296  600 601 604 622 doublescan -hsync +vsync (74.6 kHz d)
[  1030.861] (II) modeset(0): Modeline "960x600"x120.0   77.00  960 984 1000 1040  600 601 604 617 doublescan +hsync -vsync (74.0 kHz d)
[  1030.861] (II) modeset(0): Modeline "960x540"x119.9   86.50  960 1024 1124 1288  540 541 544 560 doublescan -hsync +vsync (67.2 kHz d)
[  1030.861] (II) modeset(0): Modeline "960x540"x120.0   69.25  960 984 1000 1040  540 541 544 555 doublescan +hsync -vsync (66.6 kHz d)
[  1030.861] (II) modeset(0): Modeline "960x540"x59.6   40.75  960 992 1088 1216  540 543 548 562 -hsync +vsync (33.5 kHz d)
[  1030.861] (II) modeset(0): Modeline "960x540"x59.8   37.25  960 1008 1040 1120  540 543 548 556 +hsync -vsync (33.3 kHz d)
[  1030.861] (II) modeset(0): Modeline "800x600"x120.0   81.00  800 832 928 1080  600 600 602 625 doublescan +hsync +vsync (75.0 kHz d)
[  1030.861] (II) modeset(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz d)
[  1030.861] (II) modeset(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz d)
[  1030.861] (II) modeset(0): Modeline "840x525"x120.0   73.12  840 892 980 1120  525 526 529 544 doublescan -hsync +vsync (65.3 kHz d)
[  1030.861] (II) modeset(0): Modeline "840x525"x119.8   59.50  840 864 880 920  525 526 529 540 doublescan +hsync -vsync (64.7 kHz d)
[  1030.861] (II) modeset(0): Modeline "864x486"x59.9   32.50  864 888 968 1072  486 489 494 506 -hsync +vsync (30.3 kHz d)
[  1030.861] (II) modeset(0): Modeline "864x486"x59.6   30.50  864 912 944 1024  486 489 494 500 +hsync -vsync (29.8 kHz d)
[  1030.861] (II) modeset(0): Modeline "700x525"x120.0   61.00  700 744 820 940  525 526 532 541 doublescan +hsync +vsync (64.9 kHz d)
[  1030.861] (II) modeset(0): Modeline "800x450"x119.9   59.12  800 848 928 1056  450 451 454 467 doublescan -hsync +vsync (56.0 kHz d)
[  1030.861] (II) modeset(0): Modeline "800x450"x119.6   48.75  800 824 840 880  450 451 454 463 doublescan +hsync -vsync (55.4 kHz d)
[  1030.861] (II) modeset(0): Modeline "640x512"x120.0   54.00  640 664 720 844  512 512 514 533 doublescan +hsync +vsync (64.0 kHz d)
[  1030.861] (II) modeset(0): Modeline "700x450"x119.9   51.75  700 740 812 924  450 451 456 467 doublescan -hsync +vsync (56.0 kHz d)
[  1030.861] (II) modeset(0): Modeline "700x450"x119.8   43.25  700 724 740 780  450 451 456 463 doublescan +hsync -vsync (55.4 kHz d)
[  1030.861] (II) modeset(0): Modeline "640x480"x120.0   54.00  640 688 744 900  480 480 482 500 doublescan +hsync +vsync (60.0 kHz d)
[  1030.861] (II) modeset(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz d)
[  1030.861] (II) modeset(0): Modeline "720x405"x59.5   22.50  720 744 808 896  405 408 413 422 -hsync +vsync (25.1 kHz d)
[  1030.861] (II) modeset(0): Modeline "720x405"x59.0   21.75  720 768 800 880  405 408 413 419 +hsync -vsync (24.7 kHz d)
[  1030.861] (II) modeset(0): Modeline "684x384"x119.8   42.62  684 720 788 892  384 385 390 399 doublescan -hsync +vsync (47.8 kHz d)
[  1030.861] (II) modeset(0): Modeline "684x384"x119.7   36.12  684 708 724 764  384 385 390 395 doublescan +hsync -vsync (47.3 kHz d)
[  1030.861] (II) modeset(0): Modeline "640x400"x119.8   41.75  640 676 740 840  400 401 404 415 doublescan -hsync +vsync (49.7 kHz d)
[  1030.861] (II) modeset(0): Modeline "640x400"x120.0   35.50  640 664 680 720  400 401 404 411 doublescan +hsync -vsync (49.3 kHz d)
[  1030.861] (II) modeset(0): Modeline "640x360"x119.7   37.25  640 672 736 832  360 361 364 374 doublescan -hsync +vsync (44.8 kHz d)
[  1030.861] (II) modeset(0): Modeline "640x360"x119.7   31.88  640 664 680 720  360 361 364 370 doublescan +hsync -vsync (44.3 kHz d)
[  1030.861] (II) modeset(0): Modeline "640x360"x59.8   18.00  640 664 720 800  360 363 368 376 -hsync +vsync (22.5 kHz d)
[  1030.861] (II) modeset(0): Modeline "640x360"x59.3   17.75  640 688 720 800  360 363 368 374 +hsync -vsync (22.2 kHz d)
[  1030.861] (II) modeset(0): Modeline "512x384"x120.0   32.50  512 524 592 672  384 385 388 403 doublescan -hsync -vsync (48.4 kHz d)
[  1030.861] (II) modeset(0): Modeline "512x288"x120.0   23.25  512 532 580 648  288 289 292 299 doublescan -hsync +vsync (35.9 kHz d)
[  1030.861] (II) modeset(0): Modeline "512x288"x119.8   21.00  512 536 552 592  288 289 292 296 doublescan +hsync -vsync (35.5 kHz d)
[  1030.861] (II) modeset(0): Modeline "480x270"x119.3   20.38  480 496 544 608  270 271 274 281 doublescan -hsync +vsync (33.5 kHz d)
[  1030.861] (II) modeset(0): Modeline "480x270"x119.6   18.62  480 504 520 560  270 271 274 278 doublescan +hsync -vsync (33.3 kHz d)
[  1030.861] (II) modeset(0): Modeline "400x300"x120.6   20.00  400 420 484 528  300 300 302 314 doublescan +hsync +vsync (37.9 kHz d)
[  1030.861] (II) modeset(0): Modeline "400x300"x112.7   18.00  400 412 448 512  300 300 301 312 doublescan +hsync +vsync (35.2 kHz d)
[  1030.861] (II) modeset(0): Modeline "432x243"x119.8   16.25  432 444 484 536  243 244 247 253 doublescan -hsync +vsync (30.3 kHz d)
[  1030.861] (II) modeset(0): Modeline "432x243"x119.1   15.25  432 456 472 512  243 244 247 250 doublescan +hsync -vsync (29.8 kHz d)
[  1030.861] (II) modeset(0): Modeline "320x240"x120.1   12.59  320 328 376 400  240 245 246 262 doublescan -hsync -vsync (31.5 kHz d)
[  1030.861] (II) modeset(0): Modeline "360x202"x119.0   11.25  360 372 404 448  202 204 206 211 doublescan -hsync +vsync (25.1 kHz d)
[  1030.861] (II) modeset(0): Modeline "360x202"x118.3   10.88  360 384 400 440  202 204 206 209 doublescan +hsync -vsync (24.7 kHz d)
[  1030.861] (II) modeset(0): Modeline "320x180"x119.7    9.00  320 332 360 400  180 181 184 188 doublescan -hsync +vsync (22.5 kHz d)
[  1030.861] (II) modeset(0): Modeline "320x180"x118.6    8.88  320 344 360 400  180 181 184 187 doublescan +hsync -vsync (22.2 kHz d)
[  1030.963] (II) modeset(0): EDID for output HDMI-1
[  1030.973] (II) modeset(0): EDID for output DP-1
[  1030.973] (II) modeset(0): Output eDP-1 connected
[  1030.973] (II) modeset(0): Output HDMI-1 disconnected
[  1030.973] (II) modeset(0): Output DP-1 disconnected
[  1030.973] (II) modeset(0): Using exact sizes for initial modes
[  1030.973] (II) modeset(0): Output eDP-1 using initial mode 1920x1080 +0+0
[  1030.973] (==) modeset(0): Using gamma correction (1.0, 1.0, 1.0)
[  1030.973] (==) modeset(0): DPI set to (96, 96)
[  1030.973] (II) Loading sub module "fb"
[  1030.973] (II) LoadModule: "fb"
[  1030.973] (II) Module "fb" already built-in
[  1030.973] (II) Loading sub module "shadow"
[  1030.973] (II) LoadModule: "shadow"
[  1030.973] (II) Loading /usr/lib64/xorg/modules/libshadow.so
[  1031.027] (II) Module shadow: vendor="X.Org Foundation"
[  1031.027]    compiled for 1.21.1.13, module version = 1.1.0
[  1031.027]    ABI class: X.Org ANSI C Emulation, version 0.4
[  1031.027] (==) NVIDIA(G0): Depth 24, (==) framebuffer bpp 32
[  1031.027] (==) NVIDIA(G0): RGB weight 888
[  1031.027] (==) NVIDIA(G0): Default visual is TrueColor
[  1031.027] (==) NVIDIA(G0): Using gamma correction (1.0, 1.0, 1.0)
[  1031.044] (**) NVIDIA(G0): Enabling 2D acceleration
[  1031.044] (II) Loading sub module "glxserver_nvidia"
[  1031.044] (II) LoadModule: "glxserver_nvidia"
[  1031.044] (II) Loading /usr/lib64/xorg/modules/extensions/libglxserver_nvidia.so
[  1031.632] (II) Module glxserver_nvidia: vendor="NVIDIA Corporation"
[  1031.632]    compiled for 1.6.99.901, module version = 1.0.0
[  1031.632]    Module class: X.Org Server Extension
[  1031.632] (II) NVIDIA GLX Module  550.90.07  Fri May 31 09:34:56 UTC 2024
[  1031.694] (II) NVIDIA: The X server supports PRIME Render Offload.
[  1032.354] (--) NVIDIA(0): Valid display device(s) on GPU-0 at PCI:1:0:0
[  1032.354] (--) NVIDIA(0):     DFP-0
[  1032.355] (II) NVIDIA(G0): NVIDIA GPU NVIDIA GeForce GTX 1050 (GP107-A) at PCI:1:0:0
[  1032.355] (II) NVIDIA(G0):     (GPU-0)
[  1032.355] (--) NVIDIA(G0): Memory: 4194304 kBytes
[  1032.355] (--) NVIDIA(G0): VideoBIOS: 86.07.58.00.1a
[  1032.355] (II) NVIDIA(G0): Detected PCI Express Link width: 16X
[  1032.355] (--) NVIDIA(GPU-0): DFP-0: disconnected
[  1032.355] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[  1032.355] (--) NVIDIA(GPU-0): DFP-0: 165.0 MHz maximum pixel clock
[  1032.355] (--) NVIDIA(GPU-0):
[  1032.355] (II) NVIDIA(G0): Validated MetaModes:
[  1032.355] (II) NVIDIA(G0):     "NULL"
[  1032.355] (II) NVIDIA(G0): Virtual screen size determined to be 640 x 480
[  1032.355] (WW) NVIDIA(G0): Unable to get display device for DPI computation.
[  1032.355] (==) NVIDIA(G0): DPI set to (75, 75); computed from built-in default
[  1032.380] (==) modeset(0): Backing store enabled
[  1032.380] (==) modeset(0): Silken mouse enabled
[  1032.454] (II) modeset(0): Initializing kms color map for depth 24, 8 bpc.
[  1032.454] (==) modeset(0): DPMS enabled
[  1032.455] (II) NVIDIA: Reserving 24576.00 MB of virtual memory for indirect memory
[  1032.455] (II) NVIDIA:     access.
[  1032.466] (II) NVIDIA(G0): ACPI: failed to connect to the ACPI event daemon; the daemon
[  1032.466] (II) NVIDIA(G0):     may not be running or the "AcpidSocketPath" X
[  1032.466] (II) NVIDIA(G0):     configuration option may not be set correctly.  When the
[  1032.466] (II) NVIDIA(G0):     ACPI event daemon is available, the NVIDIA X driver will
[  1032.466] (II) NVIDIA(G0):     try to use it to receive ACPI event notifications.  For
[  1032.466] (II) NVIDIA(G0):     details, please see the "ConnectToAcpid" and
[  1032.466] (II) NVIDIA(G0):     "AcpidSocketPath" X configuration options in Appendix B: X
[  1032.466] (II) NVIDIA(G0):     Config Options in the README.
[  1032.532] (II) NVIDIA(G0): Setting mode "NULL"
[  1032.560] (==) NVIDIA(G0): Disabling shared memory pixmaps
[  1032.560] (==) NVIDIA(G0): Backing store enabled
[  1032.560] (==) NVIDIA(G0): Silken mouse enabled
[  1032.560] (==) NVIDIA(G0): DPMS enabled
[  1032.560] (II) Loading sub module "dri2"
[  1032.560] (II) LoadModule: "dri2"
[  1032.560] (II) Module "dri2" already built-in
[  1032.560] (II) NVIDIA(G0): [DRI2] Setup complete
[  1032.560] (II) NVIDIA(G0): [DRI2]   VDPAU driver: nvidia
[  1032.560] (II) Initializing extension Generic Event Extension
[  1032.560] (II) Initializing extension SHAPE
[  1032.560] (II) Initializing extension MIT-SHM
[  1032.560] (II) Initializing extension XInputExtension
[  1032.595] (II) Initializing extension XTEST
[  1032.595] (II) Initializing extension BIG-REQUESTS
[  1032.595] (II) Initializing extension SYNC
[  1032.595] (II) Initializing extension XKEYBOARD
[  1032.595] (II) Initializing extension XC-MISC
[  1032.595] (II) Initializing extension XFIXES
[  1032.595] (II) Initializing extension RENDER
[  1032.595] (II) Initializing extension RANDR
[  1032.595] (II) Initializing extension COMPOSITE
[  1032.610] (II) Initializing extension DAMAGE
[  1032.611] (II) Initializing extension MIT-SCREEN-SAVER
[  1032.611] (II) Initializing extension DOUBLE-BUFFER
[  1032.611] (II) Initializing extension RECORD
[  1032.611] (II) Initializing extension DPMS
[  1032.611] (II) Initializing extension Present
[  1032.611] (II) Initializing extension DRI3
[  1032.611] (II) Initializing extension X-Resource
[  1032.611] (II) Initializing extension XVideo
[  1032.611] (II) Initializing extension XVideo-MotionCompensation
[  1032.611] (II) Initializing extension GLX
[  1032.611] (II) Initializing extension GLX
[  1032.611] (II) Indirect GLX disabled.
[  1032.622] (II) AIGLX: Screen 0 is not DRI2 capable
[  1032.635] (II) IGLX: Loaded and initialized swrast
[  1032.635] (II) GLX: Initialized DRISWRAST GL provider for screen 0
[  1032.635] (II) Initializing extension XFree86-VidModeExtension
[  1032.635] (II) Initializing extension XFree86-DGA
[  1032.635] (II) Initializing extension XFree86-DRI
[  1032.635] (II) Initializing extension DRI2
[  1032.635] (II) Initializing extension NV-GLX
[  1032.635] (II) Initializing extension NV-CONTROL
[  1032.636] (II) modeset(0): Damage tracking initialized
[  1032.636] (II) modeset(0): Setting screen physical size to 508 x 285
[  1033.066] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[  1033.066] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[  1033.066] (II) LoadModule: "libinput"
[  1033.066] (II) Loading /usr/lib64/xorg/modules/input/libinput_drv.so
[  1033.111] (II) Module libinput: vendor="X.Org Foundation"
[  1033.111]    compiled for 1.21.1.13, module version = 1.4.0
[  1033.111]    Module class: X.Org XInput Driver
[  1033.111]    ABI class: X.Org XInput driver, version 24.4
[  1033.111] (II) Using input driver 'libinput' for 'Power Button'
[  1033.113] (II) systemd-logind: got fd for /dev/input/event2 13:66 fd 36 paused 0
[  1033.113] (**) Power Button: always reports core events
[  1033.113] (**) Option "Device" "/dev/input/event2"
[  1033.184] (II) event2  - Power Button: is tagged by udev as: Keyboard
[  1033.184] (II) event2  - Power Button: device is a keyboard
[  1033.184] (II) event2  - Power Button: device removed
[  1033.184] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input2/event2"
[  1033.185] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[  1033.188] (II) event2  - Power Button: is tagged by udev as: Keyboard
[  1033.188] (II) event2  - Power Button: device is a keyboard
[  1033.190] (II) config/udev: Adding input device Video Bus (/dev/input/event15)
[  1033.190] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[  1033.190] (II) Using input driver 'libinput' for 'Video Bus'
[  1033.192] (II) systemd-logind: got fd for /dev/input/event15 13:79 fd 39 paused 0
[  1033.192] (**) Video Bus: always reports core events
[  1033.192] (**) Option "Device" "/dev/input/event15"
[  1033.195] (II) event15 - Video Bus: is tagged by udev as: Keyboard
[  1033.196] (II) event15 - Video Bus: device is a keyboard
[  1033.196] (II) event15 - Video Bus: device removed
[  1033.196] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input17/event15"
[  1033.196] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[  1033.199] (II) event15 - Video Bus: is tagged by udev as: Keyboard
[  1033.200] (II) event15 - Video Bus: device is a keyboard
[  1033.202] (II) config/udev: Adding input device Video Bus (/dev/input/event16)
[  1033.202] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[  1033.202] (II) Using input driver 'libinput' for 'Video Bus'
[  1033.204] (II) systemd-logind: got fd for /dev/input/event16 13:80 fd 40 paused 0
[  1033.204] (**) Video Bus: always reports core events
[  1033.204] (**) Option "Device" "/dev/input/event16"
[  1033.208] (II) event16 - Video Bus: is tagged by udev as: Keyboard
[  1033.208] (II) event16 - Video Bus: device is a keyboard
[  1033.209] (II) event16 - Video Bus: device removed
[  1033.209] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:24/LNXVIDEO:01/input/input18/event16"
[  1033.209] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 8)
[  1033.211] (II) event16 - Video Bus: is tagged by udev as: Keyboard
[  1033.211] (II) event16 - Video Bus: device is a keyboard
[  1033.213] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[  1033.213] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[  1033.213] (II) Using input driver 'libinput' for 'Power Button'
[  1033.214] (II) systemd-logind: got fd for /dev/input/event1 13:65 fd 41 paused 0
[  1033.214] (**) Power Button: always reports core events
[  1033.214] (**) Option "Device" "/dev/input/event1"
[  1033.215] (II) event1  - Power Button: is tagged by udev as: Keyboard
[  1033.216] (II) event1  - Power Button: device is a keyboard
[  1033.216] (II) event1  - Power Button: device removed
[  1033.216] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1/event1"
[  1033.216] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 9)
[  1033.217] (II) event1  - Power Button: is tagged by udev as: Keyboard
[  1033.217] (II) event1  - Power Button: device is a keyboard
[  1033.218] (II) config/udev: Adding input device Lid Switch (/dev/input/event0)
[  1033.218] (II) No input driver specified, ignoring this device.
[  1033.219] (II) This device may have been added with another device file.
[  1033.220] (II) config/udev: Adding input device   USB Gaming Mouse (/dev/input/event4)
[  1033.220] (**)   USB Gaming Mouse: Applying InputClass "libinput pointer catchall"
[  1033.220] (II) Using input driver 'libinput' for '  USB Gaming Mouse'
[  1033.277] (II) systemd-logind: got fd for /dev/input/event4 13:68 fd 42 paused 0
[  1033.277] (**)   USB Gaming Mouse: always reports core events
[  1033.277] (**) Option "Device" "/dev/input/event4"
[  1033.279] (II) event4  -   USB Gaming Mouse: is tagged by udev as: Mouse
[  1033.279] (II) event4  -   USB Gaming Mouse: device is a pointer
[  1033.279] (II) event4  -   USB Gaming Mouse: device removed
[  1033.279] (II) libinput:   USB Gaming Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[  1033.280] (II) libinput:   USB Gaming Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[  1033.280] (II) libinput:   USB Gaming Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[  1033.280] (**) 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"
[  1033.280] (II) XINPUT: Adding extended input device "  USB Gaming Mouse" (type: MOUSE, id 10)
[  1033.280] (**) Option "AccelerationScheme" "none"
[  1033.280] (**)   USB Gaming Mouse: (accel) selected scheme none/0
[  1033.280] (**)   USB Gaming Mouse: (accel) acceleration factor: 2.000
[  1033.280] (**)   USB Gaming Mouse: (accel) acceleration threshold: 4
[  1033.282] (II) event4  -   USB Gaming Mouse: is tagged by udev as: Mouse
[  1033.282] (II) event4  -   USB Gaming Mouse: device is a pointer
[  1033.284] (II) config/udev: Adding input device   USB Gaming Mouse (/dev/input/mouse0)
[  1033.284] (II) No input driver specified, ignoring this device.
[  1033.284] (II) This device may have been added with another device file.
[  1033.286] (II) config/udev: Adding input device   USB Gaming Mouse Keyboard (/dev/input/event5)
[  1033.286] (**)   USB Gaming Mouse Keyboard: Applying InputClass "libinput keyboard catchall"
[  1033.286] (II) Using input driver 'libinput' for '  USB Gaming Mouse Keyboard'
[  1033.287] (II) systemd-logind: got fd for /dev/input/event5 13:69 fd 43 paused 0
[  1033.287] (**)   USB Gaming Mouse Keyboard: always reports core events
[  1033.287] (**) Option "Device" "/dev/input/event5"
[  1033.290] (II) event5  -   USB Gaming Mouse Keyboard: is tagged by udev as: Keyboard
[  1033.290] (II) event5  -   USB Gaming Mouse Keyboard: device is a keyboard
[  1033.290] (II) event5  -   USB Gaming Mouse Keyboard: device removed
[  1033.290] (II) libinput:   USB Gaming Mouse Keyboard: needs a virtual subdevice
[  1033.290] (**) 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"
[  1033.290] (II) XINPUT: Adding extended input device "  USB Gaming Mouse Keyboard" (type: MOUSE, id 11)
[  1033.290] (**) Option "AccelerationScheme" "none"
[  1033.290] (**)   USB Gaming Mouse Keyboard: (accel) selected scheme none/0
[  1033.290] (**)   USB Gaming Mouse Keyboard: (accel) acceleration factor: 2.000
[  1033.290] (**)   USB Gaming Mouse Keyboard: (accel) acceleration threshold: 4
[  1033.293] (II) event5  -   USB Gaming Mouse Keyboard: is tagged by udev as: Keyboard
[  1033.293] (II) event5  -   USB Gaming Mouse Keyboard: device is a keyboard
[  1033.295] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 (/dev/input/event11)
[  1033.295] (II) No input driver specified, ignoring this device.
[  1033.295] (II) This device may have been added with another device file.
[  1033.295] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=7 (/dev/input/event12)
[  1033.295] (II) No input driver specified, ignoring this device.
[  1033.295] (II) This device may have been added with another device file.
[  1033.296] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=8 (/dev/input/event13)
[  1033.296] (II) No input driver specified, ignoring this device.
[  1033.296] (II) This device may have been added with another device file.
[  1033.297] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=9 (/dev/input/event14)
[  1033.297] (II) No input driver specified, ignoring this device.
[  1033.297] (II) This device may have been added with another device file.
[  1033.298] (II) config/udev: Adding input device HDA Intel PCH Mic (/dev/input/event17)
[  1033.298] (II) No input driver specified, ignoring this device.
[  1033.298] (II) This device may have been added with another device file.
[  1033.298] (II) config/udev: Adding input device HDA Intel PCH Headphone (/dev/input/event18)
[  1033.298] (II) No input driver specified, ignoring this device.
[  1033.298] (II) This device may have been added with another device file.
[  1033.299] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=3 (/dev/input/event19)
[  1033.299] (II) No input driver specified, ignoring this device.
[  1033.299] (II) This device may have been added with another device file.
[  1033.300] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=7 (/dev/input/event20)
[  1033.300] (II) No input driver specified, ignoring this device.
[  1033.300] (II) This device may have been added with another device file.
[  1033.300] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=8 (/dev/input/event21)
[  1033.300] (II) No input driver specified, ignoring this device.
[  1033.300] (II) This device may have been added with another device file.
[  1033.301] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event3)
[  1033.301] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
[  1033.301] (II) Using input driver 'libinput' for 'AT Translated Set 2 keyboard'
[  1033.302] (II) systemd-logind: got fd for /dev/input/event3 13:67 fd 44 paused 0
[  1033.302] (**) AT Translated Set 2 keyboard: always reports core events
[  1033.302] (**) Option "Device" "/dev/input/event3"
[  1033.304] (II) event3  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[  1033.304] (II) event3  - AT Translated Set 2 keyboard: device is a keyboard
[  1033.305] (II) event3  - AT Translated Set 2 keyboard: device removed
[  1033.306] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input3/event3"
[  1033.306] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 12)
[  1033.307] (II) event3  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[  1033.307] (II) event3  - AT Translated Set 2 keyboard: device is a keyboard
[  1033.309] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/event6)
[  1033.309] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "libinput touchpad catchall"
[  1033.309] (II) Using input driver 'libinput' for 'SynPS/2 Synaptics TouchPad'
[  1033.310] (II) systemd-logind: got fd for /dev/input/event6 13:70 fd 45 paused 0
[  1033.310] (**) SynPS/2 Synaptics TouchPad: always reports core events
[  1033.310] (**) Option "Device" "/dev/input/event6"
[  1033.311] (II) event6  - SynPS/2 Synaptics TouchPad: is tagged by udev as: Touchpad
[  1033.313] (II) event6  - SynPS/2 Synaptics TouchPad: device is a touchpad
[  1033.313] (II) event6  - SynPS/2 Synaptics TouchPad: device removed
[  1033.313] (II) libinput: SynPS/2 Synaptics TouchPad: Step value 0 was provided, libinput Fallback acceleration function is used.
[  1033.313] (II) libinput: SynPS/2 Synaptics TouchPad: Step value 0 was provided, libinput Fallback acceleration function is used.
[  1033.313] (II) libinput: SynPS/2 Synaptics TouchPad: Step value 0 was provided, libinput Fallback acceleration function is used.
[  1033.314] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input5/event6"
[  1033.314] (II) XINPUT: Adding extended input device "SynPS/2 Synaptics TouchPad" (type: TOUCHPAD, id 13)
[  1033.315] (**) Option "AccelerationScheme" "none"
[  1033.315] (**) SynPS/2 Synaptics TouchPad: (accel) selected scheme none/0
[  1033.315] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration factor: 2.000
[  1033.315] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration threshold: 4
[  1033.316] (II) event6  - SynPS/2 Synaptics TouchPad: is tagged by udev as: Touchpad
[  1033.318] (II) event6  - SynPS/2 Synaptics TouchPad: device is a touchpad
[  1033.319] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/mouse1)
[  1033.319] (II) No input driver specified, ignoring this device.
[  1033.319] (II) This device may have been added with another device file.
[  1033.319] (II) config/udev: Adding input device ST LIS3LV02DL Accelerometer (/dev/input/event9)
[  1033.319] (II) No input driver specified, ignoring this device.
[  1033.319] (II) This device may have been added with another device file.
[  1033.320] (II) config/udev: Adding input device ST LIS3LV02DL Accelerometer (/dev/input/js0)
[  1033.320] (II) No input driver specified, ignoring this device.
[  1033.320] (II) This device may have been added with another device file.
[  1033.320] (II) config/udev: Adding input device PC Speaker (/dev/input/event8)
[  1033.320] (II) No input driver specified, ignoring this device.
[  1033.320] (II) This device may have been added with another device file.
[  1033.323] (II) config/udev: Adding input device HP WMI hotkeys (/dev/input/event10)
[  1033.323] (**) HP WMI hotkeys: Applying InputClass "libinput keyboard catchall"
[  1033.323] (II) Using input driver 'libinput' for 'HP WMI hotkeys'
[  1033.323] (II) systemd-logind: got fd for /dev/input/event10 13:74 fd 46 paused 0
[  1033.323] (**) HP WMI hotkeys: always reports core events
[  1033.323] (**) Option "Device" "/dev/input/event10"
[  1033.324] (II) event10 - HP WMI hotkeys: is tagged by udev as: Keyboard Switch
[  1033.324] (II) event10 - HP WMI hotkeys: device is a keyboard
[  1033.324] (II) event10 - HP WMI hotkeys: device removed
[  1033.324] (**) Option "config_info" "udev:/sys/devices/virtual/input/input12/event10"
[  1033.324] (II) XINPUT: Adding extended input device "HP WMI hotkeys" (type: KEYBOARD, id 14)
[  1033.325] (II) event10 - HP WMI hotkeys: is tagged by udev as: Keyboard Switch
[  1033.325] (II) event10 - HP WMI hotkeys: device is a keyboard
[  1033.325] (II) config/udev: Adding input device Wireless hotkeys (/dev/input/event7)
[  1033.325] (**) Wireless hotkeys: Applying InputClass "libinput keyboard catchall"
[  1033.325] (II) Using input driver 'libinput' for 'Wireless hotkeys'
[  1033.326] (II) systemd-logind: got fd for /dev/input/event7 13:71 fd 47 paused 0
[  1033.326] (**) Wireless hotkeys: always reports core events
[  1033.326] (**) Option "Device" "/dev/input/event7"
[  1033.326] (II) event7  - Wireless hotkeys: is tagged by udev as: Keyboard
[  1033.326] (II) event7  - Wireless hotkeys: device is a keyboard
[  1033.326] (II) event7  - Wireless hotkeys: device removed
[  1033.327] (**) Option "config_info" "udev:/sys/devices/virtual/input/input9/event7"
[  1033.327] (II) XINPUT: Adding extended input device "Wireless hotkeys" (type: KEYBOARD, id 15)
[  1033.327] (II) event7  - Wireless hotkeys: is tagged by udev as: Keyboard
[  1033.327] (II) event7  - Wireless hotkeys: device is a keyboard
[  1033.756] (**)   USB Gaming Mouse Keyboard: Applying InputClass "libinput keyboard catchall"
[  1033.756] (II) Using input driver 'libinput' for '  USB Gaming Mouse Keyboard'
[  1033.757] (II) systemd-logind: returning pre-existing fd for /dev/input/event5 13:69
[  1033.757] (**)   USB Gaming Mouse Keyboard: always reports core events
[  1033.757] (**) Option "Device" "/dev/input/event5"
[  1033.757] (II) libinput:   USB Gaming Mouse Keyboard: is a virtual subdevice
[  1033.757] (**) 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"
[  1033.757] (II) XINPUT: Adding extended input device "  USB Gaming Mouse Keyboard" (type: KEYBOARD, id 16)
[  1034.019] (II) event4  -   USB Gaming Mouse: SYN_DROPPED event - some input events have been lost.
[  1035.719] (**) Option "fd" "36"
[  1035.719] (II) event2  - Power Button: device removed
[  1035.719] (**) Option "fd" "39"
[  1035.719] (II) event15 - Video Bus: device removed
[  1035.719] (**) Option "fd" "40"
[  1035.719] (II) event16 - Video Bus: device removed
[  1035.719] (**) Option "fd" "41"
[  1035.719] (II) event1  - Power Button: device removed
[  1035.719] (**) Option "fd" "42"
[  1035.719] (II) event4  -   USB Gaming Mouse: device removed
[  1035.719] (**) Option "fd" "43"
[  1035.719] (**) Option "fd" "44"
[  1035.719] (II) event3  - AT Translated Set 2 keyboard: device removed
[  1035.719] (**) Option "fd" "45"
[  1035.719] (II) event6  - SynPS/2 Synaptics TouchPad: device removed
[  1035.719] (**) Option "fd" "46"
[  1035.719] (II) event10 - HP WMI hotkeys: device removed
[  1035.719] (**) Option "fd" "47"
[  1035.719] (II) event7  - Wireless hotkeys: device removed
[  1035.719] (**) Option "fd" "43"
[  1035.719] (II) event5  -   USB Gaming Mouse Keyboard: device removed
[  1035.770] (II) UnloadModule: "libinput"
[  1035.771] (II) systemd-logind: not releasing fd for 13:69, still in use
[  1035.771] (II) UnloadModule: "libinput"
[  1035.771] (II) systemd-logind: releasing fd for 13:71
[  1035.826] (II) UnloadModule: "libinput"
[  1035.826] (II) systemd-logind: releasing fd for 13:74
[  1035.856] (II) UnloadModule: "libinput"
[  1035.856] (II) systemd-logind: releasing fd for 13:70
[  1035.903] (II) UnloadModule: "libinput"
[  1035.903] (II) systemd-logind: releasing fd for 13:67
[  1035.930] (II) UnloadModule: "libinput"
[  1035.930] (II) systemd-logind: releasing fd for 13:69
[  1035.956] (II) UnloadModule: "libinput"
[  1035.956] (II) systemd-logind: releasing fd for 13:68
[  1036.010] (II) UnloadModule: "libinput"
[  1036.010] (II) systemd-logind: releasing fd for 13:65
[  1036.036] (II) UnloadModule: "libinput"
[  1036.037] (II) systemd-logind: releasing fd for 13:80
[  1036.090] (II) UnloadModule: "libinput"
[  1036.090] (II) systemd-logind: releasing fd for 13:79
[  1036.130] (II) UnloadModule: "libinput"
[  1036.131] (II) systemd-logind: releasing fd for 13:66
[  1036.204] (II) NVIDIA(GPU-0): Deleting GPU-0
[  1036.238] (II) Server terminated successfully (0). Closing log file.
 
Back to top
View user's profile Send private message
netfab
Veteran
Veteran


Joined: 03 Mar 2005
Posts: 1930
Location: 127.0.0.1

PostPosted: Wed Jun 26, 2024 10:12 pm    Post subject: Reply with quote

From your xorg.log :
Code:

[  1030.726] (II) modeset(0): Refusing to try glamor on llvmpipe
[  1030.746] (II) modeset(0): glamor initialization failed

Please post outputs of :
Code:

# emerge --info

and
Code:

# emerge -pv media-libs/mesa
Back to top
View user's profile Send private message
kickhead13
n00b
n00b


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

PostPosted: Wed Jun 26, 2024 10:20 pm    Post subject: Reply with quote

emerge --info:
Code:
Portage 3.0.65 (python 3.12.4-final-0, default/linux/amd64/23.0/desktop, gcc-13, glibc-2.39-r9, 6.9.6-gentoo-dist x86_64)
=================================================================
System uname: Linux-6.9.6-gentoo-dist-x86_64-Intel-R-_Core-TM-_i5-8250U_CPU_@_1.60GHz-with-glibc2.39
KiB Mem:     8003544 total,   6503712 free
KiB Swap:          0 total,         0 free
Timestamp of repository gentoo: Wed, 26 Jun 2024 11:30:00 +0000
Head commit of repository gentoo: 5c161666a8f8a709f8ff8ea270109f88dc7c7ae6
Timestamp of repository guru: Wed, 26 Jun 2024 06:33:57 +0000
Head commit of repository guru: 4d39cddfbab6a24fdcd3a5f60b66a5fd3212eb01

Timestamp of repository steam-overlay: Mon, 17 Jun 2024 09:48:55 +0000
Head commit of repository steam-overlay: 35b2e4df390d79636ff6480e802f556814085aa2

sh bash 5.2_p26-r5
ld GNU ld (Gentoo 2.42 p3) 2.42.0
app-misc/pax-utils:        1.3.7::gentoo
app-shells/bash:           5.2_p26-r5::gentoo
dev-build/autoconf:        2.71-r7::gentoo, 2.72-r1::gentoo
dev-build/automake:        1.16.5-r2::gentoo
dev-build/cmake:           3.29.3::gentoo
dev-build/libtool:         2.4.7-r4::gentoo
dev-build/make:            4.4.1-r1::gentoo
dev-build/meson:           1.4.1::gentoo
dev-java/java-config:      2.3.3-r1::gentoo
dev-lang/perl:             5.40.0::gentoo
dev-lang/python:           3.12.4_p1::gentoo, 3.13.0_beta2_p9::gentoo
dev-lang/rust-bin:         1.79.0::gentoo
sys-apps/baselayout:       2.15::gentoo
sys-apps/openrc:           0.54-r1::gentoo
sys-apps/sandbox:          2.38::gentoo
sys-devel/binutils:        2.42-r1::gentoo
sys-devel/binutils-config: 5.5::gentoo
sys-devel/gcc:             13.2.1_p20240210::gentoo, 14.1.1_p20240622::gentoo
sys-devel/gcc-config:      2.11::gentoo
sys-devel/llvm:            17.0.6::gentoo, 18.1.8::gentoo
sys-kernel/linux-headers:  6.9::gentoo (virtual/os-headers)
sys-libs/glibc:            2.39-r9::gentoo
Repositories:

gentoo
    location: /var/db/repos/gentoo
    sync-type: rsync
    sync-uri: rsync://rsync.gentoo.org/gentoo-portage
    priority: -1000
    volatile: False
    sync-rsync-extra-opts:
    sync-rsync-verify-max-age: 3
    sync-rsync-verify-metamanifest: yes
    sync-rsync-verify-jobs: 1

guru
    location: /var/db/repos/guru
    sync-type: git
    sync-uri: https://github.com/gentoo-mirror/guru.git
    masters: gentoo
    volatile: False

steam-overlay
    location: /var/db/repos/steam-overlay
    sync-type: git
    sync-uri: https://github.com/gentoo-mirror/steam-overlay.git
    masters: gentoo
    volatile: False

Binary Repositories:

gentoobinhost
    priority: 1
    sync-uri: https://distfiles.gentoo.org/releases/amd64/binpackages/23.0/x86-64

ACCEPT_KEYWORDS="amd64 ~amd64"
ACCEPT_LICENSE="*"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-O2 -pipe -march=native -mtune=generic"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/share/gnupg/qualified.txt"
CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/dconf /etc/env.d /etc/fonts/fonts.conf /etc/gconf /etc/gentoo-release /etc/revdep-rebuild /etc/sandbox.d"
CXXFLAGS="-O2 -pipe -march=native -mtune=generic"
DISTDIR="/var/cache/distfiles"
EMERGE_DEFAULT_OPTS="--jobs=4 --load-average=6"
ENV_UNSET="CARGO_HOME DBUS_SESSION_BUS_ADDRESS DISPLAY GDK_PIXBUF_MODULE_FILE GOBIN GOPATH PERL5LIB PERL5OPT PERLPREFIX PERL_CORE PERL_MB_OPT PERL_MM_OPT XAUTHORITY XDG_CACHE_HOME XDG_CONFIG_HOME XDG_DATA_HOME XDG_RUNTIME_DIR XDG_STATE_HOME"
FCFLAGS="-O2 -pipe -march=native -mtune=generic"
FEATURES="assume-digests binpkg-docompress binpkg-dostrip binpkg-logs binpkg-multi-instance buildpkg-live config-protect-if-modified distlocks ebuild-locks fixlafiles ipc-sandbox merge-sync merge-wait multilib-strict network-sandbox news parallel-fetch pid-sandbox pkgdir-index-trusted preserve-libs protect-owned qa-unresolved-soname-deps sandbox sfperms strict unknown-features-warn unmerge-logs unmerge-orphans userfetch userpriv usersandbox usersync xattr"
FFLAGS="-O2 -pipe -march=native -mtune=generic"
GENTOO_MIRRORS="http://ftp.romnet.org/gentoo/ https://mirror.leaseweb.com/gentoo/ https://gentoo.osuosl.org/"
LANG="C.utf8"
LDFLAGS="-Wl,-O1 -Wl,--as-needed -Wl,-z,pack-relative-relocs"
LEX="flex"
MAKEOPTS="-j4 -l8"
PKGDIR="/var/cache/binpkgs"
PORTAGE_CONFIGROOT="/"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --omit-dir-times --compress --force --whole-file --delete --stats --human-readable --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages --exclude=/.git"
PORTAGE_TMPDIR="/var/tmp"
SHELL="/bin/bash"
USE="X a52 aac acl acpi alsa amd64 bluetooth branding bzip2 cairo cdda cet crypt cups dbus dist-kernel dracut dri dts elogind encode exif flac gdbm gif gpm gtk gtk3 gui iconv icu ipv6 jpeg kf6compat lcms libnotify libtirpc mad mng mp3 mp4 mpeg multilib ncurses nls ogg opengl openmp pam pango pcre pdf png policykit ppds pulseaudio qt5 racut readline sdl seccomp sound spell ssl startup-notification svg test-rust tiff truetype udev udisks unicode upower usb vorbis vulkan wifi wxwidgets x264 xattr xcb xft xml xv xvid zlib" ABI_X86="64 32" ADA_TARGET="gcc_12" APACHE2_MODULES="authn_core authz_core socache_shmcb unixd actions alias auth_basic authn_anon authn_dbm authn_file authz_dbm authz_groupfile authz_host authz_owner authz_user autoindex cache cgi cgid dav dav_fs dav_lock deflate dir env expires ext_filter file_cache filter headers include info log_config logio mime mime_magic negotiation rewrite setenvif speling status unique_id userdir usertrack vhost_alias" CALLIGRA_FEATURES="karbon sheets words" COLLECTD_PLUGINS="df interface irq load memory rrdtool swap syslog" CPU_FLAGS_X86="mmx mmxext sse sse2" ELIBC="glibc" GPSD_PROTOCOLS="ashtech aivdm earthmate evermore fv18 garmin garmintxt gpsclock greis isync itrax mtk3301 ntrip navcom oceanserver oncore rtcm104v2 rtcm104v3 sirf skytraq superstar2 tsip tripmate tnt ublox" INPUT_DEVICES="libinput" KERNEL="linux" LCD_DEVICES="bayrad cfontz glk hd44780 lb216 lcdm001 mtxorb text" LUA_SINGLE_TARGET="lua5-1" LUA_TARGETS="lua5-1" OFFICE_IMPLEMENTATION="libreoffice" PHP_TARGETS="php8-2" POSTGRES_TARGETS="postgres15" PYTHON_SINGLE_TARGET="python3_12" PYTHON_TARGETS="python3_12" RUBY_TARGETS="ruby31 ruby32" VIDEO_CARDS="nvidia" XTABLES_ADDONS="quota2 psd pknock lscan length2 ipv4options ipp2p iface geoip fuzzy condition tarpit sysrq proto logmark ipmark dhcpmac delude chaos account"
Unset:  ADDR2LINE, AR, ARFLAGS, AS, ASFLAGS, CC, CCLD, CONFIG_SHELL, CPP, CPPFLAGS, CTARGET, CXX, CXXFILT, ELFEDIT, EXTRA_ECONF, F77FLAGS, FC, GCOV, GPROF, INSTALL_MASK, LC_ALL, LD, LFLAGS, LIBTOOL, LINGUAS, MAKE, MAKEFLAGS, NM, OBJCOPY, OBJDUMP, PORTAGE_BINHOST, PORTAGE_BUNZIP2_COMMAND, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS, PYTHONPATH, RANLIB, READELF, RUSTFLAGS, SIZE, STRINGS, STRIP, YACC, YFLAGS



emerge -pv media-libs/mesa:

Code:
 * IMPORTANT: 4 config files in '/etc/portage' need updating.
 * See the CONFIGURATION FILES and CONFIGURATION FILES UPDATE TOOLS
 * sections of the emerge man page to learn how to update config files.

These are the packages that would be merged, in order:

Calculating dependencies... done!
Dependency resolution took 31.07 s (backtrack: 0/20).

[ebuild   R    ] media-libs/mesa-24.1.2::gentoo  USE="X llvm (opengl) proprietary-codecs vulkan zstd -d3d9 -debug -lm-sensors -opencl -osmesa (-selinux) -test -unwind -vaapi -valgrind -vdpau -vulkan-overlay -wayland -xa" ABI_X86="32 (64) (-x32)" CPU_FLAGS_X86="sse2" LLVM_SLOT="17 -15 -16 -18" VIDEO_CARDS="-d3d12 (-freedreno) -intel -lavapipe (-lima) -nouveau (-nvk) (-panfrost) -r300 -r600 -radeon -radeonsi (-v3d) (-vc4) -virgl (-vivante) -vmware -zink" 0 KiB

Total: 1 package (1 reinstall), Size of downloads: 0 KiB

 * IMPORTANT: 23 news items need reading for repository 'gentoo'.
 * Use eselect news read to view new items.
Back to top
View user's profile Send private message
netfab
Veteran
Veteran


Joined: 03 Mar 2005
Posts: 1930
Location: 127.0.0.1

PostPosted: Wed Jun 26, 2024 10:27 pm    Post subject: Reply with quote

On your mesa package :
Code:

VIDEO_CARDS="-d3d12 (-freedreno) -intel -lavapipe (-lima) -nouveau (-nvk) (-panfrost) -r300 -r600 -radeon -radeonsi (-v3d) (-vc4) -virgl (-vivante) -vmware -zink"

I think you should have at least a video card selected.
Please post the output of :
Code:

$ lspci | grep VGA
Back to top
View user's profile Send private message
kickhead13
n00b
n00b


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

PostPosted: Wed Jun 26, 2024 10:34 pm    Post subject: Reply with quote

I had this in make.conf:

cat /etc/portage/make.conf | grep VIDEO_CARD:
Code:
VIDEO_CARDS="nvidia"


What card should I pick for the proprietary nvidia drivers ?

lspci | grep VGA:
Code:
00:02.0 VGA compatible controller: Intel Corporation UHD Graphics 620 (rev 07)
01:00.0 VGA compatible controller: NVIDIA Corporation GP107M [GeForce GTX 1050 Mobile] (rev a1)
Back to top
View user's profile Send private message
netfab
Veteran
Veteran


Joined: 03 Mar 2005
Posts: 1930
Location: 127.0.0.1

PostPosted: Wed Jun 26, 2024 10:46 pm    Post subject: Reply with quote

It is for the intel card.
From the mesa ebuild :
Quote:

ewarn "Ignoring USE=vulkan since VIDEO_CARDS does not contain d3d12, freedreno, intel, radeonsi, or v3d"

You probably had this warning when you built the mesa package.
Please add intel to your VIDEO_CARDS, then rebuild media-libs/mesa and retry.
Back to top
View user's profile Send private message
kickhead13
n00b
n00b


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

PostPosted: Wed Jun 26, 2024 10:50 pm    Post subject: Reply with quote

Ok emerging right now if it takes too long i might go to sleep and come back in the morning.

Thanks for the help so far! :)
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 10:17 am    Post subject: Reply with quote

Ok so I'm done emerging mesa, I rebooted and wow my games run way better now just as on arch.

BUT my nvidia gpu is still doing nothing in "nvtop".

I think the integrated card is doing everything now, but I'd still like the NVIDIA one to kick in.
Back to top
View user's profile Send private message
netfab
Veteran
Veteran


Joined: 03 Mar 2005
Posts: 1930
Location: 127.0.0.1

PostPosted: Thu Jun 27, 2024 10:45 am    Post subject: Reply with quote

You should add :
Code:

nvidia-drm.modeset=1

to your kernel parameters.
Please also post the output of :
Code:

$ xrandr --prop
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 10:58 am    Post subject: Reply with quote

How do I add kernel parameters?? Can i do it on a bin kernel or do i have to do it on a source kernel?

xrandr --prop:
Code:
Screen 0: minimum 320 x 200, current 1920 x 1080, maximum 16384 x 16384
eDP-1 connected primary 1920x1080+0+0 (normal left inverted right x axis y axis) 344mm x 193mm
   EDID:
      00ffffffffffff000daee31500000000
      261901049522137802ecd58d52539529
      22505400000001010101010101010101
      010101010101b43b804a713834402c1c
      240058c11000001acc27804a71383440
      2c1c240058c11000001a000000000000
      00000000000000000000000000000002
      000c3ded0c3c6e100f1d760000000096
   Colorspace: Default
      supported: Default, BT709_YCC, XVYCC_601, XVYCC_709, SYCC_601, opYCC_601, opRGB, BT2020_CYCC, BT2020_RGB, BT2020_YCC, DCI-P3_RGB_D65, RGB_WIDE_FIXED, RGB_WIDE_FLOAT, BT601_YCC
   max bpc: 12
      range: (6, 12)
   Broadcast RGB: Automatic
      supported: Automatic, Full, Limited 16:235
   panel orientation: Normal
      supported: Normal, Upside Down, Left Side Up, Right Side Up
   scaling mode: Full aspect
      supported: Full, Center, Full aspect
   link-status: Good
      supported: Good, Bad
   CTM: 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0
      0 1
   CONNECTOR_ID: 95
      supported: 95
   non-desktop: 0
      range: (0, 1)
   1920x1080     60.01*+  60.01    59.97    59.96    59.93    40.00 
   1680x1050     59.95    59.88 
   1400x1050     59.98 
   1600x900      59.99    59.94    59.95    59.82 
   1280x1024     60.02 
   1400x900      59.96    59.88 
   1280x960      60.00 
   1440x810      60.00    59.97 
   1368x768      59.88    59.85 
   1280x800      59.99    59.97    59.81    59.91 
   1280x720      60.00    59.99    59.86    59.74 
   1024x768      60.04    60.00 
   960x720       60.00 
   928x696       60.05 
   896x672       60.01 
   1024x576      59.95    59.96    59.90    59.82 
   960x600       59.93    60.00 
   960x540       59.96    59.99    59.63    59.82 
   800x600       60.00    60.32    56.25 
   840x525       60.01    59.88 
   864x486       59.92    59.57 
   700x525       59.98 
   800x450       59.95    59.82 
   640x512       60.02 
   700x450       59.96    59.88 
   640x480       60.00    59.94 
   720x405       59.51    58.99 
   684x384       59.88    59.85 
   640x400       59.88    59.98 
   640x360       59.86    59.83    59.84    59.32 
   512x384       60.00 
   512x288       60.00    59.92 
   480x270       59.63    59.82 
   400x300       60.32    56.34 
   432x243       59.92    59.57 
   320x240       60.05 
   360x202       59.51    59.13 
   320x180       59.84    59.32 
HDMI-1 disconnected (normal left inverted right x axis y axis)
   HDCP Content Type: HDCP Type0
      supported: HDCP Type0, HDCP Type1
   Content Protection: Undesired
      supported: Undesired, Desired, Enabled
   max bpc: 12
      range: (8, 12)
   content type: No Data
      supported: No Data, Graphics, Photo, Cinema, Game
   Colorspace: Default
      supported: Default, SMPTE_170M_YCC, BT709_YCC, XVYCC_601, XVYCC_709, SYCC_601, opYCC_601, opRGB, BT2020_CYCC, BT2020_RGB, BT2020_YCC, DCI-P3_RGB_D65, DCI-P3_RGB_Theater
   aspect ratio: Automatic
      supported: Automatic, 4:3, 16:9
   Broadcast RGB: Automatic
      supported: Automatic, Full, Limited 16:235
   audio: auto
      supported: force-dvi, off, auto, on
   link-status: Good
      supported: Good, Bad
   CTM: 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0
      0 1
   CONNECTOR_ID: 103
      supported: 103
   non-desktop: 0
      range: (0, 1)
DP-1 disconnected (normal left inverted right x axis y axis)
   HDCP Content Type: HDCP Type0
      supported: HDCP Type0, HDCP Type1
   Content Protection: Undesired
      supported: Undesired, Desired, Enabled
   Colorspace: Default
      supported: Default, BT709_YCC, XVYCC_601, XVYCC_709, SYCC_601, opYCC_601, opRGB, BT2020_CYCC, BT2020_RGB, BT2020_YCC, DCI-P3_RGB_D65, RGB_WIDE_FIXED, RGB_WIDE_FLOAT, BT601_YCC
   max bpc: 12
      range: (6, 12)
   Broadcast RGB: Automatic
      supported: Automatic, Full, Limited 16:235
   audio: auto
      supported: force-dvi, off, auto, on
   subconnector: Unknown
      supported: Unknown, VGA, DVI-D, HDMI, DP, Wireless, Native
   link-status: Good
      supported: Good, Bad
   CTM: 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0
      0 1
   CONNECTOR_ID: 112
      supported: 112
   non-desktop: 0
      range: (0, 1)
HDMI-1-0 disconnected (normal left inverted right x axis y axis)
   PRIME Synchronization: 1
      supported: 0, 1
   CTM: 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0
      0 1
   CscMatrix: 65536 0 0 0 0 65536 0 0 0 0 65536 0
   BorderDimensions: 4
      supported: 4
   Border: 0 0 0 0
      range: (0, 65535)
   SignalFormat: TMDS
      supported: TMDS
   ConnectorType: HDMI
   ConnectorNumber: 2
   _ConnectorLocation: 2
   non-desktop: 0
      supported: 0, 1
Back to top
View user's profile Send private message
pietinger
Moderator
Moderator


Joined: 17 Oct 2006
Posts: 4519
Location: Bavaria

PostPosted: Thu Jun 27, 2024 11:07 am    Post subject: Reply with quote

kickhead13 wrote:
How do I add kernel parameters?? Can i do it on a bin kernel or do i have to do it on a source kernel?

It depends how you boot your kernel. See here:
https://wiki.gentoo.org/wiki/User:Pietinger/Tutorials/Kernel_Commandline_Parameter
_________________
https://wiki.gentoo.org/wiki/User:Pietinger
Back to top
View user's profile Send private message
netfab
Veteran
Veteran


Joined: 03 Mar 2005
Posts: 1930
Location: 127.0.0.1

PostPosted: Thu Jun 27, 2024 11:10 am    Post subject: Reply with quote

Yes you can with a bin kernel.
What is your bootloader ? GRUB ?
If yes :
Quote:

# grep modeset /etc/default/grub
GRUB_CMDLINE_LINUX_DEFAULT="nvidia-drm.modeset=1"

then you must regenerate the grub configuration file with :
Code:

# grub-mkconfig -o /boot/grub/grub.cfg

and reboot.
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 11:27 am    Post subject: Reply with quote

I went the /etc/default/grub route but now when i run startx it just goes to full black screen and nothing else happens.
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 11:37 am    Post subject: Reply with quote

Also i cant reverse the problem, I tried commenting that line from default grub but X still doesnt open.
Back to top
View user's profile Send private message
Hu
Administrator
Administrator


Joined: 06 Mar 2007
Posts: 21983

PostPosted: Thu Jun 27, 2024 11:44 am    Post subject: Reply with quote

The change to grub changes how grub starts the kernel. After you make the change to grub, you must reboot if you want to run a kernel with the change you made.

As regards the screen going black, what is written to the Xorg log when that happens?
Back to top
View user's profile Send private message
netfab
Veteran
Veteran


Joined: 03 Mar 2005
Posts: 1930
Location: 127.0.0.1

PostPosted: Thu Jun 27, 2024 12:00 pm    Post subject: Reply with quote

For the record, the xrandr --prop command above is showing that PRIME Synchronization is enabled :
Quote:

PRIME Synchronization: 1

but :
Quote:

Note:
A pre-requisite for PRIME synchronization with the NVIDIA driver is to enable modesetting.
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 12:02 pm    Post subject: Reply with quote

Well i did reboot the system after reversing the config but still the same problem

Here is ~/.local/share/xorg/Xorg.0.log:
Code:
[   116.536]
X.Org X Server 1.21.1.13
X Protocol Version 11, Revision 0
[   116.546] 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
[   116.546] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-6.9.6-gentoo-dist root=/dev/sda5
[   116.552] 
[   116.554] Current version of pixman: 0.43.4
[   116.561]    Before reporting problems, check http://wiki.x.org
   to make sure that you have the latest version.
[   116.561] Markers: (--) probed, (**) from config file, (==) default setting,
   (++) from command line, (!!) notice, (II) informational,
   (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[   116.571] (==) Log file: "/home/ana/.local/share/xorg/Xorg.0.log", Time: Thu Jun 27 11:49:20 2024
[   116.731] (==) Using config file: "/etc/X11/xorg.conf"
[   116.732] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[   116.802] (==) ServerLayout "Layout0"
[   116.802] (**) |-->Screen "Screen0" (0)
[   116.802] (**) |   |-->Monitor "Monitor0"
[   116.802] (**) |   |-->Device "Device0"
[   116.802] (**) |   |-->GPUDevice "InactiveDevice1"
[   116.802] (**) |-->Inactive Device "InactiveDevice1"
[   116.802] (**) |-->Input Device "Keyboard0"
[   116.802] (**) |-->Input Device "Mouse0"
[   116.802] (**) Allowing byte-swapped clients
[   116.802] (==) Automatically adding devices
[   116.802] (==) Automatically enabling devices
[   116.802] (==) Automatically adding GPU devices
[   116.802] (==) Automatically binding GPU devices
[   116.803] (==) Max clients allowed: 256, resource mask: 0x1fffff
[   116.834] (WW) The directory "/usr/share/fonts/misc" does not exist.
[   116.834]    Entry deleted from font path.
[   116.834] (WW) The directory "/usr/share/fonts/TTF" does not exist.
[   116.834]    Entry deleted from font path.
[   116.834] (WW) The directory "/usr/share/fonts/OTF" does not exist.
[   116.834]    Entry deleted from font path.
[   116.834] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[   116.834]    Entry deleted from font path.
[   116.834] (WW) The directory "/usr/share/fonts/100dpi" does not exist.
[   116.834]    Entry deleted from font path.
[   116.834] (WW) The directory "/usr/share/fonts/75dpi" does not exist.
[   116.834]    Entry deleted from font path.
[   116.834] (==) FontPath set to:
   
[   116.834] (==) ModulePath set to "/usr/lib64/xorg/modules"
[   116.834] (WW) Hotplugging is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
[   116.834] (WW) Disabling Keyboard0
[   116.834] (WW) Disabling Mouse0
[   116.835] (II) Module ABI versions:
[   116.835]    X.Org ANSI C Emulation: 0.4
[   116.835]    X.Org Video Driver: 25.2
[   116.835]    X.Org XInput driver : 24.4
[   116.835]    X.Org Server Extension : 10.0
[   116.837] (++) using VT number 1

[   116.841] (II) systemd-logind: took control of session /org/freedesktop/login1/session/_31
[   116.845] (II) xfree86: Adding drm device (/dev/dri/card0)
[   116.845] (II) Platform probe for /sys/devices/pci0000:00/0000:00:02.0/drm/card0
[   116.846] (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 10 paused 0
[   116.847] (II) xfree86: Adding drm device (/dev/dri/card1)
[   116.847] (II) Platform probe for /sys/devices/pci0000:00/0000:00:1c.0/0000:01:00.0/drm/card1
[   116.849] (II) systemd-logind: got fd for /dev/dri/card1 226:1 fd 11 paused 0
[   116.857] (--) PCI:*(0@0:2:0) 8086:5917:103c:84f7 rev 7, Mem @ 0xdd000000/16777216, 0xb0000000/268435456, I/O @ 0x0000f000/64, BIOS @ 0x????????/131072
[   116.857] (--) 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
[   116.857] (II) LoadModule: "glx"
[   116.928] (II) Loading /usr/lib64/xorg/modules/extensions/libglx.so
[   116.979] (II) Module glx: vendor="X.Org Foundation"
[   116.979]    compiled for 1.21.1.13, module version = 1.0.0
[   116.979]    ABI class: X.Org Server Extension, version 10.0
[   116.979] (II) LoadModule: "nvidia"
[   116.980] (II) Loading /usr/lib64/xorg/modules/drivers/nvidia_drv.so
[   117.097] (II) Module nvidia: vendor="NVIDIA Corporation"
[   117.097]    compiled for 1.6.99.901, module version = 1.0.0
[   117.097]    Module class: X.Org Video Driver
[   117.108] (II) LoadModule: "modesetting"
[   117.108] (II) Loading /usr/lib64/xorg/modules/drivers/modesetting_drv.so
[   117.160] (II) Module modesetting: vendor="X.Org Foundation"
[   117.160]    compiled for 1.21.1.13, module version = 1.21.1
[   117.160]    Module class: X.Org Video Driver
[   117.160]    ABI class: X.Org Video Driver, version 25.2
[   117.160] (II) NVIDIA dlloader X Driver  550.90.07  Fri May 31 09:34:34 UTC 2024
[   117.160] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[   117.161] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[   117.161] (II) systemd-logind: releasing fd for 226:1
[   117.172] (II) Loading sub module "fb"
[   117.172] (II) LoadModule: "fb"
[   117.172] (II) Module "fb" already built-in
[   117.172] (II) Loading sub module "wfb"
[   117.172] (II) LoadModule: "wfb"
[   117.172] (II) Loading /usr/lib64/xorg/modules/libwfb.so
[   117.185] (II) Module wfb: vendor="X.Org Foundation"
[   117.185]    compiled for 1.21.1.13, module version = 1.0.0
[   117.185]    ABI class: X.Org ANSI C Emulation, version 0.4
[   117.208] (II) modeset(G0): using drv /dev/dri/card0
[   117.208] (WW) VGA arbiter: cannot open kernel arbiter, no multi-card support
[   117.208] (**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32
[   117.208] (==) NVIDIA(0): RGB weight 888
[   117.208] (==) NVIDIA(0): Default visual is TrueColor
[   117.208] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
[   117.208] (**) NVIDIA(0): Option "AllowEmptyInitialConfiguration" "True"
[   117.209] (**) NVIDIA(0): Enabling 2D acceleration
[   117.209] (II) Loading sub module "glxserver_nvidia"
[   117.209] (II) LoadModule: "glxserver_nvidia"
[   117.209] (II) Loading /usr/lib64/xorg/modules/extensions/libglxserver_nvidia.so
[   118.568] (II) Module glxserver_nvidia: vendor="NVIDIA Corporation"
[   118.568]    compiled for 1.6.99.901, module version = 1.0.0
[   118.568]    Module class: X.Org Server Extension
[   118.568] (II) NVIDIA GLX Module  550.90.07  Fri May 31 09:34:56 UTC 2024
[   118.585] (II) NVIDIA: The X server supports PRIME Render Offload.
[   119.355] (--) NVIDIA(0): Valid display device(s) on GPU-0 at PCI:1:0:0
[   119.355] (--) NVIDIA(0):     DFP-0
[   119.358] (II) NVIDIA(0): NVIDIA GPU NVIDIA GeForce GTX 1050 (GP107-A) at PCI:1:0:0
[   119.358] (II) NVIDIA(0):     (GPU-0)
[   119.358] (--) NVIDIA(0): Memory: 4194304 kBytes
[   119.358] (--) NVIDIA(0): VideoBIOS: 86.07.58.00.1a
[   119.358] (II) NVIDIA(0): Detected PCI Express Link width: 16X
[   119.358] (--) NVIDIA(GPU-0): DFP-0: disconnected
[   119.358] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[   119.358] (--) NVIDIA(GPU-0): DFP-0: 165.0 MHz maximum pixel clock
[   119.358] (--) NVIDIA(GPU-0):
[   119.358] (==) NVIDIA(0):
[   119.358] (==) NVIDIA(0): No modes were requested; the default mode "nvidia-auto-select"
[   119.358] (==) NVIDIA(0):     will be used as the requested mode.
[   119.358] (==) NVIDIA(0):
[   119.358] (--) NVIDIA(0): No enabled display devices found; starting anyway because
[   119.358] (--) NVIDIA(0):     AllowEmptyInitialConfiguration is enabled
[   119.360] (II) NVIDIA(0): Validated MetaModes:
[   119.360] (II) NVIDIA(0):     "NULL"
[   119.360] (II) NVIDIA(0): Virtual screen size determined to be 640 x 480
[   119.360] (WW) NVIDIA(0): Unable to get display device for DPI computation.
[   119.360] (==) NVIDIA(0): DPI set to (75, 75); computed from built-in default
[   119.361] (**) modeset(G0): Depth 24, (--) framebuffer bpp 32
[   119.361] (==) modeset(G0): RGB weight 888
[   119.361] (==) modeset(G0): Default visual is TrueColor
[   119.361] (II) Loading sub module "glamoregl"
[   119.361] (II) LoadModule: "glamoregl"
[   119.361] (II) Loading /usr/lib64/xorg/modules/libglamoregl.so
[   119.452] (II) Module glamoregl: vendor="X.Org Foundation"
[   119.452]    compiled for 1.21.1.13, module version = 1.0.1
[   119.452]    ABI class: X.Org ANSI C Emulation, version 0.4
[   122.543] (II) modeset(G0): glamor X acceleration enabled on Mesa Intel(R) UHD Graphics 620 (KBL GT2)
[   122.543] (II) modeset(G0): glamor initialized
[   122.545] (II) modeset(G0): Output eDP-1-1 using monitor section Monitor0
[   122.646] (II) modeset(G0): Output HDMI-1-1 has no monitor section
[   122.656] (II) modeset(G0): Output DP-1-1 has no monitor section
[   122.658] (II) modeset(G0): EDID for output eDP-1-1
[   122.658] (II) modeset(G0): Manufacturer: CMN  Model: 15e3  Serial#: 0
[   122.658] (II) modeset(G0): Year: 2015  Week: 38
[   122.658] (II) modeset(G0): EDID Version: 1.4
[   122.658] (II) modeset(G0): Digital Display Input
[   122.658] (II) modeset(G0): 6 bits per channel
[   122.658] (II) modeset(G0): Digital interface is DisplayPort
[   122.658] (II) modeset(G0): Max Image Size [cm]: horiz.: 34  vert.: 19
[   122.658] (II) modeset(G0): Gamma: 2.20
[   122.658] (II) modeset(G0): No DPMS capabilities specified
[   122.658] (II) modeset(G0): Supported color encodings: RGB 4:4:4
[   122.658] (II) modeset(G0): First detailed timing is preferred mode
[   122.658] (II) modeset(G0): Preferred mode is native pixel format and refresh rate
[   122.658] (II) modeset(G0): redX: 0.554 redY: 0.322   greenX: 0.327 greenY: 0.582
[   122.658] (II) modeset(G0): blueX: 0.163 blueY: 0.134   whiteX: 0.313 whiteY: 0.329
[   122.658] (II) modeset(G0): Manufacturer's mask: 0
[   122.658] (II) modeset(G0): Supported detailed timing:
[   122.658] (II) modeset(G0): clock: 152.8 MHz   Image Size:  344 x 193 mm
[   122.658] (II) modeset(G0): h_active: 1920  h_sync: 1964  h_sync_end 1992 h_blank_end 2250 h_border: 0
[   122.658] (II) modeset(G0): v_active: 1080  v_sync: 1082  v_sync_end 1086 v_blanking: 1132 v_border: 0
[   122.658] (II) modeset(G0): Supported detailed timing:
[   122.658] (II) modeset(G0): clock: 101.9 MHz   Image Size:  344 x 193 mm
[   122.658] (II) modeset(G0): h_active: 1920  h_sync: 1964  h_sync_end 1992 h_blank_end 2250 h_border: 0
[   122.658] (II) modeset(G0): v_active: 1080  v_sync: 1082  v_sync_end 1086 v_blanking: 1132 v_border: 0
[   122.658] (II) modeset(G0): Unknown vendor-specific block 2
[   122.658] (II) modeset(G0): EDID (in hex):
[   122.658] (II) modeset(G0):    00ffffffffffff000daee31500000000
[   122.658] (II) modeset(G0):    261901049522137802ecd58d52539529
[   122.658] (II) modeset(G0):    22505400000001010101010101010101
[   122.658] (II) modeset(G0):    010101010101b43b804a713834402c1c
[   122.658] (II) modeset(G0):    240058c11000001acc27804a71383440
[   122.658] (II) modeset(G0):    2c1c240058c11000001a000000000000
[   122.658] (II) modeset(G0):    00000000000000000000000000000002
[   122.658] (II) modeset(G0):    000c3ded0c3c6e100f1d760000000096
[   122.658] (II) modeset(G0): Printing probed modes for output eDP-1-1
[   122.658] (II) modeset(G0): Modeline "1920x1080"x60.0  152.84  1920 1964 1992 2250  1080 1082 1086 1132 +hsync -vsync (67.9 kHz eP)
[   122.658] (II) modeset(G0): Modeline "1920x1080"x120.0  356.38  1920 2080 2288 2656  1080 1081 1084 1118 doublescan -hsync +vsync (134.2 kHz d)
[   122.658] (II) modeset(G0): Modeline "1920x1080"x119.9  266.50  1920 1944 1960 2000  1080 1081 1084 1111 doublescan +hsync -vsync (133.2 kHz d)
[   122.658] (II) modeset(G0): Modeline "1920x1080"x60.0  173.00  1920 2048 2248 2576  1080 1083 1088 1120 -hsync +vsync (67.2 kHz d)
[   122.658] (II) modeset(G0): Modeline "1920x1080"x59.9  138.50  1920 1968 2000 2080  1080 1083 1088 1111 +hsync -vsync (66.6 kHz d)
[   122.658] (II) modeset(G0): Modeline "1920x1080"x40.0  101.88  1920 1964 1992 2250  1080 1082 1086 1132 +hsync -vsync (45.3 kHz e)
[   122.658] (II) modeset(G0): Modeline "1680x1050"x60.0  146.25  1680 1784 1960 2240  1050 1053 1059 1089 -hsync +vsync (65.3 kHz d)
[   122.658] (II) modeset(G0): Modeline "1680x1050"x59.9  119.00  1680 1728 1760 1840  1050 1053 1059 1080 +hsync -vsync (64.7 kHz d)
[   122.658] (II) modeset(G0): Modeline "1400x1050"x60.0  122.00  1400 1488 1640 1880  1050 1052 1064 1082 +hsync +vsync (64.9 kHz d)
[   122.658] (II) modeset(G0): Modeline "1600x900"x120.0  246.00  1600 1728 1900 2200  900 901 904 932 doublescan -hsync +vsync (111.8 kHz d)
[   122.658] (II) modeset(G0): Modeline "1600x900"x119.9  186.50  1600 1624 1640 1680  900 901 904 926 doublescan +hsync -vsync (111.0 kHz d)
[   122.658] (II) modeset(G0): Modeline "1600x900"x59.9  118.25  1600 1696 1856 2112  900 903 908 934 -hsync +vsync (56.0 kHz d)
[   122.658] (II) modeset(G0): Modeline "1600x900"x59.8   97.50  1600 1648 1680 1760  900 903 908 926 +hsync -vsync (55.4 kHz d)
[   122.658] (II) modeset(G0): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz d)
[   122.658] (II) modeset(G0): Modeline "1400x900"x60.0  103.50  1400 1480 1624 1848  900 903 913 934 -hsync +vsync (56.0 kHz d)
[   122.658] (II) modeset(G0): Modeline "1400x900"x59.9   86.50  1400 1448 1480 1560  900 903 913 926 +hsync -vsync (55.4 kHz d)
[   122.658] (II) modeset(G0): Modeline "1280x960"x60.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz d)
[   122.658] (II) modeset(G0): Modeline "1440x810"x120.0  198.12  1440 1548 1704 1968  810 811 814 839 doublescan -hsync +vsync (100.7 kHz d)
[   122.658] (II) modeset(G0): Modeline "1440x810"x119.9  151.88  1440 1464 1480 1520  810 811 814 833 doublescan +hsync -vsync (99.9 kHz d)
[   122.658] (II) modeset(G0): Modeline "1368x768"x59.9   85.25  1368 1440 1576 1784  768 771 781 798 -hsync +vsync (47.8 kHz d)
[   122.658] (II) modeset(G0): Modeline "1368x768"x59.9   72.25  1368 1416 1448 1528  768 771 781 790 +hsync -vsync (47.3 kHz d)
[   122.658] (II) modeset(G0): Modeline "1280x800"x120.0  174.25  1280 1380 1516 1752  800 801 804 829 doublescan -hsync +vsync (99.5 kHz d)
[   122.658] (II) modeset(G0): Modeline "1280x800"x119.9  134.25  1280 1304 1320 1360  800 801 804 823 doublescan +hsync -vsync (98.7 kHz d)
[   122.658] (II) modeset(G0): Modeline "1280x800"x59.8   83.50  1280 1352 1480 1680  800 803 809 831 -hsync +vsync (49.7 kHz d)
[   122.658] (II) modeset(G0): Modeline "1280x800"x59.9   71.00  1280 1328 1360 1440  800 803 809 823 +hsync -vsync (49.3 kHz d)
[   122.658] (II) modeset(G0): Modeline "1280x720"x120.0  156.12  1280 1376 1512 1744  720 721 724 746 doublescan -hsync +vsync (89.5 kHz d)
[   122.658] (II) modeset(G0): Modeline "1280x720"x120.0  120.75  1280 1304 1320 1360  720 721 724 740 doublescan +hsync -vsync (88.8 kHz d)
[   122.658] (II) modeset(G0): Modeline "1280x720"x59.9   74.50  1280 1344 1472 1664  720 723 728 748 -hsync +vsync (44.8 kHz d)
[   122.658] (II) modeset(G0): Modeline "1280x720"x59.7   63.75  1280 1328 1360 1440  720 723 728 741 +hsync -vsync (44.3 kHz d)
[   122.658] (II) modeset(G0): Modeline "1024x768"x120.1  133.47  1024 1100 1212 1400  768 768 770 794 doublescan -hsync +vsync (95.3 kHz d)
[   122.658] (II) modeset(G0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz d)
[   122.658] (II) modeset(G0): Modeline "960x720"x120.0  117.00  960 1024 1128 1300  720 720 722 750 doublescan -hsync +vsync (90.0 kHz d)
[   122.658] (II) modeset(G0): Modeline "928x696"x120.1  109.15  928 976 1088 1264  696 696 698 719 doublescan -hsync +vsync (86.4 kHz d)
[   122.658] (II) modeset(G0): Modeline "896x672"x120.0  102.40  896 960 1060 1224  672 672 674 697 doublescan -hsync +vsync (83.7 kHz d)
[   122.658] (II) modeset(G0): Modeline "1024x576"x119.9   98.50  1024 1092 1200 1376  576 577 580 597 doublescan -hsync +vsync (71.6 kHz d)
[   122.658] (II) modeset(G0): Modeline "1024x576"x119.9   78.38  1024 1048 1064 1104  576 577 580 592 doublescan +hsync -vsync (71.0 kHz d)
[   122.658] (II) modeset(G0): Modeline "1024x576"x59.9   46.50  1024 1064 1160 1296  576 579 584 599 -hsync +vsync (35.9 kHz d)
[   122.658] (II) modeset(G0): Modeline "1024x576"x59.8   42.00  1024 1072 1104 1184  576 579 584 593 +hsync -vsync (35.5 kHz d)
[   122.658] (II) modeset(G0): Modeline "960x600"x119.9   96.62  960 1028 1128 1296  600 601 604 622 doublescan -hsync +vsync (74.6 kHz d)
[   122.658] (II) modeset(G0): Modeline "960x600"x120.0   77.00  960 984 1000 1040  600 601 604 617 doublescan +hsync -vsync (74.0 kHz d)
[   122.658] (II) modeset(G0): Modeline "960x540"x119.9   86.50  960 1024 1124 1288  540 541 544 560 doublescan -hsync +vsync (67.2 kHz d)
[   122.658] (II) modeset(G0): Modeline "960x540"x120.0   69.25  960 984 1000 1040  540 541 544 555 doublescan +hsync -vsync (66.6 kHz d)
[   122.658] (II) modeset(G0): Modeline "960x540"x59.6   40.75  960 992 1088 1216  540 543 548 562 -hsync +vsync (33.5 kHz d)
[   122.658] (II) modeset(G0): Modeline "960x540"x59.8   37.25  960 1008 1040 1120  540 543 548 556 +hsync -vsync (33.3 kHz d)
[   122.658] (II) modeset(G0): Modeline "800x600"x120.0   81.00  800 832 928 1080  600 600 602 625 doublescan +hsync +vsync (75.0 kHz d)
[   122.658] (II) modeset(G0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz d)
[   122.658] (II) modeset(G0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz d)
[   122.658] (II) modeset(G0): Modeline "840x525"x120.0   73.12  840 892 980 1120  525 526 529 544 doublescan -hsync +vsync (65.3 kHz d)
[   122.658] (II) modeset(G0): Modeline "840x525"x119.8   59.50  840 864 880 920  525 526 529 540 doublescan +hsync -vsync (64.7 kHz d)
[   122.658] (II) modeset(G0): Modeline "864x486"x59.9   32.50  864 888 968 1072  486 489 494 506 -hsync +vsync (30.3 kHz d)
[   122.658] (II) modeset(G0): Modeline "864x486"x59.6   30.50  864 912 944 1024  486 489 494 500 +hsync -vsync (29.8 kHz d)
[   122.658] (II) modeset(G0): Modeline "700x525"x120.0   61.00  700 744 820 940  525 526 532 541 doublescan +hsync +vsync (64.9 kHz d)
[   122.658] (II) modeset(G0): Modeline "800x450"x119.9   59.12  800 848 928 1056  450 451 454 467 doublescan -hsync +vsync (56.0 kHz d)
[   122.658] (II) modeset(G0): Modeline "800x450"x119.6   48.75  800 824 840 880  450 451 454 463 doublescan +hsync -vsync (55.4 kHz d)
[   122.658] (II) modeset(G0): Modeline "640x512"x120.0   54.00  640 664 720 844  512 512 514 533 doublescan +hsync +vsync (64.0 kHz d)
[   122.658] (II) modeset(G0): Modeline "700x450"x119.9   51.75  700 740 812 924  450 451 456 467 doublescan -hsync +vsync (56.0 kHz d)
[   122.658] (II) modeset(G0): Modeline "700x450"x119.8   43.25  700 724 740 780  450 451 456 463 doublescan +hsync -vsync (55.4 kHz d)
[   122.658] (II) modeset(G0): Modeline "640x480"x120.0   54.00  640 688 744 900  480 480 482 500 doublescan +hsync +vsync (60.0 kHz d)
[   122.658] (II) modeset(G0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz d)
[   122.658] (II) modeset(G0): Modeline "720x405"x59.5   22.50  720 744 808 896  405 408 413 422 -hsync +vsync (25.1 kHz d)
[   122.658] (II) modeset(G0): Modeline "720x405"x59.0   21.75  720 768 800 880  405 408 413 419 +hsync -vsync (24.7 kHz d)
[   122.658] (II) modeset(G0): Modeline "684x384"x119.8   42.62  684 720 788 892  384 385 390 399 doublescan -hsync +vsync (47.8 kHz d)
[   122.658] (II) modeset(G0): Modeline "684x384"x119.7   36.12  684 708 724 764  384 385 390 395 doublescan +hsync -vsync (47.3 kHz d)
[   122.658] (II) modeset(G0): Modeline "640x400"x119.8   41.75  640 676 740 840  400 401 404 415 doublescan -hsync +vsync (49.7 kHz d)
[   122.658] (II) modeset(G0): Modeline "640x400"x120.0   35.50  640 664 680 720  400 401 404 411 doublescan +hsync -vsync (49.3 kHz d)
[   122.658] (II) modeset(G0): Modeline "640x360"x119.7   37.25  640 672 736 832  360 361 364 374 doublescan -hsync +vsync (44.8 kHz d)
[   122.658] (II) modeset(G0): Modeline "640x360"x119.7   31.88  640 664 680 720  360 361 364 370 doublescan +hsync -vsync (44.3 kHz d)
[   122.658] (II) modeset(G0): Modeline "640x360"x59.8   18.00  640 664 720 800  360 363 368 376 -hsync +vsync (22.5 kHz d)
[   122.658] (II) modeset(G0): Modeline "640x360"x59.3   17.75  640 688 720 800  360 363 368 374 +hsync -vsync (22.2 kHz d)
[   122.658] (II) modeset(G0): Modeline "512x384"x120.0   32.50  512 524 592 672  384 385 388 403 doublescan -hsync -vsync (48.4 kHz d)
[   122.658] (II) modeset(G0): Modeline "512x288"x120.0   23.25  512 532 580 648  288 289 292 299 doublescan -hsync +vsync (35.9 kHz d)
[   122.658] (II) modeset(G0): Modeline "512x288"x119.8   21.00  512 536 552 592  288 289 292 296 doublescan +hsync -vsync (35.5 kHz d)
[   122.658] (II) modeset(G0): Modeline "480x270"x119.3   20.38  480 496 544 608  270 271 274 281 doublescan -hsync +vsync (33.5 kHz d)
[   122.658] (II) modeset(G0): Modeline "480x270"x119.6   18.62  480 504 520 560  270 271 274 278 doublescan +hsync -vsync (33.3 kHz d)
[   122.658] (II) modeset(G0): Modeline "400x300"x120.6   20.00  400 420 484 528  300 300 302 314 doublescan +hsync +vsync (37.9 kHz d)
[   122.658] (II) modeset(G0): Modeline "400x300"x112.7   18.00  400 412 448 512  300 300 301 312 doublescan +hsync +vsync (35.2 kHz d)
[   122.658] (II) modeset(G0): Modeline "432x243"x119.8   16.25  432 444 484 536  243 244 247 253 doublescan -hsync +vsync (30.3 kHz d)
[   122.658] (II) modeset(G0): Modeline "432x243"x119.1   15.25  432 456 472 512  243 244 247 250 doublescan +hsync -vsync (29.8 kHz d)
[   122.658] (II) modeset(G0): Modeline "320x240"x120.1   12.59  320 328 376 400  240 245 246 262 doublescan -hsync -vsync (31.5 kHz d)
[   122.658] (II) modeset(G0): Modeline "360x202"x119.0   11.25  360 372 404 448  202 204 206 211 doublescan -hsync +vsync (25.1 kHz d)
[   122.658] (II) modeset(G0): Modeline "360x202"x118.3   10.88  360 384 400 440  202 204 206 209 doublescan +hsync -vsync (24.7 kHz d)
[   122.658] (II) modeset(G0): Modeline "320x180"x119.7    9.00  320 332 360 400  180 181 184 188 doublescan -hsync +vsync (22.5 kHz d)
[   122.658] (II) modeset(G0): Modeline "320x180"x118.6    8.88  320 344 360 400  180 181 184 187 doublescan +hsync -vsync (22.2 kHz d)
[   122.760] (II) modeset(G0): EDID for output HDMI-1-1
[   122.770] (II) modeset(G0): EDID for output DP-1-1
[   122.770] (==) modeset(G0): Using gamma correction (1.0, 1.0, 1.0)
[   122.770] (==) modeset(G0): DPI set to (96, 96)
[   122.770] (II) Loading sub module "fb"
[   122.770] (II) LoadModule: "fb"
[   122.770] (II) Module "fb" already built-in
[   122.770] (WW) NVIDIA: Failed to bind sideband socket to
[   122.770] (WW) NVIDIA:     '/var/run/nvidia-xdriver-d60c0a28' Permission denied
[   122.770] (II) NVIDIA: Reserving 24576.00 MB of virtual memory for indirect memory
[   122.770] (II) NVIDIA:     access.
[   122.773] (II) NVIDIA(0): ACPI: failed to connect to the ACPI event daemon; the daemon
[   122.773] (II) NVIDIA(0):     may not be running or the "AcpidSocketPath" X
[   122.774] (II) NVIDIA(0):     configuration option may not be set correctly.  When the
[   122.774] (II) NVIDIA(0):     ACPI event daemon is available, the NVIDIA X driver will
[   122.774] (II) NVIDIA(0):     try to use it to receive ACPI event notifications.  For
[   122.774] (II) NVIDIA(0):     details, please see the "ConnectToAcpid" and
[   122.774] (II) NVIDIA(0):     "AcpidSocketPath" X configuration options in Appendix B: X
[   122.774] (II) NVIDIA(0):     Config Options in the README.
[   122.812] (II) NVIDIA(0): Setting mode "NULL"
[   122.890] (==) NVIDIA(0): Disabling shared memory pixmaps
[   122.890] (==) NVIDIA(0): Backing store enabled
[   122.890] (==) NVIDIA(0): Silken mouse enabled
[   122.891] (**) NVIDIA(0): DPMS enabled
[   122.891] (II) Loading sub module "dri2"
[   122.891] (II) LoadModule: "dri2"
[   122.891] (II) Module "dri2" already built-in
[   122.891] (II) NVIDIA(0): [DRI2] Setup complete
[   122.891] (II) NVIDIA(0): [DRI2]   VDPAU driver: nvidia
[   123.216] (==) modeset(G0): Backing store enabled
[   123.216] (==) modeset(G0): Silken mouse enabled
[   123.298] (II) modeset(G0): Initializing kms color map for depth 24, 8 bpc.
[   123.299] (**) modeset(G0): DPMS enabled
[   123.299] (WW) modeset(G0): Option "AllowEmptyInitialConfiguration" is not used
[   123.299] (II) modeset(G0): [DRI2] Setup complete
[   123.299] (II) modeset(G0): [DRI2]   DRI driver: iris
[   123.299] (II) modeset(G0): [DRI2]   VDPAU driver: va_gl
[   123.299] (II) modeset(G0): Disable reverse prime offload mode for i915.
[   123.299] (II) Initializing extension Generic Event Extension
[   123.299] (II) Initializing extension SHAPE
[   123.299] (II) Initializing extension MIT-SHM
[   123.299] (II) Initializing extension XInputExtension
[   123.300] (II) Initializing extension XTEST
[   123.300] (II) Initializing extension BIG-REQUESTS
[   123.300] (II) Initializing extension SYNC
[   123.300] (II) Initializing extension XKEYBOARD
[   123.300] (II) Initializing extension XC-MISC
[   123.300] (II) Initializing extension XFIXES
[   123.300] (II) Initializing extension RENDER
[   123.300] (II) Initializing extension RANDR
[   123.300] (II) Initializing extension COMPOSITE
[   123.300] (II) Initializing extension DAMAGE
[   123.300] (II) Initializing extension MIT-SCREEN-SAVER
[   123.300] (II) Initializing extension DOUBLE-BUFFER
[   123.300] (II) Initializing extension RECORD
[   123.300] (II) Initializing extension DPMS
[   123.300] (II) Initializing extension Present
[   123.300] (II) Initializing extension DRI3
[   123.300] (II) Initializing extension X-Resource
[   123.300] (II) Initializing extension XVideo
[   123.300] (II) Initializing extension XVideo-MotionCompensation
[   123.300] (II) Initializing extension GLX
[   123.300] (II) Initializing extension GLX
[   123.300] (II) Indirect GLX disabled.
[   123.308] (II) GLX: Another vendor is already registered for screen 0
[   123.308] (II) Initializing extension XFree86-VidModeExtension
[   123.308] (II) Initializing extension XFree86-DGA
[   123.308] (II) Initializing extension XFree86-DRI
[   123.308] (II) Initializing extension DRI2
[   123.308] (II) Initializing extension NV-GLX
[   123.308] (II) Initializing extension NV-CONTROL
[   123.574] (II) modeset(G0): Damage tracking initialized
[   124.436] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[   124.436] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[   124.436] (II) LoadModule: "libinput"
[   124.436] (II) Loading /usr/lib64/xorg/modules/input/libinput_drv.so
[   124.485] (II) Module libinput: vendor="X.Org Foundation"
[   124.485]    compiled for 1.21.1.13, module version = 1.4.0
[   124.485]    Module class: X.Org XInput Driver
[   124.485]    ABI class: X.Org XInput driver, version 24.4
[   124.485] (II) Using input driver 'libinput' for 'Power Button'
[   124.486] (II) systemd-logind: got fd for /dev/input/event2 13:66 fd 40 paused 0
[   124.486] (**) Power Button: always reports core events
[   124.486] (**) Option "Device" "/dev/input/event2"
[   124.576] (II) event2  - Power Button: is tagged by udev as: Keyboard
[   124.576] (II) event2  - Power Button: device is a keyboard
[   124.576] (II) event2  - Power Button: device removed
[   124.576] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input2/event2"
[   124.576] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[   124.579] (II) event2  - Power Button: is tagged by udev as: Keyboard
[   124.580] (II) event2  - Power Button: device is a keyboard
[   124.582] (II) config/udev: Adding input device Video Bus (/dev/input/event11)
[   124.582] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[   124.582] (II) Using input driver 'libinput' for 'Video Bus'
[   124.584] (II) systemd-logind: got fd for /dev/input/event11 13:75 fd 43 paused 0
[   124.584] (**) Video Bus: always reports core events
[   124.584] (**) Option "Device" "/dev/input/event11"
[   124.587] (II) event11 - Video Bus: is tagged by udev as: Keyboard
[   124.587] (II) event11 - Video Bus: device is a keyboard
[   124.588] (II) event11 - Video Bus: device removed
[   124.588] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input13/event11"
[   124.588] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[   124.591] (II) event11 - Video Bus: is tagged by udev as: Keyboard
[   124.591] (II) event11 - Video Bus: device is a keyboard
[   124.594] (II) config/udev: Adding input device Video Bus (/dev/input/event12)
[   124.594] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[   124.594] (II) Using input driver 'libinput' for 'Video Bus'
[   124.596] (II) systemd-logind: got fd for /dev/input/event12 13:76 fd 44 paused 0
[   124.596] (**) Video Bus: always reports core events
[   124.596] (**) Option "Device" "/dev/input/event12"
[   124.600] (II) event12 - Video Bus: is tagged by udev as: Keyboard
[   124.600] (II) event12 - Video Bus: device is a keyboard
[   124.600] (II) event12 - Video Bus: device removed
[   124.600] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:24/LNXVIDEO:01/input/input14/event12"
[   124.600] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 8)
[   124.604] (II) event12 - Video Bus: is tagged by udev as: Keyboard
[   124.605] (II) event12 - Video Bus: device is a keyboard
[   124.607] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[   124.607] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[   124.607] (II) Using input driver 'libinput' for 'Power Button'
[   124.608] (II) systemd-logind: got fd for /dev/input/event1 13:65 fd 45 paused 0
[   124.608] (**) Power Button: always reports core events
[   124.608] (**) Option "Device" "/dev/input/event1"
[   124.610] (II) event1  - Power Button: is tagged by udev as: Keyboard
[   124.610] (II) event1  - Power Button: device is a keyboard
[   124.610] (II) event1  - Power Button: device removed
[   124.610] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1/event1"
[   124.610] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 9)
[   124.612] (II) event1  - Power Button: is tagged by udev as: Keyboard
[   124.612] (II) event1  - Power Button: device is a keyboard
[   124.613] (II) config/udev: Adding input device Lid Switch (/dev/input/event0)
[   124.613] (II) No input driver specified, ignoring this device.
[   124.613] (II) This device may have been added with another device file.
[   124.615] (II) config/udev: Adding input device   USB Gaming Mouse (/dev/input/event4)
[   124.615] (**)   USB Gaming Mouse: Applying InputClass "libinput pointer catchall"
[   124.615] (II) Using input driver 'libinput' for '  USB Gaming Mouse'
[   124.670] (II) systemd-logind: got fd for /dev/input/event4 13:68 fd 46 paused 0
[   124.671] (**)   USB Gaming Mouse: always reports core events
[   124.671] (**) Option "Device" "/dev/input/event4"
[   124.676] (II) event4  -   USB Gaming Mouse: is tagged by udev as: Mouse
[   124.676] (II) event4  -   USB Gaming Mouse: device is a pointer
[   124.677] (II) event4  -   USB Gaming Mouse: device removed
[   124.677] (II) libinput:   USB Gaming Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[   124.677] (II) libinput:   USB Gaming Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[   124.677] (II) libinput:   USB Gaming Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[   124.677] (**) 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"
[   124.677] (II) XINPUT: Adding extended input device "  USB Gaming Mouse" (type: MOUSE, id 10)
[   124.678] (**) Option "AccelerationScheme" "none"
[   124.678] (**)   USB Gaming Mouse: (accel) selected scheme none/0
[   124.678] (**)   USB Gaming Mouse: (accel) acceleration factor: 2.000
[   124.678] (**)   USB Gaming Mouse: (accel) acceleration threshold: 4
[   124.682] (II) event4  -   USB Gaming Mouse: is tagged by udev as: Mouse
[   124.683] (II) event4  -   USB Gaming Mouse: device is a pointer
[   124.686] (II) config/udev: Adding input device   USB Gaming Mouse (/dev/input/mouse0)
[   124.686] (II) No input driver specified, ignoring this device.
[   124.686] (II) This device may have been added with another device file.
[   124.689] (II) config/udev: Adding input device   USB Gaming Mouse Keyboard (/dev/input/event5)
[   124.689] (**)   USB Gaming Mouse Keyboard: Applying InputClass "libinput keyboard catchall"
[   124.689] (II) Using input driver 'libinput' for '  USB Gaming Mouse Keyboard'
[   124.691] (II) systemd-logind: got fd for /dev/input/event5 13:69 fd 47 paused 0
[   124.691] (**)   USB Gaming Mouse Keyboard: always reports core events
[   124.691] (**) Option "Device" "/dev/input/event5"
[   124.697] (II) event5  -   USB Gaming Mouse Keyboard: is tagged by udev as: Keyboard
[   124.697] (II) event5  -   USB Gaming Mouse Keyboard: device is a keyboard
[   124.698] (II) event5  -   USB Gaming Mouse Keyboard: device removed
[   124.698] (II) libinput:   USB Gaming Mouse Keyboard: needs a virtual subdevice
[   124.698] (**) 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"
[   124.698] (II) XINPUT: Adding extended input device "  USB Gaming Mouse Keyboard" (type: MOUSE, id 11)
[   124.698] (**) Option "AccelerationScheme" "none"
[   124.698] (**)   USB Gaming Mouse Keyboard: (accel) selected scheme none/0
[   124.698] (**)   USB Gaming Mouse Keyboard: (accel) acceleration factor: 2.000
[   124.698] (**)   USB Gaming Mouse Keyboard: (accel) acceleration threshold: 4
[   124.703] (II) event5  -   USB Gaming Mouse Keyboard: is tagged by udev as: Keyboard
[   124.703] (II) event5  -   USB Gaming Mouse Keyboard: device is a keyboard
[   124.706] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 (/dev/input/event13)
[   124.706] (II) No input driver specified, ignoring this device.
[   124.706] (II) This device may have been added with another device file.
[   124.707] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=7 (/dev/input/event14)
[   124.707] (II) No input driver specified, ignoring this device.
[   124.707] (II) This device may have been added with another device file.
[   124.708] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=8 (/dev/input/event15)
[   124.708] (II) No input driver specified, ignoring this device.
[   124.708] (II) This device may have been added with another device file.
[   124.709] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=9 (/dev/input/event16)
[   124.709] (II) No input driver specified, ignoring this device.
[   124.709] (II) This device may have been added with another device file.
[   124.710] (II) config/udev: Adding input device HDA Intel PCH Mic (/dev/input/event17)
[   124.710] (II) No input driver specified, ignoring this device.
[   124.710] (II) This device may have been added with another device file.
[   124.710] (II) config/udev: Adding input device HDA Intel PCH Headphone (/dev/input/event18)
[   124.710] (II) No input driver specified, ignoring this device.
[   124.710] (II) This device may have been added with another device file.
[   124.711] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=3 (/dev/input/event19)
[   124.711] (II) No input driver specified, ignoring this device.
[   124.711] (II) This device may have been added with another device file.
[   124.712] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=7 (/dev/input/event20)
[   124.712] (II) No input driver specified, ignoring this device.
[   124.712] (II) This device may have been added with another device file.
[   124.712] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=8 (/dev/input/event21)
[   124.712] (II) No input driver specified, ignoring this device.
[   124.712] (II) This device may have been added with another device file.
[   124.713] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event3)
[   124.713] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
[   124.713] (II) Using input driver 'libinput' for 'AT Translated Set 2 keyboard'
[   124.714] (II) systemd-logind: got fd for /dev/input/event3 13:67 fd 48 paused 0
[   124.714] (**) AT Translated Set 2 keyboard: always reports core events
[   124.714] (**) Option "Device" "/dev/input/event3"
[   124.716] (II) event3  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[   124.716] (II) event3  - AT Translated Set 2 keyboard: device is a keyboard
[   124.717] (II) event3  - AT Translated Set 2 keyboard: device removed
[   124.717] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input3/event3"
[   124.717] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 12)
[   124.718] (II) event3  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[   124.718] (II) event3  - AT Translated Set 2 keyboard: device is a keyboard
[   124.720] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/event6)
[   124.720] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "libinput touchpad catchall"
[   124.720] (II) Using input driver 'libinput' for 'SynPS/2 Synaptics TouchPad'
[   124.721] (II) systemd-logind: got fd for /dev/input/event6 13:70 fd 49 paused 0
[   124.721] (**) SynPS/2 Synaptics TouchPad: always reports core events
[   124.721] (**) Option "Device" "/dev/input/event6"
[   124.722] (II) event6  - SynPS/2 Synaptics TouchPad: is tagged by udev as: Touchpad
[   124.723] (II) event6  - SynPS/2 Synaptics TouchPad: device is a touchpad
[   124.724] (II) event6  - SynPS/2 Synaptics TouchPad: device removed
[   124.724] (II) libinput: SynPS/2 Synaptics TouchPad: Step value 0 was provided, libinput Fallback acceleration function is used.
[   124.724] (II) libinput: SynPS/2 Synaptics TouchPad: Step value 0 was provided, libinput Fallback acceleration function is used.
[   124.724] (II) libinput: SynPS/2 Synaptics TouchPad: Step value 0 was provided, libinput Fallback acceleration function is used.
[   124.724] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input5/event6"
[   124.724] (II) XINPUT: Adding extended input device "SynPS/2 Synaptics TouchPad" (type: TOUCHPAD, id 13)
[   124.725] (**) Option "AccelerationScheme" "none"
[   124.725] (**) SynPS/2 Synaptics TouchPad: (accel) selected scheme none/0
[   124.725] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration factor: 2.000
[   124.725] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration threshold: 4
[   124.726] (II) event6  - SynPS/2 Synaptics TouchPad: is tagged by udev as: Touchpad
[   124.728] (II) event6  - SynPS/2 Synaptics TouchPad: device is a touchpad
[   124.729] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/mouse1)
[   124.729] (II) No input driver specified, ignoring this device.
[   124.729] (II) This device may have been added with another device file.
[   124.729] (II) config/udev: Adding input device ST LIS3LV02DL Accelerometer (/dev/input/event7)
[   124.729] (II) No input driver specified, ignoring this device.
[   124.729] (II) This device may have been added with another device file.
[   124.729] (II) config/udev: Adding input device ST LIS3LV02DL Accelerometer (/dev/input/js0)
[   124.729] (II) No input driver specified, ignoring this device.
[   124.729] (II) This device may have been added with another device file.
[   124.730] (II) config/udev: Adding input device PC Speaker (/dev/input/event9)
[   124.730] (II) No input driver specified, ignoring this device.
[   124.730] (II) This device may have been added with another device file.
[   124.732] (II) config/udev: Adding input device Wireless hotkeys (/dev/input/event8)
[   124.732] (**) Wireless hotkeys: Applying InputClass "libinput keyboard catchall"
[   124.732] (II) Using input driver 'libinput' for 'Wireless hotkeys'
[   124.733] (II) systemd-logind: got fd for /dev/input/event8 13:72 fd 50 paused 0
[   124.733] (**) Wireless hotkeys: always reports core events
[   124.733] (**) Option "Device" "/dev/input/event8"
[   124.733] (II) event8  - Wireless hotkeys: is tagged by udev as: Keyboard
[   124.733] (II) event8  - Wireless hotkeys: device is a keyboard
[   124.734] (II) event8  - Wireless hotkeys: device removed
[   124.734] (**) Option "config_info" "udev:/sys/devices/virtual/input/input10/event8"
[   124.734] (II) XINPUT: Adding extended input device "Wireless hotkeys" (type: KEYBOARD, id 14)
[   124.734] (II) event8  - Wireless hotkeys: is tagged by udev as: Keyboard
[   124.734] (II) event8  - Wireless hotkeys: device is a keyboard
[   124.735] (II) config/udev: Adding input device HP WMI hotkeys (/dev/input/event10)
[   124.735] (**) HP WMI hotkeys: Applying InputClass "libinput keyboard catchall"
[   124.735] (II) Using input driver 'libinput' for 'HP WMI hotkeys'
[   124.735] (II) systemd-logind: got fd for /dev/input/event10 13:74 fd 51 paused 0
[   124.735] (**) HP WMI hotkeys: always reports core events
[   124.735] (**) Option "Device" "/dev/input/event10"
[   124.736] (II) event10 - HP WMI hotkeys: is tagged by udev as: Keyboard Switch
[   124.736] (II) event10 - HP WMI hotkeys: device is a keyboard
[   124.736] (II) event10 - HP WMI hotkeys: device removed
[   124.736] (**) Option "config_info" "udev:/sys/devices/virtual/input/input12/event10"
[   124.736] (II) XINPUT: Adding extended input device "HP WMI hotkeys" (type: KEYBOARD, id 15)
[   124.736] (II) event10 - HP WMI hotkeys: is tagged by udev as: Keyboard Switch
[   124.737] (II) event10 - HP WMI hotkeys: device is a keyboard
[   124.741] (**)   USB Gaming Mouse Keyboard: Applying InputClass "libinput keyboard catchall"
[   124.741] (II) Using input driver 'libinput' for '  USB Gaming Mouse Keyboard'
[   124.741] (II) systemd-logind: returning pre-existing fd for /dev/input/event5 13:69
[   124.741] (**)   USB Gaming Mouse Keyboard: always reports core events
[   124.741] (**) Option "Device" "/dev/input/event5"
[   124.741] (II) libinput:   USB Gaming Mouse Keyboard: is a virtual subdevice
[   124.741] (**) 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"
[   124.741] (II) XINPUT: Adding extended input device "  USB Gaming Mouse Keyboard" (type: KEYBOARD, id 16)
[   180.126] (**) Option "fd" "40"
[   180.126] (II) event2  - Power Button: device removed
[   180.126] (**) Option "fd" "43"
[   180.126] (II) event11 - Video Bus: device removed
[   180.126] (**) Option "fd" "44"
[   180.126] (II) event12 - Video Bus: device removed
[   180.127] (**) Option "fd" "45"
[   180.127] (II) event1  - Power Button: device removed
[   180.127] (**) Option "fd" "46"
[   180.127] (II) event4  -   USB Gaming Mouse: device removed
[   180.127] (**) Option "fd" "47"
[   180.127] (**) Option "fd" "48"
[   180.127] (II) event3  - AT Translated Set 2 keyboard: device removed
[   180.127] (**) Option "fd" "49"
[   180.127] (II) event6  - SynPS/2 Synaptics TouchPad: device removed
[   180.127] (**) Option "fd" "50"
[   180.127] (II) event8  - Wireless hotkeys: device removed
[   180.127] (**) Option "fd" "51"
[   180.128] (II) event10 - HP WMI hotkeys: device removed
[   180.128] (**) Option "fd" "47"
[   180.128] (II) event5  -   USB Gaming Mouse Keyboard: device removed
[   180.418] (II) systemd-logind: got pause for 13:69
[   180.418] (II) systemd-logind: got pause for 13:70
[   180.418] (II) systemd-logind: got pause for 13:75
[   180.418] (II) systemd-logind: got pause for 13:72
[   180.418] (II) systemd-logind: got pause for 13:67
[   180.418] (II) systemd-logind: got pause for 13:76
[   180.418] (II) systemd-logind: got pause for 13:74
[   180.418] (II) systemd-logind: got pause for 13:66
[   180.418] (II) systemd-logind: got pause for 13:65
[   180.418] (II) systemd-logind: got pause for 13:68
[   272.225] (II) UnloadModule: "libinput"
[   272.225] (II) systemd-logind: not releasing fd for 13:69, still in use
[   272.225] (II) UnloadModule: "libinput"
[   272.225] (II) systemd-logind: releasing fd for 13:74
[   272.707] (EE) systemd-logind: failed to release device: Unknown object '/org/freedesktop/login1/session/_31'.
[   272.707] (II) UnloadModule: "libinput"
[   272.707] (II) systemd-logind: releasing fd for 13:72
[   272.709] (EE) systemd-logind: failed to release device: Unknown object '/org/freedesktop/login1/session/_31'.
[   272.709] (II) UnloadModule: "libinput"
[   272.709] (II) systemd-logind: releasing fd for 13:70
[   272.710] (EE) systemd-logind: failed to release device: Unknown object '/org/freedesktop/login1/session/_31'.
[   272.710] (II) UnloadModule: "libinput"
[   272.710] (II) systemd-logind: releasing fd for 13:67
[   272.711] (EE) systemd-logind: failed to release device: Unknown object '/org/freedesktop/login1/session/_31'.
[   272.711] (II) UnloadModule: "libinput"
[   272.711] (II) systemd-logind: releasing fd for 13:69
[   272.712] (EE) systemd-logind: failed to release device: Unknown object '/org/freedesktop/login1/session/_31'.
[   272.712] (II) UnloadModule: "libinput"
[   272.712] (II) systemd-logind: releasing fd for 13:68
[   272.713] (EE) systemd-logind: failed to release device: Unknown object '/org/freedesktop/login1/session/_31'.
[   272.713] (II) UnloadModule: "libinput"
[   272.713] (II) systemd-logind: releasing fd for 13:65
[   272.714] (EE) systemd-logind: failed to release device: Unknown object '/org/freedesktop/login1/session/_31'.
[   272.714] (II) UnloadModule: "libinput"
[   272.714] (II) systemd-logind: releasing fd for 13:76
[   272.715] (EE) systemd-logind: failed to release device: Unknown object '/org/freedesktop/login1/session/_31'.
[   272.715] (II) UnloadModule: "libinput"
[   272.715] (II) systemd-logind: releasing fd for 13:75
[   272.716] (EE) systemd-logind: failed to release device: Unknown object '/org/freedesktop/login1/session/_31'.
[   272.717] (II) UnloadModule: "libinput"
[   272.717] (II) systemd-logind: releasing fd for 13:66
[   272.718] (EE) systemd-logind: failed to release device: Unknown object '/org/freedesktop/login1/session/_31'.
[   272.762] (II) NVIDIA(GPU-0): Deleting GPU-0
[   272.762] (WW) xf86CloseConsole: KDSETMODE failed: Input/output error
[   272.762] (WW) xf86CloseConsole: VT_GETMODE failed: Input/output error
[   272.762] (WW) xf86OpenConsole: VT_GETSTATE failed: Input/output error
[   272.762] (EE) systemd-logind: ReleaseControl failed: Unknown object '/org/freedesktop/login1/session/_31'.
[   272.762] (II) Server terminated successfully (0). Closing log file.
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 12:16 pm    Post subject: Reply with quote

At this point I'd be happy if I could get X to work again and just use the integrated card for gaming. You think a rebuild of xorg-server would fix it?
Back to top
View user's profile Send private message
netfab
Veteran
Veteran


Joined: 03 Mar 2005
Posts: 1930
Location: 127.0.0.1

PostPosted: Thu Jun 27, 2024 12:17 pm    Post subject: Reply with quote

kickhead13 wrote:
groups:
Code:
wheel audio video users ana



You should also add yourself to the input group.
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 12:22 pm    Post subject: Reply with quote

Ok i did it but it didnt change much.
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:24 pm    Post subject: Reply with quote

So nobody knows how to revert the kernel parameters stuff?
Back to top
View user's profile Send private message
netfab
Veteran
Veteran


Joined: 03 Mar 2005
Posts: 1930
Location: 127.0.0.1

PostPosted: Thu Jun 27, 2024 2:32 pm    Post subject: Reply with quote

Last line of your log file :
Code:

Server terminated successfully (0). Closing log file.

For me, this line means (with the black screen you describe) that the xorg server started, found nothing to execute, then exited.
I never used startx. I have always used a display manager.
How did you configure your xorg session ? What is the content of your ~/.xinitrc ?
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 3:00 pm    Post subject: Reply with quote

this is the .xinitrc:

Code:
#!/bin/sh

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

# merge in defaults and keymaps

if [ -f $sysresources ]; then







    xrdb -merge $sysresources

fi

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

if [ -f "$userresources" ]; then







    xrdb -merge "$userresources"

fi

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

# start some nice programs

if [ -n "`/etc/X11/chooser.sh`" ]; then
 command="`/etc/X11/chooser.sh`"
else
 failsafe="yes"
fi

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

echo $failsafe
if [ -n "$failsafe" ]; then
 exec i3
fi



This is the one I've always used (on any linux I ran). Also this worked previously, and the Xorg termination message was there when it was working, you can see it in one of the messages from before when I showed you the xorg log the first time.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Gamers & Players All times are GMT
Goto page 1, 2  Next
Page 1 of 2

 
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