Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
SDDM & KDE cold boot issues, works on a reboot
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

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


Joined: 27 Sep 2002
Posts: 50

PostPosted: Tue Apr 23, 2024 11:51 pm    Post subject: SDDM & KDE cold boot issues, works on a reboot Reply with quote

Recently, I installed Gentoo on Lenovo W540.  This is a system with both a Nvidia graphics adapter and an intel I915 for the actual rendering.  When the system is booted SDDM displays a simple login that is full height but does not extend the full width of the screen.  The prompt is the simple "Select your user and enter password"   The KDE theme which should display does not..  Once logged in, the KDE desktop occupies the full screen but shows giant icons and is not usable.  If I do a 3 fingered salute, I am presented with the option to reboot.   Upon rebooting, everything works perfectly.  I get a full KDE themed SDDM screen and once logged in KDE works perfectly.   The bottom line is that a cold boot always displays a minimal SDDM screen and after logging in, KDE is not usable.   A warm reboot without powering off displays the fully themed SDDM screen and KDE works perfectly.   I am stumped. Any suggestions would be appreciated.

Relevant info:

lspci:
Code:

00:00.0 Host bridge: Intel Corporation Xeon E3-1200 v3/4th Gen Core Processor DRAM Controller (rev 06)
00:01.0 PCI bridge: Intel Corporation Xeon E3-1200 v3/4th Gen Core Processor PCI Express x16 Controller (rev 06)
00:02.0 VGA compatible controller: Intel Corporation 4th Gen Core Processor Integrated Graphics Controller (rev 06)
00:03.0 Audio device: Intel Corporation Xeon E3-1200 v3/4th Gen Core Processor HD Audio Controller (rev 06)
00:14.0 USB controller: Intel Corporation 8 Series/C220 Series Chipset Family USB xHCI (rev 04)
00:16.0 Communication controller: Intel Corporation 8 Series/C220 Series Chipset Family MEI Controller #1 (rev 04)
00:16.3 Serial controller: Intel Corporation 8 Series/C220 Series Chipset Family KT Controller (rev 04)
00:19.0 Ethernet controller: Intel Corporation Ethernet Connection I217-LM (rev 04)
00:1a.0 USB controller: Intel Corporation 8 Series/C220 Series Chipset Family USB EHCI #2 (rev 04)
00:1b.0 Audio device: Intel Corporation 8 Series/C220 Series Chipset High Definition Audio Controller (rev 04)
00:1c.0 PCI bridge: Intel Corporation 8 Series/C220 Series Chipset Family PCI Express Root Port #1 (rev d4)
00:1c.1 PCI bridge: Intel Corporation 8 Series/C220 Series Chipset Family PCI Express Root Port #2 (rev d4)
00:1c.2 PCI bridge: Intel Corporation 8 Series/C220 Series Chipset Family PCI Express Root Port #3 (rev d4)
00:1c.4 PCI bridge: Intel Corporation 8 Series/C220 Series Chipset Family PCI Express Root Port #5 (rev d4)
00:1d.0 USB controller: Intel Corporation 8 Series/C220 Series Chipset Family USB EHCI #1 (rev 04)
00:1f.0 ISA bridge: Intel Corporation QM87 Express LPC Controller (rev 04)
00:1f.2 SATA controller: Intel Corporation 8 Series/C220 Series Chipset Family 6-port SATA Controller 1 [AHCI mode] (rev 04)
00:1f.3 SMBus: Intel Corporation 8 Series/C220 Series Chipset Family SMBus Controller (rev 04)
01:00.0 VGA compatible controller: NVIDIA Corporation GK106GLM [Quadro K2100M] (rev a1)
02:00.0 SD Host controller: O2 Micro, Inc. SD/MMC Card Reader Controller (rev 01)
03:00.0 Network controller: Intel Corporation Wireless 7260 (rev 83)


Kernel: 6.6.21
kernel .config:
Code:

CONFIG_DRM=y
CONFIG_DRM_KMS_HELPER=y
CONFIG_DRM_FBDEV_EMULATION=y
CONFIG_DRM_I915=y
CONFIG_DRM_I915_FORCE_PROBE=""
CONFIG_DRM_I915_CAPTURE_ERROR=y
CONFIG_DRM_I915_COMPRESS_ERROR=y
CONFIG_DRM_I915_USERPTR=y
CONFIG_DRM_I915_REQUEST_TIMEOUT=20000
CONFIG_DRM_I915_FENCE_TIMEOUT=10000
CONFIG_DRM_I915_USERFAULT_AUTOSUSPEND=250
CONFIG_DRM_I915_HEARTBEAT_INTERVAL=2500
CONFIG_DRM_I915_PREEMPT_TIMEOUT=640
CONFIG_DRM_I915_PREEMPT_TIMEOUT_COMPUTE=7500
CONFIG_DRM_I915_MAX_REQUEST_BUSYWAIT=8000
CONFIG_DRM_I915_STOP_TIMEOUT=100
CONFIG_DRM_I915_TIMESLICE_DURATION=1

nvidia-drivers-470.239.06

xorg.conf:
Code:

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

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

Section "Screen"
    Identifier "nvidia"
    Device "nvidia"
    Option "AllowEmptyInitialConfiguration"
EndSection

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

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

/etc/sddm/scripts/Xsetup
Code:

#!/bin/bash
# Xsetup - run as root before the login dialog appears
 
# Here can be various command that can be executed on SDDM start.
xrandr --setprovideroutputsource modesetting NVIDIA-0
xrandr --auto

lsmod|grep nvidia
Code:

nvidia_drm             53248  14
nvidia_modeset       1150976  29 nvidia_drm
nvidia              34885632  1398 nvidia_modeset

Xorg.0.log
Code:

X.Org X Server 1.21.1.13
X Protocol Version 11, Revision 0
[     4.913] Current Operating System: Linux feynman 6.6.21-gentoo #2 SMP PREEMPT_DYNAMIC Sun Apr 21 16:12:54 EDT 2024 x86_64
[     4.913] Kernel command line: BOOT_IMAGE=/vmlinuz-6.6.21-gentoo root=PARTUUID=3287f4f5-03 ro drm.edid_firmware=edid/1920x1080_w540.bin
[     4.913] 
[     4.913] Current version of pixman: 0.43.4
[     4.913]    Before reporting problems, check http://wiki.x.org
        to make sure that you have the latest version.
[     4.913] Markers: (--) probed, (**) from config file, (==) default setting,
        (++) from command line, (!!) notice, (II) informational,
        (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[     4.913] (==) Log file: "/var/log/Xorg.0.log", Time: Tue Apr 23 15:50:28 2024
[     4.917] (==) Using config file: "/etc/X11/xorg.conf"
[     4.917] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[     4.918] (==) ServerLayout "layout"
[     4.918] (**) |-->Screen "nvidia" (0)
[     4.918] (**) |   |-->Monitor "<default monitor>"
[     4.918] (**) |   |-->Device "nvidia"
[     4.918] (**) |   |-->GPUDevice "intel"
[     4.918] (==) No monitor specified for screen "nvidia".
        Using a default monitor configuration.
[     4.918] (**) |-->Inactive Device "intel"
[     4.918] (**) Allowing byte-swapped clients
[     4.918] (==) Automatically adding devices
[     4.918] (==) Automatically enabling devices
[     4.918] (==) Automatically adding GPU devices
[     4.918] (==) Automatically binding GPU devices
[     4.918] (==) Max clients allowed: 256, resource mask: 0x1fffff
[     4.921] (WW) The directory "/usr/share/fonts/TTF" does not exist.
[     4.921]    Entry deleted from font path.
[     4.921] (WW) The directory "/usr/share/fonts/OTF" does not exist.
[     4.921]    Entry deleted from font path.
[     4.921] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[     4.921]    Entry deleted from font path.
[     4.921] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi".
[     4.921]    Entry deleted from font path.
[     4.922]    (Run 'mkfontdir' on "/usr/share/fonts/100dpi").
[     4.922] (==) FontPath set to:
        /usr/share/fonts/misc,
        /usr/share/fonts/75dpi
[     4.922] (==) ModulePath set to "/usr/lib64/xorg/modules"
[     4.922] (II) The server relies on udev to provide the list of input devices.
        If no devices become available, reconfigure udev or disable AutoAddDevices.
[     4.922] (II) Module ABI versions:
[     4.922]    X.Org ANSI C Emulation: 0.4
[     4.922]    X.Org Video Driver: 25.2
[     4.922]    X.Org XInput driver : 24.4
[     4.922]    X.Org Server Extension : 10.0
[     4.922] (++) using VT number 2

[     4.922] (II) systemd-logind: logind integration requires -keeptty and -keeptty was not provided, disabling logind integration
[     4.923] (II) xfree86: Adding drm device (/dev/dri/card0)
[     4.923] (II) Platform probe for /sys/devices/pci0000:00/0000:00:02.0/drm/card0
[     4.931] (--) PCI:*(0@0:2:0) 8086:0416:17aa:221e rev 6, Mem @ 0xb3400000/4194304, 0x80000000/536870912, I/O @ 0x00005000/64, BIOS @ 0x????????/131072
[     4.931] (--) PCI: (1@0:0:0) 10de:11fc:17aa:221e rev 161, Mem @ 0xb2000000/16777216, 0xa0000000/268435456, 0xb0000000/33554432, I/O @ 0x00004000/128, BIOS @ 0x????????/524288
[     4.931] (II) LoadModule: "glx"
[     4.933] (II) Loading /usr/lib64/xorg/modules/extensions/libglx.so
[     4.951] (II) Module glx: vendor="X.Org Foundation"
[     4.951]    compiled for 1.21.1.13, module version = 1.0.0
[     4.951]    ABI class: X.Org Server Extension, version 10.0
[     4.951] (II) LoadModule: "nvidia"
[     4.952] (II) Loading /usr/lib64/xorg/modules/drivers/nvidia_drv.so
[     4.960] (II) Module nvidia: vendor="NVIDIA Corporation"
[     4.960]    compiled for 1.6.99.901, module version = 1.0.0
[     4.960]    Module class: X.Org Video Driver
[     4.961] (II) LoadModule: "modesetting"
[     4.961] (II) Loading /usr/lib64/xorg/modules/drivers/modesetting_drv.so
[     4.968] (II) Module modesetting: vendor="X.Org Foundation"
[     4.968]    compiled for 1.21.1.13, module version = 1.21.1
[     4.968]    Module class: X.Org Video Driver
[     4.968]    ABI class: X.Org Video Driver, version 25.2
[     4.968] (II) NVIDIA dlloader X Driver  470.239.06  Sat Feb  3 06:10:11 UTC 2024
[     4.968] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[     4.969] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[     4.982] (II) Loading sub module "fb"
[     4.982] (II) LoadModule: "fb"
[     4.982] (II) Module "fb" already built-in
[     4.982] (II) Loading sub module "wfb"
[     4.982] (II) LoadModule: "wfb"
[     4.982] (II) Loading /usr/lib64/xorg/modules/libwfb.so
[     4.984] (II) Module wfb: vendor="X.Org Foundation"
[     4.984]    compiled for 1.21.1.13, module version = 1.0.0
[     4.984]    ABI class: X.Org ANSI C Emulation, version 0.4
[     4.984] (II) Loading sub module "ramdac"
[     4.984] (II) LoadModule: "ramdac"
[     4.984] (II) Module "ramdac" already built-in
[     5.379] (II) modeset(G0): using drv /dev/dri/card0
[     5.379] (II) NVIDIA(0): Creating default Display subsection in Screen section
        "nvidia" for depth/fbbpp 24/32
[     5.379] (==) NVIDIA(0): Depth 24, (==) framebuffer bpp 32
[     5.379] (==) NVIDIA(0): RGB weight 888
[     5.379] (==) NVIDIA(0): Default visual is TrueColor
[     5.379] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
[     5.379] (**) NVIDIA(0): Option "AllowEmptyInitialConfiguration"
[     5.379] (**) NVIDIA(0): Enabling 2D acceleration
[     5.379] (II) Loading sub module "glxserver_nvidia"
[     5.379] (II) LoadModule: "glxserver_nvidia"
[     5.379] (II) Loading /usr/lib64/xorg/modules/extensions/libglxserver_nvidia.so
[     5.439] (II) Module glxserver_nvidia: vendor="NVIDIA Corporation"
[     5.439]    compiled for 1.6.99.901, module version = 1.0.0
[     5.439]    Module class: X.Org Server Extension
[     5.439] (II) NVIDIA GLX Module  470.239.06  Sat Feb  3 06:08:41 UTC 2024
[     5.442] (II) NVIDIA: The X server supports PRIME Render Offload.
[     8.406] (--) NVIDIA(0): Valid display device(s) on GPU-0 at PCI:1:0:0
[     8.406] (--) NVIDIA(0):     DFP-0
[     8.406] (--) NVIDIA(0):     DFP-1
[     8.410] (II) NVIDIA(0): NVIDIA GPU Quadro K2100M (GK106GL) at PCI:1:0:0 (GPU-0)
[     8.410] (--) NVIDIA(0): Memory: 2097152 kBytes
[     8.410] (--) NVIDIA(0): VideoBIOS: 80.06.63.00.1a
[     8.410] (II) NVIDIA(0): Detected PCI Express Link width: 16X
[     8.410] (--) NVIDIA(GPU-0): DFP-0: disconnected
[     8.410] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[     8.410] (--) NVIDIA(GPU-0): DFP-0: 165.0 MHz maximum pixel clock
[     8.410] (--) NVIDIA(GPU-0):
[     8.410] (--) NVIDIA(GPU-0): DFP-1: disconnected
[     8.410] (--) NVIDIA(GPU-0): DFP-1: Internal DisplayPort
[     8.410] (--) NVIDIA(GPU-0): DFP-1: 960.0 MHz maximum pixel clock
[     8.410] (--) NVIDIA(GPU-0):
[     8.410] (==) NVIDIA(0):
[     8.410] (==) NVIDIA(0): No modes were requested; the default mode "nvidia-auto-select"
[     8.410] (==) NVIDIA(0):     will be used as the requested mode.
[     8.410] (==) NVIDIA(0):
[     8.410] (--) NVIDIA(0): No enabled display devices found; starting anyway because
[     8.410] (--) NVIDIA(0):     AllowEmptyInitialConfiguration is enabled
[     8.410] (II) NVIDIA(0): Validated MetaModes:
[     8.410] (II) NVIDIA(0):     "NULL"
[     8.410] (II) NVIDIA(0): Virtual screen size determined to be 640 x 480
[     8.410] (WW) NVIDIA(0): Unable to get display device for DPI computation.
[     8.410] (==) NVIDIA(0): DPI set to (75, 75); computed from built-in default
[     8.410] (==) modeset(G0): Depth 24, (==) framebuffer bpp 32
[     8.410] (==) modeset(G0): RGB weight 888
[     8.410] (==) modeset(G0): Default visual is TrueColor
[     8.410] (II) Loading sub module "glamoregl"
[     8.410] (II) LoadModule: "glamoregl"
[     8.413] (II) Loading /usr/lib64/xorg/modules/libglamoregl.so
[     8.423] (II) Module glamoregl: vendor="X.Org Foundation"
[     8.423]    compiled for 1.21.1.13, module version = 1.0.1
[     8.423]    ABI class: X.Org ANSI C Emulation, version 0.4
[     8.700] (II) modeset(G0): glamor X acceleration enabled on Mesa Intel(R) HD Graphics 4600 (HSW GT2)
[     8.700] (II) modeset(G0): glamor initialized
[     8.701] (II) modeset(G0): Output eDP-1-1 has no monitor section
[     8.703] (II) modeset(G0): Output VGA-1-1 has no monitor section
[     8.703] (II) modeset(G0): Output DP-1-1 has no monitor section
[     8.785] (II) modeset(G0): Output HDMI-1-1 has no monitor section
[     8.785] (II) modeset(G0): Output DP-1-2 has no monitor section
[     8.786] (II) modeset(G0): Output HDMI-1-2 has no monitor section
[     8.787] (II) modeset(G0): EDID for output eDP-1-1
[     8.787] (II) modeset(G0): Manufacturer: AUO  Model: 34ed  Serial#: 0
[     8.787] (II) modeset(G0): Year: 2012  Week: 0
[     8.787] (II) modeset(G0): EDID Version: 1.4
[     8.787] (II) modeset(G0): Digital Display Input
[     8.787] (II) modeset(G0): 6 bits per channel
[     8.787] (II) modeset(G0): Digital interface is DisplayPort
[     8.787] (II) modeset(G0): Max Image Size [cm]: horiz.: 34  vert.: 19
[     8.787] (II) modeset(G0): Gamma: 2.20
[     8.787] (II) modeset(G0): No DPMS capabilities specified
[     8.787] (II) modeset(G0): Supported color encodings: RGB 4:4:4
[     8.787] (II) modeset(G0): First detailed timing is preferred mode
[     8.787] (II) modeset(G0): Preferred mode is native pixel format and refresh rate
[     8.787] (II) modeset(G0): redX: 0.620 redY: 0.349   greenX: 0.324 greenY: 0.606
[     8.787] (II) modeset(G0): blueX: 0.152 blueY: 0.118   whiteX: 0.313 whiteY: 0.329
[     8.787] (II) modeset(G0): Manufacturer's mask: 0
[     8.788] (II) modeset(G0): Supported detailed timing:
[     8.788] (II) modeset(G0): clock: 140.0 MHz   Image Size:  344 x 193 mm
[     8.788] (II) modeset(G0): h_active: 1920  h_sync: 1968  h_sync_end 2068 h_blank_end 2100 h_border: 0
[     8.788] (II) modeset(G0): v_active: 1080  v_sync: 1083  v_sync_end 1084 v_blanking: 1110 v_border: 0
[     8.788] (II) modeset(G0): Unknown vendor-specific block f
[     8.788] (II) modeset(G0):  AUO
[     8.788] (II) modeset(G0):  B156HTN03.4
[     8.788] (II) modeset(G0): EDID (in hex):
[     8.788] (II) modeset(G0):  00ffffffffffff0006afed3400000000
[     8.788] (II) modeset(G0):  001601049522137802d1159e59539b27
[     8.788] (II) modeset(G0):  1e505400000001010101010101010101
[     8.788] (II) modeset(G0):  010101010101b03680b470381e403064
[     8.788] (II) modeset(G0):  310058c1100000180000000f00000000
[     8.788] (II) modeset(G0):  00000000000000000020000000fe0041
[     8.788] (II) modeset(G0):  554f0a202020202020202020000000fe
[     8.788] (II) modeset(G0):  004231353648544e30332e34200a00f6
[     8.788] (II) modeset(G0): Printing probed modes for output eDP-1-1
[     8.788] (II) modeset(G0): Modeline "1920x1080"x60.1  140.00  1920 1968 2068 2100  1080 1083 1084 1110 -hsync -vsync (66.7 kHz eP)
[     8.788] (II) modeset(G0): Modeline "1920x1080"x120.0  356.38  1920 2080 2288 2656  1080 1081 1084 1118 doublescan -hsync +vsync (134.2 kHz d)
[     8.788] (II) modeset(G0): Modeline "1920x1080"x119.9  266.50  1920 1944 1960 2000  1080 1081 1084 1111 doublescan +hsync -vsync (133.2 kHz d)
[     8.788] (II) modeset(G0): Modeline "1920x1080"x60.0  173.00  1920 2048 2248 2576  1080 1083 1088 1120 -hsync +vsync (67.2 kHz d)
[     8.788] (II) modeset(G0): Modeline "1920x1080"x59.9  138.50  1920 1968 2000 2080  1080 1083 1088 1111 +hsync -vsync (66.6 kHz d)
[     8.788] (II) modeset(G0): Modeline "1680x1050"x60.0  146.25  1680 1784 1960 2240  1050 1053 1059 1089 -hsync +vsync (65.3 kHz d)
[     8.788] (II) modeset(G0): Modeline "1680x1050"x59.9  119.00  1680 1728 1760 1840  1050 1053 1059 1080 +hsync -vsync (64.7 kHz d)
[     8.788] (II) modeset(G0): Modeline "1400x1050"x60.0  122.00  1400 1488 1640 1880  1050 1052 1064 1082 +hsync +vsync (64.9 kHz d)
[     8.788] (II) modeset(G0): Modeline "1600x900"x120.0  246.00  1600 1728 1900 2200  900 901 904 932 doublescan -hsync +vsync (111.8 kHz d)
[     8.788] (II) modeset(G0): Modeline "1600x900"x119.9  186.50  1600 1624 1640 1680  900 901 904 926 doublescan +hsync -vsync (111.0 kHz d)
[     8.788] (II) modeset(G0): Modeline "1600x900"x59.9  118.25  1600 1696 1856 2112  900 903 908 934 -hsync +vsync (56.0 kHz d)
[     8.788] (II) modeset(G0): Modeline "1600x900"x59.8   97.50  1600 1648 1680 1760  900 903 908 926 +hsync -vsync (55.4 kHz d)
[     8.788] (II) modeset(G0): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz d)
[     8.788] (II) modeset(G0): Modeline "1400x900"x60.0  103.50  1400 1480 1624 1848  900 903 913 934 -hsync +vsync (56.0 kHz d)
[     8.788] (II) modeset(G0): Modeline "1400x900"x59.9   86.50  1400 1448 1480 1560  900 903 913 926 +hsync -vsync (55.4 kHz d)
[     8.788] (II) modeset(G0): Modeline "1280x960"x60.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz d)
[     8.788] (II) modeset(G0): Modeline "1440x810"x120.0  198.12  1440 1548 1704 1968  810 811 814 839 doublescan -hsync +vsync (100.7 kHz d)
[     8.788] (II) modeset(G0): Modeline "1440x810"x119.9  151.88  1440 1464 1480 1520  810 811 814 833 doublescan +hsync -vsync (99.9 kHz d)
[     8.788] (II) modeset(G0): Modeline "1368x768"x59.9   85.25  1368 1440 1576 1784  768 771 781 798 -hsync +vsync (47.8 kHz d)
[     8.788] (II) modeset(G0): Modeline "1368x768"x59.9   72.25  1368 1416 1448 1528  768 771 781 790 +hsync -vsync (47.3 kHz d)
[     8.788] (II) modeset(G0): Modeline "1280x800"x120.0  174.25  1280 1380 1516 1752  800 801 804 829 doublescan -hsync +vsync (99.5 kHz d)
[     8.788] (II) modeset(G0): Modeline "1280x800"x119.9  134.25  1280 1304 1320 1360  800 801 804 823 doublescan +hsync -vsync (98.7 kHz d)
[     8.788] (II) modeset(G0): Modeline "1280x800"x59.8   83.50  1280 1352 1480 1680  800 803 809 831 -hsync +vsync (49.7 kHz d)
[     8.788] (II) modeset(G0): Modeline "1280x800"x59.9   71.00  1280 1328 1360 1440  800 803 809 823 +hsync -vsync (49.3 kHz d)
[     8.788] (II) modeset(G0): Modeline "1280x720"x120.0  156.12  1280 1376 1512 1744  720 721 724 746 doublescan -hsync +vsync (89.5 kHz d)
[     8.788] (II) modeset(G0): Modeline "1280x720"x120.0  120.75  1280 1304 1320 1360  720 721 724 740 doublescan +hsync -vsync (88.8 kHz d)
[     8.788] (II) modeset(G0): Modeline "1280x720"x59.9   74.50  1280 1344 1472 1664  720 723 728 748 -hsync +vsync (44.8 kHz d)
[     8.788] (II) modeset(G0): Modeline "1280x720"x59.7   63.75  1280 1328 1360 1440  720 723 728 741 +hsync -vsync (44.3 kHz d)
[     8.788] (II) modeset(G0): Modeline "1024x768"x120.1  133.47  1024 1100 1212 1400  768 768 770 794 doublescan -hsync +vsync (95.3 kHz d)
[     8.788] (II) modeset(G0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz d)
[     8.788] (II) modeset(G0): Modeline "960x720"x120.0  117.00  960 1024 1128 1300  720 720 722 750 doublescan -hsync +vsync (90.0 kHz d)
[     8.788] (II) modeset(G0): Modeline "928x696"x120.1  109.15  928 976 1088 1264  696 696 698 719 doublescan -hsync +vsync (86.4 kHz d)
[     8.788] (II) modeset(G0): Modeline "896x672"x120.0  102.40  896 960 1060 1224  672 672 674 697 doublescan -hsync +vsync (83.7 kHz d)
[     8.788] (II) modeset(G0): Modeline "1024x576"x119.9   98.50  1024 1092 1200 1376  576 577 580 597 doublescan -hsync +vsync (71.6 kHz d)
[     8.788] (II) modeset(G0): Modeline "1024x576"x119.9   78.38  1024 1048 1064 1104  576 577 580 592 doublescan +hsync -vsync (71.0 kHz d)
[     8.788] (II) modeset(G0): Modeline "1024x576"x59.9   46.50  1024 1064 1160 1296  576 579 584 599 -hsync +vsync (35.9 kHz d)
[     8.788] (II) modeset(G0): Modeline "1024x576"x59.8   42.00  1024 1072 1104 1184  576 579 584 593 +hsync -vsync (35.5 kHz d)
[     8.788] (II) modeset(G0): Modeline "960x600"x119.9   96.62  960 1028 1128 1296  600 601 604 622 doublescan -hsync +vsync (74.6 kHz d)
[     8.788] (II) modeset(G0): Modeline "960x600"x120.0   77.00  960 984 1000 1040  600 601 604 617 doublescan +hsync -vsync (74.0 kHz d)
[     8.788] (II) modeset(G0): Modeline "960x540"x119.9   86.50  960 1024 1124 1288  540 541 544 560 doublescan -hsync +vsync (67.2 kHz d)
[     8.788] (II) modeset(G0): Modeline "960x540"x120.0   69.25  960 984 1000 1040  540 541 544 555 doublescan +hsync -vsync (66.6 kHz d)
[     8.788] (II) modeset(G0): Modeline "960x540"x59.6   40.75  960 992 1088 1216  540 543 548 562 -hsync +vsync (33.5 kHz d)
[     8.788] (II) modeset(G0): Modeline "960x540"x59.8   37.25  960 1008 1040 1120  540 543 548 556 +hsync -vsync (33.3 kHz d)
[     8.788] (II) modeset(G0): Modeline "800x600"x120.0   81.00  800 832 928 1080  600 600 602 625 doublescan +hsync +vsync (75.0 kHz d)
[     8.788] (II) modeset(G0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz d)
[     8.788] (II) modeset(G0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz d)
[     8.788] (II) modeset(G0): Modeline "840x525"x120.0   73.12  840 892 980 1120  525 526 529 544 doublescan -hsync +vsync (65.3 kHz d)
[     8.788] (II) modeset(G0): Modeline "840x525"x119.8   59.50  840 864 880 920  525 526 529 540 doublescan +hsync -vsync (64.7 kHz d)
[     8.788] (II) modeset(G0): Modeline "864x486"x59.9   32.50  864 888 968 1072  486 489 494 506 -hsync +vsync (30.3 kHz d)
[     8.788] (II) modeset(G0): Modeline "864x486"x59.6   30.50  864 912 944 1024  486 489 494 500 +hsync -vsync (29.8 kHz d)
[     8.788] (II) modeset(G0): Modeline "700x525"x120.0   61.00  700 744 820 940  525 526 532 541 doublescan +hsync +vsync (64.9 kHz d)
[     8.788] (II) modeset(G0): Modeline "800x450"x119.9   59.12  800 848 928 1056  450 451 454 467 doublescan -hsync +vsync (56.0 kHz d)
[     8.788] (II) modeset(G0): Modeline "800x450"x119.6   48.75  800 824 840 880  450 451 454 463 doublescan +hsync -vsync (55.4 kHz d)
[     8.788] (II) modeset(G0): Modeline "640x512"x120.0   54.00  640 664 720 844  512 512 514 533 doublescan +hsync +vsync (64.0 kHz d)
[     8.788] (II) modeset(G0): Modeline "700x450"x119.9   51.75  700 740 812 924  450 451 456 467 doublescan -hsync +vsync (56.0 kHz d)
[     8.788] (II) modeset(G0): Modeline "700x450"x119.8   43.25  700 724 740 780  450 451 456 463 doublescan +hsync -vsync (55.4 kHz d)
[     8.788] (II) modeset(G0): Modeline "640x480"x120.0   54.00  640 688 744 900  480 480 482 500 doublescan +hsync +vsync (60.0 kHz d)
[     8.788] (II) modeset(G0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz d)
[     8.788] (II) modeset(G0): Modeline "720x405"x59.5   22.50  720 744 808 896  405 408 413 422 -hsync +vsync (25.1 kHz d)
[     8.788] (II) modeset(G0): Modeline "720x405"x59.0   21.75  720 768 800 880  405 408 413 419 +hsync -vsync (24.7 kHz d)
[     8.788] (II) modeset(G0): Modeline "684x384"x119.8   42.62  684 720 788 892  384 385 390 399 doublescan -hsync +vsync (47.8 kHz d)
[     8.788] (II) modeset(G0): Modeline "684x384"x119.7   36.12  684 708 724 764  384 385 390 395 doublescan +hsync -vsync (47.3 kHz d)
[     8.788] (II) modeset(G0): Modeline "640x400"x119.8   41.75  640 676 740 840  400 401 404 415 doublescan -hsync +vsync (49.7 kHz d)
[     8.788] (II) modeset(G0): Modeline "640x400"x120.0   35.50  640 664 680 720  400 401 404 411 doublescan +hsync -vsync (49.3 kHz d)
[     8.788] (II) modeset(G0): Modeline "640x360"x119.7   37.25  640 672 736 832  360 361 364 374 doublescan -hsync +vsync (44.8 kHz d)
[     8.788] (II) modeset(G0): Modeline "640x360"x119.7   31.88  640 664 680 720  360 361 364 370 doublescan +hsync -vsync (44.3 kHz d)
[     8.788] (II) modeset(G0): Modeline "640x360"x59.8   18.00  640 664 720 800  360 363 368 376 -hsync +vsync (22.5 kHz d)
[     8.788] (II) modeset(G0): Modeline "640x360"x59.3   17.75  640 688 720 800  360 363 368 374 +hsync -vsync (22.2 kHz d)
[     8.788] (II) modeset(G0): Modeline "512x384"x120.0   32.50  512 524 592 672  384 385 388 403 doublescan -hsync -vsync (48.4 kHz d)
[     8.788] (II) modeset(G0): Modeline "512x288"x120.0   23.25  512 532 580 648  288 289 292 299 doublescan -hsync +vsync (35.9 kHz d)
[     8.788] (II) modeset(G0): Modeline "512x288"x119.8   21.00  512 536 552 592  288 289 292 296 doublescan +hsync -vsync (35.5 kHz d)
[     8.788] (II) modeset(G0): Modeline "480x270"x119.3   20.38  480 496 544 608  270 271 274 281 doublescan -hsync +vsync (33.5 kHz d)
[     8.788] (II) modeset(G0): Modeline "480x270"x119.6   18.62  480 504 520 560  270 271 274 278 doublescan +hsync -vsync (33.3 kHz d)
[     8.788] (II) modeset(G0): Modeline "400x300"x120.6   20.00  400 420 484 528  300 300 302 314 doublescan +hsync +vsync (37.9 kHz d)
[     8.788] (II) modeset(G0): Modeline "400x300"x112.7   18.00  400 412 448 512  300 300 301 312 doublescan +hsync +vsync (35.2 kHz d)
[     8.788] (II) modeset(G0): Modeline "432x243"x119.8   16.25  432 444 484 536  243 244 247 253 doublescan -hsync +vsync (30.3 kHz d)
[     8.788] (II) modeset(G0): Modeline "432x243"x119.1   15.25  432 456 472 512  243 244 247 250 doublescan +hsync -vsync (29.8 kHz d)
[     8.788] (II) modeset(G0): Modeline "320x240"x120.1   12.59  320 328 376 400  240 245 246 262 doublescan -hsync -vsync (31.5 kHz d)
[     8.788] (II) modeset(G0): Modeline "360x202"x119.0   11.25  360 372 404 448  202 204 206 211 doublescan -hsync +vsync (25.1 kHz d)
[     8.788] (II) modeset(G0): Modeline "360x202"x118.3   10.88  360 384 400 440  202 204 206 209 doublescan +hsync -vsync (24.7 kHz d)
[     8.788] (II) modeset(G0): Modeline "320x180"x119.7    9.00  320 332 360 400  180 181 184 188 doublescan -hsync +vsync (22.5 kHz d)
[     8.788] (II) modeset(G0): Modeline "320x180"x118.6    8.88  320 344 360 400  180 181 184 187 doublescan +hsync -vsync (22.2 kHz d)
[     8.789] (II) modeset(G0): EDID for output VGA-1-1
[     8.789] (II) modeset(G0): EDID for output DP-1-1
[     8.872] (II) modeset(G0): EDID for output HDMI-1-1
[     8.872] (II) modeset(G0): EDID for output DP-1-2
[     8.873] (II) modeset(G0): EDID for output HDMI-1-2
[     8.873] (==) modeset(G0): Using gamma correction (1.0, 1.0, 1.0)
[     8.873] (==) modeset(G0): DPI set to (96, 96)
[     8.873] (II) Loading sub module "fb"
[     8.873] (II) LoadModule: "fb"
[     8.873] (II) Module "fb" already built-in
[     8.873] (II) NVIDIA: Reserving 6144.00 MB of virtual memory for indirect memory
[     8.873] (II) NVIDIA:     access.
[     8.895] (II) NVIDIA(0): Setting mode "NULL"
[     8.902] (==) NVIDIA(0): Disabling shared memory pixmaps
[     8.902] (==) NVIDIA(0): Backing store enabled
[     8.902] (==) NVIDIA(0): Silken mouse enabled
[     8.902] (==) NVIDIA(0): DPMS enabled
[     8.902] (II) Loading sub module "dri2"
[     8.902] (II) LoadModule: "dri2"
[     8.902] (II) Module "dri2" already built-in
[     8.902] (II) NVIDIA(0): [DRI2] Setup complete
[     8.902] (II) NVIDIA(0): [DRI2]   VDPAU driver: nvidia
[     8.940] (==) modeset(G0): Backing store enabled
[     8.940] (==) modeset(G0): Silken mouse enabled
[     9.026] (II) modeset(G0): Initializing kms color map for depth 24, 8 bpc.
[     9.026] (==) modeset(G0): DPMS enabled
[     9.026] (WW) modeset(G0): Option "AllowEmptyInitialConfiguration" is not used
[     9.026] (II) modeset(G0): [DRI2] Setup complete
[     9.026] (II) modeset(G0): [DRI2]   DRI driver: crocus
[     9.026] (II) modeset(G0): [DRI2]   VDPAU driver: va_gl
[     9.026] (II) modeset(G0): Disable reverse prime offload mode for i915.
[     9.026] (II) Initializing extension Generic Event Extension
[     9.026] (II) Initializing extension SHAPE
[     9.026] (II) Initializing extension MIT-SHM
[     9.026] (II) Initializing extension XInputExtension
[     9.026] (II) Initializing extension XTEST
[     9.026] (II) Initializing extension BIG-REQUESTS
[     9.026] (II) Initializing extension SYNC
[     9.026] (II) Initializing extension XKEYBOARD
[     9.026] (II) Initializing extension XC-MISC
[     9.026] (II) Initializing extension XFIXES
[     9.026] (II) Initializing extension RENDER
[     9.026] (II) Initializing extension RANDR
[     9.026] (II) Initializing extension COMPOSITE
[     9.026] (II) Initializing extension DAMAGE
[     9.026] (II) Initializing extension MIT-SCREEN-SAVER
[     9.026] (II) Initializing extension DOUBLE-BUFFER
[     9.026] (II) Initializing extension RECORD
[     9.026] (II) Initializing extension DPMS
[     9.026] (II) Initializing extension Present
[     9.026] (II) Initializing extension DRI3
[     9.026] (II) Initializing extension X-Resource
[     9.026] (II) Initializing extension XVideo
[     9.026] (II) Initializing extension XVideo-MotionCompensation
[     9.026] (II) Initializing extension GLX
[     9.026] (II) Initializing extension GLX
[     9.026] (II) Indirect GLX disabled.
[     9.026] (II) GLX: Another vendor is already registered for screen 0
[     9.026] (II) Initializing extension XFree86-VidModeExtension
[     9.026] (II) Initializing extension XFree86-DGA
[     9.026] (II) Initializing extension XFree86-DRI
[     9.026] (II) Initializing extension DRI2
[     9.026] (II) Initializing extension NV-GLX
[     9.026] (II) Initializing extension NV-CONTROL
[     9.297] (II) modeset(G0): Damage tracking initialized
[     9.367] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[     9.367] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[     9.367] (**) Power Button: Applying InputClass "joystick-all"
[     9.367] (II) LoadModule: "evdev"
[     9.367] (II) Loading /usr/lib64/xorg/modules/input/evdev_drv.so
[     9.369] (II) Module evdev: vendor="X.Org Foundation"
[     9.369]    compiled for 1.21.1.13, module version = 2.10.6
[     9.369]    Module class: X.Org XInput Driver
[     9.369]    ABI class: X.Org XInput driver, version 24.4
[     9.369] (II) Using input driver 'evdev' for 'Power Button'
[     9.369] (**) Power Button: always reports core events
[     9.369] (**) evdev: Power Button: Device: "/dev/input/event2"
[     9.369] (--) evdev: Power Button: Vendor 0 Product 0x1
[     9.369] (--) evdev: Power Button: Found keys
[     9.369] (II) evdev: Power Button: Configuring as keyboard
[     9.369] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input2/event2"
[     9.369] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[     9.369] (**) Option "xkb_rules" "evdev"
[     9.369] (II) config/udev: Adding input device Video Bus (/dev/input/event3)
[     9.369] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
[     9.369] (**) Video Bus: Applying InputClass "joystick-all"
[     9.369] (II) Using input driver 'evdev' for 'Video Bus'
[     9.369] (**) Video Bus: always reports core events
[     9.369] (**) evdev: Video Bus: Device: "/dev/input/event3"
[     9.370] (--) evdev: Video Bus: Vendor 0 Product 0x6
[     9.370] (--) evdev: Video Bus: Found keys
[     9.370] (II) evdev: Video Bus: Configuring as keyboard
[     9.370] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input3/event3"
[     9.370] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[     9.370] (**) Option "xkb_rules" "evdev"
[     9.370] (II) config/udev: Adding input device Video Bus (/dev/input/event4)
[     9.370] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
[     9.370] (**) Video Bus: Applying InputClass "joystick-all"
[     9.370] (II) Using input driver 'evdev' for 'Video Bus'
[     9.370] (**) Video Bus: always reports core events
[     9.370] (**) evdev: Video Bus: Device: "/dev/input/event4"
[     9.370] (--) evdev: Video Bus: Vendor 0 Product 0x6
[     9.370] (--) evdev: Video Bus: Found keys
[     9.370] (II) evdev: Video Bus: Configuring as keyboard
[     9.370] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:09/LNXVIDEO:01/input/input4/event4"
[     9.370] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 8)
[     9.370] (**) Option "xkb_rules" "evdev"
[     9.370] (II) config/udev: Adding input device Lid Switch (/dev/input/event0)
[     9.370] (**) Lid Switch: Applying InputClass "joystick-all"
[     9.370] (II) No input driver specified, ignoring this device.
[     9.370] (II) This device may have been added with another device file.
[     9.371] (II) config/udev: Adding input device Sleep Button (/dev/input/event1)
[     9.371] (**) Sleep Button: Applying InputClass "evdev keyboard catchall"
[     9.371] (**) Sleep Button: Applying InputClass "joystick-all"
[     9.371] (II) Using input driver 'evdev' for 'Sleep Button'
[     9.371] (**) Sleep Button: always reports core events
[     9.371] (**) evdev: Sleep Button: Device: "/dev/input/event1"
[     9.371] (--) evdev: Sleep Button: Vendor 0 Product 0x3
[     9.371] (--) evdev: Sleep Button: Found keys
[     9.371] (II) evdev: Sleep Button: Configuring as keyboard
[     9.371] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input1/event1"
[     9.371] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 9)
[     9.371] (**) Option "xkb_rules" "evdev"
[     9.371] (II) config/udev: Adding drm device (/dev/dri/card1)
[     9.371] (II) xfree86: Adding drm device (/dev/dri/card1)
[     9.371] (II) Platform probe for /sys/devices/pci0000:00/0000:00:01.0/0000:01:00.0/drm/card1
[     9.371] (II) LoadModule: "modesetting"
[     9.371] (II) Loading /usr/lib64/xorg/modules/drivers/modesetting_drv.so
[     9.371] (II) Module modesetting: vendor="X.Org Foundation"
[     9.371]    compiled for 1.21.1.13, module version = 1.21.1
[     9.371]    Module class: X.Org Video Driver
[     9.371]    ABI class: X.Org Video Driver, version 25.2
[     9.371] (II) UnloadModule: "modesetting"
[     9.371] (II) Unloading modesetting
[     9.371] (II) Failed to load module "modesetting" (already loaded, 0)
[     9.371] xf86: found device 1
[     9.371] (II) config/udev: Adding input device HDA Intel HDMI HDMI/DP,pcm=3 (/dev/input/event9)
[     9.371] (**) HDA Intel HDMI HDMI/DP,pcm=3: Applying InputClass "joystick-all"
[     9.371] (II) No input driver specified, ignoring this device.
[     9.371] (II) This device may have been added with another device file.
[     9.372] (II) config/udev: Adding input device HDA Intel HDMI HDMI/DP,pcm=7 (/dev/input/event10)
[     9.372] (**) HDA Intel HDMI HDMI/DP,pcm=7: Applying InputClass "joystick-all"
[     9.372] (II) No input driver specified, ignoring this device.
[     9.372] (II) This device may have been added with another device file.
[     9.372] (II) config/udev: Adding input device HDA Intel HDMI HDMI/DP,pcm=8 (/dev/input/event11)
[     9.372] (**) HDA Intel HDMI HDMI/DP,pcm=8: Applying InputClass "joystick-all"
[     9.372] (II) No input driver specified, ignoring this device.
[     9.372] (II) This device may have been added with another device file.
[     9.372] (II) config/udev: Adding input device HDA Intel PCH Dock Mic (/dev/input/event12)
[     9.372] (**) HDA Intel PCH Dock Mic: Applying InputClass "joystick-all"
[     9.372] (II) No input driver specified, ignoring this device.
[     9.372] (II) This device may have been added with another device file.
[     9.372] (II) config/udev: Adding input device HDA Intel PCH Mic (/dev/input/event13)
[     9.372] (**) HDA Intel PCH Mic: Applying InputClass "joystick-all"
[     9.372] (II) No input driver specified, ignoring this device.
[     9.372] (II) This device may have been added with another device file.
[     9.372] (II) config/udev: Adding input device HDA Intel PCH Dock Headphone (/dev/input/event14)
[     9.372] (**) HDA Intel PCH Dock Headphone: Applying InputClass "joystick-all"
[     9.373] (II) No input driver specified, ignoring this device.
[     9.373] (II) This device may have been added with another device file.
[     9.373] (II) config/udev: Adding input device HDA Intel PCH Headphone (/dev/input/event15)
[     9.373] (**) HDA Intel PCH Headphone: Applying InputClass "joystick-all"
[     9.373] (II) No input driver specified, ignoring this device.
[     9.373] (II) This device may have been added with another device file.
[     9.373] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event5)
[     9.373] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
[     9.373] (**) AT Translated Set 2 keyboard: Applying InputClass "joystick-all"
[     9.373] (II) Using input driver 'evdev' for 'AT Translated Set 2 keyboard'
[     9.373] (**) AT Translated Set 2 keyboard: always reports core events
[     9.373] (**) evdev: AT Translated Set 2 keyboard: Device: "/dev/input/event5"
[     9.373] (--) evdev: AT Translated Set 2 keyboard: Vendor 0x1 Product 0x1
[     9.373] (--) evdev: AT Translated Set 2 keyboard: Found keys
[     9.373] (II) evdev: AT Translated Set 2 keyboard: Configuring as keyboard
[     9.373] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input5/event5"
[     9.373] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 10)
[     9.373] (**) Option "xkb_rules" "evdev"
[     9.373] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/event6)
[     9.373] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "evdev touchpad catchall"
[     9.373] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "joystick-all"
[     9.373] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "touchpad catchall"
[     9.374] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "Default clickpad buttons"
[     9.374] (II) LoadModule: "synaptics"
[     9.374] (II) Loading /usr/lib64/xorg/modules/input/synaptics_drv.so
[     9.374] (II) Module synaptics: vendor="X.Org Foundation"
[     9.374]    compiled for 1.21.1.13, module version = 1.9.2
[     9.374]    Module class: X.Org XInput Driver
[     9.374]    ABI class: X.Org XInput driver, version 24.4
[     9.374] (II) Using input driver 'synaptics' for 'SynPS/2 Synaptics TouchPad'
[     9.374] (**) SynPS/2 Synaptics TouchPad: always reports core events
[     9.374] (**) Option "Device" "/dev/input/event6"
[     9.390] (II) synaptics: SynPS/2 Synaptics TouchPad: found clickpad property
[     9.390] (II) synaptics: SynPS/2 Synaptics TouchPad: found top buttonpad property
[     9.390] (--) synaptics: SynPS/2 Synaptics TouchPad: x-axis range 1266 - 5674 (res 45)
[     9.390] (--) synaptics: SynPS/2 Synaptics TouchPad: y-axis range 1170 - 4684 (res 52)
[     9.390] (--) synaptics: SynPS/2 Synaptics TouchPad: pressure range 0 - 255
[     9.390] (--) synaptics: SynPS/2 Synaptics TouchPad: finger width range 0 - 15
[     9.390] (--) synaptics: SynPS/2 Synaptics TouchPad: buttons: left double triple
[     9.390] (--) synaptics: SynPS/2 Synaptics TouchPad: Vendor 0x2 Product 0x7
[     9.390] (**) Option "SoftButtonAreas" "50% 0 82% 0 0 0 0 0"
[     9.390] (**) Option "SecondarySoftButtonAreas" "58% 0 0 15% 42% 58% 0 15%"
[     9.390] (--) synaptics: SynPS/2 Synaptics TouchPad: touchpad found
[     9.390] (**) SynPS/2 Synaptics TouchPad: always reports core events
[     9.402] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input7/event6"
[     9.402] (II) XINPUT: Adding extended input device "SynPS/2 Synaptics TouchPad" (type: TOUCHPAD, id 11)
[     9.402] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) MinSpeed is now constant deceleration 2.5
[     9.402] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) MaxSpeed is now 1.75
[     9.402] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) AccelFactor is now 0.035
[     9.402] (**) SynPS/2 Synaptics TouchPad: (accel) keeping acceleration scheme 1
[     9.402] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration profile 1
[     9.402] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration factor: 2.000
[     9.402] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration threshold: 4
[     9.402] (--) synaptics: SynPS/2 Synaptics TouchPad: touchpad found
[     9.402] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/mouse0)
[     9.402] (**) SynPS/2 Synaptics TouchPad: Ignoring device from InputClass "touchpad ignore duplicates"
[     9.403] (II) config/udev: Adding input device TPPS/2 IBM TrackPoint (/dev/input/event7)
[     9.403] (**) TPPS/2 IBM TrackPoint: Applying InputClass "evdev pointer catchall"
[     9.403] (**) TPPS/2 IBM TrackPoint: Applying InputClass "joystick-all"
[     9.403] (II) Using input driver 'evdev' for 'TPPS/2 IBM TrackPoint'
[     9.403] (**) TPPS/2 IBM TrackPoint: always reports core events
[     9.403] (**) evdev: TPPS/2 IBM TrackPoint: Device: "/dev/input/event7"
[     9.403] (--) evdev: TPPS/2 IBM TrackPoint: Vendor 0x2 Product 0xa
[     9.403] (--) evdev: TPPS/2 IBM TrackPoint: Found 3 mouse buttons
[     9.403] (--) evdev: TPPS/2 IBM TrackPoint: Found relative axes
[     9.403] (--) evdev: TPPS/2 IBM TrackPoint: Found x and y relative axes
[     9.403] (II) evdev: TPPS/2 IBM TrackPoint: Configuring as mouse
[     9.403] (**) evdev: TPPS/2 IBM TrackPoint: YAxisMapping: buttons 4 and 5
[     9.403] (**) evdev: TPPS/2 IBM TrackPoint: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[     9.403] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/serio2/input/input8/event7"
[     9.403] (II) XINPUT: Adding extended input device "TPPS/2 IBM TrackPoint" (type: MOUSE, id 12)
[     9.403] (II) evdev: TPPS/2 IBM TrackPoint: initialized for relative axes.
[     9.403] (**) TPPS/2 IBM TrackPoint: (accel) keeping acceleration scheme 1
[     9.403] (**) TPPS/2 IBM TrackPoint: (accel) acceleration profile 0
[     9.403] (**) TPPS/2 IBM TrackPoint: (accel) acceleration factor: 2.000
[     9.403] (**) TPPS/2 IBM TrackPoint: (accel) acceleration threshold: 4
[     9.403] (II) config/udev: Adding input device TPPS/2 IBM TrackPoint (/dev/input/mouse1)
[     9.403] (**) TPPS/2 IBM TrackPoint: Applying InputClass "joystick-all"
[     9.403] (II) No input driver specified, ignoring this device.
[     9.403] (II) This device may have been added with another device file.
[     9.404] (II) config/udev: Adding input device ThinkPad Extra Buttons (/dev/input/event8)
[     9.404] (**) ThinkPad Extra Buttons: Applying InputClass "evdev keyboard catchall"
[     9.404] (**) ThinkPad Extra Buttons: Applying InputClass "joystick-all"
[     9.404] (II) Using input driver 'evdev' for 'ThinkPad Extra Buttons'
[     9.404] (**) ThinkPad Extra Buttons: always reports core events
[     9.404] (**) evdev: ThinkPad Extra Buttons: Device: "/dev/input/event8"
[     9.404] (--) evdev: ThinkPad Extra Buttons: Vendor 0x17aa Product 0x5054
[     9.404] (--) evdev: ThinkPad Extra Buttons: Found keys
[     9.404] (II) evdev: ThinkPad Extra Buttons: Configuring as keyboard
[     9.404] (**) Option "config_info" "udev:/sys/devices/platform/thinkpad_acpi/input/input9/event8"
[     9.404] (II) XINPUT: Adding extended input device "ThinkPad Extra Buttons" (type: KEYBOARD, id 13)
[     9.404] (**) Option "xkb_rules" "evdev"
[     9.406] (II) config/udev: removing GPU device /sys/devices/pci0000:00/0000:00:01.0/0000:01:00.0/drm/card1 /dev/dri/card1
[     9.406] (II) config/udev: Adding drm device (/dev/dri/card1)
[     9.406] (II) xfree86: Adding drm device (/dev/dri/card1)
[     9.406] (II) Platform probe for /sys/devices/pci0000:00/0000:00:01.0/0000:01:00.0/drm/card1
[     9.406] (II) LoadModule: "modesetting"
[     9.406] (II) Loading /usr/lib64/xorg/modules/drivers/modesetting_drv.so
[     9.406] (II) Module modesetting: vendor="X.Org Foundation"
[     9.406]    compiled for 1.21.1.13, module version = 1.21.1
[     9.406]    Module class: X.Org Video Driver
[     9.406]    ABI class: X.Org Video Driver, version 25.2
[     9.406] (II) UnloadModule: "modesetting"
[     9.406] (II) Unloading modesetting
[     9.406] (II) Failed to load module "modesetting" (already loaded, 0)
[     9.406] xf86: found device 1
[     9.428] (--) NVIDIA(GPU-0): DFP-0: disconnected
[     9.428] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[     9.428] (--) NVIDIA(GPU-0): DFP-0: 165.0 MHz maximum pixel clock
[     9.428] (--) NVIDIA(GPU-0):
[     9.428] (--) NVIDIA(GPU-0): DFP-1: disconnected
[     9.428] (--) NVIDIA(GPU-0): DFP-1: Internal DisplayPort
[     9.428] (--) NVIDIA(GPU-0): DFP-1: 960.0 MHz maximum pixel clock
[     9.428] (--) NVIDIA(GPU-0):
[     9.435] randr: falling back to unsynchronized pixmap sharing
[    26.035] (--) NVIDIA(GPU-0): DFP-0: disconnected
[    26.035] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[    26.035] (--) NVIDIA(GPU-0): DFP-0: 165.0 MHz maximum pixel clock
[    26.035] (--) NVIDIA(GPU-0):
[    26.035] (--) NVIDIA(GPU-0): DFP-1: disconnected
[    26.035] (--) NVIDIA(GPU-0): DFP-1: Internal DisplayPort
[    26.035] (--) NVIDIA(GPU-0): DFP-1: 960.0 MHz maximum pixel clock
[    26.035] (--) NVIDIA(GPU-0):
[    26.036] (--) NVIDIA(GPU-0): DFP-0: disconnected
[    26.036] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[    26.036] (--) NVIDIA(GPU-0): DFP-0: 165.0 MHz maximum pixel clock
[    26.036] (--) NVIDIA(GPU-0):
[    26.036] (--) NVIDIA(GPU-0): DFP-1: disconnected
[    26.036] (--) NVIDIA(GPU-0): DFP-1: Internal DisplayPort
[    26.036] (--) NVIDIA(GPU-0): DFP-1: 960.0 MHz maximum pixel clock
[    26.036] (--) NVIDIA(GPU-0):
[    26.583] (--) NVIDIA(GPU-0): DFP-0: disconnected
[    26.583] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[    26.583] (--) NVIDIA(GPU-0): DFP-0: 165.0 MHz maximum pixel clock
[    26.583] (--) NVIDIA(GPU-0):
[    26.583] (--) NVIDIA(GPU-0): DFP-1: disconnected
[    26.583] (--) NVIDIA(GPU-0): DFP-1: Internal DisplayPort
[    26.583] (--) NVIDIA(GPU-0): DFP-1: 960.0 MHz maximum pixel clock
[    26.583] (--) NVIDIA(GPU-0):
[    26.583] (--) NVIDIA(GPU-0): DFP-0: disconnected
[    26.583] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[    26.583] (--) NVIDIA(GPU-0): DFP-0: 165.0 MHz maximum pixel clock
[    26.583] (--) NVIDIA(GPU-0):
[    26.583] (--) NVIDIA(GPU-0): DFP-1: disconnected
[    26.583] (--) NVIDIA(GPU-0): DFP-1: Internal DisplayPort
[    26.583] (--) NVIDIA(GPU-0): DFP-1: 960.0 MHz maximum pixel clock
[    26.583] (--) NVIDIA(GPU-0):
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Desktop Environments All times are GMT
Page 1 of 1

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