Package: xserver-xorg-core
Version: 2:21.1.7-3+deb12u7
Severity: important
Tags: patch

Dear Maintainer,

This bug shows on my nvidia GT218 [GeForce210] graphics card using the nouveau
driver, on up-to-date Debian12.

The obvious effect of the bug is that xdvi runs REALLY slowly, taking ~4
seconds to display a page.  That makes xdvi pretty much unuseable.
As far as I can see xdvi (in fact xdvi-xaw which xdvi runs) uses XPutImage to
render text to the screen and XPutImage runs REALLY slowly.
  x11perf -putimage10 => 12000.0/sec # about 100 times slower than fixed version
  x11perf -putimagexy10 => 200.0/sec # about 500 times slower than fixed version

I accidentally found that disabling the "glamor" acceleration extension is an
effective workaround.  I disabled glamor by making a file
  /etc/X11/xorg.conf.d/10-noGlamor.conf
with contents
--------snip-------------
Section "Device"
        Identifier "nvidiaGraphicsCard"
        Driver "modesetting"
        Option "kmsdev" "/dev/dri/card0"
        Option "AccelMethod" "none" # "glamor"
EndSection
--------snip-------------

You can see from the log file that this successfully disables glamor.
After restarting X with glamor disabled, xdvi renders a page pretty much
instantly and 
  x11perf -putimage10 => 1160000/sec 
  x11perf -putimagexy10 => 103000/sec

I don't have access to any other machines with nvidia cards so I don't know
whether the bug would affect them also.  I hope this information & workaround
may help others.

Thanks for your attention

John Payne


-- Package-specific info:
/etc/X11/X does not exist.
/etc/X11/X is not a symlink.
/etc/X11/X is not executable.

VGA-compatible devices on PCI bus:
----------------------------------
05:00.0 VGA compatible controller [0300]: NVIDIA Corporation GT218 [GeForce 
210] [10de:0a65] (rev a2)

/etc/X11/xorg.conf does not exist.

Contents of /etc/X11/xorg.conf.d:
---------------------------------
total 4
-rw-r--r-- 1 root root 185 Sep 29 17:19 10-noGlamor.conf

/etc/modprobe.d contains no KMS configuration files.

Kernel version (/proc/version):
-------------------------------
Linux version 6.1.0-25-amd64 (debian-ker...@lists.debian.org) (gcc-12 (Debian 
12.2.0-14) 12.2.0, GNU ld (GNU Binutils for Debian) 2.40) #1 SMP 
PREEMPT_DYNAMIC Debian 6.1.106-3 (2024-08-26)

Xorg X server log files on system:
----------------------------------
/var/log/Xorg.0.log

Contents of most recent Xorg X server log file (/var/log/Xorg.0.log):
---------------------------------------------------------------------
[  4039.175] 
X.Org X Server 1.21.1.7
X Protocol Version 11, Revision 0
[  4039.176] Current Operating System: Linux coolblack 6.1.0-25-amd64 #1 SMP 
PREEMPT_DYNAMIC Debian 6.1.106-3 (2024-08-26) x86_64
[  4039.176] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-6.1.0-25-amd64 
root=UUID=d343bda8-5fa7-4841-ad0b-c128e9e99b91 ro quiet
[  4039.176] xorg-server 2:21.1.7-3+deb12u7 (https://www.debian.org/support) 
[  4039.176] Current version of pixman: 0.42.2
[  4039.176]    Before reporting problems, check http://wiki.x.org
        to make sure that you have the latest version.
[  4039.176] Markers: (--) probed, (**) from config file, (==) default setting,
        (++) from command line, (!!) notice, (II) informational,
        (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[  4039.176] (==) Log file: "/var/log/Xorg.0.log", Time: Mon Sep 30 12:25:49 
2024
[  4039.176] (==) Using config directory: "/etc/X11/xorg.conf.d"
[  4039.176] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[  4039.176] (==) No Layout section.  Using the first Screen section.
[  4039.176] (==) No screen section available. Using defaults.
[  4039.176] (**) |-->Screen "Default Screen Section" (0)
[  4039.176] (**) |   |-->Monitor "<default monitor>"
[  4039.176] (==) No device specified for screen "Default Screen Section".
        Using the first device section listed.
[  4039.177] (**) |   |-->Device "nvidiaGraphicsCard"
[  4039.177] (==) No monitor specified for screen "Default Screen Section".
        Using a default monitor configuration.
[  4039.177] (==) Automatically adding devices
[  4039.177] (==) Automatically enabling devices
[  4039.177] (==) Automatically adding GPU devices
[  4039.177] (==) Automatically binding GPU devices
[  4039.177] (==) Max clients allowed: 256, resource mask: 0x1fffff
[  4039.177] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
[  4039.177]    Entry deleted from font path.
[  4039.177] (==) FontPath set to:
        /usr/share/fonts/X11/misc,
        /usr/share/fonts/X11/100dpi/:unscaled,
        /usr/share/fonts/X11/75dpi/:unscaled,
        /usr/share/fonts/X11/Type1,
        /usr/share/fonts/X11/100dpi,
        /usr/share/fonts/X11/75dpi,
        built-ins
[  4039.177] (==) ModulePath set to "/usr/lib/xorg/modules"
[  4039.177] (II) The server relies on udev to provide the list of input 
devices.
        If no devices become available, reconfigure udev or disable 
AutoAddDevices.
[  4039.177] (II) Loader magic: 0x5634e3bd9f00
[  4039.177] (II) Module ABI versions:
[  4039.177]    X.Org ANSI C Emulation: 0.4
[  4039.177]    X.Org Video Driver: 25.2
[  4039.177]    X.Org XInput driver : 24.4
[  4039.177]    X.Org Server Extension : 10.0
[  4039.178] (++) using VT number 7

[  4039.178] (II) systemd-logind: logind integration requires -keeptty and 
-keeptty was not provided, disabling logind integration
[  4039.179] (II) xfree86: Adding drm device (/dev/dri/card0)
[  4039.179] (II) Platform probe for 
/sys/devices/pci0000:00/0000:00:03.0/0000:05:00.0/drm/card0
[  4039.186] (--) PCI:*(5@0:0:0) 10de:0a65:0000:0000 rev 162, Mem @ 
0xfa000000/16777216, 0xd0000000/268435456, 0xce000000/33554432, I/O @ 
0x0000ec00/128, BIOS @ 0x????????/131072
[  4039.186] (II) LoadModule: "glx"
[  4039.187] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[  4039.188] (II) Module glx: vendor="X.Org Foundation"
[  4039.188]    compiled for 1.21.1.7, module version = 1.0.0
[  4039.188]    ABI class: X.Org Server Extension, version 10.0
[  4039.188] (II) LoadModule: "modesetting"
[  4039.188] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[  4039.188] (II) Module modesetting: vendor="X.Org Foundation"
[  4039.188]    compiled for 1.21.1.7, module version = 1.21.1
[  4039.188]    Module class: X.Org Video Driver
[  4039.188]    ABI class: X.Org Video Driver, version 25.2
[  4039.188] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[  4039.188] (II) modeset(0): using drv /dev/dri/card0
[  4039.189] (II) modeset(0): Creating default Display subsection in Screen 
section
        "Default Screen Section" for depth/fbbpp 24/32
[  4039.189] (==) modeset(0): Depth 24, (==) framebuffer bpp 32
[  4039.189] (**) modeset(0): Option "kmsdev" "/dev/dri/card0"
[  4039.189] (**) modeset(0): Option "AccelMethod" "none"
[  4039.189] (==) modeset(0): RGB weight 888
[  4039.189] (==) modeset(0): Default visual is TrueColor
[  4039.189] (**) modeset(0): glamor disabled
[  4039.189] (II) modeset(0): ShadowFB: preferred YES, enabled YES
[  4039.189] (II) modeset(0): Double-buffered shadow updates: off
[  4039.200] (II) modeset(0): Output VGA-1 has no monitor section
[  4039.229] (II) modeset(0): Output DVI-I-1 has no monitor section
[  4039.240] (II) modeset(0): EDID for output VGA-1
[  4039.269] (II) modeset(0): EDID for output DVI-I-1
[  4039.269] (II) modeset(0): Manufacturer: HWP  Model: 284b  Serial#: 16843009
[  4039.269] (II) modeset(0): Year: 2010  Week: 16
[  4039.269] (II) modeset(0): EDID Version: 1.3
[  4039.269] (II) modeset(0): Digital Display Input
[  4039.269] (II) modeset(0): Max Image Size [cm]: horiz.: 52  vert.: 32
[  4039.269] (II) modeset(0): Gamma: 2.20
[  4039.269] (II) modeset(0): DPMS capabilities: StandBy Suspend Off
[  4039.269] (II) modeset(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4 
[  4039.269] (II) modeset(0): Default color space is primary color space
[  4039.269] (II) modeset(0): First detailed timing is preferred mode
[  4039.269] (II) modeset(0): redX: 0.650 redY: 0.337   greenX: 0.296 greenY: 
0.604
[  4039.269] (II) modeset(0): blueX: 0.147 blueY: 0.074   whiteX: 0.313 whiteY: 
0.329
[  4039.269] (II) modeset(0): Supported established timings:
[  4039.269] (II) modeset(0): 640x480@60Hz
[  4039.270] (II) modeset(0): 800x600@60Hz
[  4039.270] (II) modeset(0): 1024x768@60Hz
[  4039.270] (II) modeset(0): Manufacturer's mask: 0
[  4039.270] (II) modeset(0): Supported standard timings:
[  4039.270] (II) modeset(0): #0: hsize: 1280  vsize 960  refresh: 60  vid: 
16513
[  4039.270] (II) modeset(0): #1: hsize: 1280  vsize 1024  refresh: 60  vid: 
32897
[  4039.270] (II) modeset(0): #2: hsize: 1440  vsize 900  refresh: 60  vid: 149
[  4039.270] (II) modeset(0): #3: hsize: 1600  vsize 1200  refresh: 60  vid: 
16553
[  4039.270] (II) modeset(0): #4: hsize: 1680  vsize 1050  refresh: 60  vid: 179
[  4039.270] (II) modeset(0): #5: hsize: 1920  vsize 1080  refresh: 60  vid: 
49361
[  4039.270] (II) modeset(0): Supported detailed timing:
[  4039.270] (II) modeset(0): clock: 154.0 MHz   Image Size:  518 x 324 mm
[  4039.270] (II) modeset(0): h_active: 1920  h_sync: 1968  h_sync_end 2000 
h_blank_end 2080 h_border: 0
[  4039.270] (II) modeset(0): v_active: 1200  v_sync: 1203  v_sync_end 1209 
v_blanking: 1235 v_border: 0
[  4039.270] (II) modeset(0): Ranges: V min: 50 V max: 63 Hz, H min: 24 H max: 
76 kHz, PixClock max 175 MHz
[  4039.270] (II) modeset(0): Monitor name: LA2405
[  4039.270] (II) modeset(0): Serial No: CN401609S4
[  4039.270] (II) modeset(0): EDID (in hex):
[  4039.270] (II) modeset(0):   00ffffffffffff0022f04b2801010101
[  4039.270] (II) modeset(0):   1014010380342078ee9ec5a6564b9a25
[  4039.270] (II) modeset(0):   135054210800814081809500a940b300
[  4039.270] (II) modeset(0):   d1c001010101283c80a070b023403020
[  4039.270] (II) modeset(0):   360006442100001a000000fd00323f18
[  4039.270] (II) modeset(0):   4c11000a202020202020000000fc004c
[  4039.270] (II) modeset(0):   41323430350a202020202020000000ff
[  4039.270] (II) modeset(0):   00434e34303136303953340a202000d8
[  4039.270] (II) modeset(0): Not using default mode "1440x810" (bad mode 
clock/interlace/doublescan)
[  4039.270] (II) modeset(0): Not using default mode "1600x900" (bad mode 
clock/interlace/doublescan)
[  4039.270] (II) modeset(0): Not using default mode "1600x900" (bad mode 
clock/interlace/doublescan)
[  4039.270] (II) modeset(0): Not using default mode "1920x1080" (bad mode 
clock/interlace/doublescan)
[  4039.270] (II) modeset(0): Not using default mode "1920x1080" (bad mode 
clock/interlace/doublescan)
[  4039.270] (II) modeset(0): Not using default mode "1920x1200" (bad mode 
clock/interlace/doublescan)
[  4039.270] (II) modeset(0): Printing probed modes for output DVI-I-1
[  4039.270] (II) modeset(0): Modeline "1920x1200"x60.0  154.00  1920 1968 2000 
2080  1200 1203 1209 1235 +hsync -vsync (74.0 kHz eP)
[  4039.270] (II) modeset(0): Modeline "1920x1080"x60.0  173.00  1920 2048 2248 
2576  1080 1083 1088 1120 -hsync +vsync (67.2 kHz d)
[  4039.270] (II) modeset(0): Modeline "1920x1080"x60.0  148.50  1920 2008 2052 
2200  1080 1084 1089 1125 -hsync -vsync (67.5 kHz e)
[  4039.270] (II) modeset(0): Modeline "1920x1080"x59.9  138.50  1920 1968 2000 
2080  1080 1083 1088 1111 +hsync -vsync (66.6 kHz d)
[  4039.270] (II) modeset(0): Modeline "1600x1200"x60.0  162.00  1600 1664 1856 
2160  1200 1201 1204 1250 +hsync +vsync (75.0 kHz e)
[  4039.270] (II) modeset(0): Modeline "1680x1050"x60.0  146.25  1680 1784 1960 
2240  1050 1053 1059 1089 -hsync +vsync (65.3 kHz d)
[  4039.270] (II) modeset(0): Modeline "1680x1050"x59.9  119.00  1680 1728 1760 
1840  1050 1053 1059 1080 +hsync -vsync (64.7 kHz e)
[  4039.270] (II) modeset(0): Modeline "1400x1050"x60.0  122.00  1400 1488 1640 
1880  1050 1052 1064 1082 +hsync +vsync (64.9 kHz d)
[  4039.270] (II) modeset(0): Modeline "1600x900"x59.9  118.25  1600 1696 1856 
2112  900 903 908 934 -hsync +vsync (56.0 kHz d)
[  4039.270] (II) modeset(0): Modeline "1600x900"x59.8   97.50  1600 1648 1680 
1760  900 903 908 926 +hsync -vsync (55.4 kHz d)
[  4039.270] (II) modeset(0): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 
1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[  4039.270] (II) modeset(0): Modeline "1440x900"x59.9   88.75  1440 1488 1520 
1600  900 903 909 926 +hsync -vsync (55.5 kHz e)
[  4039.270] (II) modeset(0): Modeline "1400x900"x60.0  103.50  1400 1480 1624 
1848  900 903 913 934 -hsync +vsync (56.0 kHz d)
[  4039.270] (II) modeset(0): Modeline "1400x900"x59.9   86.50  1400 1448 1480 
1560  900 903 913 926 +hsync -vsync (55.4 kHz d)
[  4039.270] (II) modeset(0): Modeline "1280x960"x60.0  108.00  1280 1376 1488 
1800  960 961 964 1000 +hsync +vsync (60.0 kHz e)
[  4039.270] (II) modeset(0): Modeline "1440x810"x60.0  151.88  1440 1464 1480 
1520  810 811 814 833 doublescan +hsync -vsync (99.9 kHz d)
[  4039.270] (II) modeset(0): Modeline "1368x768"x59.9   85.25  1368 1440 1576 
1784  768 771 781 798 -hsync +vsync (47.8 kHz d)
[  4039.270] (II) modeset(0): Modeline "1368x768"x59.9   72.25  1368 1416 1448 
1528  768 771 781 790 +hsync -vsync (47.3 kHz d)
[  4039.270] (II) modeset(0): Modeline "1280x800"x60.0  174.25  1280 1380 1516 
1752  800 801 804 829 doublescan -hsync +vsync (99.5 kHz d)
[  4039.270] (II) modeset(0): Modeline "1280x800"x60.0  134.25  1280 1304 1320 
1360  800 801 804 823 doublescan +hsync -vsync (98.7 kHz d)
[  4039.270] (II) modeset(0): Modeline "1280x800"x59.8   83.50  1280 1352 1480 
1680  800 803 809 831 -hsync +vsync (49.7 kHz d)
[  4039.270] (II) modeset(0): Modeline "1280x800"x59.9   71.00  1280 1328 1360 
1440  800 803 809 823 +hsync -vsync (49.3 kHz d)
[  4039.270] (II) modeset(0): Modeline "1280x720"x60.0  156.12  1280 1376 1512 
1744  720 721 724 746 doublescan -hsync +vsync (89.5 kHz d)
[  4039.270] (II) modeset(0): Modeline "1280x720"x60.0  120.75  1280 1304 1320 
1360  720 721 724 740 doublescan +hsync -vsync (88.8 kHz d)
[  4039.270] (II) modeset(0): Modeline "1280x720"x59.9   74.50  1280 1344 1472 
1664  720 723 728 748 -hsync +vsync (44.8 kHz d)
[  4039.270] (II) modeset(0): Modeline "1280x720"x59.7   63.75  1280 1328 1360 
1440  720 723 728 741 +hsync -vsync (44.3 kHz d)
[  4039.270] (II) modeset(0): Modeline "1024x768"x60.0  133.47  1024 1100 1212 
1400  768 768 770 794 doublescan -hsync +vsync (95.3 kHz d)
[  4039.270] (II) modeset(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 
1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[  4039.270] (II) modeset(0): Modeline "960x720"x60.0  117.00  960 1024 1128 
1300  720 720 722 750 doublescan -hsync +vsync (90.0 kHz d)
[  4039.270] (II) modeset(0): Modeline "928x696"x60.1  109.15  928 976 1088 
1264  696 696 698 719 doublescan -hsync +vsync (86.4 kHz d)
[  4039.270] (II) modeset(0): Modeline "896x672"x60.0  102.40  896 960 1060 
1224  672 672 674 697 doublescan -hsync +vsync (83.7 kHz d)
[  4039.270] (II) modeset(0): Modeline "1024x576"x60.0   98.50  1024 1092 1200 
1376  576 577 580 597 doublescan -hsync +vsync (71.6 kHz d)
[  4039.270] (II) modeset(0): Modeline "1024x576"x60.0   78.38  1024 1048 1064 
1104  576 577 580 592 doublescan +hsync -vsync (71.0 kHz d)
[  4039.270] (II) modeset(0): Modeline "1024x576"x59.9   46.50  1024 1064 1160 
1296  576 579 584 599 -hsync +vsync (35.9 kHz d)
[  4039.270] (II) modeset(0): Modeline "1024x576"x59.8   42.00  1024 1072 1104 
1184  576 579 584 593 +hsync -vsync (35.5 kHz d)
[  4039.270] (II) modeset(0): Modeline "960x600"x59.9   96.62  960 1028 1128 
1296  600 601 604 622 doublescan -hsync +vsync (74.6 kHz d)
[  4039.270] (II) modeset(0): Modeline "960x600"x60.0   77.00  960 984 1000 
1040  600 601 604 617 doublescan +hsync -vsync (74.0 kHz d)
[  4039.270] (II) modeset(0): Modeline "960x540"x60.0   86.50  960 1024 1124 
1288  540 541 544 560 doublescan -hsync +vsync (67.2 kHz d)
[  4039.270] (II) modeset(0): Modeline "960x540"x60.0   69.25  960 984 1000 
1040  540 541 544 555 doublescan +hsync -vsync (66.6 kHz d)
[  4039.270] (II) modeset(0): Modeline "960x540"x59.6   40.75  960 992 1088 
1216  540 543 548 562 -hsync +vsync (33.5 kHz d)
[  4039.270] (II) modeset(0): Modeline "960x540"x59.8   37.25  960 1008 1040 
1120  540 543 548 556 +hsync -vsync (33.3 kHz d)
[  4039.270] (II) modeset(0): Modeline "800x600"x60.0   81.00  800 832 928 1080 
 600 600 602 625 doublescan +hsync +vsync (75.0 kHz d)
[  4039.270] (II) modeset(0): Modeline "800x600"x60.3   40.00  800 840 968 1056 
 600 601 605 628 +hsync +vsync (37.9 kHz e)
[  4039.270] (II) modeset(0): Modeline "800x600"x56.2   36.00  800 824 896 1024 
 600 601 603 625 +hsync +vsync (35.2 kHz d)
[  4039.271] (II) modeset(0): Modeline "840x525"x60.0   73.12  840 892 980 1120 
 525 526 529 544 doublescan -hsync +vsync (65.3 kHz d)
[  4039.271] (II) modeset(0): Modeline "840x525"x59.9   59.50  840 864 880 920  
525 526 529 540 doublescan +hsync -vsync (64.7 kHz d)
[  4039.271] (II) modeset(0): Modeline "864x486"x59.9   32.50  864 888 968 1072 
 486 489 494 506 -hsync +vsync (30.3 kHz d)
[  4039.271] (II) modeset(0): Modeline "864x486"x59.6   30.50  864 912 944 1024 
 486 489 494 500 +hsync -vsync (29.8 kHz d)
[  4039.271] (II) modeset(0): Modeline "700x525"x60.0   61.00  700 744 820 940  
525 526 532 541 doublescan +hsync +vsync (64.9 kHz d)
[  4039.271] (II) modeset(0): Modeline "800x450"x59.9   59.12  800 848 928 1056 
 450 451 454 467 doublescan -hsync +vsync (56.0 kHz d)
[  4039.271] (II) modeset(0): Modeline "800x450"x59.8   48.75  800 824 840 880  
450 451 454 463 doublescan +hsync -vsync (55.4 kHz d)
[  4039.271] (II) modeset(0): Modeline "640x512"x60.0   54.00  640 664 720 844  
512 512 514 533 doublescan +hsync +vsync (64.0 kHz d)
[  4039.271] (II) modeset(0): Modeline "700x450"x60.0   51.75  700 740 812 924  
450 451 456 467 doublescan -hsync +vsync (56.0 kHz d)
[  4039.271] (II) modeset(0): Modeline "700x450"x59.9   43.25  700 724 740 780  
450 451 456 463 doublescan +hsync -vsync (55.4 kHz d)
[  4039.271] (II) modeset(0): Modeline "640x480"x60.0   54.00  640 688 744 900  
480 480 482 500 doublescan +hsync +vsync (60.0 kHz d)
[  4039.271] (II) modeset(0): Modeline "640x480"x59.9   25.18  640 656 752 800  
480 490 492 525 -hsync -vsync (31.5 kHz e)
[  4039.271] (II) modeset(0): Modeline "720x405"x59.5   22.50  720 744 808 896  
405 408 413 422 -hsync +vsync (25.1 kHz d)
[  4039.271] (II) modeset(0): Modeline "720x405"x59.0   21.75  720 768 800 880  
405 408 413 419 +hsync -vsync (24.7 kHz d)
[  4039.271] (II) modeset(0): Modeline "684x384"x59.9   42.62  684 720 788 892  
384 385 390 399 doublescan -hsync +vsync (47.8 kHz d)
[  4039.271] (II) modeset(0): Modeline "684x384"x59.9   36.12  684 708 724 764  
384 385 390 395 doublescan +hsync -vsync (47.3 kHz d)
[  4039.271] (II) modeset(0): Modeline "640x400"x59.9   41.75  640 676 740 840  
400 401 404 415 doublescan -hsync +vsync (49.7 kHz d)
[  4039.271] (II) modeset(0): Modeline "640x400"x60.0   35.50  640 664 680 720  
400 401 404 411 doublescan +hsync -vsync (49.3 kHz d)
[  4039.271] (II) modeset(0): Modeline "640x360"x59.9   37.25  640 672 736 832  
360 361 364 374 doublescan -hsync +vsync (44.8 kHz d)
[  4039.271] (II) modeset(0): Modeline "640x360"x59.8   31.88  640 664 680 720  
360 361 364 370 doublescan +hsync -vsync (44.3 kHz d)
[  4039.271] (II) modeset(0): Modeline "640x360"x59.8   18.00  640 664 720 800  
360 363 368 376 -hsync +vsync (22.5 kHz d)
[  4039.271] (II) modeset(0): Modeline "640x360"x59.3   17.75  640 688 720 800  
360 363 368 374 +hsync -vsync (22.2 kHz d)
[  4039.271] (II) modeset(0): Modeline "512x384"x60.0   32.50  512 524 592 672  
384 385 388 403 doublescan -hsync -vsync (48.4 kHz d)
[  4039.271] (II) modeset(0): Modeline "512x288"x60.0   23.25  512 532 580 648  
288 289 292 299 doublescan -hsync +vsync (35.9 kHz d)
[  4039.271] (II) modeset(0): Modeline "512x288"x59.9   21.00  512 536 552 592  
288 289 292 296 doublescan +hsync -vsync (35.5 kHz d)
[  4039.271] (II) modeset(0): Modeline "480x270"x59.6   20.38  480 496 544 608  
270 271 274 281 doublescan -hsync +vsync (33.5 kHz d)
[  4039.271] (II) modeset(0): Modeline "480x270"x59.8   18.62  480 504 520 560  
270 271 274 278 doublescan +hsync -vsync (33.3 kHz d)
[  4039.271] (II) modeset(0): Modeline "400x300"x60.3   20.00  400 420 484 528  
300 300 302 314 doublescan +hsync +vsync (37.9 kHz d)
[  4039.271] (II) modeset(0): Modeline "400x300"x56.3   18.00  400 412 448 512  
300 300 301 312 doublescan +hsync +vsync (35.2 kHz d)
[  4039.271] (II) modeset(0): Modeline "432x243"x59.9   16.25  432 444 484 536  
243 244 247 253 doublescan -hsync +vsync (30.3 kHz d)
[  4039.271] (II) modeset(0): Modeline "432x243"x59.6   15.25  432 456 472 512  
243 244 247 250 doublescan +hsync -vsync (29.8 kHz d)
[  4039.271] (II) modeset(0): Modeline "320x240"x60.1   12.59  320 328 376 400  
240 245 246 262 doublescan -hsync -vsync (31.5 kHz d)
[  4039.271] (II) modeset(0): Modeline "360x202"x59.5   11.25  360 372 404 448  
202 204 206 211 doublescan -hsync +vsync (25.1 kHz d)
[  4039.271] (II) modeset(0): Modeline "360x202"x59.1   10.88  360 384 400 440  
202 204 206 209 doublescan +hsync -vsync (24.7 kHz d)
[  4039.271] (II) modeset(0): Modeline "320x180"x59.8    9.00  320 332 360 400  
180 181 184 188 doublescan -hsync +vsync (22.5 kHz d)
[  4039.271] (II) modeset(0): Modeline "320x180"x59.3    8.88  320 344 360 400  
180 181 184 187 doublescan +hsync -vsync (22.2 kHz d)
[  4039.271] (II) modeset(0): Output VGA-1 disconnected
[  4039.271] (II) modeset(0): Output DVI-I-1 connected
[  4039.271] (II) modeset(0): Using exact sizes for initial modes
[  4039.271] (II) modeset(0): Output DVI-I-1 using initial mode 1920x1200 +0+0
[  4039.271] (==) modeset(0): Using gamma correction (1.0, 1.0, 1.0)
[  4039.271] (==) modeset(0): DPI set to (96, 96)
[  4039.271] (II) Loading sub module "fb"
[  4039.271] (II) LoadModule: "fb"
[  4039.271] (II) Module "fb" already built-in
[  4039.271] (II) Loading sub module "shadow"
[  4039.271] (II) LoadModule: "shadow"
[  4039.271] (II) Loading /usr/lib/xorg/modules/libshadow.so
[  4039.271] (II) Module shadow: vendor="X.Org Foundation"
[  4039.271]    compiled for 1.21.1.7, module version = 1.1.0
[  4039.271]    ABI class: X.Org ANSI C Emulation, version 0.4
[  4039.272] (==) modeset(0): Backing store enabled
[  4039.272] (==) modeset(0): Silken mouse enabled
[  4039.288] (II) modeset(0): Initializing kms color map for depth 24, 8 bpc.
[  4039.288] (==) modeset(0): DPMS enabled
[  4039.288] (II) Initializing extension Generic Event Extension
[  4039.288] (II) Initializing extension SHAPE
[  4039.288] (II) Initializing extension MIT-SHM
[  4039.289] (II) Initializing extension XInputExtension
[  4039.289] (II) Initializing extension XTEST
[  4039.289] (II) Initializing extension BIG-REQUESTS
[  4039.289] (II) Initializing extension SYNC
[  4039.289] (II) Initializing extension XKEYBOARD
[  4039.289] (II) Initializing extension XC-MISC
[  4039.289] (II) Initializing extension SECURITY
[  4039.289] (II) Initializing extension XFIXES
[  4039.290] (II) Initializing extension RENDER
[  4039.290] (II) Initializing extension RANDR
[  4039.290] (II) Initializing extension COMPOSITE
[  4039.290] (II) Initializing extension DAMAGE
[  4039.290] (II) Initializing extension MIT-SCREEN-SAVER
[  4039.290] (II) Initializing extension DOUBLE-BUFFER
[  4039.290] (II) Initializing extension RECORD
[  4039.290] (II) Initializing extension DPMS
[  4039.290] (II) Initializing extension Present
[  4039.291] (II) Initializing extension DRI3
[  4039.291] (II) Initializing extension X-Resource
[  4039.291] (II) Initializing extension XVideo
[  4039.291] (II) Initializing extension XVideo-MotionCompensation
[  4039.291] (II) Initializing extension SELinux
[  4039.291] (II) SELinux: Disabled on system
[  4039.291] (II) Initializing extension GLX
[  4039.291] (II) AIGLX: Screen 0 is not DRI2 capable
[  4039.320] (II) IGLX: Loaded and initialized swrast
[  4039.320] (II) GLX: Initialized DRISWRAST GL provider for screen 0
[  4039.320] (II) Initializing extension XFree86-VidModeExtension
[  4039.320] (II) Initializing extension XFree86-DGA
[  4039.320] (II) Initializing extension XFree86-DRI
[  4039.320] (II) Initializing extension DRI2
[  4039.320] (II) modeset(0): Damage tracking initialized
[  4039.320] (II) modeset(0): Setting screen physical size to 508 x 317
[  4039.384] (II) config/udev: Adding input device Power Button 
(/dev/input/event1)
[  4039.384] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[  4039.384] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[  4039.384] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[  4039.384] (II) LoadModule: "libinput"
[  4039.384] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[  4039.386] (II) Module libinput: vendor="X.Org Foundation"
[  4039.386]    compiled for 1.21.1.3, module version = 1.2.1
[  4039.386]    Module class: X.Org XInput Driver
[  4039.386]    ABI class: X.Org XInput driver, version 24.4
[  4039.386] (II) Using input driver 'libinput' for 'Power Button'
[  4039.386] (**) Power Button: always reports core events
[  4039.386] (**) Option "Device" "/dev/input/event1"
[  4039.388] (II) event1  - Power Button: is tagged by udev as: Keyboard
[  4039.388] (II) event1  - Power Button: device is a keyboard
[  4039.388] (II) event1  - Power Button: device removed
[  4039.424] (**) Option "config_info" 
"udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input3/event1"
[  4039.424] (II) XINPUT: Adding extended input device "Power Button" (type: 
KEYBOARD, id 6)
[  4039.424] (**) Option "xkb_model" "pc105"
[  4039.424] (**) Option "xkb_layout" "gb"
[  4039.447] (II) event1  - Power Button: is tagged by udev as: Keyboard
[  4039.447] (II) event1  - Power Button: device is a keyboard
[  4039.448] (II) config/udev: Adding input device Power Button 
(/dev/input/event0)
[  4039.448] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[  4039.448] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[  4039.448] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[  4039.448] (II) Using input driver 'libinput' for 'Power Button'
[  4039.448] (**) Power Button: always reports core events
[  4039.448] (**) Option "Device" "/dev/input/event0"
[  4039.449] (II) event0  - Power Button: is tagged by udev as: Keyboard
[  4039.449] (II) event0  - Power Button: device is a keyboard
[  4039.449] (II) event0  - Power Button: device removed
[  4039.472] (**) Option "config_info" 
"udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input2/event0"
[  4039.472] (II) XINPUT: Adding extended input device "Power Button" (type: 
KEYBOARD, id 7)
[  4039.472] (**) Option "xkb_model" "pc105"
[  4039.472] (**) Option "xkb_layout" "gb"
[  4039.473] (II) event0  - Power Button: is tagged by udev as: Keyboard
[  4039.473] (II) event0  - Power Button: device is a keyboard
[  4039.474] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=8 
(/dev/input/event7)
[  4039.474] (II) No input driver specified, ignoring this device.
[  4039.474] (II) This device may have been added with another device file.
[  4039.474] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=9 
(/dev/input/event8)
[  4039.474] (II) No input driver specified, ignoring this device.
[  4039.474] (II) This device may have been added with another device file.
[  4039.475] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 
(/dev/input/event5)
[  4039.475] (II) No input driver specified, ignoring this device.
[  4039.475] (II) This device may have been added with another device file.
[  4039.475] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=7 
(/dev/input/event6)
[  4039.475] (II) No input driver specified, ignoring this device.
[  4039.475] (II) This device may have been added with another device file.
[  4039.476] (II) config/udev: Adding input device LITEON Technology USB 
Multimedia Keyboard (/dev/input/event2)
[  4039.476] (**) LITEON Technology USB Multimedia Keyboard: Applying 
InputClass "evdev keyboard catchall"
[  4039.476] (**) LITEON Technology USB Multimedia Keyboard: Applying 
InputClass "libinput keyboard catchall"
[  4039.476] (**) LITEON Technology USB Multimedia Keyboard: Applying 
InputClass "libinput keyboard catchall"
[  4039.476] (II) Using input driver 'libinput' for 'LITEON Technology USB 
Multimedia Keyboard'
[  4039.476] (**) LITEON Technology USB Multimedia Keyboard: always reports 
core events
[  4039.476] (**) Option "Device" "/dev/input/event2"
[  4039.478] (II) event2  - LITEON Technology USB Multimedia Keyboard: is 
tagged by udev as: Keyboard
[  4039.478] (II) event2  - LITEON Technology USB Multimedia Keyboard: device 
is a keyboard
[  4039.478] (II) event2  - LITEON Technology USB Multimedia Keyboard: device 
removed
[  4039.516] (**) Option "config_info" 
"udev:/sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1:1.0/0003:046D:C312.0001/input/input5/event2"
[  4039.516] (II) XINPUT: Adding extended input device "LITEON Technology USB 
Multimedia Keyboard" (type: KEYBOARD, id 8)
[  4039.516] (**) Option "xkb_model" "pc105"
[  4039.516] (**) Option "xkb_layout" "gb"
[  4039.518] (II) event2  - LITEON Technology USB Multimedia Keyboard: is 
tagged by udev as: Keyboard
[  4039.518] (II) event2  - LITEON Technology USB Multimedia Keyboard: device 
is a keyboard
[  4039.519] (II) config/udev: Adding input device USB Optical Mouse 
(/dev/input/event3)
[  4039.519] (**) USB Optical Mouse: Applying InputClass "evdev pointer 
catchall"
[  4039.519] (**) USB Optical Mouse: Applying InputClass "libinput pointer 
catchall"
[  4039.519] (**) USB Optical Mouse: Applying InputClass "evdev pointer 
catchall"
[  4039.519] (II) LoadModule: "evdev"
[  4039.519] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[  4039.519] (II) Module evdev: vendor="X.Org Foundation"
[  4039.519]    compiled for 1.21.1.3, module version = 2.10.6
[  4039.519]    Module class: X.Org XInput Driver
[  4039.519]    ABI class: X.Org XInput driver, version 24.4
[  4039.519] (II) Using input driver 'evdev' for 'USB Optical Mouse'
[  4039.519] (**) USB Optical Mouse: always reports core events
[  4039.519] (**) evdev: USB Optical Mouse: Device: "/dev/input/event3"
[  4039.576] (--) evdev: USB Optical Mouse: Vendor 0x1bcf Product 0x5
[  4039.576] (--) evdev: USB Optical Mouse: Found 9 mouse buttons
[  4039.576] (--) evdev: USB Optical Mouse: Found scroll wheel(s)
[  4039.576] (--) evdev: USB Optical Mouse: Found relative axes
[  4039.576] (--) evdev: USB Optical Mouse: Found x and y relative axes
[  4039.576] (II) evdev: USB Optical Mouse: Configuring as mouse
[  4039.576] (II) evdev: USB Optical Mouse: Adding scrollwheel support
[  4039.576] (**) evdev: USB Optical Mouse: YAxisMapping: buttons 4 and 5
[  4039.576] (**) evdev: USB Optical Mouse: EmulateWheelButton: 4, 
EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[  4039.576] (**) Option "config_info" 
"udev:/sys/devices/pci0000:00/0000:00:1a.0/usb1/1-2/1-2:1.0/0003:1BCF:0005.0002/input/input6/event3"
[  4039.576] (II) XINPUT: Adding extended input device "USB Optical Mouse" 
(type: MOUSE, id 9)
[  4039.576] (II) evdev: USB Optical Mouse: initialized for relative axes.
[  4039.576] (**) USB Optical Mouse: (accel) keeping acceleration scheme 1
[  4039.576] (**) USB Optical Mouse: (accel) acceleration profile 0
[  4039.576] (**) USB Optical Mouse: (accel) acceleration factor: 2.000
[  4039.576] (**) USB Optical Mouse: (accel) acceleration threshold: 4
[  4039.577] (II) config/udev: Adding input device USB Optical Mouse 
(/dev/input/mouse0)
[  4039.577] (II) No input driver specified, ignoring this device.
[  4039.577] (II) This device may have been added with another device file.
[  4039.577] (II) config/udev: Adding input device HDA Intel Front Mic 
(/dev/input/event9)
[  4039.577] (II) No input driver specified, ignoring this device.
[  4039.577] (II) This device may have been added with another device file.
[  4039.578] (II) config/udev: Adding input device HDA Intel Rear Mic 
(/dev/input/event10)
[  4039.578] (II) No input driver specified, ignoring this device.
[  4039.578] (II) This device may have been added with another device file.
[  4039.578] (II) config/udev: Adding input device HDA Intel Line 
(/dev/input/event11)
[  4039.578] (II) No input driver specified, ignoring this device.
[  4039.578] (II) This device may have been added with another device file.
[  4039.579] (II) config/udev: Adding input device HDA Intel Line Out Front 
(/dev/input/event12)
[  4039.579] (II) No input driver specified, ignoring this device.
[  4039.579] (II) This device may have been added with another device file.
[  4039.579] (II) config/udev: Adding input device HDA Intel Line Out Surround 
(/dev/input/event13)
[  4039.579] (II) No input driver specified, ignoring this device.
[  4039.579] (II) This device may have been added with another device file.
[  4039.580] (II) config/udev: Adding input device HDA Intel Line Out CLFE 
(/dev/input/event14)
[  4039.580] (II) No input driver specified, ignoring this device.
[  4039.580] (II) This device may have been added with another device file.
[  4039.580] (II) config/udev: Adding input device HDA Intel Line Out Side 
(/dev/input/event15)
[  4039.580] (II) No input driver specified, ignoring this device.
[  4039.580] (II) This device may have been added with another device file.
[  4039.581] (II) config/udev: Adding input device HDA Intel Front Headphone 
(/dev/input/event16)
[  4039.581] (II) No input driver specified, ignoring this device.
[  4039.581] (II) This device may have been added with another device file.
[  4039.581] (II) config/udev: Adding input device PC Speaker 
(/dev/input/event4)
[  4039.581] (II) No input driver specified, ignoring this device.
[  4039.581] (II) This device may have been added with another device file.
[  4040.741] (II) modeset(0): Disabling kernel dirty updates, not required.
[  4044.799] (II) modeset(0): EDID vendor "HWP", prod id 10315
[  4044.799] (II) modeset(0): Using EDID range info for horizontal sync
[  4044.799] (II) modeset(0): Using EDID range info for vertical refresh
[  4044.799] (II) modeset(0): Printing DDC gathered Modelines:
[  4044.799] (II) modeset(0): Modeline "1920x1200"x0.0  154.00  1920 1968 2000 
2080  1200 1203 1209 1235 +hsync -vsync (74.0 kHz eP)
[  4044.799] (II) modeset(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  
600 601 605 628 +hsync +vsync (37.9 kHz e)
[  4044.799] (II) modeset(0): Modeline "640x480"x0.0   25.18  640 656 752 800  
480 490 492 525 -hsync -vsync (31.5 kHz e)
[  4044.799] (II) modeset(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 
1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[  4044.799] (II) modeset(0): Modeline "1280x960"x0.0  108.00  1280 1376 1488 
1800  960 961 964 1000 +hsync +vsync (60.0 kHz e)
[  4044.799] (II) modeset(0): Modeline "1280x1024"x0.0  108.00  1280 1328 1440 
1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[  4044.799] (II) modeset(0): Modeline "1440x900"x0.0   88.75  1440 1488 1520 
1600  900 903 909 926 +hsync -vsync (55.5 kHz e)
[  4044.799] (II) modeset(0): Modeline "1600x1200"x0.0  162.00  1600 1664 1856 
2160  1200 1201 1204 1250 +hsync +vsync (75.0 kHz e)
[  4044.799] (II) modeset(0): Modeline "1680x1050"x0.0  119.00  1680 1728 1760 
1840  1050 1053 1059 1080 +hsync -vsync (64.7 kHz e)
[  4044.799] (II) modeset(0): Modeline "1920x1080"x60.0  172.80  1920 2040 2248 
2576  1080 1081 1084 1118 -hsync +vsync (67.1 kHz e)
[  4044.841] (II) modeset(0): EDID vendor "HWP", prod id 10315
[  4044.841] (II) modeset(0): Using hsync ranges from config file
[  4044.841] (II) modeset(0): Using vrefresh ranges from config file
[  4044.841] (II) modeset(0): Printing DDC gathered Modelines:
[  4044.841] (II) modeset(0): Modeline "1920x1200"x0.0  154.00  1920 1968 2000 
2080  1200 1203 1209 1235 +hsync -vsync (74.0 kHz eP)
[  4044.841] (II) modeset(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  
600 601 605 628 +hsync +vsync (37.9 kHz e)
[  4044.841] (II) modeset(0): Modeline "640x480"x0.0   25.18  640 656 752 800  
480 490 492 525 -hsync -vsync (31.5 kHz e)
[  4044.841] (II) modeset(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 
1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[  4044.841] (II) modeset(0): Modeline "1280x960"x0.0  108.00  1280 1376 1488 
1800  960 961 964 1000 +hsync +vsync (60.0 kHz e)
[  4044.841] (II) modeset(0): Modeline "1280x1024"x0.0  108.00  1280 1328 1440 
1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[  4044.841] (II) modeset(0): Modeline "1440x900"x0.0   88.75  1440 1488 1520 
1600  900 903 909 926 +hsync -vsync (55.5 kHz e)
[  4044.841] (II) modeset(0): Modeline "1600x1200"x0.0  162.00  1600 1664 1856 
2160  1200 1201 1204 1250 +hsync +vsync (75.0 kHz e)
[  4044.841] (II) modeset(0): Modeline "1680x1050"x0.0  119.00  1680 1728 1760 
1840  1050 1053 1059 1080 +hsync -vsync (64.7 kHz e)
[  4044.841] (II) modeset(0): Modeline "1920x1080"x60.0  172.80  1920 2040 2248 
2576  1080 1081 1084 1118 -hsync +vsync (67.1 kHz e)
[  4044.883] (II) modeset(0): EDID vendor "HWP", prod id 10315
[  4044.883] (II) modeset(0): Using hsync ranges from config file
[  4044.883] (II) modeset(0): Using vrefresh ranges from config file
[  4044.883] (II) modeset(0): Printing DDC gathered Modelines:
[  4044.883] (II) modeset(0): Modeline "1920x1200"x0.0  154.00  1920 1968 2000 
2080  1200 1203 1209 1235 +hsync -vsync (74.0 kHz eP)
[  4044.883] (II) modeset(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  
600 601 605 628 +hsync +vsync (37.9 kHz e)
[  4044.883] (II) modeset(0): Modeline "640x480"x0.0   25.18  640 656 752 800  
480 490 492 525 -hsync -vsync (31.5 kHz e)
[  4044.883] (II) modeset(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 
1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[  4044.883] (II) modeset(0): Modeline "1280x960"x0.0  108.00  1280 1376 1488 
1800  960 961 964 1000 +hsync +vsync (60.0 kHz e)
[  4044.883] (II) modeset(0): Modeline "1280x1024"x0.0  108.00  1280 1328 1440 
1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[  4044.883] (II) modeset(0): Modeline "1440x900"x0.0   88.75  1440 1488 1520 
1600  900 903 909 926 +hsync -vsync (55.5 kHz e)
[  4044.883] (II) modeset(0): Modeline "1600x1200"x0.0  162.00  1600 1664 1856 
2160  1200 1201 1204 1250 +hsync +vsync (75.0 kHz e)
[  4044.883] (II) modeset(0): Modeline "1680x1050"x0.0  119.00  1680 1728 1760 
1840  1050 1053 1059 1080 +hsync -vsync (64.7 kHz e)
[  4044.883] (II) modeset(0): Modeline "1920x1080"x60.0  172.80  1920 2040 2248 
2576  1080 1081 1084 1118 -hsync +vsync (67.1 kHz e)
[  4044.924] (II) modeset(0): EDID vendor "HWP", prod id 10315
[  4044.924] (II) modeset(0): Using hsync ranges from config file
[  4044.924] (II) modeset(0): Using vrefresh ranges from config file
[  4044.924] (II) modeset(0): Printing DDC gathered Modelines:
[  4044.924] (II) modeset(0): Modeline "1920x1200"x0.0  154.00  1920 1968 2000 
2080  1200 1203 1209 1235 +hsync -vsync (74.0 kHz eP)
[  4044.924] (II) modeset(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  
600 601 605 628 +hsync +vsync (37.9 kHz e)
[  4044.924] (II) modeset(0): Modeline "640x480"x0.0   25.18  640 656 752 800  
480 490 492 525 -hsync -vsync (31.5 kHz e)
[  4044.924] (II) modeset(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 
1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[  4044.924] (II) modeset(0): Modeline "1280x960"x0.0  108.00  1280 1376 1488 
1800  960 961 964 1000 +hsync +vsync (60.0 kHz e)
[  4044.924] (II) modeset(0): Modeline "1280x1024"x0.0  108.00  1280 1328 1440 
1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[  4044.924] (II) modeset(0): Modeline "1440x900"x0.0   88.75  1440 1488 1520 
1600  900 903 909 926 +hsync -vsync (55.5 kHz e)
[  4044.924] (II) modeset(0): Modeline "1600x1200"x0.0  162.00  1600 1664 1856 
2160  1200 1201 1204 1250 +hsync +vsync (75.0 kHz e)
[  4044.924] (II) modeset(0): Modeline "1680x1050"x0.0  119.00  1680 1728 1760 
1840  1050 1053 1059 1080 +hsync -vsync (64.7 kHz e)
[  4044.924] (II) modeset(0): Modeline "1920x1080"x60.0  172.80  1920 2040 2248 
2576  1080 1081 1084 1118 -hsync +vsync (67.1 kHz e)
[  4045.572] (II) modeset(0): EDID vendor "HWP", prod id 10315
[  4045.572] (II) modeset(0): Using hsync ranges from config file
[  4045.572] (II) modeset(0): Using vrefresh ranges from config file
[  4045.572] (II) modeset(0): Printing DDC gathered Modelines:
[  4045.572] (II) modeset(0): Modeline "1920x1200"x0.0  154.00  1920 1968 2000 
2080  1200 1203 1209 1235 +hsync -vsync (74.0 kHz eP)
[  4045.572] (II) modeset(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  
600 601 605 628 +hsync +vsync (37.9 kHz e)
[  4045.572] (II) modeset(0): Modeline "640x480"x0.0   25.18  640 656 752 800  
480 490 492 525 -hsync -vsync (31.5 kHz e)
[  4045.572] (II) modeset(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 
1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[  4045.572] (II) modeset(0): Modeline "1280x960"x0.0  108.00  1280 1376 1488 
1800  960 961 964 1000 +hsync +vsync (60.0 kHz e)
[  4045.572] (II) modeset(0): Modeline "1280x1024"x0.0  108.00  1280 1328 1440 
1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[  4045.572] (II) modeset(0): Modeline "1440x900"x0.0   88.75  1440 1488 1520 
1600  900 903 909 926 +hsync -vsync (55.5 kHz e)
[  4045.572] (II) modeset(0): Modeline "1600x1200"x0.0  162.00  1600 1664 1856 
2160  1200 1201 1204 1250 +hsync +vsync (75.0 kHz e)
[  4045.572] (II) modeset(0): Modeline "1680x1050"x0.0  119.00  1680 1728 1760 
1840  1050 1053 1059 1080 +hsync -vsync (64.7 kHz e)
[  4045.572] (II) modeset(0): Modeline "1920x1080"x60.0  172.80  1920 2040 2248 
2576  1080 1081 1084 1118 -hsync +vsync (67.1 kHz e)
[  6134.320] (II) modeset(0): EDID vendor "HWP", prod id 10315
[  6134.320] (II) modeset(0): Using hsync ranges from config file
[  6134.320] (II) modeset(0): Using vrefresh ranges from config file
[  6134.320] (II) modeset(0): Printing DDC gathered Modelines:
[  6134.320] (II) modeset(0): Modeline "1920x1200"x0.0  154.00  1920 1968 2000 
2080  1200 1203 1209 1235 +hsync -vsync (74.0 kHz eP)
[  6134.320] (II) modeset(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  
600 601 605 628 +hsync +vsync (37.9 kHz e)
[  6134.320] (II) modeset(0): Modeline "640x480"x0.0   25.18  640 656 752 800  
480 490 492 525 -hsync -vsync (31.5 kHz e)
[  6134.320] (II) modeset(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 
1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[  6134.320] (II) modeset(0): Modeline "1280x960"x0.0  108.00  1280 1376 1488 
1800  960 961 964 1000 +hsync +vsync (60.0 kHz e)
[  6134.320] (II) modeset(0): Modeline "1280x1024"x0.0  108.00  1280 1328 1440 
1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[  6134.320] (II) modeset(0): Modeline "1440x900"x0.0   88.75  1440 1488 1520 
1600  900 903 909 926 +hsync -vsync (55.5 kHz e)
[  6134.321] (II) modeset(0): Modeline "1600x1200"x0.0  162.00  1600 1664 1856 
2160  1200 1201 1204 1250 +hsync +vsync (75.0 kHz e)
[  6134.321] (II) modeset(0): Modeline "1680x1050"x0.0  119.00  1680 1728 1760 
1840  1050 1053 1059 1080 +hsync -vsync (64.7 kHz e)
[  6134.321] (II) modeset(0): Modeline "1920x1080"x60.0  172.80  1920 2040 2248 
2576  1080 1081 1084 1118 -hsync +vsync (67.1 kHz e)

udev information:
-----------------
P: /devices/LNXSYSTM:00/LNXPWRBN:00/input/input3
M: input3
R: 3
U: input
E: DEVPATH=/devices/LNXSYSTM:00/LNXPWRBN:00/input/input3
E: SUBSYSTEM=input
E: PRODUCT=19/0/1/0
E: NAME="Power Button"
E: PHYS="LNXPWRBN/button/input0"
E: PROP=0
E: EV=3
E: KEY=10000000000000 0
E: MODALIAS=input:b0019v0000p0001e0000-e0,1,k74,ramlsfw
E: USEC_INITIALIZED=1357826
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: ID_PATH=acpi-LNXPWRBN:00
E: ID_PATH_TAG=acpi-LNXPWRBN_00
E: ID_FOR_SEAT=input-acpi-LNXPWRBN_00
E: TAGS=:seat:
E: CURRENT_TAGS=:seat:

P: /devices/LNXSYSTM:00/LNXPWRBN:00/input/input3/event1
M: event1
R: 1
U: input
D: c 13:65
N: input/event1
L: 0
E: DEVPATH=/devices/LNXSYSTM:00/LNXPWRBN:00/input/input3/event1
E: SUBSYSTEM=input
E: DEVNAME=/dev/input/event1
E: MAJOR=13
E: MINOR=65
E: USEC_INITIALIZED=10524945
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: ID_PATH=acpi-LNXPWRBN:00
E: ID_PATH_TAG=acpi-LNXPWRBN_00
E: XKBMODEL=pc105
E: XKBLAYOUT=gb
E: BACKSPACE=guess
E: LIBINPUT_DEVICE_GROUP=19/0/1:LNXPWRBN/button
E: TAGS=:power-switch:
E: CURRENT_TAGS=:power-switch:

P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input2
M: input2
R: 2
U: input
E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input2
E: SUBSYSTEM=input
E: PRODUCT=19/0/1/0
E: NAME="Power Button"
E: PHYS="PNP0C0C/button/input0"
E: PROP=0
E: EV=3
E: KEY=10000000000000 0
E: MODALIAS=input:b0019v0000p0001e0000-e0,1,k74,ramlsfw
E: USEC_INITIALIZED=1354984
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: ID_PATH=acpi-PNP0C0C:00
E: ID_PATH_TAG=acpi-PNP0C0C_00
E: ID_FOR_SEAT=input-acpi-PNP0C0C_00
E: TAGS=:seat:
E: CURRENT_TAGS=:seat:

P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input2/event0
M: event0
R: 0
U: input
D: c 13:64
N: input/event0
L: 0
E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input2/event0
E: SUBSYSTEM=input
E: DEVNAME=/dev/input/event0
E: MAJOR=13
E: MINOR=64
E: USEC_INITIALIZED=10512732
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: ID_PATH=acpi-PNP0C0C:00
E: ID_PATH_TAG=acpi-PNP0C0C_00
E: XKBMODEL=pc105
E: XKBLAYOUT=gb
E: BACKSPACE=guess
E: LIBINPUT_DEVICE_GROUP=19/0/1:PNP0C0C/button
E: TAGS=:power-switch:
E: CURRENT_TAGS=:power-switch:

P: /devices/pci0000:00/0000:00:03.0/0000:05:00.1/sound/card1/input10
M: input10
R: 10
U: input
E: DEVPATH=/devices/pci0000:00/0000:00:03.0/0000:05:00.1/sound/card1/input10
E: SUBSYSTEM=input
E: PRODUCT=0/0/0/0
E: NAME="HDA NVidia HDMI/DP,pcm=8"
E: PHYS="ALSA"
E: PROP=0
E: EV=21
E: SW=140
E: MODALIAS=input:b0000v0000p0000e0000-e0,5,kramlsfw6,8,
E: USEC_INITIALIZED=10432037
E: ID_INPUT=1
E: ID_INPUT_SWITCH=1
E: ID_PATH=pci-0000:05:00.1
E: ID_PATH_TAG=pci-0000_05_00_1
E: ID_FOR_SEAT=input-pci-0000_05_00_1
E: TAGS=:seat:
E: CURRENT_TAGS=:seat:

P: /devices/pci0000:00/0000:00:03.0/0000:05:00.1/sound/card1/input10/event7
M: event7
R: 7
U: input
D: c 13:71
N: input/event7
L: 0
E: 
DEVPATH=/devices/pci0000:00/0000:00:03.0/0000:05:00.1/sound/card1/input10/event7
E: SUBSYSTEM=input
E: DEVNAME=/dev/input/event7
E: MAJOR=13
E: MINOR=71
E: USEC_INITIALIZED=10559305
E: ID_INPUT=1
E: ID_INPUT_SWITCH=1
E: ID_PATH=pci-0000:05:00.1
E: ID_PATH_TAG=pci-0000_05_00_1
E: LIBINPUT_DEVICE_GROUP=0/0/0:ALSA
E: TAGS=:power-switch:
E: CURRENT_TAGS=:power-switch:

P: /devices/pci0000:00/0000:00:03.0/0000:05:00.1/sound/card1/input11
M: input11
R: 11
U: input
E: DEVPATH=/devices/pci0000:00/0000:00:03.0/0000:05:00.1/sound/card1/input11
E: SUBSYSTEM=input
E: PRODUCT=0/0/0/0
E: NAME="HDA NVidia HDMI/DP,pcm=9"
E: PHYS="ALSA"
E: PROP=0
E: EV=21
E: SW=140
E: MODALIAS=input:b0000v0000p0000e0000-e0,5,kramlsfw6,8,
E: USEC_INITIALIZED=10429758
E: ID_INPUT=1
E: ID_INPUT_SWITCH=1
E: ID_PATH=pci-0000:05:00.1
E: ID_PATH_TAG=pci-0000_05_00_1
E: ID_FOR_SEAT=input-pci-0000_05_00_1
E: TAGS=:seat:
E: CURRENT_TAGS=:seat:

P: /devices/pci0000:00/0000:00:03.0/0000:05:00.1/sound/card1/input11/event8
M: event8
R: 8
U: input
D: c 13:72
N: input/event8
L: 0
E: 
DEVPATH=/devices/pci0000:00/0000:00:03.0/0000:05:00.1/sound/card1/input11/event8
E: SUBSYSTEM=input
E: DEVNAME=/dev/input/event8
E: MAJOR=13
E: MINOR=72
E: USEC_INITIALIZED=10559673
E: ID_INPUT=1
E: ID_INPUT_SWITCH=1
E: ID_PATH=pci-0000:05:00.1
E: ID_PATH_TAG=pci-0000_05_00_1
E: LIBINPUT_DEVICE_GROUP=0/0/0:ALSA
E: TAGS=:power-switch:
E: CURRENT_TAGS=:power-switch:

P: /devices/pci0000:00/0000:00:03.0/0000:05:00.1/sound/card1/input8
M: input8
R: 8
U: input
E: DEVPATH=/devices/pci0000:00/0000:00:03.0/0000:05:00.1/sound/card1/input8
E: SUBSYSTEM=input
E: PRODUCT=0/0/0/0
E: NAME="HDA NVidia HDMI/DP,pcm=3"
E: PHYS="ALSA"
E: PROP=0
E: EV=21
E: SW=140
E: MODALIAS=input:b0000v0000p0000e0000-e0,5,kramlsfw6,8,
E: USEC_INITIALIZED=10429490
E: ID_INPUT=1
E: ID_INPUT_SWITCH=1
E: ID_PATH=pci-0000:05:00.1
E: ID_PATH_TAG=pci-0000_05_00_1
E: ID_FOR_SEAT=input-pci-0000_05_00_1
E: TAGS=:seat:
E: CURRENT_TAGS=:seat:

P: /devices/pci0000:00/0000:00:03.0/0000:05:00.1/sound/card1/input8/event5
M: event5
R: 5
U: input
D: c 13:69
N: input/event5
L: 0
E: 
DEVPATH=/devices/pci0000:00/0000:00:03.0/0000:05:00.1/sound/card1/input8/event5
E: SUBSYSTEM=input
E: DEVNAME=/dev/input/event5
E: MAJOR=13
E: MINOR=69
E: USEC_INITIALIZED=10559160
E: ID_INPUT=1
E: ID_INPUT_SWITCH=1
E: ID_PATH=pci-0000:05:00.1
E: ID_PATH_TAG=pci-0000_05_00_1
E: LIBINPUT_DEVICE_GROUP=0/0/0:ALSA
E: TAGS=:power-switch:
E: CURRENT_TAGS=:power-switch:

P: /devices/pci0000:00/0000:00:03.0/0000:05:00.1/sound/card1/input9
M: input9
R: 9
U: input
E: DEVPATH=/devices/pci0000:00/0000:00:03.0/0000:05:00.1/sound/card1/input9
E: SUBSYSTEM=input
E: PRODUCT=0/0/0/0
E: NAME="HDA NVidia HDMI/DP,pcm=7"
E: PHYS="ALSA"
E: PROP=0
E: EV=21
E: SW=140
E: MODALIAS=input:b0000v0000p0000e0000-e0,5,kramlsfw6,8,
E: USEC_INITIALIZED=10429481
E: ID_INPUT=1
E: ID_INPUT_SWITCH=1
E: ID_PATH=pci-0000:05:00.1
E: ID_PATH_TAG=pci-0000_05_00_1
E: ID_FOR_SEAT=input-pci-0000_05_00_1
E: TAGS=:seat:
E: CURRENT_TAGS=:seat:

P: /devices/pci0000:00/0000:00:03.0/0000:05:00.1/sound/card1/input9/event6
M: event6
R: 6
U: input
D: c 13:70
N: input/event6
L: 0
E: 
DEVPATH=/devices/pci0000:00/0000:00:03.0/0000:05:00.1/sound/card1/input9/event6
E: SUBSYSTEM=input
E: DEVNAME=/dev/input/event6
E: MAJOR=13
E: MINOR=70
E: USEC_INITIALIZED=10559049
E: ID_INPUT=1
E: ID_INPUT_SWITCH=1
E: ID_PATH=pci-0000:05:00.1
E: ID_PATH_TAG=pci-0000_05_00_1
E: LIBINPUT_DEVICE_GROUP=0/0/0:ALSA
E: TAGS=:power-switch:
E: CURRENT_TAGS=:power-switch:

P: 
/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1:1.0/0003:046D:C312.0001/input/input5
M: input5
R: 5
U: input
E: 
DEVPATH=/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1:1.0/0003:046D:C312.0001/input/input5
E: SUBSYSTEM=input
E: PRODUCT=3/46d/c312/110
E: NAME="LITEON Technology USB Multimedia Keyboard"
E: PHYS="usb-0000:00:1a.0-1/input0"
E: UNIQ=""
E: PROP=0
E: EV=120013
E: KEY=1000000000007 ff9f207ac14057ff febeffdfffefffff fffffffffffffffe
E: MSC=10
E: LED=7
E: 
MODALIAS=input:b0003v046DpC312e0110-e0,1,4,11,14,k71,72,73,74,75,77,79,7A,7B,7C,7D,7E,7F,80,81,82,83,84,85,86,87,88,89,8A,8C,8E,96,98,9E,9F,A1,A3,A4,A5,A6,AD,B0,B1,B2,B3,B4,B7,B8,B9,BA,BB,BC,BD,BE,BF,C0,C1,C2,F0,ram4,l0,1,2,sfw
E: USEC_INITIALIZED=3942735
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: ID_INPUT_KEYBOARD=1
E: ID_BUS=usb
E: ID_MODEL=USB_Multimedia_Keyboard
E: ID_MODEL_ENC=USB\x20Multimedia\x20Keyboard
E: ID_MODEL_ID=c312
E: ID_SERIAL=LITEON_Technology_USB_Multimedia_Keyboard
E: ID_VENDOR=LITEON_Technology
E: ID_VENDOR_ENC=LITEON\x20Technology
E: ID_VENDOR_ID=046d
E: ID_REVISION=0101
E: ID_TYPE=hid
E: ID_USB_MODEL=USB_Multimedia_Keyboard
E: ID_USB_MODEL_ENC=USB\x20Multimedia\x20Keyboard
E: ID_USB_MODEL_ID=c312
E: ID_USB_SERIAL=LITEON_Technology_USB_Multimedia_Keyboard
E: ID_USB_VENDOR=LITEON_Technology
E: ID_USB_VENDOR_ENC=LITEON\x20Technology
E: ID_USB_VENDOR_ID=046d
E: ID_USB_REVISION=0101
E: ID_USB_TYPE=hid
E: ID_USB_INTERFACES=:030101:
E: ID_USB_INTERFACE_NUM=00
E: ID_USB_DRIVER=usbhid
E: ID_PATH=pci-0000:00:1a.0-usb-0:1:1.0
E: ID_PATH_TAG=pci-0000_00_1a_0-usb-0_1_1_0
E: ID_FOR_SEAT=input-pci-0000_00_1a_0-usb-0_1_1_0
E: TAGS=:seat:
E: CURRENT_TAGS=:seat:

P: 
/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1:1.0/0003:046D:C312.0001/input/input5/event2
M: event2
R: 2
U: input
D: c 13:66
N: input/event2
L: 0
S: input/by-path/pci-0000:00:1a.0-usb-0:1:1.0-event-kbd
S: input/by-id/usb-LITEON_Technology_USB_Multimedia_Keyboard-event-kbd
E: 
DEVPATH=/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1:1.0/0003:046D:C312.0001/input/input5/event2
E: SUBSYSTEM=input
E: DEVNAME=/dev/input/event2
E: MAJOR=13
E: MINOR=66
E: USEC_INITIALIZED=10548830
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: ID_INPUT_KEYBOARD=1
E: ID_BUS=usb
E: ID_MODEL=USB_Multimedia_Keyboard
E: ID_MODEL_ENC=USB\x20Multimedia\x20Keyboard
E: ID_MODEL_ID=c312
E: ID_SERIAL=LITEON_Technology_USB_Multimedia_Keyboard
E: ID_VENDOR=LITEON_Technology
E: ID_VENDOR_ENC=LITEON\x20Technology
E: ID_VENDOR_ID=046d
E: ID_REVISION=0101
E: ID_TYPE=hid
E: ID_USB_MODEL=USB_Multimedia_Keyboard
E: ID_USB_MODEL_ENC=USB\x20Multimedia\x20Keyboard
E: ID_USB_MODEL_ID=c312
E: ID_USB_SERIAL=LITEON_Technology_USB_Multimedia_Keyboard
E: ID_USB_VENDOR=LITEON_Technology
E: ID_USB_VENDOR_ENC=LITEON\x20Technology
E: ID_USB_VENDOR_ID=046d
E: ID_USB_REVISION=0101
E: ID_USB_TYPE=hid
E: ID_USB_INTERFACES=:030101:
E: ID_USB_INTERFACE_NUM=00
E: ID_USB_DRIVER=usbhid
E: ID_PATH=pci-0000:00:1a.0-usb-0:1:1.0
E: ID_PATH_TAG=pci-0000_00_1a_0-usb-0_1_1_0
E: XKBMODEL=pc105
E: XKBLAYOUT=gb
E: BACKSPACE=guess
E: LIBINPUT_DEVICE_GROUP=3/46d/c312:usb-0000:00:1a.0-1
E: DEVLINKS=/dev/input/by-path/pci-0000:00:1a.0-usb-0:1:1.0-event-kbd 
/dev/input/by-id/usb-LITEON_Technology_USB_Multimedia_Keyboard-event-kbd
E: TAGS=:power-switch:
E: CURRENT_TAGS=:power-switch:

P: 
/devices/pci0000:00/0000:00:1a.0/usb1/1-2/1-2:1.0/0003:1BCF:0005.0002/input/input6
M: input6
R: 6
U: input
E: 
DEVPATH=/devices/pci0000:00/0000:00:1a.0/usb1/1-2/1-2:1.0/0003:1BCF:0005.0002/input/input6
E: SUBSYSTEM=input
E: PRODUCT=3/1bcf/5/110
E: NAME="USB Optical Mouse"
E: PHYS="usb-0000:00:1a.0-2/input0"
E: UNIQ=""
E: PROP=0
E: EV=17
E: KEY=1f0000 0 0 0 0
E: REL=1943
E: MSC=10
E: 
MODALIAS=input:b0003v1BCFp0005e0110-e0,1,2,4,k110,111,112,113,114,r0,1,6,8,B,C,am4,lsfw
E: USEC_INITIALIZED=8271023
E: ID_INPUT=1
E: ID_INPUT_MOUSE=1
E: ID_BUS=usb
E: ID_MODEL=USB_Optical_Mouse
E: ID_MODEL_ENC=USB\x20Optical\x20Mouse
E: ID_MODEL_ID=0005
E: ID_SERIAL=1bcf_USB_Optical_Mouse
E: ID_VENDOR=1bcf
E: ID_VENDOR_ENC=1bcf
E: ID_VENDOR_ID=1bcf
E: ID_REVISION=0014
E: ID_TYPE=hid
E: ID_USB_MODEL=USB_Optical_Mouse
E: ID_USB_MODEL_ENC=USB\x20Optical\x20Mouse
E: ID_USB_MODEL_ID=0005
E: ID_USB_SERIAL=1bcf_USB_Optical_Mouse
E: ID_USB_VENDOR=1bcf
E: ID_USB_VENDOR_ENC=1bcf
E: ID_USB_VENDOR_ID=1bcf
E: ID_USB_REVISION=0014
E: ID_USB_TYPE=hid
E: ID_USB_INTERFACES=:030102:
E: ID_USB_INTERFACE_NUM=00
E: ID_USB_DRIVER=usbhid
E: ID_PATH=pci-0000:00:1a.0-usb-0:2:1.0
E: ID_PATH_TAG=pci-0000_00_1a_0-usb-0_2_1_0
E: ID_FOR_SEAT=input-pci-0000_00_1a_0-usb-0_2_1_0
E: TAGS=:seat:
E: CURRENT_TAGS=:seat:

P: 
/devices/pci0000:00/0000:00:1a.0/usb1/1-2/1-2:1.0/0003:1BCF:0005.0002/input/input6/event3
M: event3
R: 3
U: input
D: c 13:67
N: input/event3
L: 0
S: input/by-id/usb-1bcf_USB_Optical_Mouse-event-mouse
S: input/by-path/pci-0000:00:1a.0-usb-0:2:1.0-event-mouse
E: 
DEVPATH=/devices/pci0000:00/0000:00:1a.0/usb1/1-2/1-2:1.0/0003:1BCF:0005.0002/input/input6/event3
E: SUBSYSTEM=input
E: DEVNAME=/dev/input/event3
E: MAJOR=13
E: MINOR=67
E: USEC_INITIALIZED=10567944
E: ID_INPUT=1
E: ID_INPUT_MOUSE=1
E: ID_BUS=usb
E: ID_MODEL=USB_Optical_Mouse
E: ID_MODEL_ENC=USB\x20Optical\x20Mouse
E: ID_MODEL_ID=0005
E: ID_SERIAL=1bcf_USB_Optical_Mouse
E: ID_VENDOR=1bcf
E: ID_VENDOR_ENC=1bcf
E: ID_VENDOR_ID=1bcf
E: ID_REVISION=0014
E: ID_TYPE=hid
E: ID_USB_MODEL=USB_Optical_Mouse
E: ID_USB_MODEL_ENC=USB\x20Optical\x20Mouse
E: ID_USB_MODEL_ID=0005
E: ID_USB_SERIAL=1bcf_USB_Optical_Mouse
E: ID_USB_VENDOR=1bcf
E: ID_USB_VENDOR_ENC=1bcf
E: ID_USB_VENDOR_ID=1bcf
E: ID_USB_REVISION=0014
E: ID_USB_TYPE=hid
E: ID_USB_INTERFACES=:030102:
E: ID_USB_INTERFACE_NUM=00
E: ID_USB_DRIVER=usbhid
E: ID_PATH=pci-0000:00:1a.0-usb-0:2:1.0
E: ID_PATH_TAG=pci-0000_00_1a_0-usb-0_2_1_0
E: LIBINPUT_DEVICE_GROUP=3/1bcf/5:usb-0000:00:1a.0-2
E: DEVLINKS=/dev/input/by-id/usb-1bcf_USB_Optical_Mouse-event-mouse 
/dev/input/by-path/pci-0000:00:1a.0-usb-0:2:1.0-event-mouse

P: 
/devices/pci0000:00/0000:00:1a.0/usb1/1-2/1-2:1.0/0003:1BCF:0005.0002/input/input6/mouse0
M: mouse0
R: 0
U: input
D: c 13:32
N: input/mouse0
L: 0
S: input/by-id/usb-1bcf_USB_Optical_Mouse-mouse
S: input/by-path/pci-0000:00:1a.0-usb-0:2:1.0-mouse
E: 
DEVPATH=/devices/pci0000:00/0000:00:1a.0/usb1/1-2/1-2:1.0/0003:1BCF:0005.0002/input/input6/mouse0
E: SUBSYSTEM=input
E: DEVNAME=/dev/input/mouse0
E: MAJOR=13
E: MINOR=32
E: USEC_INITIALIZED=10003643
E: ID_INPUT=1
E: ID_INPUT_MOUSE=1
E: ID_BUS=usb
E: ID_MODEL=USB_Optical_Mouse
E: ID_MODEL_ENC=USB\x20Optical\x20Mouse
E: ID_MODEL_ID=0005
E: ID_SERIAL=1bcf_USB_Optical_Mouse
E: ID_VENDOR=1bcf
E: ID_VENDOR_ENC=1bcf
E: ID_VENDOR_ID=1bcf
E: ID_REVISION=0014
E: ID_TYPE=hid
E: ID_USB_MODEL=USB_Optical_Mouse
E: ID_USB_MODEL_ENC=USB\x20Optical\x20Mouse
E: ID_USB_MODEL_ID=0005
E: ID_USB_SERIAL=1bcf_USB_Optical_Mouse
E: ID_USB_VENDOR=1bcf
E: ID_USB_VENDOR_ENC=1bcf
E: ID_USB_VENDOR_ID=1bcf
E: ID_USB_REVISION=0014
E: ID_USB_TYPE=hid
E: ID_USB_INTERFACES=:030102:
E: ID_USB_INTERFACE_NUM=00
E: ID_USB_DRIVER=usbhid
E: ID_PATH=pci-0000:00:1a.0-usb-0:2:1.0
E: ID_PATH_TAG=pci-0000_00_1a_0-usb-0_2_1_0
E: DEVLINKS=/dev/input/by-id/usb-1bcf_USB_Optical_Mouse-mouse 
/dev/input/by-path/pci-0000:00:1a.0-usb-0:2:1.0-mouse

P: /devices/pci0000:00/0000:00:1b.0/sound/card0/input12
M: input12
R: 12
U: input
E: DEVPATH=/devices/pci0000:00/0000:00:1b.0/sound/card0/input12
E: SUBSYSTEM=input
E: PRODUCT=0/0/0/0
E: NAME="HDA Intel Front Mic"
E: PHYS="ALSA"
E: PROP=0
E: EV=21
E: SW=10
E: MODALIAS=input:b0000v0000p0000e0000-e0,5,kramlsfw4,
E: USEC_INITIALIZED=10649035
E: ID_INPUT=1
E: ID_INPUT_SWITCH=1
E: ID_PATH=pci-0000:00:1b.0
E: ID_PATH_TAG=pci-0000_00_1b_0
E: ID_FOR_SEAT=input-pci-0000_00_1b_0
E: TAGS=:seat:
E: CURRENT_TAGS=:seat:

P: /devices/pci0000:00/0000:00:1b.0/sound/card0/input12/event9
M: event9
R: 9
U: input
D: c 13:73
N: input/event9
L: 0
E: DEVPATH=/devices/pci0000:00/0000:00:1b.0/sound/card0/input12/event9
E: SUBSYSTEM=input
E: DEVNAME=/dev/input/event9
E: MAJOR=13
E: MINOR=73
E: USEC_INITIALIZED=10831374
E: ID_INPUT=1
E: ID_INPUT_SWITCH=1
E: ID_PATH=pci-0000:00:1b.0
E: ID_PATH_TAG=pci-0000_00_1b_0
E: LIBINPUT_DEVICE_GROUP=0/0/0:ALSA
E: TAGS=:power-switch:
E: CURRENT_TAGS=:power-switch:

P: /devices/pci0000:00/0000:00:1b.0/sound/card0/input13
M: input13
R: 13
U: input
E: DEVPATH=/devices/pci0000:00/0000:00:1b.0/sound/card0/input13
E: SUBSYSTEM=input
E: PRODUCT=0/0/0/0
E: NAME="HDA Intel Rear Mic"
E: PHYS="ALSA"
E: PROP=0
E: EV=21
E: SW=10
E: MODALIAS=input:b0000v0000p0000e0000-e0,5,kramlsfw4,
E: USEC_INITIALIZED=10653897
E: ID_INPUT=1
E: ID_INPUT_SWITCH=1
E: ID_PATH=pci-0000:00:1b.0
E: ID_PATH_TAG=pci-0000_00_1b_0
E: ID_FOR_SEAT=input-pci-0000_00_1b_0
E: TAGS=:seat:
E: CURRENT_TAGS=:seat:

P: /devices/pci0000:00/0000:00:1b.0/sound/card0/input13/event10
M: event10
R: 10
U: input
D: c 13:74
N: input/event10
L: 0
E: DEVPATH=/devices/pci0000:00/0000:00:1b.0/sound/card0/input13/event10
E: SUBSYSTEM=input
E: DEVNAME=/dev/input/event10
E: MAJOR=13
E: MINOR=74
E: USEC_INITIALIZED=10839183
E: ID_INPUT=1
E: ID_INPUT_SWITCH=1
E: ID_PATH=pci-0000:00:1b.0
E: ID_PATH_TAG=pci-0000_00_1b_0
E: LIBINPUT_DEVICE_GROUP=0/0/0:ALSA
E: TAGS=:power-switch:
E: CURRENT_TAGS=:power-switch:

P: /devices/pci0000:00/0000:00:1b.0/sound/card0/input14
M: input14
R: 14
U: input
E: DEVPATH=/devices/pci0000:00/0000:00:1b.0/sound/card0/input14
E: SUBSYSTEM=input
E: PRODUCT=0/0/0/0
E: NAME="HDA Intel Line"
E: PHYS="ALSA"
E: PROP=0
E: EV=21
E: SW=2000
E: MODALIAS=input:b0000v0000p0000e0000-e0,5,kramlsfwD,
E: USEC_INITIALIZED=10650324
E: ID_INPUT=1
E: ID_INPUT_SWITCH=1
E: ID_PATH=pci-0000:00:1b.0
E: ID_PATH_TAG=pci-0000_00_1b_0
E: ID_FOR_SEAT=input-pci-0000_00_1b_0
E: TAGS=:seat:
E: CURRENT_TAGS=:seat:

P: /devices/pci0000:00/0000:00:1b.0/sound/card0/input14/event11
M: event11
R: 11
U: input
D: c 13:75
N: input/event11
L: 0
E: DEVPATH=/devices/pci0000:00/0000:00:1b.0/sound/card0/input14/event11
E: SUBSYSTEM=input
E: DEVNAME=/dev/input/event11
E: MAJOR=13
E: MINOR=75
E: USEC_INITIALIZED=10831273
E: ID_INPUT=1
E: ID_INPUT_SWITCH=1
E: ID_PATH=pci-0000:00:1b.0
E: ID_PATH_TAG=pci-0000_00_1b_0
E: LIBINPUT_DEVICE_GROUP=0/0/0:ALSA
E: TAGS=:power-switch:
E: CURRENT_TAGS=:power-switch:

P: /devices/pci0000:00/0000:00:1b.0/sound/card0/input15
M: input15
R: 15
U: input
E: DEVPATH=/devices/pci0000:00/0000:00:1b.0/sound/card0/input15
E: SUBSYSTEM=input
E: PRODUCT=0/0/0/0
E: NAME="HDA Intel Line Out Front"
E: PHYS="ALSA"
E: PROP=0
E: EV=21
E: SW=40
E: MODALIAS=input:b0000v0000p0000e0000-e0,5,kramlsfw6,
E: USEC_INITIALIZED=10648905
E: ID_INPUT=1
E: ID_INPUT_SWITCH=1
E: ID_PATH=pci-0000:00:1b.0
E: ID_PATH_TAG=pci-0000_00_1b_0
E: ID_FOR_SEAT=input-pci-0000_00_1b_0
E: TAGS=:seat:
E: CURRENT_TAGS=:seat:

P: /devices/pci0000:00/0000:00:1b.0/sound/card0/input15/event12
M: event12
R: 12
U: input
D: c 13:76
N: input/event12
L: 0
E: DEVPATH=/devices/pci0000:00/0000:00:1b.0/sound/card0/input15/event12
E: SUBSYSTEM=input
E: DEVNAME=/dev/input/event12
E: MAJOR=13
E: MINOR=76
E: USEC_INITIALIZED=10831282
E: ID_INPUT=1
E: ID_INPUT_SWITCH=1
E: ID_PATH=pci-0000:00:1b.0
E: ID_PATH_TAG=pci-0000_00_1b_0
E: LIBINPUT_DEVICE_GROUP=0/0/0:ALSA
E: TAGS=:power-switch:
E: CURRENT_TAGS=:power-switch:

P: /devices/pci0000:00/0000:00:1b.0/sound/card0/input16
M: input16
R: 16
U: input
E: DEVPATH=/devices/pci0000:00/0000:00:1b.0/sound/card0/input16
E: SUBSYSTEM=input
E: PRODUCT=0/0/0/0
E: NAME="HDA Intel Line Out Surround"
E: PHYS="ALSA"
E: PROP=0
E: EV=21
E: SW=40
E: MODALIAS=input:b0000v0000p0000e0000-e0,5,kramlsfw6,
E: USEC_INITIALIZED=10648963
E: ID_INPUT=1
E: ID_INPUT_SWITCH=1
E: ID_PATH=pci-0000:00:1b.0
E: ID_PATH_TAG=pci-0000_00_1b_0
E: ID_FOR_SEAT=input-pci-0000_00_1b_0
E: TAGS=:seat:
E: CURRENT_TAGS=:seat:

P: /devices/pci0000:00/0000:00:1b.0/sound/card0/input16/event13
M: event13
R: 13
U: input
D: c 13:77
N: input/event13
L: 0
E: DEVPATH=/devices/pci0000:00/0000:00:1b.0/sound/card0/input16/event13
E: SUBSYSTEM=input
E: DEVNAME=/dev/input/event13
E: MAJOR=13
E: MINOR=77
E: USEC_INITIALIZED=10839478
E: ID_INPUT=1
E: ID_INPUT_SWITCH=1
E: ID_PATH=pci-0000:00:1b.0
E: ID_PATH_TAG=pci-0000_00_1b_0
E: LIBINPUT_DEVICE_GROUP=0/0/0:ALSA
E: TAGS=:power-switch:
E: CURRENT_TAGS=:power-switch:

P: /devices/pci0000:00/0000:00:1b.0/sound/card0/input17
M: input17
R: 17
U: input
E: DEVPATH=/devices/pci0000:00/0000:00:1b.0/sound/card0/input17
E: SUBSYSTEM=input
E: PRODUCT=0/0/0/0
E: NAME="HDA Intel Line Out CLFE"
E: PHYS="ALSA"
E: PROP=0
E: EV=21
E: SW=40
E: MODALIAS=input:b0000v0000p0000e0000-e0,5,kramlsfw6,
E: USEC_INITIALIZED=10650747
E: ID_INPUT=1
E: ID_INPUT_SWITCH=1
E: ID_PATH=pci-0000:00:1b.0
E: ID_PATH_TAG=pci-0000_00_1b_0
E: ID_FOR_SEAT=input-pci-0000_00_1b_0
E: TAGS=:seat:
E: CURRENT_TAGS=:seat:

P: /devices/pci0000:00/0000:00:1b.0/sound/card0/input17/event14
M: event14
R: 14
U: input
D: c 13:78
N: input/event14
L: 0
E: DEVPATH=/devices/pci0000:00/0000:00:1b.0/sound/card0/input17/event14
E: SUBSYSTEM=input
E: DEVNAME=/dev/input/event14
E: MAJOR=13
E: MINOR=78
E: USEC_INITIALIZED=10839557
E: ID_INPUT=1
E: ID_INPUT_SWITCH=1
E: ID_PATH=pci-0000:00:1b.0
E: ID_PATH_TAG=pci-0000_00_1b_0
E: LIBINPUT_DEVICE_GROUP=0/0/0:ALSA
E: TAGS=:power-switch:
E: CURRENT_TAGS=:power-switch:

P: /devices/pci0000:00/0000:00:1b.0/sound/card0/input18
M: input18
R: 18
U: input
E: DEVPATH=/devices/pci0000:00/0000:00:1b.0/sound/card0/input18
E: SUBSYSTEM=input
E: PRODUCT=0/0/0/0
E: NAME="HDA Intel Line Out Side"
E: PHYS="ALSA"
E: PROP=0
E: EV=21
E: SW=40
E: MODALIAS=input:b0000v0000p0000e0000-e0,5,kramlsfw6,
E: USEC_INITIALIZED=10651141
E: ID_INPUT=1
E: ID_INPUT_SWITCH=1
E: ID_PATH=pci-0000:00:1b.0
E: ID_PATH_TAG=pci-0000_00_1b_0
E: ID_FOR_SEAT=input-pci-0000_00_1b_0
E: TAGS=:seat:
E: CURRENT_TAGS=:seat:

P: /devices/pci0000:00/0000:00:1b.0/sound/card0/input18/event15
M: event15
R: 15
U: input
D: c 13:79
N: input/event15
L: 0
E: DEVPATH=/devices/pci0000:00/0000:00:1b.0/sound/card0/input18/event15
E: SUBSYSTEM=input
E: DEVNAME=/dev/input/event15
E: MAJOR=13
E: MINOR=79
E: USEC_INITIALIZED=10831796
E: ID_INPUT=1
E: ID_INPUT_SWITCH=1
E: ID_PATH=pci-0000:00:1b.0
E: ID_PATH_TAG=pci-0000_00_1b_0
E: LIBINPUT_DEVICE_GROUP=0/0/0:ALSA
E: TAGS=:power-switch:
E: CURRENT_TAGS=:power-switch:

P: /devices/pci0000:00/0000:00:1b.0/sound/card0/input19
M: input19
R: 19
U: input
E: DEVPATH=/devices/pci0000:00/0000:00:1b.0/sound/card0/input19
E: SUBSYSTEM=input
E: PRODUCT=0/0/0/0
E: NAME="HDA Intel Front Headphone"
E: PHYS="ALSA"
E: PROP=0
E: EV=21
E: SW=4
E: MODALIAS=input:b0000v0000p0000e0000-e0,5,kramlsfw2,
E: USEC_INITIALIZED=10650237
E: ID_INPUT=1
E: ID_INPUT_SWITCH=1
E: ID_PATH=pci-0000:00:1b.0
E: ID_PATH_TAG=pci-0000_00_1b_0
E: ID_FOR_SEAT=input-pci-0000_00_1b_0
E: TAGS=:seat:
E: CURRENT_TAGS=:seat:

P: /devices/pci0000:00/0000:00:1b.0/sound/card0/input19/event16
M: event16
R: 16
U: input
D: c 13:80
N: input/event16
L: 0
E: DEVPATH=/devices/pci0000:00/0000:00:1b.0/sound/card0/input19/event16
E: SUBSYSTEM=input
E: DEVNAME=/dev/input/event16
E: MAJOR=13
E: MINOR=80
E: USEC_INITIALIZED=10839316
E: ID_INPUT=1
E: ID_INPUT_SWITCH=1
E: ID_PATH=pci-0000:00:1b.0
E: ID_PATH_TAG=pci-0000_00_1b_0
E: LIBINPUT_DEVICE_GROUP=0/0/0:ALSA
E: TAGS=:power-switch:
E: CURRENT_TAGS=:power-switch:

P: /devices/platform/pcspkr/input/input7
M: input7
R: 7
U: input
E: DEVPATH=/devices/platform/pcspkr/input/input7
E: SUBSYSTEM=input
E: PRODUCT=10/1f/1/100
E: NAME="PC Speaker"
E: PHYS="isa0061/input0"
E: PROP=0
E: EV=40001
E: SND=6
E: MODALIAS=input:b0010v001Fp0001e0100-e0,12,kramls1,2,fw
E: USEC_INITIALIZED=10415729
E: ID_INPUT=1
E: ID_SERIAL=noserial
E: ID_PATH=platform-pcspkr
E: ID_PATH_TAG=platform-pcspkr
E: ID_FOR_SEAT=input-platform-pcspkr
E: TAGS=:seat:
E: CURRENT_TAGS=:seat:

P: /devices/platform/pcspkr/input/input7/event4
M: event4
R: 4
U: input
D: c 13:68
N: input/event4
L: 0
S: input/by-path/platform-pcspkr-event-spkr
E: DEVPATH=/devices/platform/pcspkr/input/input7/event4
E: SUBSYSTEM=input
E: DEVNAME=/dev/input/event4
E: MAJOR=13
E: MINOR=68
E: USEC_INITIALIZED=10548427
E: ID_INPUT=1
E: ID_SERIAL=noserial
E: ID_PATH=platform-pcspkr
E: ID_PATH_TAG=platform-pcspkr
E: LIBINPUT_DEVICE_GROUP=10/1f/1:isa0061
E: DEVLINKS=/dev/input/by-path/platform-pcspkr-event-spkr


DRM Information from dmesg:
---------------------------


-- System Information:
Debian Release: 12.7
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'stable-security'), (500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 6.1.0-25-amd64 (SMP w/8 CPU threads; PREEMPT)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_FIRMWARE_WORKAROUND, 
TAINT_OOT_MODULE, TAINT_UNSIGNED_MODULE
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8), 
LANGUAGE=en_GB:en
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages xserver-xorg-core depends on:
ii  keyboard-configuration  1.221
ii  libaudit1               1:3.0.9-1
ii  libbsd0                 0.11.7-2
ii  libc6                   2.36-9+deb12u8
ii  libdbus-1-3             1.14.10-1~deb12u1
ii  libdrm2                 2.4.114-1+b1
ii  libegl1                 1.6.0-1
ii  libepoxy0               1.5.10-1
ii  libgbm1                 22.3.6-1+deb12u1
ii  libgcrypt20             1.10.1-3
ii  libgl1                  1.6.0-1
ii  libpciaccess0           0.17-2
ii  libpixman-1-0           0.42.2-1
ii  libselinux1             3.4-1+b6
ii  libsystemd0             252.30-1~deb12u2
ii  libudev1                252.30-1~deb12u2
ii  libunwind8              1.6.2-3
ii  libxau6                 1:1.0.9-1
ii  libxcvt0                0.1.2-1
ii  libxdmcp6               1:1.1.2-3
ii  libxfont2               1:2.0.6-1
ii  libxshmfence1           1.3-1
ii  udev                    252.30-1~deb12u2
ii  xserver-common          2:21.1.7-3+deb12u7

Versions of packages xserver-xorg-core recommends:
ii  libgl1-mesa-dri          22.3.6-1+deb12u1
ii  libpam-systemd [logind]  252.30-1~deb12u2
ii  xcvt                     0.1.2-1

Versions of packages xserver-xorg-core suggests:
ii  xfonts-100dpi    1:1.0.5
ii  xfonts-75dpi     1:1.0.5
ii  xfonts-scalable  1:1.0.3-1.3

-- no debconf information

Reply via email to