You are not logged in.
When I'm opening some video with mpv (be it .webm or .mp4) I'm getting the following output:
libEGL warning: DRI2: failed to authenticate
[vo/gpu/opengl] Suspected software renderer or indirect context.
[vo/gpu] VT_GETMODE failed: Inappropriate ioctl for device
[vo/gpu/opengl] Failed to set up VT switcher. Terminal switching will be unavailable.
[vo/gpu/opengl] Failed to set CRTC for connector 106: Permission denied
Failed to open VDPAU backend libvdpau_nvidia.so: cannot open shared object file: No such file or directory
[vo/vdpau] Error when calling vdp_device_create_x11: 1
[vo/xv] No Xvideo support found.
[vaapi] libva: vaGetDriverNameByIndex() failed with unknown libva error, driver_name = (null)
[vaapi] Failed to initialize VAAPI: unknown libva error
[vo/x11] Warning: this legacy VO has bad performance. Consider fixing your graphics drivers, or not forcing the x11 VO.It seems that everything works fine, I can hear sound and see the video and mpv works normal, but those messages are worrisome. It seems that it doesn't like my gpu or something. It's 3060 and I installed xf86-video-nouveau.
Last edited by gnome_is_ugly (2022-08-14 13:19:47)
Offline
You're using the the software X11 backend which is slow and limited (eg. scaling does iirc not work/properly)
Post your xorg log and the output of "vainfo", https://wiki.archlinux.org/title/Xorg#General but I guess you're running on the vesa driver or some other swrast cause.
According to https://nouveau.freedesktop.org/FeatureMatrix.html nv170 (your GPU) is virtually unsupported, did you consider using the nvidia blob?
Online
Thanks for reply. I installed libva-utils and vainfo says this:
libva error: vaGetDriverNameByIndex() failed with unknown libva error, driver_name = (null)
vaInitialize failed with error code -1 (unknown libva error),exitfrom Xorg log:
[ 26.636]
X.Org X Server 1.21.1.4
X Protocol Version 11, Revision 0
[ 26.636] Current Operating System: Linux unit01 5.18.16-arch1-1 #1 SMP PREEMPT_DYNAMIC Wed, 03 Aug 2022 11:25:04 +0000 x86_64
[ 26.636] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=995f6505-07d2-4e4a-9026-1d58163e2753 rw loglevel=3 quiet
[ 26.636]
[ 26.636] Current version of pixman: 0.40.0
[ 26.636] Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[ 26.636] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 26.637] (==) Log file: "/home/shinji/.local/share/xorg/Xorg.0.log", Time: Sat Aug 13 18:02:31 2022
[ 26.637] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[ 26.638] (==) No Layout section. Using the first Screen section.
[ 26.638] (==) No screen section available. Using defaults.
[ 26.638] (**) |-->Screen "Default Screen Section" (0)
[ 26.638] (**) | |-->Monitor "<default monitor>"
[ 26.638] (==) No monitor specified for screen "Default Screen Section".
Using a default monitor configuration.
[ 26.638] (==) Automatically adding devices
[ 26.638] (==) Automatically enabling devices
[ 26.638] (==) Automatically adding GPU devices
[ 26.638] (==) Automatically binding GPU devices
[ 26.638] (==) Max clients allowed: 256, resource mask: 0x1fffff
[ 26.638] (WW) The directory "/usr/share/fonts/TTF" does not exist.
[ 26.638] Entry deleted from font path.
[ 26.638] (WW) The directory "/usr/share/fonts/OTF" does not exist.
[ 26.638] Entry deleted from font path.
[ 26.638] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[ 26.638] Entry deleted from font path.
[ 26.639] (==) FontPath set to:
/usr/share/fonts/misc,
/usr/share/fonts/100dpi,
/usr/share/fonts/75dpi
[ 26.639] (==) ModulePath set to "/usr/lib/xorg/modules"
[ 26.639] (II) The server relies on udev to provide the list of input devices.
If no devices become available, reconfigure udev or disable AutoAddDevices.
[ 26.639] (II) Module ABI versions:
[ 26.639] X.Org ANSI C Emulation: 0.4
[ 26.639] X.Org Video Driver: 25.2
[ 26.639] X.Org XInput driver : 24.4
[ 26.639] X.Org Server Extension : 10.0
[ 26.639] (++) using VT number 1
[ 26.640] (II) systemd-logind: took control of session /org/freedesktop/login1/session/_31
[ 26.640] (II) xfree86: Adding drm device (/dev/dri/card0)
[ 26.640] (II) Platform probe for /sys/devices/pci0000:00/0000:00:03.1/0000:06:00.0/drm/card0
[ 26.640] (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 13 paused 0
[ 26.642] (--) PCI:*(6@0:0:0) 10de:2504:1458:4073 rev 161, Mem @ 0xfb000000/16777216, 0xd0000000/268435456, 0xe0000000/33554432, I/O @ 0x0000e000/128, BIOS @ 0x????????/524288
[ 26.642] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[ 26.642] (II) LoadModule: "glx"
[ 26.643] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[ 26.644] (II) Module glx: vendor="X.Org Foundation"
[ 26.644] compiled for 1.21.1.4, module version = 1.0.0
[ 26.644] ABI class: X.Org Server Extension, version 10.0
[ 26.644] (==) Matched nouveau as autoconfigured driver 0
[ 26.644] (==) Matched nv as autoconfigured driver 1
[ 26.644] (==) Matched modesetting as autoconfigured driver 2
[ 26.644] (==) Matched fbdev as autoconfigured driver 3
[ 26.644] (==) Matched vesa as autoconfigured driver 4
[ 26.644] (==) Assigned the driver to the xf86ConfigLayout
[ 26.644] (II) LoadModule: "nouveau"
[ 26.644] (II) Loading /usr/lib/xorg/modules/drivers/nouveau_drv.so
[ 26.644] (II) Module nouveau: vendor="X.Org Foundation"
[ 26.644] compiled for 1.21.1.1, module version = 1.0.17
[ 26.644] Module class: X.Org Video Driver
[ 26.644] ABI class: X.Org Video Driver, version 25.2
[ 26.644] (II) LoadModule: "nv"
[ 26.644] (WW) Warning, couldn't open module nv
[ 26.644] (EE) Failed to load module "nv" (module does not exist, 0)
[ 26.644] (II) LoadModule: "modesetting"
[ 26.644] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[ 26.645] (II) Module modesetting: vendor="X.Org Foundation"
[ 26.645] compiled for 1.21.1.4, module version = 1.21.1
[ 26.645] Module class: X.Org Video Driver
[ 26.645] ABI class: X.Org Video Driver, version 25.2
[ 26.645] (II) LoadModule: "fbdev"
[ 26.645] (WW) Warning, couldn't open module fbdev
[ 26.645] (EE) Failed to load module "fbdev" (module does not exist, 0)
[ 26.645] (II) LoadModule: "vesa"
[ 26.645] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
[ 26.645] (II) Module vesa: vendor="X.Org Foundation"
[ 26.645] compiled for 1.21.1.3, module version = 2.5.0
[ 26.645] Module class: X.Org Video Driver
[ 26.645] ABI class: X.Org Video Driver, version 25.2
[ 26.645] (II) NOUVEAU driver
[ 26.645] (II) NOUVEAU driver for NVIDIA chipset families :
[ 26.645] RIVA TNT (NV04)
[ 26.645] RIVA TNT2 (NV05)
[ 26.645] GeForce 256 (NV10)
[ 26.645] GeForce 2 (NV11, NV15)
[ 26.645] GeForce 4MX (NV17, NV18)
[ 26.645] GeForce 3 (NV20)
[ 26.645] GeForce 4Ti (NV25, NV28)
[ 26.645] GeForce FX (NV3x)
[ 26.645] GeForce 6 (NV4x)
[ 26.645] GeForce 7 (G7x)
[ 26.645] GeForce 8 (G8x)
[ 26.645] GeForce 9 (G9x)
[ 26.645] GeForce GTX 2xx/3xx (GT2xx)
[ 26.645] GeForce GTX 4xx/5xx (GFxxx)
[ 26.645] GeForce GTX 6xx/7xx (GKxxx)
[ 26.645] GeForce GTX 9xx (GMxxx)
[ 26.645] GeForce GTX 10xx (GPxxx)
[ 26.645] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[ 26.645] (II) VESA: driver for VESA chipsets: vesa
[ 26.645] xf86EnableIO: failed to enable I/O ports 0000-03ff (Operation not permitted)
[ 26.645] (II) [drm] nouveau interface version: 1.3.1
[ 26.645] (EE) Unknown chipset: NV176
[ 26.645] (II) [drm] nouveau interface version: 1.3.1
[ 26.645] (EE) Unknown chipset: NV176
[ 26.645] (II) modeset(0): using drv /dev/dri/card0
[ 26.645] (WW) VGA arbiter: cannot open kernel arbiter, no multi-card support
[ 26.646] (II) modeset(0): Creating default Display subsection in Screen section
"Default Screen Section" for depth/fbbpp 24/32
[ 26.646] (==) modeset(0): Depth 24, (==) framebuffer bpp 32
[ 26.646] (==) modeset(0): RGB weight 888
[ 26.646] (==) modeset(0): Default visual is TrueColor
[ 26.646] (II) Loading sub module "glamoregl"
[ 26.646] (II) LoadModule: "glamoregl"
[ 26.646] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[ 26.647] (II) Module glamoregl: vendor="X.Org Foundation"
[ 26.647] compiled for 1.21.1.4, module version = 1.0.1
[ 26.647] ABI class: X.Org ANSI C Emulation, version 0.4
[ 26.714] (II) modeset(0): Refusing to try glamor on llvmpipe
[ 26.716] (II) modeset(0): glamor initialization failed
[ 26.716] (II) modeset(0): ShadowFB: preferred YES, enabled YES
[ 26.716] (II) modeset(0): Double-buffered shadow updates: off
[ 26.786] (II) modeset(0): Output DP-1 has no monitor section
[ 26.787] (II) modeset(0): Output HDMI-1 has no monitor section
[ 26.804] (II) modeset(0): Output DP-2 has no monitor section
[ 26.805] (II) modeset(0): Output HDMI-2 has no monitor section
[ 26.876] (II) modeset(0): EDID for output DP-1
[ 26.877] (II) modeset(0): EDID for output HDMI-1
[ 26.894] (II) modeset(0): EDID for output DP-2
[ 26.894] (II) modeset(0): Manufacturer: AOC Model: 2702 Serial#: 12705
[ 26.894] (II) modeset(0): Year: 2022 Week: 6
[ 26.894] (II) modeset(0): EDID Version: 1.4
[ 26.894] (II) modeset(0): Digital Display Input
[ 26.894] (II) modeset(0): 10 bits per channel
[ 26.894] (II) modeset(0): Digital interface is DisplayPort
[ 26.894] (II) modeset(0): Max Image Size [cm]: horiz.: 60 vert.: 34
[ 26.894] (II) modeset(0): Gamma: 2.20
[ 26.894] (II) modeset(0): DPMS capabilities: Off
[ 26.894] (II) modeset(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4 YCrCb 4:2:2
[ 26.894] (II) modeset(0): Default color space is primary color space
[ 26.894] (II) modeset(0): First detailed timing is preferred mode
[ 26.894] (II) modeset(0): Preferred mode is native pixel format and refresh rate
[ 26.894] (II) modeset(0): Display is continuous-frequency
[ 26.894] (II) modeset(0): redX: 0.676 redY: 0.311 greenX: 0.268 greenY: 0.653
[ 26.894] (II) modeset(0): blueX: 0.144 blueY: 0.060 whiteX: 0.313 whiteY: 0.329
[ 26.894] (II) modeset(0): Supported established timings:
[ 26.894] (II) modeset(0): 720x400@70Hz
[ 26.894] (II) modeset(0): 640x480@60Hz
[ 26.894] (II) modeset(0): 640x480@67Hz
[ 26.894] (II) modeset(0): 640x480@72Hz
[ 26.894] (II) modeset(0): 640x480@75Hz
[ 26.894] (II) modeset(0): 800x600@56Hz
[ 26.894] (II) modeset(0): 800x600@60Hz
[ 26.894] (II) modeset(0): 800x600@72Hz
[ 26.894] (II) modeset(0): 800x600@75Hz
[ 26.894] (II) modeset(0): 832x624@75Hz
[ 26.894] (II) modeset(0): 1024x768@60Hz
[ 26.894] (II) modeset(0): 1024x768@70Hz
[ 26.894] (II) modeset(0): 1024x768@75Hz
[ 26.894] (II) modeset(0): 1280x1024@75Hz
[ 26.894] (II) modeset(0): Manufacturer's mask: 0
[ 26.894] (II) modeset(0): Supported standard timings:
[ 26.894] (II) modeset(0): #0: hsize: 1920 vsize 1080 refresh: 60 vid: 49361
[ 26.894] (II) modeset(0): #1: hsize: 1280 vsize 1024 refresh: 60 vid: 32897
[ 26.894] (II) modeset(0): #2: hsize: 640 vsize 480 refresh: 100 vid: 26673
[ 26.894] (II) modeset(0): #3: hsize: 640 vsize 480 refresh: 120 vid: 31793
[ 26.894] (II) modeset(0): #4: hsize: 800 vsize 600 refresh: 100 vid: 26693
[ 26.894] (II) modeset(0): #5: hsize: 800 vsize 600 refresh: 120 vid: 31813
[ 26.894] (II) modeset(0): #6: hsize: 1024 vsize 768 refresh: 100 vid: 26721
[ 26.894] (II) modeset(0): #7: hsize: 1024 vsize 768 refresh: 120 vid: 31841
[ 26.894] (II) modeset(0): Supported detailed timing:
[ 26.894] (II) modeset(0): clock: 241.5 MHz Image Size: 597 x 336 mm
[ 26.894] (II) modeset(0): h_active: 2560 h_sync: 2608 h_sync_end 2640 h_blank_end 2720 h_border: 0
[ 26.894] (II) modeset(0): v_active: 1440 v_sync: 1443 v_sync_end 1448 v_blanking: 1481 v_border: 0
[ 26.894] (II) modeset(0): Serial No: RTEN2HA012705
[ 26.894] (II) modeset(0): Monitor name: Q27G2G3R3B
[ 26.894] (II) modeset(0): Ranges: V min: 48 V max: 165 Hz, H min: 250 H max: 250 kHz, PixClock max 665 MHz
[ 26.894] (II) modeset(0): Supported detailed timing:
[ 26.894] (II) modeset(0): clock: 646.6 MHz Image Size: 597 x 336 mm
[ 26.894] (II) modeset(0): h_active: 2560 h_sync: 2568 h_sync_end 2600 h_blank_end 2666 h_border: 0
[ 26.894] (II) modeset(0): v_active: 1440 v_sync: 1443 v_sync_end 1448 v_blanking: 1470 v_border: 0
[ 26.894] (II) modeset(0): Supported detailed timing:
[ 26.894] (II) modeset(0): clock: 592.0 MHz Image Size: 597 x 336 mm
[ 26.894] (II) modeset(0): h_active: 2560 h_sync: 2568 h_sync_end 2600 h_blank_end 2666 h_border: 0
[ 26.894] (II) modeset(0): v_active: 1440 v_sync: 1465 v_sync_end 1473 v_blanking: 1543 v_border: 0
[ 26.894] (II) modeset(0): Supported detailed timing:
[ 26.894] (II) modeset(0): clock: 497.8 MHz Image Size: 597 x 336 mm
[ 26.894] (II) modeset(0): h_active: 2560 h_sync: 2608 h_sync_end 2640 h_blank_end 2720 h_border: 0
[ 26.894] (II) modeset(0): v_active: 1440 v_sync: 1443 v_sync_end 1448 v_blanking: 1525 v_border: 0
[ 26.894] (II) modeset(0): Supported detailed timing:
[ 26.894] (II) modeset(0): clock: 156.0 MHz Image Size: 597 x 336 mm
[ 26.894] (II) modeset(0): h_active: 1280 h_sync: 1376 h_sync_end 1512 h_blank_end 1744 h_border: 0
[ 26.894] (II) modeset(0): v_active: 1440 v_sync: 1443 v_sync_end 1453 v_blanking: 1493 v_border: 0
[ 26.894] (II) modeset(0): Number of EDID sections to follow: 1
[ 26.894] (II) modeset(0): EDID (in hex):
[ 26.894] (II) modeset(0): 00ffffffffffff0005e30227a1310000
[ 26.894] (II) modeset(0): 06200104b53c22783f29d5ad4f44a724
[ 26.894] (II) modeset(0): 0f5054bfef00d1c081803168317c4568
[ 26.894] (II) modeset(0): 457c6168617c565e00a0a0a029503020
[ 26.894] (II) modeset(0): 350055502100001e000000ff00525445
[ 26.894] (II) modeset(0): 4e324841303132373035000000fc0051
[ 26.894] (II) modeset(0): 3237473247335233420a2020000000fd
[ 26.894] (II) modeset(0): 0030a5fafa42010a20202020202001b2
[ 26.894] (II) modeset(0): 020332f14c0103051404131f12021190
[ 26.894] (II) modeset(0): 3f2309070783010000e305e301e60607
[ 26.894] (II) modeset(0): 016363006d1a0000020130a500000000
[ 26.894] (II) modeset(0): 000098fc006aa0a01e50082035005550
[ 26.894] (II) modeset(0): 2100001a40e7006aa0a0675008209804
[ 26.894] (II) modeset(0): 55502100001a6fc200a0a0a055503020
[ 26.894] (II) modeset(0): 350055502100001ef03c00d051a03550
[ 26.894] (II) modeset(0): 60883a0055502100001c0000000000f8
[ 26.894] (II) modeset(0): Printing probed modes for output DP-2
[ 26.894] (II) modeset(0): Modeline "2560x1440"x60.0 241.50 2560 2608 2640 2720 1440 1443 1448 1481 +hsync +vsync (88.8 kHz eP)
[ 26.894] (II) modeset(0): Modeline "2560x1440"x165.0 646.64 2560 2568 2600 2666 1440 1443 1448 1470 +hsync -vsync (242.6 kHz e)
[ 26.894] (II) modeset(0): Modeline "2560x1440"x143.9 592.00 2560 2568 2600 2666 1440 1465 1473 1543 +hsync -vsync (222.1 kHz e)
[ 26.894] (II) modeset(0): Modeline "2560x1440"x120.0 497.75 2560 2608 2640 2720 1440 1443 1448 1525 +hsync +vsync (183.0 kHz e)
[ 26.894] (II) modeset(0): Modeline "1920x1440"x85.0 341.35 1920 2072 2288 2656 1440 1441 1444 1512 -hsync +vsync (128.5 kHz d)
[ 26.894] (II) modeset(0): Modeline "1920x1440"x75.0 297.00 1920 2064 2288 2640 1440 1441 1444 1500 -hsync +vsync (112.5 kHz d)
[ 26.894] (II) modeset(0): Modeline "1920x1440"x60.0 234.00 1920 2048 2256 2600 1440 1441 1444 1500 -hsync +vsync (90.0 kHz d)
[ 26.894] (II) modeset(0): Modeline "1856x1392"x75.0 288.00 1856 1984 2208 2560 1392 1393 1396 1500 -hsync +vsync (112.5 kHz d)
[ 26.894] (II) modeset(0): Modeline "1856x1392"x60.0 218.30 1856 1952 2176 2528 1392 1393 1396 1439 -hsync +vsync (86.4 kHz d)
[ 26.894] (II) modeset(0): Modeline "1792x1344"x75.0 261.00 1792 1888 2104 2456 1344 1345 1348 1417 -hsync +vsync (106.3 kHz d)
[ 26.894] (II) modeset(0): Modeline "1792x1344"x60.0 204.80 1792 1920 2120 2448 1344 1345 1348 1394 -hsync +vsync (83.7 kHz d)
[ 26.894] (II) modeset(0): Modeline "2048x1152"x60.0 406.50 2048 2220 2444 2840 1152 1153 1156 1193 doublescan -hsync +vsync (143.1 kHz d)
[ 26.894] (II) modeset(0): Modeline "2048x1152"x60.0 302.50 2048 2072 2088 2128 1152 1153 1156 1185 doublescan +hsync -vsync (142.2 kHz d)
[ 26.894] (II) modeset(0): Modeline "2048x1152"x59.9 197.00 2048 2184 2400 2752 1152 1155 1160 1195 -hsync +vsync (71.6 kHz d)
[ 26.894] (II) modeset(0): Modeline "2048x1152"x59.9 156.75 2048 2096 2128 2208 1152 1155 1160 1185 +hsync -vsync (71.0 kHz d)
[ 26.894] (II) modeset(0): Modeline "1920x1200"x59.9 193.25 1920 2056 2256 2592 1200 1203 1209 1245 -hsync +vsync (74.6 kHz d)
[ 26.894] (II) modeset(0): Modeline "1920x1200"x60.0 154.00 1920 1968 2000 2080 1200 1203 1209 1235 +hsync -vsync (74.0 kHz d)
[ 26.894] (II) modeset(0): Modeline "1920x1080"x60.0 356.38 1920 2080 2288 2656 1080 1081 1084 1118 doublescan -hsync +vsync (134.2 kHz d)
[ 26.894] (II) modeset(0): Modeline "1920x1080"x120.0 297.00 1920 2008 2052 2200 1080 1084 1089 1125 +hsync +vsync (135.0 kHz e)
[ 26.894] (II) modeset(0): Modeline "1920x1080"x119.9 296.70 1920 2008 2052 2200 1080 1084 1089 1125 +hsync +vsync (134.9 kHz e)
[ 26.894] (II) modeset(0): Modeline "1920x1080"x60.0 266.50 1920 1944 1960 2000 1080 1081 1084 1111 doublescan +hsync -vsync (133.2 kHz d)
[ 26.894] (II) modeset(0): Modeline "1920x1080"x60.0 173.00 1920 2048 2248 2576 1080 1083 1088 1120 -hsync +vsync (67.2 kHz d)
[ 26.894] (II) modeset(0): Modeline "1920x1080"x60.0 148.50 1920 2008 2052 2200 1080 1084 1089 1125 -hsync -vsync (67.5 kHz e)
[ 26.894] (II) modeset(0): Modeline "1920x1080"x60.0 148.50 1920 2008 2052 2200 1080 1084 1089 1125 +hsync +vsync (67.5 kHz e)
[ 26.894] (II) modeset(0): Modeline "1920x1080"x50.0 148.50 1920 2448 2492 2640 1080 1084 1089 1125 +hsync +vsync (56.2 kHz e)
[ 26.894] (II) modeset(0): Modeline "1920x1080"x59.9 148.35 1920 2008 2052 2200 1080 1084 1089 1125 +hsync +vsync (67.4 kHz e)
[ 26.894] (II) modeset(0): Modeline "1920x1080"x59.9 138.50 1920 1968 2000 2080 1080 1083 1088 1111 +hsync -vsync (66.6 kHz d)
[ 26.894] (II) modeset(0): Modeline "1600x1200"x85.0 229.50 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync (106.2 kHz d)
[ 26.894] (II) modeset(0): Modeline "1600x1200"x75.0 202.50 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync (93.8 kHz d)
[ 26.894] (II) modeset(0): Modeline "1600x1200"x70.0 189.00 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync (87.5 kHz d)
[ 26.894] (II) modeset(0): Modeline "1600x1200"x65.0 175.50 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync (81.2 kHz d)
[ 26.894] (II) modeset(0): Modeline "1600x1200"x60.0 162.00 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync (75.0 kHz d)
[ 26.894] (II) modeset(0): Modeline "1280x1440"x59.9 156.00 1280 1376 1512 1744 1440 1443 1453 1493 -hsync +vsync (89.4 kHz e)
[ 26.894] (II) modeset(0): Modeline "1680x1050"x60.0 146.25 1680 1784 1960 2240 1050 1053 1059 1089 -hsync +vsync (65.3 kHz d)
[ 26.894] (II) modeset(0): Modeline "1680x1050"x59.9 119.00 1680 1728 1760 1840 1050 1053 1059 1080 +hsync -vsync (64.7 kHz d)
[ 26.894] (II) modeset(0): Modeline "1400x1050"x74.8 155.80 1400 1464 1784 1912 1050 1052 1064 1090 +hsync +vsync (81.5 kHz d)
[ 26.894] (II) modeset(0): Modeline "1400x1050"x60.0 122.00 1400 1488 1640 1880 1050 1052 1064 1082 +hsync +vsync (64.9 kHz d)
[ 26.894] (II) modeset(0): Modeline "1600x900"x60.0 246.00 1600 1728 1900 2200 900 901 904 932 doublescan -hsync +vsync (111.8 kHz d)
[ 26.894] (II) modeset(0): Modeline "1600x900"x59.9 186.50 1600 1624 1640 1680 900 901 904 926 doublescan +hsync -vsync (111.0 kHz d)
[ 26.894] (II) modeset(0): Modeline "1600x900"x59.9 118.25 1600 1696 1856 2112 900 903 908 934 -hsync +vsync (56.0 kHz d)
[ 26.894] (II) modeset(0): Modeline "1600x900"x59.8 97.50 1600 1648 1680 1760 900 903 908 926 +hsync -vsync (55.4 kHz d)
[ 26.894] (II) modeset(0): Modeline "1280x1024"x85.0 157.50 1280 1344 1504 1728 1024 1025 1028 1072 +hsync +vsync (91.1 kHz d)
[ 26.894] (II) modeset(0): Modeline "1280x1024"x75.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
[ 26.894] (II) modeset(0): Modeline "1280x1024"x60.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[ 26.894] (II) modeset(0): Modeline "1400x900"x60.0 103.50 1400 1480 1624 1848 900 903 913 934 -hsync +vsync (56.0 kHz d)
[ 26.894] (II) modeset(0): Modeline "1400x900"x59.9 86.50 1400 1448 1480 1560 900 903 913 926 +hsync -vsync (55.4 kHz d)
[ 26.894] (II) modeset(0): Modeline "1280x960"x85.0 148.50 1280 1344 1504 1728 960 961 964 1011 +hsync +vsync (85.9 kHz d)
[ 26.894] (II) modeset(0): Modeline "1280x960"x60.0 108.00 1280 1376 1488 1800 960 961 964 1000 +hsync +vsync (60.0 kHz d)
[ 26.894] (II) modeset(0): Modeline "1440x810"x60.0 198.12 1440 1548 1704 1968 810 811 814 839 doublescan -hsync +vsync (100.7 kHz d)
[ 26.894] (II) modeset(0): Modeline "1440x810"x60.0 151.88 1440 1464 1480 1520 810 811 814 833 doublescan +hsync -vsync (99.9 kHz d)
[ 26.894] (II) modeset(0): Modeline "1368x768"x59.9 85.25 1368 1440 1576 1784 768 771 781 798 -hsync +vsync (47.8 kHz d)
[ 26.894] (II) modeset(0): Modeline "1368x768"x59.9 72.25 1368 1416 1448 1528 768 771 781 790 +hsync -vsync (47.3 kHz d)
[ 26.894] (II) modeset(0): Modeline "1280x800"x60.0 174.25 1280 1380 1516 1752 800 801 804 829 doublescan -hsync +vsync (99.5 kHz d)
[ 26.894] (II) modeset(0): Modeline "1280x800"x60.0 134.25 1280 1304 1320 1360 800 801 804 823 doublescan +hsync -vsync (98.7 kHz d)
[ 26.894] (II) modeset(0): Modeline "1280x800"x59.8 83.50 1280 1352 1480 1680 800 803 809 831 -hsync +vsync (49.7 kHz d)
[ 26.894] (II) modeset(0): Modeline "1280x800"x59.9 71.00 1280 1328 1360 1440 800 803 809 823 +hsync -vsync (49.3 kHz d)
[ 26.894] (II) modeset(0): Modeline "1152x864"x75.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz d)
[ 26.894] (II) modeset(0): Modeline "1280x720"x60.0 156.12 1280 1376 1512 1744 720 721 724 746 doublescan -hsync +vsync (89.5 kHz d)
[ 26.894] (II) modeset(0): Modeline "1280x720"x60.0 120.75 1280 1304 1320 1360 720 721 724 740 doublescan +hsync -vsync (88.8 kHz d)
[ 26.894] (II) modeset(0): Modeline "1280x720"x59.9 74.50 1280 1344 1472 1664 720 723 728 748 -hsync +vsync (44.8 kHz d)
[ 26.894] (II) modeset(0): Modeline "1280x720"x60.0 74.25 1280 1390 1430 1650 720 725 730 750 +hsync +vsync (45.0 kHz e)
[ 26.894] (II) modeset(0): Modeline "1280x720"x50.0 74.25 1280 1720 1760 1980 720 725 730 750 +hsync +vsync (37.5 kHz e)
[ 26.894] (II) modeset(0): Modeline "1280x720"x59.9 74.18 1280 1390 1430 1650 720 725 730 750 +hsync +vsync (45.0 kHz e)
[ 26.894] (II) modeset(0): Modeline "1280x720"x59.7 63.75 1280 1328 1360 1440 720 723 728 741 +hsync -vsync (44.3 kHz d)
[ 26.894] (II) modeset(0): Modeline "1024x768"x85.0 194.02 1024 1108 1220 1416 768 768 770 806 doublescan -hsync +vsync (137.0 kHz d)
[ 26.894] (II) modeset(0): Modeline "1024x768"x75.0 170.24 1024 1108 1220 1416 768 768 770 801 doublescan -hsync +vsync (120.2 kHz d)
[ 26.894] (II) modeset(0): Modeline "1024x768"x119.9 137.89 1024 1104 1208 1392 768 771 775 826 -hsync +vsync (99.1 kHz)
[ 26.894] (II) modeset(0): Modeline "1024x768"x60.0 133.47 1024 1100 1212 1400 768 768 770 794 doublescan -hsync +vsync (95.3 kHz d)
[ 26.894] (II) modeset(0): Modeline "1024x768"x100.0 112.27 1024 1096 1200 1376 768 771 775 816 -hsync +vsync (81.6 kHz)
[ 26.894] (II) modeset(0): Modeline "1024x768"x85.0 94.50 1024 1072 1168 1376 768 769 772 808 +hsync +vsync (68.7 kHz d)
[ 26.894] (II) modeset(0): Modeline "1024x768"x75.0 78.75 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.0 kHz e)
[ 26.894] (II) modeset(0): Modeline "1024x768"x70.1 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (56.5 kHz e)
[ 26.894] (II) modeset(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz e)
[ 26.894] (II) modeset(0): Modeline "1024x768i"x87.0 44.90 1024 1032 1208 1264 768 768 776 817 interlace +hsync +vsync (35.5 kHz d)
[ 26.894] (II) modeset(0): Modeline "960x720"x85.0 170.68 960 1036 1144 1328 720 720 722 756 doublescan -hsync +vsync (128.5 kHz d)
[ 26.894] (II) modeset(0): Modeline "960x720"x75.0 148.50 960 1032 1144 1320 720 720 722 750 doublescan -hsync +vsync (112.5 kHz d)
[ 26.894] (II) modeset(0): Modeline "960x720"x60.0 117.00 960 1024 1128 1300 720 720 722 750 doublescan -hsync +vsync (90.0 kHz d)
[ 26.894] (II) modeset(0): Modeline "928x696"x75.0 144.00 928 992 1104 1280 696 696 698 750 doublescan -hsync +vsync (112.5 kHz d)
[ 26.894] (II) modeset(0): Modeline "928x696"x60.1 109.15 928 976 1088 1264 696 696 698 719 doublescan -hsync +vsync (86.4 kHz d)
[ 26.894] (II) modeset(0): Modeline "896x672"x75.0 130.50 896 944 1052 1228 672 672 674 708 doublescan -hsync +vsync (106.3 kHz d)
[ 26.894] (II) modeset(0): Modeline "896x672"x60.0 102.40 896 960 1060 1224 672 672 674 697 doublescan -hsync +vsync (83.7 kHz d)
[ 26.894] (II) modeset(0): Modeline "1024x576"x60.0 98.50 1024 1092 1200 1376 576 577 580 597 doublescan -hsync +vsync (71.6 kHz d)
[ 26.894] (II) modeset(0): Modeline "1024x576"x60.0 78.38 1024 1048 1064 1104 576 577 580 592 doublescan +hsync -vsync (71.0 kHz d)
[ 26.894] (II) modeset(0): Modeline "1024x576"x59.9 46.50 1024 1064 1160 1296 576 579 584 599 -hsync +vsync (35.9 kHz d)
[ 26.894] (II) modeset(0): Modeline "1024x576"x59.8 42.00 1024 1072 1104 1184 576 579 584 593 +hsync -vsync (35.5 kHz d)
[ 26.894] (II) modeset(0): Modeline "960x600"x59.9 96.62 960 1028 1128 1296 600 601 604 622 doublescan -hsync +vsync (74.6 kHz d)
[ 26.894] (II) modeset(0): Modeline "960x600"x60.0 77.00 960 984 1000 1040 600 601 604 617 doublescan +hsync -vsync (74.0 kHz d)
[ 26.894] (II) modeset(0): Modeline "832x624"x74.6 57.28 832 864 928 1152 624 625 628 667 -hsync -vsync (49.7 kHz e)
[ 26.894] (II) modeset(0): Modeline "960x540"x60.0 86.50 960 1024 1124 1288 540 541 544 560 doublescan -hsync +vsync (67.2 kHz d)
[ 26.894] (II) modeset(0): Modeline "960x540"x60.0 69.25 960 984 1000 1040 540 541 544 555 doublescan +hsync -vsync (66.6 kHz d)
[ 26.894] (II) modeset(0): Modeline "960x540"x59.6 40.75 960 992 1088 1216 540 543 548 562 -hsync +vsync (33.5 kHz d)
[ 26.894] (II) modeset(0): Modeline "960x540"x59.8 37.25 960 1008 1040 1120 540 543 548 556 +hsync -vsync (33.3 kHz d)
[ 26.894] (II) modeset(0): Modeline "800x600"x85.0 114.75 800 832 928 1080 600 600 602 625 doublescan +hsync +vsync (106.2 kHz d)
[ 26.894] (II) modeset(0): Modeline "800x600"x75.0 101.25 800 832 928 1080 600 600 602 625 doublescan +hsync +vsync (93.8 kHz d)
[ 26.894] (II) modeset(0): Modeline "800x600"x70.0 94.50 800 832 928 1080 600 600 602 625 doublescan +hsync +vsync (87.5 kHz d)
[ 26.894] (II) modeset(0): Modeline "800x600"x65.0 87.75 800 832 928 1080 600 600 602 625 doublescan +hsync +vsync (81.2 kHz d)
[ 26.894] (II) modeset(0): Modeline "800x600"x119.9 83.06 800 856 936 1072 600 603 607 646 -hsync +vsync (77.5 kHz)
[ 26.894] (II) modeset(0): Modeline "800x600"x60.0 81.00 800 832 928 1080 600 600 602 625 doublescan +hsync +vsync (75.0 kHz d)
[ 26.894] (II) modeset(0): Modeline "800x600"x99.9 67.39 800 848 928 1056 600 603 607 639 -hsync +vsync (63.8 kHz)
[ 26.894] (II) modeset(0): Modeline "800x600"x85.1 56.30 800 832 896 1048 600 601 604 631 +hsync +vsync (53.7 kHz d)
[ 26.894] (II) modeset(0): Modeline "800x600"x72.2 50.00 800 856 976 1040 600 637 643 666 +hsync +vsync (48.1 kHz e)
[ 26.894] (II) modeset(0): Modeline "800x600"x75.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz e)
[ 26.894] (II) modeset(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz e)
[ 26.894] (II) modeset(0): Modeline "800x600"x56.2 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz e)
[ 26.894] (II) modeset(0): Modeline "840x525"x60.0 73.12 840 892 980 1120 525 526 529 544 doublescan -hsync +vsync (65.3 kHz d)
[ 26.894] (II) modeset(0): Modeline "840x525"x59.9 59.50 840 864 880 920 525 526 529 540 doublescan +hsync -vsync (64.7 kHz d)
[ 26.894] (II) modeset(0): Modeline "864x486"x59.9 32.50 864 888 968 1072 486 489 494 506 -hsync +vsync (30.3 kHz d)
[ 26.894] (II) modeset(0): Modeline "864x486"x59.6 30.50 864 912 944 1024 486 489 494 500 +hsync -vsync (29.8 kHz d)
[ 26.894] (II) modeset(0): Modeline "720x576"x50.0 27.00 720 732 796 864 576 581 586 625 -hsync -vsync (31.2 kHz e)
[ 26.894] (II) modeset(0): Modeline "700x525"x74.8 77.90 700 732 892 956 525 526 532 545 doublescan +hsync +vsync (81.5 kHz d)
[ 26.894] (II) modeset(0): Modeline "700x525"x60.0 61.00 700 744 820 940 525 526 532 541 doublescan +hsync +vsync (64.9 kHz d)
[ 26.894] (II) modeset(0): Modeline "800x450"x59.9 59.12 800 848 928 1056 450 451 454 467 doublescan -hsync +vsync (56.0 kHz d)
[ 26.894] (II) modeset(0): Modeline "800x450"x59.8 48.75 800 824 840 880 450 451 454 463 doublescan +hsync -vsync (55.4 kHz d)
[ 26.894] (II) modeset(0): Modeline "720x480"x60.0 27.03 720 736 798 858 480 489 495 525 -hsync -vsync (31.5 kHz e)
[ 26.894] (II) modeset(0): Modeline "720x480"x59.9 27.00 720 736 798 858 480 489 495 525 -hsync -vsync (31.5 kHz e)
[ 26.894] (II) modeset(0): Modeline "640x512"x85.0 78.75 640 672 752 864 512 512 514 536 doublescan +hsync +vsync (91.1 kHz d)
[ 26.894] (II) modeset(0): Modeline "640x512"x75.0 67.50 640 648 720 844 512 512 514 533 doublescan +hsync +vsync (80.0 kHz d)
[ 26.894] (II) modeset(0): Modeline "640x512"x60.0 54.00 640 664 720 844 512 512 514 533 doublescan +hsync +vsync (64.0 kHz d)
[ 26.894] (II) modeset(0): Modeline "700x450"x60.0 51.75 700 740 812 924 450 451 456 467 doublescan -hsync +vsync (56.0 kHz d)
[ 26.894] (II) modeset(0): Modeline "700x450"x59.9 43.25 700 724 740 780 450 451 456 463 doublescan +hsync -vsync (55.4 kHz d)
[ 26.894] (II) modeset(0): Modeline "640x480"x85.1 74.25 640 672 752 864 480 480 482 505 doublescan +hsync +vsync (85.9 kHz d)
[ 26.894] (II) modeset(0): Modeline "640x480"x60.0 54.00 640 688 744 900 480 480 482 500 doublescan +hsync +vsync (60.0 kHz d)
[ 26.894] (II) modeset(0): Modeline "640x480"x119.8 52.62 640 680 744 848 480 483 487 518 -hsync +vsync (62.1 kHz)
[ 26.894] (II) modeset(0): Modeline "640x480"x99.8 42.52 640 672 736 832 480 483 487 512 -hsync +vsync (51.1 kHz)
[ 26.894] (II) modeset(0): Modeline "640x480"x85.0 36.00 640 696 752 832 480 481 484 509 -hsync -vsync (43.3 kHz d)
[ 26.894] (II) modeset(0): Modeline "640x480"x75.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz e)
[ 26.894] (II) modeset(0): Modeline "640x480"x72.8 31.50 640 664 704 832 480 489 492 520 -hsync -vsync (37.9 kHz e)
[ 26.894] (II) modeset(0): Modeline "640x480"x75.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz d)
[ 26.894] (II) modeset(0): Modeline "640x480"x66.7 30.24 640 704 768 864 480 483 486 525 -hsync -vsync (35.0 kHz e)
[ 26.894] (II) modeset(0): Modeline "640x480"x60.0 25.20 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e)
[ 26.894] (II) modeset(0): Modeline "640x480"x59.9 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e)
[ 26.894] (II) modeset(0): Modeline "720x405"x59.5 22.50 720 744 808 896 405 408 413 422 -hsync +vsync (25.1 kHz d)
[ 26.894] (II) modeset(0): Modeline "720x405"x59.0 21.75 720 768 800 880 405 408 413 419 +hsync -vsync (24.7 kHz d)
[ 26.894] (II) modeset(0): Modeline "720x400"x85.0 35.50 720 756 828 936 400 401 404 446 -hsync +vsync (37.9 kHz d)
[ 26.894] (II) modeset(0): Modeline "720x400"x70.1 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz e)
[ 26.894] (II) modeset(0): Modeline "684x384"x59.9 42.62 684 720 788 892 384 385 390 399 doublescan -hsync +vsync (47.8 kHz d)
[ 26.894] (II) modeset(0): Modeline "684x384"x59.9 36.12 684 708 724 764 384 385 390 395 doublescan +hsync -vsync (47.3 kHz d)
[ 26.894] (II) modeset(0): Modeline "640x400"x59.9 41.75 640 676 740 840 400 401 404 415 doublescan -hsync +vsync (49.7 kHz d)
[ 26.894] (II) modeset(0): Modeline "640x400"x60.0 35.50 640 664 680 720 400 401 404 411 doublescan +hsync -vsync (49.3 kHz d)
[ 26.894] (II) modeset(0): Modeline "640x400"x85.1 31.50 640 672 736 832 400 401 404 445 -hsync +vsync (37.9 kHz d)
[ 26.894] (II) modeset(0): Modeline "576x432"x75.0 54.00 576 608 672 800 432 432 434 450 doublescan +hsync +vsync (67.5 kHz d)
[ 26.894] (II) modeset(0): Modeline "640x360"x59.9 37.25 640 672 736 832 360 361 364 374 doublescan -hsync +vsync (44.8 kHz d)
[ 26.894] (II) modeset(0): Modeline "640x360"x59.8 31.88 640 664 680 720 360 361 364 370 doublescan +hsync -vsync (44.3 kHz d)
[ 26.894] (II) modeset(0): Modeline "640x360"x59.8 18.00 640 664 720 800 360 363 368 376 -hsync +vsync (22.5 kHz d)
[ 26.894] (II) modeset(0): Modeline "640x360"x59.3 17.75 640 688 720 800 360 363 368 374 +hsync -vsync (22.2 kHz d)
[ 26.894] (II) modeset(0): Modeline "640x350"x85.1 31.50 640 672 736 832 350 382 385 445 +hsync -vsync (37.9 kHz d)
[ 26.894] (II) modeset(0): Modeline "512x384"x85.0 47.25 512 536 584 688 384 384 386 404 doublescan +hsync +vsync (68.7 kHz d)
[ 26.894] (II) modeset(0): Modeline "512x384"x75.0 39.38 512 520 568 656 384 384 386 400 doublescan +hsync +vsync (60.0 kHz d)
[ 26.894] (II) modeset(0): Modeline "512x384"x70.1 37.50 512 524 592 664 384 385 388 403 doublescan -hsync -vsync (56.5 kHz d)
[ 26.894] (II) modeset(0): Modeline "512x384"x60.0 32.50 512 524 592 672 384 385 388 403 doublescan -hsync -vsync (48.4 kHz d)
[ 26.894] (II) modeset(0): Modeline "512x384i"x87.1 22.45 512 516 604 632 384 384 388 408 interlace doublescan +hsync +vsync (35.5 kHz d)
[ 26.894] (II) modeset(0): Modeline "512x288"x60.0 23.25 512 532 580 648 288 289 292 299 doublescan -hsync +vsync (35.9 kHz d)
[ 26.894] (II) modeset(0): Modeline "512x288"x59.9 21.00 512 536 552 592 288 289 292 296 doublescan +hsync -vsync (35.5 kHz d)
[ 26.894] (II) modeset(0): Modeline "416x312"x74.7 28.64 416 432 464 576 312 312 314 333 doublescan -hsync -vsync (49.7 kHz d)
[ 26.894] (II) modeset(0): Modeline "480x270"x59.6 20.38 480 496 544 608 270 271 274 281 doublescan -hsync +vsync (33.5 kHz d)
[ 26.894] (II) modeset(0): Modeline "480x270"x59.8 18.62 480 504 520 560 270 271 274 278 doublescan +hsync -vsync (33.3 kHz d)
[ 26.894] (II) modeset(0): Modeline "400x300"x85.3 28.15 400 416 448 524 300 300 302 315 doublescan +hsync +vsync (53.7 kHz d)
[ 26.894] (II) modeset(0): Modeline "400x300"x72.2 25.00 400 428 488 520 300 318 321 333 doublescan +hsync +vsync (48.1 kHz d)
[ 26.894] (II) modeset(0): Modeline "400x300"x75.1 24.75 400 408 448 528 300 300 302 312 doublescan +hsync +vsync (46.9 kHz d)
[ 26.894] (II) modeset(0): Modeline "400x300"x60.3 20.00 400 420 484 528 300 300 302 314 doublescan +hsync +vsync (37.9 kHz d)
[ 26.894] (II) modeset(0): Modeline "400x300"x56.3 18.00 400 412 448 512 300 300 301 312 doublescan +hsync +vsync (35.2 kHz d)
[ 26.894] (II) modeset(0): Modeline "432x243"x59.9 16.25 432 444 484 536 243 244 247 253 doublescan -hsync +vsync (30.3 kHz d)
[ 26.894] (II) modeset(0): Modeline "432x243"x59.6 15.25 432 456 472 512 243 244 247 250 doublescan +hsync -vsync (29.8 kHz d)
[ 26.894] (II) modeset(0): Modeline "320x240"x85.2 18.00 320 348 376 416 240 240 242 254 doublescan -hsync -vsync (43.3 kHz d)
[ 26.894] (II) modeset(0): Modeline "320x240"x72.8 15.75 320 332 352 416 240 244 246 260 doublescan -hsync -vsync (37.9 kHz d)
[ 26.894] (II) modeset(0): Modeline "320x240"x75.0 15.75 320 328 360 420 240 240 242 250 doublescan -hsync -vsync (37.5 kHz d)
[ 26.894] (II) modeset(0): Modeline "320x240"x60.1 12.59 320 328 376 400 240 245 246 262 doublescan -hsync -vsync (31.5 kHz d)
[ 26.894] (II) modeset(0): Modeline "360x202"x59.5 11.25 360 372 404 448 202 204 206 211 doublescan -hsync +vsync (25.1 kHz d)
[ 26.894] (II) modeset(0): Modeline "360x202"x59.1 10.88 360 384 400 440 202 204 206 209 doublescan +hsync -vsync (24.7 kHz d)
[ 26.894] (II) modeset(0): Modeline "360x200"x85.0 17.75 360 378 414 468 200 200 202 223 doublescan -hsync +vsync (37.9 kHz d)
[ 26.894] (II) modeset(0): Modeline "320x200"x85.3 15.75 320 336 368 416 200 200 202 222 doublescan -hsync +vsync (37.9 kHz d)
[ 26.894] (II) modeset(0): Modeline "320x180"x59.8 9.00 320 332 360 400 180 181 184 188 doublescan -hsync +vsync (22.5 kHz d)
[ 26.894] (II) modeset(0): Modeline "320x180"x59.3 8.88 320 344 360 400 180 181 184 187 doublescan +hsync -vsync (22.2 kHz d)
[ 26.894] (II) modeset(0): Modeline "320x175"x85.3 15.75 320 336 368 416 175 191 192 222 doublescan +hsync -vsync (37.9 kHz d)
[ 26.896] (II) modeset(0): EDID for output HDMI-2
[ 26.896] (II) modeset(0): Output DP-1 disconnected
[ 26.896] (II) modeset(0): Output HDMI-1 disconnected
[ 26.896] (II) modeset(0): Output DP-2 connected
[ 26.896] (II) modeset(0): Output HDMI-2 disconnected
[ 26.896] (II) modeset(0): Using exact sizes for initial modes
[ 26.896] (II) modeset(0): Output DP-2 using initial mode 2560x1440 +0+0
[ 26.896] (==) modeset(0): Using gamma correction (1.0, 1.0, 1.0)
[ 26.896] (==) modeset(0): DPI set to (96, 96)
[ 26.896] (II) Loading sub module "fb"
[ 26.896] (II) LoadModule: "fb"
[ 26.896] (II) Module "fb" already built-in
[ 26.896] (II) Loading sub module "shadow"
[ 26.896] (II) LoadModule: "shadow"
[ 26.896] (II) Loading /usr/lib/xorg/modules/libshadow.so
[ 26.904] (II) Module shadow: vendor="X.Org Foundation"
[ 26.904] compiled for 1.21.1.4, module version = 1.1.0
[ 26.904] ABI class: X.Org ANSI C Emulation, version 0.4
[ 26.904] (II) UnloadModule: "vesa"
[ 26.904] (II) Unloading vesa
[ 26.904] (==) modeset(0): Backing store enabled
[ 26.904] (==) modeset(0): Silken mouse enabled
[ 26.916] (II) modeset(0): Initializing kms color map for depth 24, 8 bpc.
[ 26.916] (==) modeset(0): DPMS enabled
[ 26.916] (II) Initializing extension Generic Event Extension
[ 26.916] (II) Initializing extension SHAPE
[ 26.916] (II) Initializing extension MIT-SHM
[ 26.916] (II) Initializing extension XInputExtension
[ 26.917] (II) Initializing extension XTEST
[ 26.917] (II) Initializing extension BIG-REQUESTS
[ 26.917] (II) Initializing extension SYNC
[ 26.917] (II) Initializing extension XKEYBOARD
[ 26.917] (II) Initializing extension XC-MISC
[ 26.917] (II) Initializing extension SECURITY
[ 26.917] (II) Initializing extension XFIXES
[ 26.917] (II) Initializing extension RENDER
[ 26.917] (II) Initializing extension RANDR
[ 26.917] (II) Initializing extension COMPOSITE
[ 26.917] (II) Initializing extension DAMAGE
[ 26.917] (II) Initializing extension MIT-SCREEN-SAVER
[ 26.917] (II) Initializing extension DOUBLE-BUFFER
[ 26.917] (II) Initializing extension RECORD
[ 26.917] (II) Initializing extension DPMS
[ 26.918] (II) Initializing extension Present
[ 26.918] (II) Initializing extension DRI3
[ 26.918] (II) Initializing extension X-Resource
[ 26.918] (II) Initializing extension XVideo
[ 26.918] (II) Initializing extension XVideo-MotionCompensation
[ 26.918] (II) Initializing extension GLX
[ 26.918] (II) AIGLX: Screen 0 is not DRI2 capable
[ 26.919] (II) IGLX: Loaded and initialized swrast
[ 26.919] (II) GLX: Initialized DRISWRAST GL provider for screen 0
[ 26.919] (II) Initializing extension XFree86-VidModeExtension
[ 26.920] (II) Initializing extension XFree86-DGA
[ 26.920] (II) Initializing extension XFree86-DRI
[ 26.920] (II) Initializing extension DRI2
[ 26.920] (II) modeset(0): Damage tracking initialized
[ 26.920] (II) modeset(0): Setting screen physical size to 677 x 381
[ 26.954] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[ 26.954] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[ 26.954] (II) LoadModule: "libinput"
[ 26.954] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[ 26.955] (II) Module libinput: vendor="X.Org Foundation"
[ 26.955] compiled for 1.21.1.3, module version = 1.2.1
[ 26.955] Module class: X.Org XInput Driver
[ 26.955] ABI class: X.Org XInput driver, version 24.4
[ 26.955] (II) Using input driver 'libinput' for 'Power Button'
[ 26.956] (II) systemd-logind: got fd for /dev/input/event1 13:65 fd 21 paused 0
[ 26.956] (**) Power Button: always reports core events
[ 26.956] (**) Option "Device" "/dev/input/event1"
[ 26.960] (II) event1 - Power Button: is tagged by udev as: Keyboard
[ 26.960] (II) event1 - Power Button: device is a keyboard
[ 26.960] (II) event1 - Power Button: device removed
[ 26.960] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input1/event1"
[ 26.960] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[ 26.961] (II) event1 - Power Button: is tagged by udev as: Keyboard
[ 26.961] (II) event1 - Power Button: device is a keyboard
[ 26.961] (II) config/udev: Adding input device Power Button (/dev/input/event0)
[ 26.961] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[ 26.961] (II) Using input driver 'libinput' for 'Power Button'
[ 26.961] (II) systemd-logind: got fd for /dev/input/event0 13:64 fd 24 paused 0
[ 26.961] (**) Power Button: always reports core events
[ 26.961] (**) Option "Device" "/dev/input/event0"
[ 26.962] (II) event0 - Power Button: is tagged by udev as: Keyboard
[ 26.962] (II) event0 - Power Button: device is a keyboard
[ 26.962] (II) event0 - Power Button: device removed
[ 26.962] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0/event0"
[ 26.962] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 7)
[ 26.962] (II) event0 - Power Button: is tagged by udev as: Keyboard
[ 26.962] (II) event0 - Power Button: device is a keyboard
[ 26.962] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=8 (/dev/input/event10)
[ 26.962] (II) No input driver specified, ignoring this device.
[ 26.962] (II) This device may have been added with another device file.
[ 26.963] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=9 (/dev/input/event11)
[ 26.963] (II) No input driver specified, ignoring this device.
[ 26.963] (II) This device may have been added with another device file.
[ 26.963] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=10 (/dev/input/event12)
[ 26.963] (II) No input driver specified, ignoring this device.
[ 26.963] (II) This device may have been added with another device file.
[ 26.963] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=11 (/dev/input/event13)
[ 26.963] (II) No input driver specified, ignoring this device.
[ 26.963] (II) This device may have been added with another device file.
[ 26.963] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=12 (/dev/input/event14)
[ 26.963] (II) No input driver specified, ignoring this device.
[ 26.963] (II) This device may have been added with another device file.
[ 26.963] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 (/dev/input/event8)
[ 26.963] (II) No input driver specified, ignoring this device.
[ 26.963] (II) This device may have been added with another device file.
[ 26.963] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=7 (/dev/input/event9)
[ 26.963] (II) No input driver specified, ignoring this device.
[ 26.963] (II) This device may have been added with another device file.
[ 26.964] (II) config/udev: Adding input device USB-HID Keyboard (/dev/input/event2)
[ 26.964] (**) USB-HID Keyboard: Applying InputClass "libinput keyboard catchall"
[ 26.964] (II) Using input driver 'libinput' for 'USB-HID Keyboard'
[ 26.964] (II) systemd-logind: got fd for /dev/input/event2 13:66 fd 25 paused 0
[ 26.964] (**) USB-HID Keyboard: always reports core events
[ 26.964] (**) Option "Device" "/dev/input/event2"
[ 26.964] (II) event2 - USB-HID Keyboard: is tagged by udev as: Keyboard
[ 26.965] (II) event2 - USB-HID Keyboard: device is a keyboard
[ 26.965] (II) event2 - USB-HID Keyboard: device removed
[ 26.965] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:08.1/0000:08:00.3/usb3/3-4/3-4:1.0/0003:04D9:0407.0001/input/input2/event2"
[ 26.965] (II) XINPUT: Adding extended input device "USB-HID Keyboard" (type: KEYBOARD, id 8)
[ 26.965] (II) event2 - USB-HID Keyboard: is tagged by udev as: Keyboard
[ 26.965] (II) event2 - USB-HID Keyboard: device is a keyboard
[ 26.966] (II) config/udev: Adding input device USB-HID Keyboard System Control (/dev/input/event4)
[ 26.966] (**) USB-HID Keyboard System Control: Applying InputClass "libinput keyboard catchall"
[ 26.966] (II) Using input driver 'libinput' for 'USB-HID Keyboard System Control'
[ 26.966] (II) systemd-logind: got fd for /dev/input/event4 13:68 fd 26 paused 0
[ 26.966] (**) USB-HID Keyboard System Control: always reports core events
[ 26.966] (**) Option "Device" "/dev/input/event4"
[ 26.967] (II) event4 - USB-HID Keyboard System Control: is tagged by udev as: Keyboard
[ 26.967] (II) event4 - USB-HID Keyboard System Control: device is a keyboard
[ 26.967] (II) event4 - USB-HID Keyboard System Control: device removed
[ 26.967] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:08.1/0000:08:00.3/usb3/3-4/3-4:1.2/0003:04D9:0407.0003/input/input4/event4"
[ 26.967] (II) XINPUT: Adding extended input device "USB-HID Keyboard System Control" (type: KEYBOARD, id 9)
[ 26.967] (II) event4 - USB-HID Keyboard System Control: is tagged by udev as: Keyboard
[ 26.967] (II) event4 - USB-HID Keyboard System Control: device is a keyboard
[ 26.968] (II) config/udev: Adding input device USB-HID Keyboard Consumer Control (/dev/input/event5)
[ 26.968] (**) USB-HID Keyboard Consumer Control: Applying InputClass "libinput keyboard catchall"
[ 26.968] (II) Using input driver 'libinput' for 'USB-HID Keyboard Consumer Control'
[ 26.968] (II) systemd-logind: got fd for /dev/input/event5 13:69 fd 27 paused 0
[ 26.968] (**) USB-HID Keyboard Consumer Control: always reports core events
[ 26.968] (**) Option "Device" "/dev/input/event5"
[ 26.969] (II) event5 - USB-HID Keyboard Consumer Control: is tagged by udev as: Keyboard
[ 26.969] (II) event5 - USB-HID Keyboard Consumer Control: device is a keyboard
[ 26.969] (II) event5 - USB-HID Keyboard Consumer Control: device removed
[ 26.969] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:08.1/0000:08:00.3/usb3/3-4/3-4:1.2/0003:04D9:0407.0003/input/input5/event5"
[ 26.969] (II) XINPUT: Adding extended input device "USB-HID Keyboard Consumer Control" (type: KEYBOARD, id 10)
[ 26.970] (II) event5 - USB-HID Keyboard Consumer Control: is tagged by udev as: Keyboard
[ 26.970] (II) event5 - USB-HID Keyboard Consumer Control: device is a keyboard
[ 26.970] (II) config/udev: Adding input device USB-HID Keyboard Mouse (/dev/input/event6)
[ 26.970] (**) USB-HID Keyboard Mouse: Applying InputClass "libinput pointer catchall"
[ 26.970] (II) Using input driver 'libinput' for 'USB-HID Keyboard Mouse'
[ 26.970] (II) systemd-logind: got fd for /dev/input/event6 13:70 fd 28 paused 0
[ 26.970] (**) USB-HID Keyboard Mouse: always reports core events
[ 26.970] (**) Option "Device" "/dev/input/event6"
[ 26.971] (II) event6 - USB-HID Keyboard Mouse: is tagged by udev as: Mouse
[ 26.971] (II) event6 - USB-HID Keyboard Mouse: device is a pointer
[ 26.971] (II) event6 - USB-HID Keyboard Mouse: device removed
[ 26.971] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:08.1/0000:08:00.3/usb3/3-4/3-4:1.2/0003:04D9:0407.0003/input/input6/event6"
[ 26.971] (II) XINPUT: Adding extended input device "USB-HID Keyboard Mouse" (type: MOUSE, id 11)
[ 26.971] (**) Option "AccelerationScheme" "none"
[ 26.971] (**) USB-HID Keyboard Mouse: (accel) selected scheme none/0
[ 26.971] (**) USB-HID Keyboard Mouse: (accel) acceleration factor: 2.000
[ 26.971] (**) USB-HID Keyboard Mouse: (accel) acceleration threshold: 4
[ 26.972] (II) event6 - USB-HID Keyboard Mouse: is tagged by udev as: Mouse
[ 26.972] (II) event6 - USB-HID Keyboard Mouse: device is a pointer
[ 26.972] (II) config/udev: Adding input device USB-HID Keyboard Mouse (/dev/input/mouse0)
[ 26.972] (II) No input driver specified, ignoring this device.
[ 26.972] (II) This device may have been added with another device file.
[ 26.972] (II) config/udev: Adding input device USB-HID Keyboard (/dev/input/event7)
[ 26.972] (**) USB-HID Keyboard: Applying InputClass "libinput keyboard catchall"
[ 26.972] (II) Using input driver 'libinput' for 'USB-HID Keyboard'
[ 26.973] (II) systemd-logind: got fd for /dev/input/event7 13:71 fd 29 paused 0
[ 26.973] (**) USB-HID Keyboard: always reports core events
[ 26.973] (**) Option "Device" "/dev/input/event7"
[ 26.974] (II) event7 - USB-HID Keyboard: is tagged by udev as: Keyboard
[ 26.974] (II) event7 - USB-HID Keyboard: device is a keyboard
[ 26.974] (II) event7 - USB-HID Keyboard: device removed
[ 26.974] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:08.1/0000:08:00.3/usb3/3-4/3-4:1.2/0003:04D9:0407.0003/input/input7/event7"
[ 26.974] (II) XINPUT: Adding extended input device "USB-HID Keyboard" (type: KEYBOARD, id 12)
[ 26.974] (II) event7 - USB-HID Keyboard: is tagged by udev as: Keyboard
[ 26.974] (II) event7 - USB-HID Keyboard: device is a keyboard
[ 26.975] (II) config/udev: Adding input device HD-Audio Generic Front Mic (/dev/input/event15)
[ 26.975] (II) No input driver specified, ignoring this device.
[ 26.975] (II) This device may have been added with another device file.
[ 26.975] (II) config/udev: Adding input device HD-Audio Generic Rear Mic (/dev/input/event16)
[ 26.975] (II) No input driver specified, ignoring this device.
[ 26.975] (II) This device may have been added with another device file.
[ 26.975] (II) config/udev: Adding input device HD-Audio Generic Line (/dev/input/event17)
[ 26.975] (II) No input driver specified, ignoring this device.
[ 26.975] (II) This device may have been added with another device file.
[ 26.976] (II) config/udev: Adding input device HD-Audio Generic Line Out Front (/dev/input/event18)
[ 26.976] (II) No input driver specified, ignoring this device.
[ 26.976] (II) This device may have been added with another device file.
[ 26.976] (II) config/udev: Adding input device HD-Audio Generic Line Out Surround (/dev/input/event19)
[ 26.976] (II) No input driver specified, ignoring this device.
[ 26.976] (II) This device may have been added with another device file.
[ 26.976] (II) config/udev: Adding input device HD-Audio Generic Line Out CLFE (/dev/input/event20)
[ 26.976] (II) No input driver specified, ignoring this device.
[ 26.976] (II) This device may have been added with another device file.
[ 26.976] (II) config/udev: Adding input device HD-Audio Generic Front Headphone (/dev/input/event21)
[ 26.976] (II) No input driver specified, ignoring this device.
[ 26.976] (II) This device may have been added with another device file.
[ 26.976] (II) config/udev: Adding input device PC Speaker (/dev/input/event3)
[ 26.976] (II) No input driver specified, ignoring this device.
[ 26.976] (II) This device may have been added with another device file.
[ 27.046] (II) modeset(0): Disabling kernel dirty updates, not required.
[ 94.899] (EE) event2 - USB-HID Keyboard: client bug: event processing lagging behind by 30ms, your system is too slowYou were right, it does say "Unknown chipset: NV176", although there are two more (EE) messages. According to the link you gave, I have to wait for nouveau to get nv170 support, right?
All of this looks like it can give me more trouble in the future. Should I just install nvidia drivers (this is what you mean by "nvidia blob")?
Also this last message about system being too slow, is worrisome. Keyboard I'm using has trackpoint and it works normal (both buttons and trackpoint). How do I fix this error?
Offline
Should I just install nvidia drivers (this is what you mean by "nvidia blob")?
Yes and yes.
https://wiki.archlinux.org/title/NVIDIA#Installation
Pay attention to the "ibt" thing.
[ 26.918] (II) AIGLX: Screen 0 is not DRI2 capable
[ 26.919] (II) IGLX: Loaded and initialized swrast
[ 26.919] (II) GLX: Initialized DRISWRAST GL provider for screen 0The system is slow because the CPU has to do the job of the GPU.
The problem will likely disappear w/ the nvidia blob, but in general this just means that the system could not handle an even in a self-applied deadline (because it's busy doing other stuff, in your case likely the GPU stuff)
Online
Should I just install nvidia drivers (this is what you mean by "nvidia blob")?
Yes and yes.
https://wiki.archlinux.org/title/NVIDIA#Installation
Pay attention to the "ibt" thing.
Are you talking about this?
nvidia does not boot on Linux 5.18 on systems with Intel CPUs due to FS#74886/FS#74891. Until this is fixed, a workaround is disabling the Indirect Branch Tracking CPU security feature by setting the ibt=off kernel parameter from the bootloader. This security feature is responsible for mitigating a class of exploit techniques, but is deemed safe as a temporary stopgap solution. You can alternatively try nvidia-open and continue using IBT.
I have amd 5950X.
Offline
I installed nvidia drivers. mpv errors are gone, but I still see errors about slow system in xorg log. Also font in tty console changed (don't know if that's important).
xorg log:
[ 26.606]
X.Org X Server 1.21.1.4
X Protocol Version 11, Revision 0
[ 26.606] Current Operating System: Linux unit01 5.18.16-arch1-1 #1 SMP PREEMPT_DYNAMIC Wed, 03 Aug 2022 11:25:04 +0000 x86_64
[ 26.606] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=995f6505-07d2-4e4a-9026-1d58163e2753 rw loglevel=3 quiet
[ 26.606]
[ 26.606] Current version of pixman: 0.40.0
[ 26.606] Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[ 26.606] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 26.607] (==) Log file: "/home/shinji/.local/share/xorg/Xorg.0.log", Time: Sat Aug 13 18:29:59 2022
[ 26.607] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[ 26.608] (==) No Layout section. Using the first Screen section.
[ 26.608] (==) No screen section available. Using defaults.
[ 26.608] (**) |-->Screen "Default Screen Section" (0)
[ 26.608] (**) | |-->Monitor "<default monitor>"
[ 26.608] (==) No monitor specified for screen "Default Screen Section".
Using a default monitor configuration.
[ 26.608] (==) Automatically adding devices
[ 26.608] (==) Automatically enabling devices
[ 26.608] (==) Automatically adding GPU devices
[ 26.608] (==) Automatically binding GPU devices
[ 26.608] (==) Max clients allowed: 256, resource mask: 0x1fffff
[ 26.608] (WW) The directory "/usr/share/fonts/TTF" does not exist.
[ 26.608] Entry deleted from font path.
[ 26.608] (WW) The directory "/usr/share/fonts/OTF" does not exist.
[ 26.608] Entry deleted from font path.
[ 26.608] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[ 26.608] Entry deleted from font path.
[ 26.609] (==) FontPath set to:
/usr/share/fonts/misc,
/usr/share/fonts/100dpi,
/usr/share/fonts/75dpi
[ 26.609] (==) ModulePath set to "/usr/lib/xorg/modules"
[ 26.609] (II) The server relies on udev to provide the list of input devices.
If no devices become available, reconfigure udev or disable AutoAddDevices.
[ 26.609] (II) Module ABI versions:
[ 26.609] X.Org ANSI C Emulation: 0.4
[ 26.609] X.Org Video Driver: 25.2
[ 26.609] X.Org XInput driver : 24.4
[ 26.609] X.Org Server Extension : 10.0
[ 26.609] (++) using VT number 1
[ 26.610] (II) systemd-logind: took control of session /org/freedesktop/login1/session/_31
[ 26.610] (II) xfree86: Adding drm device (/dev/dri/card0)
[ 26.610] (II) Platform probe for /sys/devices/pci0000:00/0000:00:03.1/0000:06:00.0/drm/card0
[ 26.610] (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 13 paused 0
[ 26.612] (--) PCI:*(6@0:0:0) 10de:2504:1458:4073 rev 161, Mem @ 0xfb000000/16777216, 0xd0000000/268435456, 0xe0000000/33554432, I/O @ 0x0000e000/128, BIOS @ 0x????????/524288
[ 26.612] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[ 26.612] (II) LoadModule: "glx"
[ 26.613] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[ 26.615] (II) Module glx: vendor="X.Org Foundation"
[ 26.615] compiled for 1.21.1.4, module version = 1.0.0
[ 26.615] ABI class: X.Org Server Extension, version 10.0
[ 26.615] (==) Matched nouveau as autoconfigured driver 0
[ 26.615] (==) Matched nv as autoconfigured driver 1
[ 26.615] (==) Matched modesetting as autoconfigured driver 2
[ 26.615] (==) Matched fbdev as autoconfigured driver 3
[ 26.615] (==) Matched vesa as autoconfigured driver 4
[ 26.615] (==) Assigned the driver to the xf86ConfigLayout
[ 26.615] (II) LoadModule: "nouveau"
[ 26.615] (II) Loading /usr/lib/xorg/modules/drivers/nouveau_drv.so
[ 26.615] (II) Module nouveau: vendor="X.Org Foundation"
[ 26.615] compiled for 1.21.1.1, module version = 1.0.17
[ 26.615] Module class: X.Org Video Driver
[ 26.615] ABI class: X.Org Video Driver, version 25.2
[ 26.615] (II) LoadModule: "nv"
[ 26.616] (WW) Warning, couldn't open module nv
[ 26.616] (EE) Failed to load module "nv" (module does not exist, 0)
[ 26.616] (II) LoadModule: "modesetting"
[ 26.616] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[ 26.617] (II) Module modesetting: vendor="X.Org Foundation"
[ 26.617] compiled for 1.21.1.4, module version = 1.21.1
[ 26.617] Module class: X.Org Video Driver
[ 26.617] ABI class: X.Org Video Driver, version 25.2
[ 26.617] (II) LoadModule: "fbdev"
[ 26.617] (WW) Warning, couldn't open module fbdev
[ 26.617] (EE) Failed to load module "fbdev" (module does not exist, 0)
[ 26.617] (II) LoadModule: "vesa"
[ 26.617] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
[ 26.617] (II) Module vesa: vendor="X.Org Foundation"
[ 26.617] compiled for 1.21.1.3, module version = 2.5.0
[ 26.617] Module class: X.Org Video Driver
[ 26.617] ABI class: X.Org Video Driver, version 25.2
[ 26.617] (II) NOUVEAU driver
[ 26.617] (II) NOUVEAU driver for NVIDIA chipset families :
[ 26.617] RIVA TNT (NV04)
[ 26.617] RIVA TNT2 (NV05)
[ 26.617] GeForce 256 (NV10)
[ 26.617] GeForce 2 (NV11, NV15)
[ 26.617] GeForce 4MX (NV17, NV18)
[ 26.617] GeForce 3 (NV20)
[ 26.617] GeForce 4Ti (NV25, NV28)
[ 26.617] GeForce FX (NV3x)
[ 26.617] GeForce 6 (NV4x)
[ 26.617] GeForce 7 (G7x)
[ 26.617] GeForce 8 (G8x)
[ 26.617] GeForce 9 (G9x)
[ 26.617] GeForce GTX 2xx/3xx (GT2xx)
[ 26.617] GeForce GTX 4xx/5xx (GFxxx)
[ 26.617] GeForce GTX 6xx/7xx (GKxxx)
[ 26.617] GeForce GTX 9xx (GMxxx)
[ 26.617] GeForce GTX 10xx (GPxxx)
[ 26.617] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[ 26.617] (II) VESA: driver for VESA chipsets: vesa
[ 26.617] xf86EnableIO: failed to enable I/O ports 0000-03ff (Operation not permitted)
[ 26.617] (II) [drm] nouveau interface version: 1.3.1
[ 26.617] (EE) Unknown chipset: NV176
[ 26.617] (II) [drm] nouveau interface version: 1.3.1
[ 26.617] (EE) Unknown chipset: NV176
[ 26.617] (II) modeset(0): using drv /dev/dri/card0
[ 26.617] (WW) VGA arbiter: cannot open kernel arbiter, no multi-card support
[ 26.617] (II) modeset(0): Creating default Display subsection in Screen section
"Default Screen Section" for depth/fbbpp 24/32
[ 26.617] (==) modeset(0): Depth 24, (==) framebuffer bpp 32
[ 26.617] (==) modeset(0): RGB weight 888
[ 26.617] (==) modeset(0): Default visual is TrueColor
[ 26.617] (II) Loading sub module "glamoregl"
[ 26.617] (II) LoadModule: "glamoregl"
[ 26.617] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[ 26.619] (II) Module glamoregl: vendor="X.Org Foundation"
[ 26.619] compiled for 1.21.1.4, module version = 1.0.1
[ 26.619] ABI class: X.Org ANSI C Emulation, version 0.4
[ 26.693] (II) modeset(0): Refusing to try glamor on llvmpipe
[ 26.694] (II) modeset(0): glamor initialization failed
[ 26.694] (II) modeset(0): ShadowFB: preferred YES, enabled YES
[ 26.694] (II) modeset(0): Double-buffered shadow updates: off
[ 26.766] (II) modeset(0): Output DP-1 has no monitor section
[ 26.767] (II) modeset(0): Output HDMI-1 has no monitor section
[ 26.784] (II) modeset(0): Output DP-2 has no monitor section
[ 26.785] (II) modeset(0): Output HDMI-2 has no monitor section
[ 26.856] (II) modeset(0): EDID for output DP-1
[ 26.857] (II) modeset(0): EDID for output HDMI-1
[ 26.874] (II) modeset(0): EDID for output DP-2
[ 26.874] (II) modeset(0): Manufacturer: AOC Model: 2702 Serial#: 12705
[ 26.874] (II) modeset(0): Year: 2022 Week: 6
[ 26.874] (II) modeset(0): EDID Version: 1.4
[ 26.874] (II) modeset(0): Digital Display Input
[ 26.874] (II) modeset(0): 10 bits per channel
[ 26.874] (II) modeset(0): Digital interface is DisplayPort
[ 26.874] (II) modeset(0): Max Image Size [cm]: horiz.: 60 vert.: 34
[ 26.874] (II) modeset(0): Gamma: 2.20
[ 26.874] (II) modeset(0): DPMS capabilities: Off
[ 26.874] (II) modeset(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4 YCrCb 4:2:2
[ 26.874] (II) modeset(0): Default color space is primary color space
[ 26.874] (II) modeset(0): First detailed timing is preferred mode
[ 26.874] (II) modeset(0): Preferred mode is native pixel format and refresh rate
[ 26.874] (II) modeset(0): Display is continuous-frequency
[ 26.874] (II) modeset(0): redX: 0.676 redY: 0.311 greenX: 0.268 greenY: 0.653
[ 26.874] (II) modeset(0): blueX: 0.144 blueY: 0.060 whiteX: 0.313 whiteY: 0.329
[ 26.874] (II) modeset(0): Supported established timings:
[ 26.874] (II) modeset(0): 720x400@70Hz
[ 26.874] (II) modeset(0): 640x480@60Hz
[ 26.874] (II) modeset(0): 640x480@67Hz
[ 26.874] (II) modeset(0): 640x480@72Hz
[ 26.874] (II) modeset(0): 640x480@75Hz
[ 26.874] (II) modeset(0): 800x600@56Hz
[ 26.874] (II) modeset(0): 800x600@60Hz
[ 26.874] (II) modeset(0): 800x600@72Hz
[ 26.874] (II) modeset(0): 800x600@75Hz
[ 26.874] (II) modeset(0): 832x624@75Hz
[ 26.874] (II) modeset(0): 1024x768@60Hz
[ 26.874] (II) modeset(0): 1024x768@70Hz
[ 26.874] (II) modeset(0): 1024x768@75Hz
[ 26.874] (II) modeset(0): 1280x1024@75Hz
[ 26.874] (II) modeset(0): Manufacturer's mask: 0
[ 26.874] (II) modeset(0): Supported standard timings:
[ 26.874] (II) modeset(0): #0: hsize: 1920 vsize 1080 refresh: 60 vid: 49361
[ 26.874] (II) modeset(0): #1: hsize: 1280 vsize 1024 refresh: 60 vid: 32897
[ 26.874] (II) modeset(0): #2: hsize: 640 vsize 480 refresh: 100 vid: 26673
[ 26.874] (II) modeset(0): #3: hsize: 640 vsize 480 refresh: 120 vid: 31793
[ 26.874] (II) modeset(0): #4: hsize: 800 vsize 600 refresh: 100 vid: 26693
[ 26.874] (II) modeset(0): #5: hsize: 800 vsize 600 refresh: 120 vid: 31813
[ 26.874] (II) modeset(0): #6: hsize: 1024 vsize 768 refresh: 100 vid: 26721
[ 26.874] (II) modeset(0): #7: hsize: 1024 vsize 768 refresh: 120 vid: 31841
[ 26.874] (II) modeset(0): Supported detailed timing:
[ 26.874] (II) modeset(0): clock: 241.5 MHz Image Size: 597 x 336 mm
[ 26.874] (II) modeset(0): h_active: 2560 h_sync: 2608 h_sync_end 2640 h_blank_end 2720 h_border: 0
[ 26.874] (II) modeset(0): v_active: 1440 v_sync: 1443 v_sync_end 1448 v_blanking: 1481 v_border: 0
[ 26.874] (II) modeset(0): Serial No: RTEN2HA012705
[ 26.874] (II) modeset(0): Monitor name: Q27G2G3R3B
[ 26.874] (II) modeset(0): Ranges: V min: 48 V max: 165 Hz, H min: 250 H max: 250 kHz, PixClock max 665 MHz
[ 26.874] (II) modeset(0): Supported detailed timing:
[ 26.874] (II) modeset(0): clock: 646.6 MHz Image Size: 597 x 336 mm
[ 26.874] (II) modeset(0): h_active: 2560 h_sync: 2568 h_sync_end 2600 h_blank_end 2666 h_border: 0
[ 26.874] (II) modeset(0): v_active: 1440 v_sync: 1443 v_sync_end 1448 v_blanking: 1470 v_border: 0
[ 26.874] (II) modeset(0): Supported detailed timing:
[ 26.874] (II) modeset(0): clock: 592.0 MHz Image Size: 597 x 336 mm
[ 26.874] (II) modeset(0): h_active: 2560 h_sync: 2568 h_sync_end 2600 h_blank_end 2666 h_border: 0
[ 26.874] (II) modeset(0): v_active: 1440 v_sync: 1465 v_sync_end 1473 v_blanking: 1543 v_border: 0
[ 26.874] (II) modeset(0): Supported detailed timing:
[ 26.874] (II) modeset(0): clock: 497.8 MHz Image Size: 597 x 336 mm
[ 26.874] (II) modeset(0): h_active: 2560 h_sync: 2608 h_sync_end 2640 h_blank_end 2720 h_border: 0
[ 26.874] (II) modeset(0): v_active: 1440 v_sync: 1443 v_sync_end 1448 v_blanking: 1525 v_border: 0
[ 26.874] (II) modeset(0): Supported detailed timing:
[ 26.874] (II) modeset(0): clock: 156.0 MHz Image Size: 597 x 336 mm
[ 26.874] (II) modeset(0): h_active: 1280 h_sync: 1376 h_sync_end 1512 h_blank_end 1744 h_border: 0
[ 26.874] (II) modeset(0): v_active: 1440 v_sync: 1443 v_sync_end 1453 v_blanking: 1493 v_border: 0
[ 26.874] (II) modeset(0): Number of EDID sections to follow: 1
[ 26.874] (II) modeset(0): EDID (in hex):
[ 26.874] (II) modeset(0): 00ffffffffffff0005e30227a1310000
[ 26.874] (II) modeset(0): 06200104b53c22783f29d5ad4f44a724
[ 26.874] (II) modeset(0): 0f5054bfef00d1c081803168317c4568
[ 26.874] (II) modeset(0): 457c6168617c565e00a0a0a029503020
[ 26.874] (II) modeset(0): 350055502100001e000000ff00525445
[ 26.874] (II) modeset(0): 4e324841303132373035000000fc0051
[ 26.874] (II) modeset(0): 3237473247335233420a2020000000fd
[ 26.874] (II) modeset(0): 0030a5fafa42010a20202020202001b2
[ 26.874] (II) modeset(0): 020332f14c0103051404131f12021190
[ 26.874] (II) modeset(0): 3f2309070783010000e305e301e60607
[ 26.874] (II) modeset(0): 016363006d1a0000020130a500000000
[ 26.874] (II) modeset(0): 000098fc006aa0a01e50082035005550
[ 26.874] (II) modeset(0): 2100001a40e7006aa0a0675008209804
[ 26.874] (II) modeset(0): 55502100001a6fc200a0a0a055503020
[ 26.874] (II) modeset(0): 350055502100001ef03c00d051a03550
[ 26.874] (II) modeset(0): 60883a0055502100001c0000000000f8
[ 26.874] (II) modeset(0): Printing probed modes for output DP-2
[ 26.874] (II) modeset(0): Modeline "2560x1440"x60.0 241.50 2560 2608 2640 2720 1440 1443 1448 1481 +hsync +vsync (88.8 kHz eP)
[ 26.874] (II) modeset(0): Modeline "2560x1440"x165.0 646.64 2560 2568 2600 2666 1440 1443 1448 1470 +hsync -vsync (242.6 kHz e)
[ 26.874] (II) modeset(0): Modeline "2560x1440"x143.9 592.00 2560 2568 2600 2666 1440 1465 1473 1543 +hsync -vsync (222.1 kHz e)
[ 26.874] (II) modeset(0): Modeline "2560x1440"x120.0 497.75 2560 2608 2640 2720 1440 1443 1448 1525 +hsync +vsync (183.0 kHz e)
[ 26.874] (II) modeset(0): Modeline "1920x1440"x85.0 341.35 1920 2072 2288 2656 1440 1441 1444 1512 -hsync +vsync (128.5 kHz d)
[ 26.874] (II) modeset(0): Modeline "1920x1440"x75.0 297.00 1920 2064 2288 2640 1440 1441 1444 1500 -hsync +vsync (112.5 kHz d)
[ 26.874] (II) modeset(0): Modeline "1920x1440"x60.0 234.00 1920 2048 2256 2600 1440 1441 1444 1500 -hsync +vsync (90.0 kHz d)
[ 26.874] (II) modeset(0): Modeline "1856x1392"x75.0 288.00 1856 1984 2208 2560 1392 1393 1396 1500 -hsync +vsync (112.5 kHz d)
[ 26.874] (II) modeset(0): Modeline "1856x1392"x60.0 218.30 1856 1952 2176 2528 1392 1393 1396 1439 -hsync +vsync (86.4 kHz d)
[ 26.874] (II) modeset(0): Modeline "1792x1344"x75.0 261.00 1792 1888 2104 2456 1344 1345 1348 1417 -hsync +vsync (106.3 kHz d)
[ 26.874] (II) modeset(0): Modeline "1792x1344"x60.0 204.80 1792 1920 2120 2448 1344 1345 1348 1394 -hsync +vsync (83.7 kHz d)
[ 26.874] (II) modeset(0): Modeline "2048x1152"x60.0 406.50 2048 2220 2444 2840 1152 1153 1156 1193 doublescan -hsync +vsync (143.1 kHz d)
[ 26.874] (II) modeset(0): Modeline "2048x1152"x60.0 302.50 2048 2072 2088 2128 1152 1153 1156 1185 doublescan +hsync -vsync (142.2 kHz d)
[ 26.874] (II) modeset(0): Modeline "2048x1152"x59.9 197.00 2048 2184 2400 2752 1152 1155 1160 1195 -hsync +vsync (71.6 kHz d)
[ 26.874] (II) modeset(0): Modeline "2048x1152"x59.9 156.75 2048 2096 2128 2208 1152 1155 1160 1185 +hsync -vsync (71.0 kHz d)
[ 26.874] (II) modeset(0): Modeline "1920x1200"x59.9 193.25 1920 2056 2256 2592 1200 1203 1209 1245 -hsync +vsync (74.6 kHz d)
[ 26.874] (II) modeset(0): Modeline "1920x1200"x60.0 154.00 1920 1968 2000 2080 1200 1203 1209 1235 +hsync -vsync (74.0 kHz d)
[ 26.874] (II) modeset(0): Modeline "1920x1080"x60.0 356.38 1920 2080 2288 2656 1080 1081 1084 1118 doublescan -hsync +vsync (134.2 kHz d)
[ 26.874] (II) modeset(0): Modeline "1920x1080"x120.0 297.00 1920 2008 2052 2200 1080 1084 1089 1125 +hsync +vsync (135.0 kHz e)
[ 26.874] (II) modeset(0): Modeline "1920x1080"x119.9 296.70 1920 2008 2052 2200 1080 1084 1089 1125 +hsync +vsync (134.9 kHz e)
[ 26.874] (II) modeset(0): Modeline "1920x1080"x60.0 266.50 1920 1944 1960 2000 1080 1081 1084 1111 doublescan +hsync -vsync (133.2 kHz d)
[ 26.874] (II) modeset(0): Modeline "1920x1080"x60.0 173.00 1920 2048 2248 2576 1080 1083 1088 1120 -hsync +vsync (67.2 kHz d)
[ 26.874] (II) modeset(0): Modeline "1920x1080"x60.0 148.50 1920 2008 2052 2200 1080 1084 1089 1125 -hsync -vsync (67.5 kHz e)
[ 26.874] (II) modeset(0): Modeline "1920x1080"x60.0 148.50 1920 2008 2052 2200 1080 1084 1089 1125 +hsync +vsync (67.5 kHz e)
[ 26.874] (II) modeset(0): Modeline "1920x1080"x50.0 148.50 1920 2448 2492 2640 1080 1084 1089 1125 +hsync +vsync (56.2 kHz e)
[ 26.874] (II) modeset(0): Modeline "1920x1080"x59.9 148.35 1920 2008 2052 2200 1080 1084 1089 1125 +hsync +vsync (67.4 kHz e)
[ 26.874] (II) modeset(0): Modeline "1920x1080"x59.9 138.50 1920 1968 2000 2080 1080 1083 1088 1111 +hsync -vsync (66.6 kHz d)
[ 26.874] (II) modeset(0): Modeline "1600x1200"x85.0 229.50 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync (106.2 kHz d)
[ 26.874] (II) modeset(0): Modeline "1600x1200"x75.0 202.50 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync (93.8 kHz d)
[ 26.874] (II) modeset(0): Modeline "1600x1200"x70.0 189.00 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync (87.5 kHz d)
[ 26.874] (II) modeset(0): Modeline "1600x1200"x65.0 175.50 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync (81.2 kHz d)
[ 26.874] (II) modeset(0): Modeline "1600x1200"x60.0 162.00 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync (75.0 kHz d)
[ 26.874] (II) modeset(0): Modeline "1280x1440"x59.9 156.00 1280 1376 1512 1744 1440 1443 1453 1493 -hsync +vsync (89.4 kHz e)
[ 26.874] (II) modeset(0): Modeline "1680x1050"x60.0 146.25 1680 1784 1960 2240 1050 1053 1059 1089 -hsync +vsync (65.3 kHz d)
[ 26.874] (II) modeset(0): Modeline "1680x1050"x59.9 119.00 1680 1728 1760 1840 1050 1053 1059 1080 +hsync -vsync (64.7 kHz d)
[ 26.874] (II) modeset(0): Modeline "1400x1050"x74.8 155.80 1400 1464 1784 1912 1050 1052 1064 1090 +hsync +vsync (81.5 kHz d)
[ 26.874] (II) modeset(0): Modeline "1400x1050"x60.0 122.00 1400 1488 1640 1880 1050 1052 1064 1082 +hsync +vsync (64.9 kHz d)
[ 26.874] (II) modeset(0): Modeline "1600x900"x60.0 246.00 1600 1728 1900 2200 900 901 904 932 doublescan -hsync +vsync (111.8 kHz d)
[ 26.874] (II) modeset(0): Modeline "1600x900"x59.9 186.50 1600 1624 1640 1680 900 901 904 926 doublescan +hsync -vsync (111.0 kHz d)
[ 26.874] (II) modeset(0): Modeline "1600x900"x59.9 118.25 1600 1696 1856 2112 900 903 908 934 -hsync +vsync (56.0 kHz d)
[ 26.874] (II) modeset(0): Modeline "1600x900"x59.8 97.50 1600 1648 1680 1760 900 903 908 926 +hsync -vsync (55.4 kHz d)
[ 26.874] (II) modeset(0): Modeline "1280x1024"x85.0 157.50 1280 1344 1504 1728 1024 1025 1028 1072 +hsync +vsync (91.1 kHz d)
[ 26.874] (II) modeset(0): Modeline "1280x1024"x75.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
[ 26.874] (II) modeset(0): Modeline "1280x1024"x60.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[ 26.874] (II) modeset(0): Modeline "1400x900"x60.0 103.50 1400 1480 1624 1848 900 903 913 934 -hsync +vsync (56.0 kHz d)
[ 26.874] (II) modeset(0): Modeline "1400x900"x59.9 86.50 1400 1448 1480 1560 900 903 913 926 +hsync -vsync (55.4 kHz d)
[ 26.874] (II) modeset(0): Modeline "1280x960"x85.0 148.50 1280 1344 1504 1728 960 961 964 1011 +hsync +vsync (85.9 kHz d)
[ 26.874] (II) modeset(0): Modeline "1280x960"x60.0 108.00 1280 1376 1488 1800 960 961 964 1000 +hsync +vsync (60.0 kHz d)
[ 26.874] (II) modeset(0): Modeline "1440x810"x60.0 198.12 1440 1548 1704 1968 810 811 814 839 doublescan -hsync +vsync (100.7 kHz d)
[ 26.874] (II) modeset(0): Modeline "1440x810"x60.0 151.88 1440 1464 1480 1520 810 811 814 833 doublescan +hsync -vsync (99.9 kHz d)
[ 26.874] (II) modeset(0): Modeline "1368x768"x59.9 85.25 1368 1440 1576 1784 768 771 781 798 -hsync +vsync (47.8 kHz d)
[ 26.874] (II) modeset(0): Modeline "1368x768"x59.9 72.25 1368 1416 1448 1528 768 771 781 790 +hsync -vsync (47.3 kHz d)
[ 26.874] (II) modeset(0): Modeline "1280x800"x60.0 174.25 1280 1380 1516 1752 800 801 804 829 doublescan -hsync +vsync (99.5 kHz d)
[ 26.874] (II) modeset(0): Modeline "1280x800"x60.0 134.25 1280 1304 1320 1360 800 801 804 823 doublescan +hsync -vsync (98.7 kHz d)
[ 26.874] (II) modeset(0): Modeline "1280x800"x59.8 83.50 1280 1352 1480 1680 800 803 809 831 -hsync +vsync (49.7 kHz d)
[ 26.874] (II) modeset(0): Modeline "1280x800"x59.9 71.00 1280 1328 1360 1440 800 803 809 823 +hsync -vsync (49.3 kHz d)
[ 26.874] (II) modeset(0): Modeline "1152x864"x75.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz d)
[ 26.874] (II) modeset(0): Modeline "1280x720"x60.0 156.12 1280 1376 1512 1744 720 721 724 746 doublescan -hsync +vsync (89.5 kHz d)
[ 26.874] (II) modeset(0): Modeline "1280x720"x60.0 120.75 1280 1304 1320 1360 720 721 724 740 doublescan +hsync -vsync (88.8 kHz d)
[ 26.874] (II) modeset(0): Modeline "1280x720"x59.9 74.50 1280 1344 1472 1664 720 723 728 748 -hsync +vsync (44.8 kHz d)
[ 26.874] (II) modeset(0): Modeline "1280x720"x60.0 74.25 1280 1390 1430 1650 720 725 730 750 +hsync +vsync (45.0 kHz e)
[ 26.874] (II) modeset(0): Modeline "1280x720"x50.0 74.25 1280 1720 1760 1980 720 725 730 750 +hsync +vsync (37.5 kHz e)
[ 26.874] (II) modeset(0): Modeline "1280x720"x59.9 74.18 1280 1390 1430 1650 720 725 730 750 +hsync +vsync (45.0 kHz e)
[ 26.874] (II) modeset(0): Modeline "1280x720"x59.7 63.75 1280 1328 1360 1440 720 723 728 741 +hsync -vsync (44.3 kHz d)
[ 26.874] (II) modeset(0): Modeline "1024x768"x85.0 194.02 1024 1108 1220 1416 768 768 770 806 doublescan -hsync +vsync (137.0 kHz d)
[ 26.874] (II) modeset(0): Modeline "1024x768"x75.0 170.24 1024 1108 1220 1416 768 768 770 801 doublescan -hsync +vsync (120.2 kHz d)
[ 26.874] (II) modeset(0): Modeline "1024x768"x119.9 137.89 1024 1104 1208 1392 768 771 775 826 -hsync +vsync (99.1 kHz)
[ 26.874] (II) modeset(0): Modeline "1024x768"x60.0 133.47 1024 1100 1212 1400 768 768 770 794 doublescan -hsync +vsync (95.3 kHz d)
[ 26.874] (II) modeset(0): Modeline "1024x768"x100.0 112.27 1024 1096 1200 1376 768 771 775 816 -hsync +vsync (81.6 kHz)
[ 26.874] (II) modeset(0): Modeline "1024x768"x85.0 94.50 1024 1072 1168 1376 768 769 772 808 +hsync +vsync (68.7 kHz d)
[ 26.874] (II) modeset(0): Modeline "1024x768"x75.0 78.75 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.0 kHz e)
[ 26.875] (II) modeset(0): Modeline "1024x768"x70.1 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (56.5 kHz e)
[ 26.875] (II) modeset(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz e)
[ 26.875] (II) modeset(0): Modeline "1024x768i"x87.0 44.90 1024 1032 1208 1264 768 768 776 817 interlace +hsync +vsync (35.5 kHz d)
[ 26.875] (II) modeset(0): Modeline "960x720"x85.0 170.68 960 1036 1144 1328 720 720 722 756 doublescan -hsync +vsync (128.5 kHz d)
[ 26.875] (II) modeset(0): Modeline "960x720"x75.0 148.50 960 1032 1144 1320 720 720 722 750 doublescan -hsync +vsync (112.5 kHz d)
[ 26.875] (II) modeset(0): Modeline "960x720"x60.0 117.00 960 1024 1128 1300 720 720 722 750 doublescan -hsync +vsync (90.0 kHz d)
[ 26.875] (II) modeset(0): Modeline "928x696"x75.0 144.00 928 992 1104 1280 696 696 698 750 doublescan -hsync +vsync (112.5 kHz d)
[ 26.875] (II) modeset(0): Modeline "928x696"x60.1 109.15 928 976 1088 1264 696 696 698 719 doublescan -hsync +vsync (86.4 kHz d)
[ 26.875] (II) modeset(0): Modeline "896x672"x75.0 130.50 896 944 1052 1228 672 672 674 708 doublescan -hsync +vsync (106.3 kHz d)
[ 26.875] (II) modeset(0): Modeline "896x672"x60.0 102.40 896 960 1060 1224 672 672 674 697 doublescan -hsync +vsync (83.7 kHz d)
[ 26.875] (II) modeset(0): Modeline "1024x576"x60.0 98.50 1024 1092 1200 1376 576 577 580 597 doublescan -hsync +vsync (71.6 kHz d)
[ 26.875] (II) modeset(0): Modeline "1024x576"x60.0 78.38 1024 1048 1064 1104 576 577 580 592 doublescan +hsync -vsync (71.0 kHz d)
[ 26.875] (II) modeset(0): Modeline "1024x576"x59.9 46.50 1024 1064 1160 1296 576 579 584 599 -hsync +vsync (35.9 kHz d)
[ 26.875] (II) modeset(0): Modeline "1024x576"x59.8 42.00 1024 1072 1104 1184 576 579 584 593 +hsync -vsync (35.5 kHz d)
[ 26.875] (II) modeset(0): Modeline "960x600"x59.9 96.62 960 1028 1128 1296 600 601 604 622 doublescan -hsync +vsync (74.6 kHz d)
[ 26.875] (II) modeset(0): Modeline "960x600"x60.0 77.00 960 984 1000 1040 600 601 604 617 doublescan +hsync -vsync (74.0 kHz d)
[ 26.875] (II) modeset(0): Modeline "832x624"x74.6 57.28 832 864 928 1152 624 625 628 667 -hsync -vsync (49.7 kHz e)
[ 26.875] (II) modeset(0): Modeline "960x540"x60.0 86.50 960 1024 1124 1288 540 541 544 560 doublescan -hsync +vsync (67.2 kHz d)
[ 26.875] (II) modeset(0): Modeline "960x540"x60.0 69.25 960 984 1000 1040 540 541 544 555 doublescan +hsync -vsync (66.6 kHz d)
[ 26.875] (II) modeset(0): Modeline "960x540"x59.6 40.75 960 992 1088 1216 540 543 548 562 -hsync +vsync (33.5 kHz d)
[ 26.875] (II) modeset(0): Modeline "960x540"x59.8 37.25 960 1008 1040 1120 540 543 548 556 +hsync -vsync (33.3 kHz d)
[ 26.875] (II) modeset(0): Modeline "800x600"x85.0 114.75 800 832 928 1080 600 600 602 625 doublescan +hsync +vsync (106.2 kHz d)
[ 26.875] (II) modeset(0): Modeline "800x600"x75.0 101.25 800 832 928 1080 600 600 602 625 doublescan +hsync +vsync (93.8 kHz d)
[ 26.875] (II) modeset(0): Modeline "800x600"x70.0 94.50 800 832 928 1080 600 600 602 625 doublescan +hsync +vsync (87.5 kHz d)
[ 26.875] (II) modeset(0): Modeline "800x600"x65.0 87.75 800 832 928 1080 600 600 602 625 doublescan +hsync +vsync (81.2 kHz d)
[ 26.875] (II) modeset(0): Modeline "800x600"x119.9 83.06 800 856 936 1072 600 603 607 646 -hsync +vsync (77.5 kHz)
[ 26.875] (II) modeset(0): Modeline "800x600"x60.0 81.00 800 832 928 1080 600 600 602 625 doublescan +hsync +vsync (75.0 kHz d)
[ 26.875] (II) modeset(0): Modeline "800x600"x99.9 67.39 800 848 928 1056 600 603 607 639 -hsync +vsync (63.8 kHz)
[ 26.875] (II) modeset(0): Modeline "800x600"x85.1 56.30 800 832 896 1048 600 601 604 631 +hsync +vsync (53.7 kHz d)
[ 26.875] (II) modeset(0): Modeline "800x600"x72.2 50.00 800 856 976 1040 600 637 643 666 +hsync +vsync (48.1 kHz e)
[ 26.875] (II) modeset(0): Modeline "800x600"x75.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz e)
[ 26.875] (II) modeset(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz e)
[ 26.875] (II) modeset(0): Modeline "800x600"x56.2 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz e)
[ 26.875] (II) modeset(0): Modeline "840x525"x60.0 73.12 840 892 980 1120 525 526 529 544 doublescan -hsync +vsync (65.3 kHz d)
[ 26.875] (II) modeset(0): Modeline "840x525"x59.9 59.50 840 864 880 920 525 526 529 540 doublescan +hsync -vsync (64.7 kHz d)
[ 26.875] (II) modeset(0): Modeline "864x486"x59.9 32.50 864 888 968 1072 486 489 494 506 -hsync +vsync (30.3 kHz d)
[ 26.875] (II) modeset(0): Modeline "864x486"x59.6 30.50 864 912 944 1024 486 489 494 500 +hsync -vsync (29.8 kHz d)
[ 26.875] (II) modeset(0): Modeline "720x576"x50.0 27.00 720 732 796 864 576 581 586 625 -hsync -vsync (31.2 kHz e)
[ 26.875] (II) modeset(0): Modeline "700x525"x74.8 77.90 700 732 892 956 525 526 532 545 doublescan +hsync +vsync (81.5 kHz d)
[ 26.875] (II) modeset(0): Modeline "700x525"x60.0 61.00 700 744 820 940 525 526 532 541 doublescan +hsync +vsync (64.9 kHz d)
[ 26.875] (II) modeset(0): Modeline "800x450"x59.9 59.12 800 848 928 1056 450 451 454 467 doublescan -hsync +vsync (56.0 kHz d)
[ 26.875] (II) modeset(0): Modeline "800x450"x59.8 48.75 800 824 840 880 450 451 454 463 doublescan +hsync -vsync (55.4 kHz d)
[ 26.875] (II) modeset(0): Modeline "720x480"x60.0 27.03 720 736 798 858 480 489 495 525 -hsync -vsync (31.5 kHz e)
[ 26.875] (II) modeset(0): Modeline "720x480"x59.9 27.00 720 736 798 858 480 489 495 525 -hsync -vsync (31.5 kHz e)
[ 26.875] (II) modeset(0): Modeline "640x512"x85.0 78.75 640 672 752 864 512 512 514 536 doublescan +hsync +vsync (91.1 kHz d)
[ 26.875] (II) modeset(0): Modeline "640x512"x75.0 67.50 640 648 720 844 512 512 514 533 doublescan +hsync +vsync (80.0 kHz d)
[ 26.875] (II) modeset(0): Modeline "640x512"x60.0 54.00 640 664 720 844 512 512 514 533 doublescan +hsync +vsync (64.0 kHz d)
[ 26.875] (II) modeset(0): Modeline "700x450"x60.0 51.75 700 740 812 924 450 451 456 467 doublescan -hsync +vsync (56.0 kHz d)
[ 26.875] (II) modeset(0): Modeline "700x450"x59.9 43.25 700 724 740 780 450 451 456 463 doublescan +hsync -vsync (55.4 kHz d)
[ 26.875] (II) modeset(0): Modeline "640x480"x85.1 74.25 640 672 752 864 480 480 482 505 doublescan +hsync +vsync (85.9 kHz d)
[ 26.875] (II) modeset(0): Modeline "640x480"x60.0 54.00 640 688 744 900 480 480 482 500 doublescan +hsync +vsync (60.0 kHz d)
[ 26.875] (II) modeset(0): Modeline "640x480"x119.8 52.62 640 680 744 848 480 483 487 518 -hsync +vsync (62.1 kHz)
[ 26.875] (II) modeset(0): Modeline "640x480"x99.8 42.52 640 672 736 832 480 483 487 512 -hsync +vsync (51.1 kHz)
[ 26.875] (II) modeset(0): Modeline "640x480"x85.0 36.00 640 696 752 832 480 481 484 509 -hsync -vsync (43.3 kHz d)
[ 26.875] (II) modeset(0): Modeline "640x480"x75.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz e)
[ 26.875] (II) modeset(0): Modeline "640x480"x72.8 31.50 640 664 704 832 480 489 492 520 -hsync -vsync (37.9 kHz e)
[ 26.875] (II) modeset(0): Modeline "640x480"x75.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz d)
[ 26.875] (II) modeset(0): Modeline "640x480"x66.7 30.24 640 704 768 864 480 483 486 525 -hsync -vsync (35.0 kHz e)
[ 26.875] (II) modeset(0): Modeline "640x480"x60.0 25.20 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e)
[ 26.875] (II) modeset(0): Modeline "640x480"x59.9 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e)
[ 26.875] (II) modeset(0): Modeline "720x405"x59.5 22.50 720 744 808 896 405 408 413 422 -hsync +vsync (25.1 kHz d)
[ 26.875] (II) modeset(0): Modeline "720x405"x59.0 21.75 720 768 800 880 405 408 413 419 +hsync -vsync (24.7 kHz d)
[ 26.875] (II) modeset(0): Modeline "720x400"x85.0 35.50 720 756 828 936 400 401 404 446 -hsync +vsync (37.9 kHz d)
[ 26.875] (II) modeset(0): Modeline "720x400"x70.1 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz e)
[ 26.875] (II) modeset(0): Modeline "684x384"x59.9 42.62 684 720 788 892 384 385 390 399 doublescan -hsync +vsync (47.8 kHz d)
[ 26.875] (II) modeset(0): Modeline "684x384"x59.9 36.12 684 708 724 764 384 385 390 395 doublescan +hsync -vsync (47.3 kHz d)
[ 26.875] (II) modeset(0): Modeline "640x400"x59.9 41.75 640 676 740 840 400 401 404 415 doublescan -hsync +vsync (49.7 kHz d)
[ 26.875] (II) modeset(0): Modeline "640x400"x60.0 35.50 640 664 680 720 400 401 404 411 doublescan +hsync -vsync (49.3 kHz d)
[ 26.875] (II) modeset(0): Modeline "640x400"x85.1 31.50 640 672 736 832 400 401 404 445 -hsync +vsync (37.9 kHz d)
[ 26.875] (II) modeset(0): Modeline "576x432"x75.0 54.00 576 608 672 800 432 432 434 450 doublescan +hsync +vsync (67.5 kHz d)
[ 26.875] (II) modeset(0): Modeline "640x360"x59.9 37.25 640 672 736 832 360 361 364 374 doublescan -hsync +vsync (44.8 kHz d)
[ 26.875] (II) modeset(0): Modeline "640x360"x59.8 31.88 640 664 680 720 360 361 364 370 doublescan +hsync -vsync (44.3 kHz d)
[ 26.875] (II) modeset(0): Modeline "640x360"x59.8 18.00 640 664 720 800 360 363 368 376 -hsync +vsync (22.5 kHz d)
[ 26.875] (II) modeset(0): Modeline "640x360"x59.3 17.75 640 688 720 800 360 363 368 374 +hsync -vsync (22.2 kHz d)
[ 26.875] (II) modeset(0): Modeline "640x350"x85.1 31.50 640 672 736 832 350 382 385 445 +hsync -vsync (37.9 kHz d)
[ 26.875] (II) modeset(0): Modeline "512x384"x85.0 47.25 512 536 584 688 384 384 386 404 doublescan +hsync +vsync (68.7 kHz d)
[ 26.875] (II) modeset(0): Modeline "512x384"x75.0 39.38 512 520 568 656 384 384 386 400 doublescan +hsync +vsync (60.0 kHz d)
[ 26.875] (II) modeset(0): Modeline "512x384"x70.1 37.50 512 524 592 664 384 385 388 403 doublescan -hsync -vsync (56.5 kHz d)
[ 26.875] (II) modeset(0): Modeline "512x384"x60.0 32.50 512 524 592 672 384 385 388 403 doublescan -hsync -vsync (48.4 kHz d)
[ 26.875] (II) modeset(0): Modeline "512x384i"x87.1 22.45 512 516 604 632 384 384 388 408 interlace doublescan +hsync +vsync (35.5 kHz d)
[ 26.875] (II) modeset(0): Modeline "512x288"x60.0 23.25 512 532 580 648 288 289 292 299 doublescan -hsync +vsync (35.9 kHz d)
[ 26.875] (II) modeset(0): Modeline "512x288"x59.9 21.00 512 536 552 592 288 289 292 296 doublescan +hsync -vsync (35.5 kHz d)
[ 26.875] (II) modeset(0): Modeline "416x312"x74.7 28.64 416 432 464 576 312 312 314 333 doublescan -hsync -vsync (49.7 kHz d)
[ 26.875] (II) modeset(0): Modeline "480x270"x59.6 20.38 480 496 544 608 270 271 274 281 doublescan -hsync +vsync (33.5 kHz d)
[ 26.875] (II) modeset(0): Modeline "480x270"x59.8 18.62 480 504 520 560 270 271 274 278 doublescan +hsync -vsync (33.3 kHz d)
[ 26.875] (II) modeset(0): Modeline "400x300"x85.3 28.15 400 416 448 524 300 300 302 315 doublescan +hsync +vsync (53.7 kHz d)
[ 26.875] (II) modeset(0): Modeline "400x300"x72.2 25.00 400 428 488 520 300 318 321 333 doublescan +hsync +vsync (48.1 kHz d)
[ 26.875] (II) modeset(0): Modeline "400x300"x75.1 24.75 400 408 448 528 300 300 302 312 doublescan +hsync +vsync (46.9 kHz d)
[ 26.875] (II) modeset(0): Modeline "400x300"x60.3 20.00 400 420 484 528 300 300 302 314 doublescan +hsync +vsync (37.9 kHz d)
[ 26.875] (II) modeset(0): Modeline "400x300"x56.3 18.00 400 412 448 512 300 300 301 312 doublescan +hsync +vsync (35.2 kHz d)
[ 26.875] (II) modeset(0): Modeline "432x243"x59.9 16.25 432 444 484 536 243 244 247 253 doublescan -hsync +vsync (30.3 kHz d)
[ 26.875] (II) modeset(0): Modeline "432x243"x59.6 15.25 432 456 472 512 243 244 247 250 doublescan +hsync -vsync (29.8 kHz d)
[ 26.875] (II) modeset(0): Modeline "320x240"x85.2 18.00 320 348 376 416 240 240 242 254 doublescan -hsync -vsync (43.3 kHz d)
[ 26.875] (II) modeset(0): Modeline "320x240"x72.8 15.75 320 332 352 416 240 244 246 260 doublescan -hsync -vsync (37.9 kHz d)
[ 26.875] (II) modeset(0): Modeline "320x240"x75.0 15.75 320 328 360 420 240 240 242 250 doublescan -hsync -vsync (37.5 kHz d)
[ 26.875] (II) modeset(0): Modeline "320x240"x60.1 12.59 320 328 376 400 240 245 246 262 doublescan -hsync -vsync (31.5 kHz d)
[ 26.875] (II) modeset(0): Modeline "360x202"x59.5 11.25 360 372 404 448 202 204 206 211 doublescan -hsync +vsync (25.1 kHz d)
[ 26.875] (II) modeset(0): Modeline "360x202"x59.1 10.88 360 384 400 440 202 204 206 209 doublescan +hsync -vsync (24.7 kHz d)
[ 26.875] (II) modeset(0): Modeline "360x200"x85.0 17.75 360 378 414 468 200 200 202 223 doublescan -hsync +vsync (37.9 kHz d)
[ 26.875] (II) modeset(0): Modeline "320x200"x85.3 15.75 320 336 368 416 200 200 202 222 doublescan -hsync +vsync (37.9 kHz d)
[ 26.875] (II) modeset(0): Modeline "320x180"x59.8 9.00 320 332 360 400 180 181 184 188 doublescan -hsync +vsync (22.5 kHz d)
[ 26.875] (II) modeset(0): Modeline "320x180"x59.3 8.88 320 344 360 400 180 181 184 187 doublescan +hsync -vsync (22.2 kHz d)
[ 26.875] (II) modeset(0): Modeline "320x175"x85.3 15.75 320 336 368 416 175 191 192 222 doublescan +hsync -vsync (37.9 kHz d)
[ 26.876] (II) modeset(0): EDID for output HDMI-2
[ 26.876] (II) modeset(0): Output DP-1 disconnected
[ 26.876] (II) modeset(0): Output HDMI-1 disconnected
[ 26.876] (II) modeset(0): Output DP-2 connected
[ 26.876] (II) modeset(0): Output HDMI-2 disconnected
[ 26.876] (II) modeset(0): Using exact sizes for initial modes
[ 26.876] (II) modeset(0): Output DP-2 using initial mode 2560x1440 +0+0
[ 26.876] (==) modeset(0): Using gamma correction (1.0, 1.0, 1.0)
[ 26.876] (==) modeset(0): DPI set to (96, 96)
[ 26.876] (II) Loading sub module "fb"
[ 26.876] (II) LoadModule: "fb"
[ 26.876] (II) Module "fb" already built-in
[ 26.876] (II) Loading sub module "shadow"
[ 26.876] (II) LoadModule: "shadow"
[ 26.876] (II) Loading /usr/lib/xorg/modules/libshadow.so
[ 26.884] (II) Module shadow: vendor="X.Org Foundation"
[ 26.884] compiled for 1.21.1.4, module version = 1.1.0
[ 26.884] ABI class: X.Org ANSI C Emulation, version 0.4
[ 26.884] (II) UnloadModule: "vesa"
[ 26.884] (II) Unloading vesa
[ 26.885] (==) modeset(0): Backing store enabled
[ 26.885] (==) modeset(0): Silken mouse enabled
[ 26.907] (II) modeset(0): Initializing kms color map for depth 24, 8 bpc.
[ 26.907] (==) modeset(0): DPMS enabled
[ 26.907] (II) Initializing extension Generic Event Extension
[ 26.908] (II) Initializing extension SHAPE
[ 26.908] (II) Initializing extension MIT-SHM
[ 26.908] (II) Initializing extension XInputExtension
[ 26.908] (II) Initializing extension XTEST
[ 26.908] (II) Initializing extension BIG-REQUESTS
[ 26.908] (II) Initializing extension SYNC
[ 26.908] (II) Initializing extension XKEYBOARD
[ 26.908] (II) Initializing extension XC-MISC
[ 26.908] (II) Initializing extension SECURITY
[ 26.908] (II) Initializing extension XFIXES
[ 26.908] (II) Initializing extension RENDER
[ 26.908] (II) Initializing extension RANDR
[ 26.908] (II) Initializing extension COMPOSITE
[ 26.908] (II) Initializing extension DAMAGE
[ 26.908] (II) Initializing extension MIT-SCREEN-SAVER
[ 26.909] (II) Initializing extension DOUBLE-BUFFER
[ 26.909] (II) Initializing extension RECORD
[ 26.909] (II) Initializing extension DPMS
[ 26.909] (II) Initializing extension Present
[ 26.909] (II) Initializing extension DRI3
[ 26.909] (II) Initializing extension X-Resource
[ 26.909] (II) Initializing extension XVideo
[ 26.909] (II) Initializing extension XVideo-MotionCompensation
[ 26.909] (II) Initializing extension GLX
[ 26.909] (II) AIGLX: Screen 0 is not DRI2 capable
[ 26.911] (II) IGLX: Loaded and initialized swrast
[ 26.911] (II) GLX: Initialized DRISWRAST GL provider for screen 0
[ 26.911] (II) Initializing extension XFree86-VidModeExtension
[ 26.911] (II) Initializing extension XFree86-DGA
[ 26.911] (II) Initializing extension XFree86-DRI
[ 26.911] (II) Initializing extension DRI2
[ 26.911] (II) modeset(0): Damage tracking initialized
[ 26.911] (II) modeset(0): Setting screen physical size to 677 x 381
[ 26.948] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[ 26.948] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[ 26.948] (II) LoadModule: "libinput"
[ 26.948] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[ 26.950] (II) Module libinput: vendor="X.Org Foundation"
[ 26.950] compiled for 1.21.1.3, module version = 1.2.1
[ 26.950] Module class: X.Org XInput Driver
[ 26.950] ABI class: X.Org XInput driver, version 24.4
[ 26.950] (II) Using input driver 'libinput' for 'Power Button'
[ 26.950] (II) systemd-logind: got fd for /dev/input/event1 13:65 fd 21 paused 0
[ 26.950] (**) Power Button: always reports core events
[ 26.950] (**) Option "Device" "/dev/input/event1"
[ 26.954] (II) event1 - Power Button: is tagged by udev as: Keyboard
[ 26.954] (II) event1 - Power Button: device is a keyboard
[ 26.954] (II) event1 - Power Button: device removed
[ 26.954] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input1/event1"
[ 26.954] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[ 26.955] (II) event1 - Power Button: is tagged by udev as: Keyboard
[ 26.955] (II) event1 - Power Button: device is a keyboard
[ 26.955] (II) config/udev: Adding input device Power Button (/dev/input/event0)
[ 26.955] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[ 26.955] (II) Using input driver 'libinput' for 'Power Button'
[ 26.955] (II) systemd-logind: got fd for /dev/input/event0 13:64 fd 24 paused 0
[ 26.955] (**) Power Button: always reports core events
[ 26.955] (**) Option "Device" "/dev/input/event0"
[ 26.956] (II) event0 - Power Button: is tagged by udev as: Keyboard
[ 26.956] (II) event0 - Power Button: device is a keyboard
[ 26.956] (II) event0 - Power Button: device removed
[ 26.956] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0/event0"
[ 26.956] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 7)
[ 26.956] (II) event0 - Power Button: is tagged by udev as: Keyboard
[ 26.956] (II) event0 - Power Button: device is a keyboard
[ 26.956] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=8 (/dev/input/event10)
[ 26.956] (II) No input driver specified, ignoring this device.
[ 26.956] (II) This device may have been added with another device file.
[ 26.957] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=9 (/dev/input/event11)
[ 26.957] (II) No input driver specified, ignoring this device.
[ 26.957] (II) This device may have been added with another device file.
[ 26.957] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=10 (/dev/input/event12)
[ 26.957] (II) No input driver specified, ignoring this device.
[ 26.957] (II) This device may have been added with another device file.
[ 26.957] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=11 (/dev/input/event13)
[ 26.957] (II) No input driver specified, ignoring this device.
[ 26.957] (II) This device may have been added with another device file.
[ 26.957] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=12 (/dev/input/event14)
[ 26.957] (II) No input driver specified, ignoring this device.
[ 26.957] (II) This device may have been added with another device file.
[ 26.957] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 (/dev/input/event8)
[ 26.957] (II) No input driver specified, ignoring this device.
[ 26.957] (II) This device may have been added with another device file.
[ 26.957] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=7 (/dev/input/event9)
[ 26.957] (II) No input driver specified, ignoring this device.
[ 26.957] (II) This device may have been added with another device file.
[ 26.957] (II) config/udev: Adding input device USB-HID Keyboard (/dev/input/event3)
[ 26.957] (**) USB-HID Keyboard: Applying InputClass "libinput keyboard catchall"
[ 26.957] (II) Using input driver 'libinput' for 'USB-HID Keyboard'
[ 26.958] (II) systemd-logind: got fd for /dev/input/event3 13:67 fd 25 paused 0
[ 26.958] (**) USB-HID Keyboard: always reports core events
[ 26.958] (**) Option "Device" "/dev/input/event3"
[ 26.958] (II) event3 - USB-HID Keyboard: is tagged by udev as: Keyboard
[ 26.958] (II) event3 - USB-HID Keyboard: device is a keyboard
[ 26.958] (II) event3 - USB-HID Keyboard: device removed
[ 26.958] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:08.1/0000:08:00.3/usb3/3-4/3-4:1.0/0003:04D9:0407.0001/input/input3/event3"
[ 26.958] (II) XINPUT: Adding extended input device "USB-HID Keyboard" (type: KEYBOARD, id 8)
[ 26.959] (II) event3 - USB-HID Keyboard: is tagged by udev as: Keyboard
[ 26.959] (II) event3 - USB-HID Keyboard: device is a keyboard
[ 26.959] (II) config/udev: Adding input device USB-HID Keyboard System Control (/dev/input/event4)
[ 26.959] (**) USB-HID Keyboard System Control: Applying InputClass "libinput keyboard catchall"
[ 26.959] (II) Using input driver 'libinput' for 'USB-HID Keyboard System Control'
[ 26.960] (II) systemd-logind: got fd for /dev/input/event4 13:68 fd 26 paused 0
[ 26.960] (**) USB-HID Keyboard System Control: always reports core events
[ 26.960] (**) Option "Device" "/dev/input/event4"
[ 26.960] (II) event4 - USB-HID Keyboard System Control: is tagged by udev as: Keyboard
[ 26.960] (II) event4 - USB-HID Keyboard System Control: device is a keyboard
[ 26.960] (II) event4 - USB-HID Keyboard System Control: device removed
[ 26.960] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:08.1/0000:08:00.3/usb3/3-4/3-4:1.2/0003:04D9:0407.0003/input/input4/event4"
[ 26.960] (II) XINPUT: Adding extended input device "USB-HID Keyboard System Control" (type: KEYBOARD, id 9)
[ 26.961] (II) event4 - USB-HID Keyboard System Control: is tagged by udev as: Keyboard
[ 26.961] (II) event4 - USB-HID Keyboard System Control: device is a keyboard
[ 26.961] (II) config/udev: Adding input device USB-HID Keyboard Consumer Control (/dev/input/event5)
[ 26.961] (**) USB-HID Keyboard Consumer Control: Applying InputClass "libinput keyboard catchall"
[ 26.961] (II) Using input driver 'libinput' for 'USB-HID Keyboard Consumer Control'
[ 26.962] (II) systemd-logind: got fd for /dev/input/event5 13:69 fd 27 paused 0
[ 26.962] (**) USB-HID Keyboard Consumer Control: always reports core events
[ 26.962] (**) Option "Device" "/dev/input/event5"
[ 26.962] (II) event5 - USB-HID Keyboard Consumer Control: is tagged by udev as: Keyboard
[ 26.962] (II) event5 - USB-HID Keyboard Consumer Control: device is a keyboard
[ 26.962] (II) event5 - USB-HID Keyboard Consumer Control: device removed
[ 26.962] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:08.1/0000:08:00.3/usb3/3-4/3-4:1.2/0003:04D9:0407.0003/input/input5/event5"
[ 26.962] (II) XINPUT: Adding extended input device "USB-HID Keyboard Consumer Control" (type: KEYBOARD, id 10)
[ 26.963] (II) event5 - USB-HID Keyboard Consumer Control: is tagged by udev as: Keyboard
[ 26.963] (II) event5 - USB-HID Keyboard Consumer Control: device is a keyboard
[ 26.963] (II) config/udev: Adding input device USB-HID Keyboard Mouse (/dev/input/event6)
[ 26.963] (**) USB-HID Keyboard Mouse: Applying InputClass "libinput pointer catchall"
[ 26.963] (II) Using input driver 'libinput' for 'USB-HID Keyboard Mouse'
[ 26.964] (II) systemd-logind: got fd for /dev/input/event6 13:70 fd 28 paused 0
[ 26.964] (**) USB-HID Keyboard Mouse: always reports core events
[ 26.964] (**) Option "Device" "/dev/input/event6"
[ 26.964] (II) event6 - USB-HID Keyboard Mouse: is tagged by udev as: Mouse
[ 26.964] (II) event6 - USB-HID Keyboard Mouse: device is a pointer
[ 26.964] (II) event6 - USB-HID Keyboard Mouse: device removed
[ 26.964] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:08.1/0000:08:00.3/usb3/3-4/3-4:1.2/0003:04D9:0407.0003/input/input6/event6"
[ 26.964] (II) XINPUT: Adding extended input device "USB-HID Keyboard Mouse" (type: MOUSE, id 11)
[ 26.964] (**) Option "AccelerationScheme" "none"
[ 26.964] (**) USB-HID Keyboard Mouse: (accel) selected scheme none/0
[ 26.964] (**) USB-HID Keyboard Mouse: (accel) acceleration factor: 2.000
[ 26.964] (**) USB-HID Keyboard Mouse: (accel) acceleration threshold: 4
[ 26.965] (II) event6 - USB-HID Keyboard Mouse: is tagged by udev as: Mouse
[ 26.965] (II) event6 - USB-HID Keyboard Mouse: device is a pointer
[ 26.965] (II) config/udev: Adding input device USB-HID Keyboard Mouse (/dev/input/mouse0)
[ 26.965] (II) No input driver specified, ignoring this device.
[ 26.965] (II) This device may have been added with another device file.
[ 26.966] (II) config/udev: Adding input device USB-HID Keyboard (/dev/input/event7)
[ 26.966] (**) USB-HID Keyboard: Applying InputClass "libinput keyboard catchall"
[ 26.966] (II) Using input driver 'libinput' for 'USB-HID Keyboard'
[ 26.966] (II) systemd-logind: got fd for /dev/input/event7 13:71 fd 29 paused 0
[ 26.966] (**) USB-HID Keyboard: always reports core events
[ 26.966] (**) Option "Device" "/dev/input/event7"
[ 26.966] (II) event7 - USB-HID Keyboard: is tagged by udev as: Keyboard
[ 26.966] (II) event7 - USB-HID Keyboard: device is a keyboard
[ 26.967] (II) event7 - USB-HID Keyboard: device removed
[ 26.967] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:08.1/0000:08:00.3/usb3/3-4/3-4:1.2/0003:04D9:0407.0003/input/input7/event7"
[ 26.967] (II) XINPUT: Adding extended input device "USB-HID Keyboard" (type: KEYBOARD, id 12)
[ 26.967] (II) event7 - USB-HID Keyboard: is tagged by udev as: Keyboard
[ 26.967] (II) event7 - USB-HID Keyboard: device is a keyboard
[ 26.967] (II) config/udev: Adding input device HD-Audio Generic Front Mic (/dev/input/event15)
[ 26.967] (II) No input driver specified, ignoring this device.
[ 26.967] (II) This device may have been added with another device file.
[ 26.968] (II) config/udev: Adding input device HD-Audio Generic Rear Mic (/dev/input/event16)
[ 26.968] (II) No input driver specified, ignoring this device.
[ 26.968] (II) This device may have been added with another device file.
[ 26.968] (II) config/udev: Adding input device HD-Audio Generic Line (/dev/input/event17)
[ 26.968] (II) No input driver specified, ignoring this device.
[ 26.968] (II) This device may have been added with another device file.
[ 26.968] (II) config/udev: Adding input device HD-Audio Generic Line Out Front (/dev/input/event18)
[ 26.968] (II) No input driver specified, ignoring this device.
[ 26.968] (II) This device may have been added with another device file.
[ 26.968] (II) config/udev: Adding input device HD-Audio Generic Line Out Surround (/dev/input/event19)
[ 26.968] (II) No input driver specified, ignoring this device.
[ 26.968] (II) This device may have been added with another device file.
[ 26.968] (II) config/udev: Adding input device HD-Audio Generic Line Out CLFE (/dev/input/event20)
[ 26.968] (II) No input driver specified, ignoring this device.
[ 26.968] (II) This device may have been added with another device file.
[ 26.968] (II) config/udev: Adding input device HD-Audio Generic Front Headphone (/dev/input/event21)
[ 26.968] (II) No input driver specified, ignoring this device.
[ 26.968] (II) This device may have been added with another device file.
[ 26.968] (II) config/udev: Adding input device PC Speaker (/dev/input/event2)
[ 26.968] (II) No input driver specified, ignoring this device.
[ 26.968] (II) This device may have been added with another device file.
[ 27.037] (II) modeset(0): Disabling kernel dirty updates, not required.
[ 1105.702] (EE) event3 - USB-HID Keyboard: client bug: event processing lagging behind by 26ms, your system is too slow
[ 2329.820] (EE) event3 - USB-HID Keyboard: client bug: event processing lagging behind by 24ms, your system is too slow
[ 9576.267] (EE) event6 - USB-HID Keyboard Mouse: client bug: event processing lagging behind by 222ms, your system is too slow
[ 17192.725] (EE) event3 - USB-HID Keyboard: client bug: event processing lagging behind by 24ms, your system is too slow
[ 19846.574] (**) Option "fd" "21"
[ 19846.575] (II) event1 - Power Button: device removed
[ 19846.575] (**) Option "fd" "24"
[ 19846.575] (II) event0 - Power Button: device removed
[ 19846.575] (**) Option "fd" "25"
[ 19846.575] (II) event3 - USB-HID Keyboard: device removed
[ 19846.575] (**) Option "fd" "26"
[ 19846.575] (II) event4 - USB-HID Keyboard System Control: device removed
[ 19846.575] (**) Option "fd" "27"
[ 19846.575] (II) event5 - USB-HID Keyboard Consumer Control: device removed
[ 19846.575] (**) Option "fd" "28"
[ 19846.575] (II) event6 - USB-HID Keyboard Mouse: device removed
[ 19846.575] (**) Option "fd" "29"
[ 19846.575] (II) event7 - USB-HID Keyboard: device removed
[ 19846.575] (II) UnloadModule: "libinput"
[ 19846.575] (II) systemd-logind: releasing fd for 13:71
[ 19846.651] (II) UnloadModule: "libinput"
[ 19846.651] (II) systemd-logind: releasing fd for 13:70
[ 19846.697] (II) UnloadModule: "libinput"
[ 19846.697] (II) systemd-logind: releasing fd for 13:69
[ 19846.735] (II) UnloadModule: "libinput"
[ 19846.735] (II) systemd-logind: releasing fd for 13:68
[ 19846.748] (II) UnloadModule: "libinput"
[ 19846.748] (II) systemd-logind: releasing fd for 13:67
[ 19846.768] (II) UnloadModule: "libinput"
[ 19846.768] (II) systemd-logind: releasing fd for 13:64
[ 19846.795] (II) UnloadModule: "libinput"
[ 19846.795] (II) systemd-logind: releasing fd for 13:65
[ 19846.816] (WW) xf86CloseConsole: KDSETMODE failed: Input/output error
[ 19846.816] (WW) xf86CloseConsole: VT_GETMODE failed: Input/output error
[ 19846.816] (WW) xf86OpenConsole: VT_GETSTATE failed: Input/output error
[ 19846.816] (II) Server terminated successfully (0). Closing log file.How do I fix this:
[ 1105.702] (EE) event3 - USB-HID Keyboard: client bug: event processing lagging behind by 26ms, your system is too slow
[ 2329.820] (EE) event3 - USB-HID Keyboard: client bug: event processing lagging behind by 24ms, your system is too slow
[ 9576.267] (EE) event6 - USB-HID Keyboard Mouse: client bug: event processing lagging behind by 222ms, your system is too slow
[ 17192.725] (EE) event3 - USB-HID Keyboard: client bug: event processing lagging behind by 24ms, your system is too slowAlso it still says about "unknown chipset".
Offline
I installed nvidia drivers.[ 26.607] (==) Log file: "/home/shinji/.local/share/xorg/Xorg.0.log", Time: Sat Aug 13 18:29:59 2022
…
[ 26.617] (II) [drm] nouveau interface version: 1.3.1
[ 26.617] (EE) Unknown chipset: NV176
[ 26.617] (II) [drm] nouveau interface version: 1.3.1
[ 26.617] (EE) Unknown chipset: NV176
[ 26.617] (II) modeset(0): using drv /dev/dri/card0
…
[ 26.909] (II) AIGLX: Screen 0 is not DRI2 capable
[ 26.911] (II) IGLX: Loaded and initialized swrast
[ 26.911] (II) GLX: Initialized DRISWRAST GL provider for screen 0
…
[ 19846.816] (II) Server terminated successfully (0). Closing log file.That server ran saturday evening at 18:29 for 5.5h on the nouveau kernel module and modesetting X11 driver.
glxinfo -BEdit: we don't need the entire glxinfo tail…
The xorg log location may have changed if the nvidia driver made X11 start as root owned process.
https://wiki.archlinux.org/title/Xorg#General
https://wiki.archlinux.org/title/Xorg#Rootless_Xorg
https://wiki.archlinux.org/title/NVIDIA … de_setting
Last edited by seth (2022-08-14 06:22:10)
Online
glxinfo -Bname of display: :0
display: :0 screen: 0
direct rendering: Yes
Memory info (GL_NVX_gpu_memory_info):
Dedicated video memory: 12288 MB
Total available memory: 12288 MB
Currently available dedicated video memory: 11771 MB
OpenGL vendor string: NVIDIA Corporation
OpenGL renderer string: NVIDIA GeForce RTX 3060/PCIe/SSE2
OpenGL core profile version string: 4.6.0 NVIDIA 515.65.01
OpenGL core profile shading language version string: 4.60 NVIDIA
OpenGL core profile context flags: (none)
OpenGL core profile profile mask: core profile
OpenGL version string: 4.6.0 NVIDIA 515.65.01
OpenGL shading language version string: 4.60 NVIDIA
OpenGL context flags: (none)
OpenGL profile mask: (none)
OpenGL ES profile version string: OpenGL ES 3.2 NVIDIA 515.65.01
OpenGL ES profile shading language version string: OpenGL ES GLSL ES 3.20As for xorg log, here is one from /var/log/:
[ 18.849]
X.Org X Server 1.21.1.4
X Protocol Version 11, Revision 0
[ 18.849] Current Operating System: Linux unit01 5.19.1-arch2-1 #1 SMP PREEMPT_DYNAMIC Thu, 11 Aug 2022 16:06:13 +0000 x86_64
[ 18.849] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=995f6505-07d2-4e4a-9026-1d58163e2753 rw loglevel=3 quiet
[ 18.849]
[ 18.849] Current version of pixman: 0.40.0
[ 18.849] Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[ 18.849] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 18.849] (==) Log file: "/var/log/Xorg.0.log", Time: Sun Aug 14 13:36:13 2022
[ 18.850] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[ 18.850] (==) No Layout section. Using the first Screen section.
[ 18.850] (==) No screen section available. Using defaults.
[ 18.850] (**) |-->Screen "Default Screen Section" (0)
[ 18.850] (**) | |-->Monitor "<default monitor>"
[ 18.850] (==) No monitor specified for screen "Default Screen Section".
Using a default monitor configuration.
[ 18.850] (==) Automatically adding devices
[ 18.850] (==) Automatically enabling devices
[ 18.850] (==) Automatically adding GPU devices
[ 18.850] (==) Automatically binding GPU devices
[ 18.850] (==) Max clients allowed: 256, resource mask: 0x1fffff
[ 18.851] (WW) The directory "/usr/share/fonts/TTF" does not exist.
[ 18.851] Entry deleted from font path.
[ 18.851] (WW) The directory "/usr/share/fonts/OTF" does not exist.
[ 18.851] Entry deleted from font path.
[ 18.851] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[ 18.851] Entry deleted from font path.
[ 18.851] (==) FontPath set to:
/usr/share/fonts/misc,
/usr/share/fonts/100dpi,
/usr/share/fonts/75dpi
[ 18.851] (==) ModulePath set to "/usr/lib/xorg/modules"
[ 18.851] (II) The server relies on udev to provide the list of input devices.
If no devices become available, reconfigure udev or disable AutoAddDevices.
[ 18.851] (II) Module ABI versions:
[ 18.851] X.Org ANSI C Emulation: 0.4
[ 18.851] X.Org Video Driver: 25.2
[ 18.851] X.Org XInput driver : 24.4
[ 18.851] X.Org Server Extension : 10.0
[ 18.852] (++) using VT number 1
[ 18.852] (II) systemd-logind: took control of session /org/freedesktop/login1/session/_31
[ 18.852] (II) xfree86: Adding drm device (/dev/dri/card0)
[ 18.852] (II) Platform probe for /sys/devices/pci0000:00/0000:00:03.1/0000:06:00.0/drm/card0
[ 18.852] (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 13 paused 0
[ 18.853] (**) OutputClass "nvidia" ModulePath extended to "/usr/lib/nvidia/xorg,/usr/lib/xorg/modules,/usr/lib/xorg/modules"
[ 18.854] (--) PCI:*(6@0:0:0) 10de:2504:1458:4073 rev 161, Mem @ 0xfb000000/16777216, 0xd0000000/268435456, 0xe0000000/33554432, I/O @ 0x0000e000/128, BIOS @ 0x????????/524288
[ 18.854] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[ 18.854] (II) LoadModule: "glx"
[ 18.855] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[ 18.857] (II) Module glx: vendor="X.Org Foundation"
[ 18.857] compiled for 1.21.1.4, module version = 1.0.0
[ 18.857] ABI class: X.Org Server Extension, version 10.0
[ 18.857] (II) Applying OutputClass "nvidia" to /dev/dri/card0
[ 18.857] loading driver: nvidia
[ 18.857] (==) Matched nvidia as autoconfigured driver 0
[ 18.857] (==) Matched nouveau as autoconfigured driver 1
[ 18.857] (==) Matched nv as autoconfigured driver 2
[ 18.857] (==) Matched modesetting as autoconfigured driver 3
[ 18.857] (==) Matched fbdev as autoconfigured driver 4
[ 18.857] (==) Matched vesa as autoconfigured driver 5
[ 18.857] (==) Assigned the driver to the xf86ConfigLayout
[ 18.857] (II) LoadModule: "nvidia"
[ 18.857] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
[ 18.858] (II) Module nvidia: vendor="NVIDIA Corporation"
[ 18.858] compiled for 1.6.99.901, module version = 1.0.0
[ 18.858] Module class: X.Org Video Driver
[ 18.858] (II) LoadModule: "nouveau"
[ 18.858] (II) Loading /usr/lib/xorg/modules/drivers/nouveau_drv.so
[ 18.859] (II) Module nouveau: vendor="X.Org Foundation"
[ 18.859] compiled for 1.21.1.1, module version = 1.0.17
[ 18.859] Module class: X.Org Video Driver
[ 18.859] ABI class: X.Org Video Driver, version 25.2
[ 18.859] (II) LoadModule: "nv"
[ 18.859] (WW) Warning, couldn't open module nv
[ 18.859] (EE) Failed to load module "nv" (module does not exist, 0)
[ 18.859] (II) LoadModule: "modesetting"
[ 18.859] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[ 18.860] (II) Module modesetting: vendor="X.Org Foundation"
[ 18.860] compiled for 1.21.1.4, module version = 1.21.1
[ 18.860] Module class: X.Org Video Driver
[ 18.860] ABI class: X.Org Video Driver, version 25.2
[ 18.860] (II) LoadModule: "fbdev"
[ 18.860] (WW) Warning, couldn't open module fbdev
[ 18.860] (EE) Failed to load module "fbdev" (module does not exist, 0)
[ 18.860] (II) LoadModule: "vesa"
[ 18.860] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
[ 18.860] (II) Module vesa: vendor="X.Org Foundation"
[ 18.860] compiled for 1.21.1.3, module version = 2.5.0
[ 18.860] Module class: X.Org Video Driver
[ 18.860] ABI class: X.Org Video Driver, version 25.2
[ 18.860] (II) NVIDIA dlloader X Driver 515.65.01 Wed Jul 20 13:50:46 UTC 2022
[ 18.860] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[ 18.860] (II) NOUVEAU driver
[ 18.860] (II) NOUVEAU driver for NVIDIA chipset families :
[ 18.860] RIVA TNT (NV04)
[ 18.860] RIVA TNT2 (NV05)
[ 18.860] GeForce 256 (NV10)
[ 18.860] GeForce 2 (NV11, NV15)
[ 18.860] GeForce 4MX (NV17, NV18)
[ 18.860] GeForce 3 (NV20)
[ 18.860] GeForce 4Ti (NV25, NV28)
[ 18.860] GeForce FX (NV3x)
[ 18.860] GeForce 6 (NV4x)
[ 18.860] GeForce 7 (G7x)
[ 18.861] GeForce 8 (G8x)
[ 18.861] GeForce 9 (G9x)
[ 18.861] GeForce GTX 2xx/3xx (GT2xx)
[ 18.861] GeForce GTX 4xx/5xx (GFxxx)
[ 18.861] GeForce GTX 6xx/7xx (GKxxx)
[ 18.861] GeForce GTX 9xx (GMxxx)
[ 18.861] GeForce GTX 10xx (GPxxx)
[ 18.861] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[ 18.861] (II) VESA: driver for VESA chipsets: vesa
[ 18.861] (II) systemd-logind: releasing fd for 226:0
[ 18.861] (II) Loading sub module "fb"
[ 18.861] (II) LoadModule: "fb"
[ 18.861] (II) Module "fb" already built-in
[ 18.861] (II) Loading sub module "wfb"
[ 18.861] (II) LoadModule: "wfb"
[ 18.861] (II) Loading /usr/lib/xorg/modules/libwfb.so
[ 18.861] (II) Module wfb: vendor="X.Org Foundation"
[ 18.861] compiled for 1.21.1.4, module version = 1.0.0
[ 18.861] ABI class: X.Org ANSI C Emulation, version 0.4
[ 18.861] (II) Loading sub module "ramdac"
[ 18.861] (II) LoadModule: "ramdac"
[ 18.861] (II) Module "ramdac" already built-in
[ 18.862] (WW) Falling back to old probe method for modesetting
[ 18.862] (II) NVIDIA(0): Creating default Display subsection in Screen section
"Default Screen Section" for depth/fbbpp 24/32
[ 18.862] (==) NVIDIA(0): Depth 24, (==) framebuffer bpp 32
[ 18.862] (==) NVIDIA(0): RGB weight 888
[ 18.862] (==) NVIDIA(0): Default visual is TrueColor
[ 18.862] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
[ 18.862] (II) Applying OutputClass "nvidia" options to /dev/dri/card0
[ 18.862] (**) NVIDIA(0): Option "AllowEmptyInitialConfiguration"
[ 18.862] (**) NVIDIA(0): Enabling 2D acceleration
[ 18.862] (II) Loading sub module "glxserver_nvidia"
[ 18.862] (II) LoadModule: "glxserver_nvidia"
[ 18.862] (II) Loading /usr/lib/nvidia/xorg/libglxserver_nvidia.so
[ 18.873] (II) Module glxserver_nvidia: vendor="NVIDIA Corporation"
[ 18.873] compiled for 1.6.99.901, module version = 1.0.0
[ 18.873] Module class: X.Org Server Extension
[ 18.873] (II) NVIDIA GLX Module 515.65.01 Wed Jul 20 13:48:42 UTC 2022
[ 18.874] (II) NVIDIA: The X server supports PRIME Render Offload.
[ 19.919] (--) NVIDIA(0): Valid display device(s) on GPU-0 at PCI:6:0:0
[ 19.919] (--) NVIDIA(0): DFP-0
[ 19.919] (--) NVIDIA(0): DFP-1 (boot)
[ 19.919] (--) NVIDIA(0): DFP-2
[ 19.919] (--) NVIDIA(0): DFP-3
[ 19.919] (--) NVIDIA(0): DFP-4
[ 19.919] (--) NVIDIA(0): DFP-5
[ 19.919] (II) NVIDIA(0): NVIDIA GPU NVIDIA GeForce RTX 3060 (GA106-A) at PCI:6:0:0
[ 19.919] (II) NVIDIA(0): (GPU-0)
[ 19.919] (--) NVIDIA(0): Memory: 12582912 kBytes
[ 19.919] (--) NVIDIA(0): VideoBIOS: 94.06.2f.00.d6
[ 19.919] (II) NVIDIA(0): Detected PCI Express Link width: 16X
[ 19.919] (--) NVIDIA(GPU-0): DFP-0: disconnected
[ 19.919] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[ 19.919] (--) NVIDIA(GPU-0): DFP-0: 165.0 MHz maximum pixel clock
[ 19.919] (--) NVIDIA(GPU-0):
[ 19.919] (--) NVIDIA(GPU-0): AOC Q27G2G3R3B (DFP-1): connected
[ 19.919] (--) NVIDIA(GPU-0): AOC Q27G2G3R3B (DFP-1): Internal DisplayPort
[ 19.919] (--) NVIDIA(GPU-0): AOC Q27G2G3R3B (DFP-1): 2670.0 MHz maximum pixel clock
[ 19.919] (--) NVIDIA(GPU-0):
[ 19.924] (--) NVIDIA(GPU-0): DFP-2: disconnected
[ 19.924] (--) NVIDIA(GPU-0): DFP-2: Internal TMDS
[ 19.924] (--) NVIDIA(GPU-0): DFP-2: 165.0 MHz maximum pixel clock
[ 19.924] (--) NVIDIA(GPU-0):
[ 19.924] (--) NVIDIA(GPU-0): DFP-3: disconnected
[ 19.924] (--) NVIDIA(GPU-0): DFP-3: Internal TMDS
[ 19.924] (--) NVIDIA(GPU-0): DFP-3: 165.0 MHz maximum pixel clock
[ 19.924] (--) NVIDIA(GPU-0):
[ 19.924] (--) NVIDIA(GPU-0): DFP-4: disconnected
[ 19.924] (--) NVIDIA(GPU-0): DFP-4: Internal DisplayPort
[ 19.924] (--) NVIDIA(GPU-0): DFP-4: 2670.0 MHz maximum pixel clock
[ 19.924] (--) NVIDIA(GPU-0):
[ 19.924] (--) NVIDIA(GPU-0): DFP-5: disconnected
[ 19.924] (--) NVIDIA(GPU-0): DFP-5: Internal TMDS
[ 19.924] (--) NVIDIA(GPU-0): DFP-5: 165.0 MHz maximum pixel clock
[ 19.924] (--) NVIDIA(GPU-0):
[ 19.989] (==) NVIDIA(0):
[ 19.989] (==) NVIDIA(0): No modes were requested; the default mode "nvidia-auto-select"
[ 19.989] (==) NVIDIA(0): will be used as the requested mode.
[ 19.989] (==) NVIDIA(0):
[ 19.990] (II) NVIDIA(0): Validated MetaModes:
[ 19.990] (II) NVIDIA(0): "DFP-1:nvidia-auto-select"
[ 19.990] (II) NVIDIA(0): Virtual screen size determined to be 2560 x 1440
[ 20.062] (--) NVIDIA(0): DPI set to (108, 107); computed from "UseEdidDpi" X config
[ 20.062] (--) NVIDIA(0): option
[ 20.062] (II) UnloadModule: "nouveau"
[ 20.062] (II) Unloading nouveau
[ 20.062] (II) UnloadModule: "modesetting"
[ 20.062] (II) Unloading modesetting
[ 20.062] (II) UnloadModule: "vesa"
[ 20.062] (II) Unloading vesa
[ 20.063] (II) NVIDIA: Reserving 24576.00 MB of virtual memory for indirect memory
[ 20.063] (II) NVIDIA: access.
[ 20.064] (II) NVIDIA(0): ACPI: failed to connect to the ACPI event daemon; the daemon
[ 20.064] (II) NVIDIA(0): may not be running or the "AcpidSocketPath" X
[ 20.064] (II) NVIDIA(0): configuration option may not be set correctly. When the
[ 20.064] (II) NVIDIA(0): ACPI event daemon is available, the NVIDIA X driver will
[ 20.064] (II) NVIDIA(0): try to use it to receive ACPI event notifications. For
[ 20.064] (II) NVIDIA(0): details, please see the "ConnectToAcpid" and
[ 20.064] (II) NVIDIA(0): "AcpidSocketPath" X configuration options in Appendix B: X
[ 20.064] (II) NVIDIA(0): Config Options in the README.
[ 20.084] (II) NVIDIA(0): Setting mode "DFP-1:nvidia-auto-select"
[ 20.285] (==) NVIDIA(0): Disabling shared memory pixmaps
[ 20.285] (==) NVIDIA(0): Backing store enabled
[ 20.285] (==) NVIDIA(0): Silken mouse enabled
[ 20.285] (==) NVIDIA(0): DPMS enabled
[ 20.285] (II) Loading sub module "dri2"
[ 20.285] (II) LoadModule: "dri2"
[ 20.285] (II) Module "dri2" already built-in
[ 20.285] (II) NVIDIA(0): [DRI2] Setup complete
[ 20.285] (II) NVIDIA(0): [DRI2] VDPAU driver: nvidia
[ 20.285] (II) Initializing extension Generic Event Extension
[ 20.285] (II) Initializing extension SHAPE
[ 20.285] (II) Initializing extension MIT-SHM
[ 20.285] (II) Initializing extension XInputExtension
[ 20.285] (II) Initializing extension XTEST
[ 20.285] (II) Initializing extension BIG-REQUESTS
[ 20.285] (II) Initializing extension SYNC
[ 20.285] (II) Initializing extension XKEYBOARD
[ 20.285] (II) Initializing extension XC-MISC
[ 20.285] (II) Initializing extension SECURITY
[ 20.285] (II) Initializing extension XFIXES
[ 20.286] (II) Initializing extension RENDER
[ 20.286] (II) Initializing extension RANDR
[ 20.286] (II) Initializing extension COMPOSITE
[ 20.286] (II) Initializing extension DAMAGE
[ 20.286] (II) Initializing extension MIT-SCREEN-SAVER
[ 20.286] (II) Initializing extension DOUBLE-BUFFER
[ 20.286] (II) Initializing extension RECORD
[ 20.286] (II) Initializing extension DPMS
[ 20.286] (II) Initializing extension Present
[ 20.286] (II) Initializing extension DRI3
[ 20.286] (II) Initializing extension X-Resource
[ 20.286] (II) Initializing extension XVideo
[ 20.286] (II) Initializing extension XVideo-MotionCompensation
[ 20.286] (II) Initializing extension GLX
[ 20.286] (II) Initializing extension GLX
[ 20.286] (II) Indirect GLX disabled.
[ 20.286] (II) GLX: Another vendor is already registered for screen 0
[ 20.286] (II) Initializing extension XFree86-VidModeExtension
[ 20.286] (II) Initializing extension XFree86-DGA
[ 20.286] (II) Initializing extension XFree86-DRI
[ 20.286] (II) Initializing extension DRI2
[ 20.286] (II) Initializing extension NV-GLX
[ 20.286] (II) Initializing extension NV-CONTROL
[ 20.286] (II) Initializing extension XINERAMA
[ 20.326] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[ 20.326] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[ 20.326] (II) LoadModule: "libinput"
[ 20.326] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[ 20.328] (II) Module libinput: vendor="X.Org Foundation"
[ 20.328] compiled for 1.21.1.3, module version = 1.2.1
[ 20.328] Module class: X.Org XInput Driver
[ 20.328] ABI class: X.Org XInput driver, version 24.4
[ 20.328] (II) Using input driver 'libinput' for 'Power Button'
[ 20.328] (II) systemd-logind: got fd for /dev/input/event1 13:65 fd 41 paused 0
[ 20.328] (**) Power Button: always reports core events
[ 20.328] (**) Option "Device" "/dev/input/event1"
[ 20.332] (II) event1 - Power Button: is tagged by udev as: Keyboard
[ 20.332] (II) event1 - Power Button: device is a keyboard
[ 20.332] (II) event1 - Power Button: device removed
[ 20.332] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input1/event1"
[ 20.332] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[ 20.333] (II) event1 - Power Button: is tagged by udev as: Keyboard
[ 20.333] (II) event1 - Power Button: device is a keyboard
[ 20.333] (II) config/udev: Adding input device Power Button (/dev/input/event0)
[ 20.333] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[ 20.333] (II) Using input driver 'libinput' for 'Power Button'
[ 20.333] (II) systemd-logind: got fd for /dev/input/event0 13:64 fd 44 paused 0
[ 20.333] (**) Power Button: always reports core events
[ 20.333] (**) Option "Device" "/dev/input/event0"
[ 20.334] (II) event0 - Power Button: is tagged by udev as: Keyboard
[ 20.334] (II) event0 - Power Button: device is a keyboard
[ 20.334] (II) event0 - Power Button: device removed
[ 20.334] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0/event0"
[ 20.334] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 7)
[ 20.334] (II) event0 - Power Button: is tagged by udev as: Keyboard
[ 20.334] (II) event0 - Power Button: device is a keyboard
[ 20.334] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=8 (/dev/input/event10)
[ 20.334] (II) No input driver specified, ignoring this device.
[ 20.334] (II) This device may have been added with another device file.
[ 20.335] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=9 (/dev/input/event11)
[ 20.335] (II) No input driver specified, ignoring this device.
[ 20.335] (II) This device may have been added with another device file.
[ 20.335] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=10 (/dev/input/event12)
[ 20.335] (II) No input driver specified, ignoring this device.
[ 20.335] (II) This device may have been added with another device file.
[ 20.335] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=11 (/dev/input/event13)
[ 20.335] (II) No input driver specified, ignoring this device.
[ 20.335] (II) This device may have been added with another device file.
[ 20.335] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=12 (/dev/input/event14)
[ 20.335] (II) No input driver specified, ignoring this device.
[ 20.335] (II) This device may have been added with another device file.
[ 20.335] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 (/dev/input/event8)
[ 20.335] (II) No input driver specified, ignoring this device.
[ 20.335] (II) This device may have been added with another device file.
[ 20.335] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=7 (/dev/input/event9)
[ 20.335] (II) No input driver specified, ignoring this device.
[ 20.335] (II) This device may have been added with another device file.
[ 20.335] (II) config/udev: Adding input device USB-HID Keyboard (/dev/input/event2)
[ 20.335] (**) USB-HID Keyboard: Applying InputClass "libinput keyboard catchall"
[ 20.335] (II) Using input driver 'libinput' for 'USB-HID Keyboard'
[ 20.336] (II) systemd-logind: got fd for /dev/input/event2 13:66 fd 45 paused 0
[ 20.336] (**) USB-HID Keyboard: always reports core events
[ 20.336] (**) Option "Device" "/dev/input/event2"
[ 20.336] (II) event2 - USB-HID Keyboard: is tagged by udev as: Keyboard
[ 20.336] (II) event2 - USB-HID Keyboard: device is a keyboard
[ 20.336] (II) event2 - USB-HID Keyboard: device removed
[ 20.337] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:08.1/0000:08:00.3/usb3/3-4/3-4:1.0/0003:04D9:0407.0001/input/input2/event2"
[ 20.337] (II) XINPUT: Adding extended input device "USB-HID Keyboard" (type: KEYBOARD, id 8)
[ 20.337] (II) event2 - USB-HID Keyboard: is tagged by udev as: Keyboard
[ 20.337] (II) event2 - USB-HID Keyboard: device is a keyboard
[ 20.337] (II) config/udev: Adding input device USB-HID Keyboard System Control (/dev/input/event4)
[ 20.337] (**) USB-HID Keyboard System Control: Applying InputClass "libinput keyboard catchall"
[ 20.337] (II) Using input driver 'libinput' for 'USB-HID Keyboard System Control'
[ 20.338] (II) systemd-logind: got fd for /dev/input/event4 13:68 fd 46 paused 0
[ 20.338] (**) USB-HID Keyboard System Control: always reports core events
[ 20.338] (**) Option "Device" "/dev/input/event4"
[ 20.338] (II) event4 - USB-HID Keyboard System Control: is tagged by udev as: Keyboard
[ 20.338] (II) event4 - USB-HID Keyboard System Control: device is a keyboard
[ 20.338] (II) event4 - USB-HID Keyboard System Control: device removed
[ 20.338] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:08.1/0000:08:00.3/usb3/3-4/3-4:1.2/0003:04D9:0407.0003/input/input4/event4"
[ 20.338] (II) XINPUT: Adding extended input device "USB-HID Keyboard System Control" (type: KEYBOARD, id 9)
[ 20.339] (II) event4 - USB-HID Keyboard System Control: is tagged by udev as: Keyboard
[ 20.339] (II) event4 - USB-HID Keyboard System Control: device is a keyboard
[ 20.339] (II) config/udev: Adding input device USB-HID Keyboard Consumer Control (/dev/input/event5)
[ 20.339] (**) USB-HID Keyboard Consumer Control: Applying InputClass "libinput keyboard catchall"
[ 20.339] (II) Using input driver 'libinput' for 'USB-HID Keyboard Consumer Control'
[ 20.340] (II) systemd-logind: got fd for /dev/input/event5 13:69 fd 47 paused 0
[ 20.340] (**) USB-HID Keyboard Consumer Control: always reports core events
[ 20.340] (**) Option "Device" "/dev/input/event5"
[ 20.340] (II) event5 - USB-HID Keyboard Consumer Control: is tagged by udev as: Keyboard
[ 20.340] (II) event5 - USB-HID Keyboard Consumer Control: device is a keyboard
[ 20.340] (II) event5 - USB-HID Keyboard Consumer Control: device removed
[ 20.340] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:08.1/0000:08:00.3/usb3/3-4/3-4:1.2/0003:04D9:0407.0003/input/input5/event5"
[ 20.340] (II) XINPUT: Adding extended input device "USB-HID Keyboard Consumer Control" (type: KEYBOARD, id 10)
[ 20.341] (II) event5 - USB-HID Keyboard Consumer Control: is tagged by udev as: Keyboard
[ 20.341] (II) event5 - USB-HID Keyboard Consumer Control: device is a keyboard
[ 20.341] (II) config/udev: Adding input device USB-HID Keyboard Mouse (/dev/input/event6)
[ 20.341] (**) USB-HID Keyboard Mouse: Applying InputClass "libinput pointer catchall"
[ 20.341] (II) Using input driver 'libinput' for 'USB-HID Keyboard Mouse'
[ 20.342] (II) systemd-logind: got fd for /dev/input/event6 13:70 fd 48 paused 0
[ 20.342] (**) USB-HID Keyboard Mouse: always reports core events
[ 20.342] (**) Option "Device" "/dev/input/event6"
[ 20.342] (II) event6 - USB-HID Keyboard Mouse: is tagged by udev as: Mouse
[ 20.343] (II) event6 - USB-HID Keyboard Mouse: device is a pointer
[ 20.343] (II) event6 - USB-HID Keyboard Mouse: device removed
[ 20.343] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:08.1/0000:08:00.3/usb3/3-4/3-4:1.2/0003:04D9:0407.0003/input/input6/event6"
[ 20.343] (II) XINPUT: Adding extended input device "USB-HID Keyboard Mouse" (type: MOUSE, id 11)
[ 20.343] (**) Option "AccelerationScheme" "none"
[ 20.343] (**) USB-HID Keyboard Mouse: (accel) selected scheme none/0
[ 20.343] (**) USB-HID Keyboard Mouse: (accel) acceleration factor: 2.000
[ 20.343] (**) USB-HID Keyboard Mouse: (accel) acceleration threshold: 4
[ 20.343] (II) event6 - USB-HID Keyboard Mouse: is tagged by udev as: Mouse
[ 20.343] (II) event6 - USB-HID Keyboard Mouse: device is a pointer
[ 20.344] (II) config/udev: Adding input device USB-HID Keyboard Mouse (/dev/input/mouse0)
[ 20.344] (II) No input driver specified, ignoring this device.
[ 20.344] (II) This device may have been added with another device file.
[ 20.344] (II) config/udev: Adding input device USB-HID Keyboard (/dev/input/event7)
[ 20.344] (**) USB-HID Keyboard: Applying InputClass "libinput keyboard catchall"
[ 20.344] (II) Using input driver 'libinput' for 'USB-HID Keyboard'
[ 20.344] (II) systemd-logind: got fd for /dev/input/event7 13:71 fd 49 paused 0
[ 20.344] (**) USB-HID Keyboard: always reports core events
[ 20.344] (**) Option "Device" "/dev/input/event7"
[ 20.345] (II) event7 - USB-HID Keyboard: is tagged by udev as: Keyboard
[ 20.345] (II) event7 - USB-HID Keyboard: device is a keyboard
[ 20.345] (II) event7 - USB-HID Keyboard: device removed
[ 20.345] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:08.1/0000:08:00.3/usb3/3-4/3-4:1.2/0003:04D9:0407.0003/input/input7/event7"
[ 20.345] (II) XINPUT: Adding extended input device "USB-HID Keyboard" (type: KEYBOARD, id 12)
[ 20.345] (II) event7 - USB-HID Keyboard: is tagged by udev as: Keyboard
[ 20.345] (II) event7 - USB-HID Keyboard: device is a keyboard
[ 20.346] (II) config/udev: Adding input device HD-Audio Generic Front Mic (/dev/input/event15)
[ 20.346] (II) No input driver specified, ignoring this device.
[ 20.346] (II) This device may have been added with another device file.
[ 20.346] (II) config/udev: Adding input device HD-Audio Generic Rear Mic (/dev/input/event16)
[ 20.346] (II) No input driver specified, ignoring this device.
[ 20.346] (II) This device may have been added with another device file.
[ 20.346] (II) config/udev: Adding input device HD-Audio Generic Line (/dev/input/event17)
[ 20.346] (II) No input driver specified, ignoring this device.
[ 20.346] (II) This device may have been added with another device file.
[ 20.346] (II) config/udev: Adding input device HD-Audio Generic Line Out Front (/dev/input/event18)
[ 20.346] (II) No input driver specified, ignoring this device.
[ 20.346] (II) This device may have been added with another device file.
[ 20.346] (II) config/udev: Adding input device HD-Audio Generic Line Out Surround (/dev/input/event19)
[ 20.346] (II) No input driver specified, ignoring this device.
[ 20.346] (II) This device may have been added with another device file.
[ 20.346] (II) config/udev: Adding input device HD-Audio Generic Line Out CLFE (/dev/input/event20)
[ 20.346] (II) No input driver specified, ignoring this device.
[ 20.346] (II) This device may have been added with another device file.
[ 20.346] (II) config/udev: Adding input device HD-Audio Generic Front Headphone (/dev/input/event21)
[ 20.346] (II) No input driver specified, ignoring this device.
[ 20.346] (II) This device may have been added with another device file.
[ 20.347] (II) config/udev: Adding input device PC Speaker (/dev/input/event3)
[ 20.347] (II) No input driver specified, ignoring this device.
[ 20.347] (II) This device may have been added with another device file.should be fresh one, because 5.19 I just updated. And no errors here (only about nv and fbdev, but those are some deprecated drivers, right?)
Offline
You could remove all xf86-video-* driver packages (you need nvidia and the modesetting driver will always be there)
You also probably want to look into https://wiki.archlinux.org/title/NVIDIA … de_setting but other than that the log is fine, you're running on the nvidia driver and since now your GPU is used, mpv should perform better, not throw any errors and because the CPU doesn't have to work extra time, the input lag is gone.
Please always remember to mark resolved threads by editing your initial posts subject - so others will know that there's no task left, but maybe a solution to find.
Thanks.
Online
How do I fix this:
[ 1105.702] (EE) event3 - USB-HID Keyboard: client bug: event processing lagging behind by 26ms, your system is too slow [ 2329.820] (EE) event3 - USB-HID Keyboard: client bug: event processing lagging behind by 24ms, your system is too slow [ 9576.267] (EE) event6 - USB-HID Keyboard Mouse: client bug: event processing lagging behind by 222ms, your system is too slow [ 17192.725] (EE) event3 - USB-HID Keyboard: client bug: event processing lagging behind by 24ms, your system is too slow
See this:
Offline