View previous topic :: View next topic |
Author |
Message |
Hawkwall n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 05 Nov 2020 Posts: 5
|
Posted: Thu Nov 05, 2020 6:26 pm Post subject: [SOLVED] Display managers boot to black screen |
|
|
I have noticed that problems of this kind are a recurring theme in these forums, but I have yet to find a post that solves my specific problem. Sorry in advance if I missed something obvious. So here goes:
- I am on a laptop with Intel i7 processor and NVIDIA GTX 960M, using Gentoo, kernel version 5.4.66
- SDDM is my display manager, but shows only a black screen without a cursor in the top-left, upon boot.
- I can use `startx` from tty to start my window manager, and here everything works as normal
- The SDDM log (shown below) shows that SDDM stops shortly after startup
- Xorg.0.log has only one seemingly related error, indicating that it "failed to open athorization file /var/run/sddm/{...}", but it doesn't seem to be a real issue (as indicated here: https://forums.gentoo.org/viewtopic-t-1097502.html)
- I have tried different combinations of sddm-0.15.0 and 0.18.0, nvidia-drivers-440.100/450.80.02/455.28, on kernel 5.4.66 to no avail
- I was able to make lightdm work with an xorg-configuration using Intel graphics only, but I need nvidia graphics for my work. lightdm also boots to a black screen with the current Optimus setup.
- SDDM has worked on this laptop before, but my configuration was broken by careless kernel upgrades from my side
A couple of configs:
/var/log/sddm.log (the last part, from my last boot-up)
Code: |
[20:39:59.518] (II) HELPER: [PAM] Starting...
[20:39:59.519] (II) HELPER: [PAM] Authenticating...
[20:39:59.519] (II) HELPER: [PAM] returning.
[20:39:59.522] (WW) DAEMON: QProcess: Destroyed while process ("/usr/libexec/sddm-helper") is still running.
[20:40:50.012] (II) DAEMON: Initializing...
[20:40:50.032] (II) DAEMON: Starting...
[20:40:50.032] (II) DAEMON: Adding new display on vt 7 ...
[20:40:50.032] (II) DAEMON: Display server starting...
[20:40:50.032] (II) DAEMON: Running: /usr/bin/X -nolisten tcp -auth /var/run/sddm/{b9bf0f8f-b29b-42c4-bcc5-86d4cad6d2de} -background none -noreset -displayfd 17 vt7
[20:40:53.519] (II) DAEMON: Setting default cursor
[20:40:53.521] (WW) DAEMON: Could not setup default cursor
[20:40:53.521] (II) DAEMON: Running display setup script "/usr/share/sddm/scripts/Xsetup"
[20:40:53.874] (II) DAEMON: Display server started.
[20:40:53.874] (II) DAEMON: Socket server starting...
[20:40:53.875] (II) DAEMON: Socket server started.
[20:40:53.920] (II) DAEMON: Greeter starting...
[20:40:53.921] (II) DAEMON: Adding cookie to "/var/run/sddm/{b9bf0f8f-b29b-42c4-bcc5-86d4cad6d2de}"
[20:40:54.145] (II) HELPER: [PAM] Starting...
[20:40:54.146] (II) HELPER: [PAM] Authenticating...
[20:40:54.146] (II) HELPER: [PAM] returning.
[20:40:54.231] (II) DAEMON: Greeter session started successfully
[20:40:55.029] (II) DAEMON: Message received from greeter: Connect
[20:40:56.025] (II) HELPER: [PAM] Closing session
[20:40:56.027] (II) HELPER: [PAM] Ended.
[20:40:56.029] (WW) DAEMON: Auth: sddm-helper exited with 6
[20:40:56.029] (II) DAEMON: Greeter stopped.
|
/var/log/Xorg.0.log:
Code: |
[ 19.096] (--) Log file renamed from "/var/log/Xorg.pid-13248.log" to "/var/log/Xorg.0.log"
[ 19.097]
X.Org X Server 1.20.8
X Protocol Version 11, Revision 0
[ 19.097] Build Operating System: Linux 5.4.48-gentoo-x86_64 x86_64 Gentoo
[ 19.097] Current Operating System: Linux TheTent 5.4.66-gentoo-x86_64 #1 SMP Wed Nov 4 21:54:28 CET 2020 x86_64
[ 19.097] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-5.4.66-gentoo-x86_64 root=UUID=82fa4ead-356e-4ded-a9d7-3311880cb303 ro
[ 19.097] Build Date: 22 July 2020 04:33:51PM
[ 19.097]
[ 19.097] Current version of pixman: 0.40.0
[ 19.097] Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[ 19.097] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 19.097] (==) Log file: "/var/log/Xorg.0.log", Time: Thu Nov 5 20:40:50 2020
[ 19.144] (==) Using config file: "/etc/X11/xorg.conf"
[ 19.144] (==) Using config directory: "/etc/X11/xorg.conf.d"
[ 19.144] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[ 19.194] (==) ServerLayout "layout"
[ 19.194] (**) |-->Screen "nvidia" (0)
[ 19.194] (**) | |-->Monitor "<default monitor>"
[ 19.194] (**) | |-->Device "nvidia"
[ 19.194] (**) | |-->GPUDevice "intel"
[ 19.194] (==) No monitor specified for screen "nvidia".
Using a default monitor configuration.
[ 19.194] (**) |-->Inactive Device "intel"
[ 19.194] (==) Automatically adding devices
[ 19.194] (==) Automatically enabling devices
[ 19.194] (==) Automatically adding GPU devices
[ 19.194] (==) Max clients allowed: 256, resource mask: 0x1fffff
[ 19.220] (WW) The directory "/usr/share/fonts/TTF/" does not exist.
[ 19.220] Entry deleted from font path.
[ 19.220] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
[ 19.220] Entry deleted from font path.
[ 19.220] (WW) The directory "/usr/share/fonts/Type1/" does not exist.
[ 19.220] Entry deleted from font path.
[ 19.221] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
[ 19.221] Entry deleted from font path.
[ 19.221] (Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
[ 19.231] (==) FontPath set to:
/usr/share/fonts/misc/,
/usr/share/fonts/75dpi/
[ 19.231] (==) ModulePath set to "/usr/lib64/xorg/modules"
[ 19.231] (II) The server relies on udev to provide the list of input devices.
If no devices become available, reconfigure udev or disable AutoAddDevices.
[ 19.231] (II) Loader magic: 0x557e45df5ce0
[ 19.231] (II) Module ABI versions:
[ 19.231] X.Org ANSI C Emulation: 0.4
[ 19.231] X.Org Video Driver: 24.1
[ 19.231] X.Org XInput driver : 24.1
[ 19.231] X.Org Server Extension : 10.0
[ 19.232] (++) using VT number 7
[ 19.233] (II) systemd-logind: logind integration requires -keeptty and -keeptty was not provided, disabling logind integration
[ 19.233] (II) xfree86: Adding drm device (/dev/dri/card1)
[ 19.233] (II) xfree86: Adding drm device (/dev/dri/card0)
[ 19.244] (--) PCI:*(0@0:2:0) 8086:191b:1043:1d6d rev 6, Mem @ 0xdd000000/16777216, 0xb0000000/268435456, I/O @ 0x0000f000/64, BIOS @ 0x????????/131072
[ 19.244] (--) PCI: (1@0:0:0) 10de:139b:1043:1d6d rev 162, Mem @ 0xde000000/16777216, 0xc0000000/268435456, 0xd0000000/33554432, I/O @ 0x0000e000/128, BIOS @ 0x????????/524288
[ 19.245] (II) LoadModule: "glx"
[ 19.304] (II) Loading /usr/lib64/xorg/modules/extensions/libglx.so
[ 19.382] (II) Module glx: vendor="X.Org Foundation"
[ 19.382] compiled for 1.20.8, module version = 1.0.0
[ 19.382] ABI class: X.Org Server Extension, version 10.0
[ 19.382] (II) LoadModule: "nvidia"
[ 19.400] (II) Loading /usr/lib64/xorg/modules/drivers/nvidia_drv.so
[ 19.466] (II) Module nvidia: vendor="NVIDIA Corporation"
[ 19.466] compiled for 1.6.99.901, module version = 1.0.0
[ 19.466] Module class: X.Org Video Driver
[ 19.483] (II) LoadModule: "modesetting"
[ 19.483] (II) Loading /usr/lib64/xorg/modules/drivers/modesetting_drv.so
[ 19.494] (II) Module modesetting: vendor="X.Org Foundation"
[ 19.494] compiled for 1.20.8, module version = 1.20.8
[ 19.494] Module class: X.Org Video Driver
[ 19.494] ABI class: X.Org Video Driver, version 24.1
[ 19.494] (II) NVIDIA dlloader X Driver 440.100 Fri May 29 08:21:27 UTC 2020
[ 19.494] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[ 19.494] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[ 19.512] (II) Loading sub module "fb"
[ 19.512] (II) LoadModule: "fb"
[ 19.512] (II) Loading /usr/lib64/xorg/modules/libfb.so
[ 19.519] (II) Module fb: vendor="X.Org Foundation"
[ 19.519] compiled for 1.20.8, module version = 1.0.0
[ 19.519] ABI class: X.Org ANSI C Emulation, version 0.4
[ 19.519] (II) Loading sub module "wfb"
[ 19.519] (II) LoadModule: "wfb"
[ 19.519] (II) Loading /usr/lib64/xorg/modules/libwfb.so
[ 19.527] (II) Module wfb: vendor="X.Org Foundation"
[ 19.527] compiled for 1.20.8, module version = 1.0.0
[ 19.527] ABI class: X.Org ANSI C Emulation, version 0.4
[ 19.527] (II) Loading sub module "ramdac"
[ 19.527] (II) LoadModule: "ramdac"
[ 19.527] (II) Module "ramdac" already built-in
[ 19.540] (II) modeset(G0): using drv /dev/dri/card0
[ 19.540] (II) NVIDIA(0): Creating default Display subsection in Screen section
"nvidia" for depth/fbbpp 24/32
[ 19.540] (==) NVIDIA(0): Depth 24, (==) framebuffer bpp 32
[ 19.540] (==) NVIDIA(0): RGB weight 888
[ 19.540] (==) NVIDIA(0): Default visual is TrueColor
[ 19.540] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
[ 19.540] (**) NVIDIA(0): Option "AllowEmptyInitialConfiguration"
[ 19.540] (**) NVIDIA(0): Option "RegistryDwords" "EnableBrightnessControl=1"
[ 19.540] (**) NVIDIA(0): Enabling 2D acceleration
[ 19.540] (II) Loading sub module "glxserver_nvidia"
[ 19.540] (II) LoadModule: "glxserver_nvidia"
[ 19.540] (II) Loading /usr/lib64/xorg/modules/extensions/libglxserver_nvidia.so
[ 20.056] (II) Module glxserver_nvidia: vendor="NVIDIA Corporation"
[ 20.056] compiled for 1.6.99.901, module version = 1.0.0
[ 20.056] Module class: X.Org Server Extension
[ 20.056] (II) NVIDIA GLX Module 440.100 Fri May 29 08:19:01 UTC 2020
[ 20.056] (II) NVIDIA: The X server supports PRIME Render Offload.
[ 20.059] (II) NVIDIA(0): NVIDIA GPU GeForce GTX 960M (GM107-A) at PCI:1:0:0 (GPU-0)
[ 20.059] (--) NVIDIA(0): Memory: 2097152 kBytes
[ 20.059] (--) NVIDIA(0): VideoBIOS: 82.07.94.00.19
[ 20.059] (II) NVIDIA(0): Detected PCI Express Link width: 16X
[ 20.059] (II) NVIDIA(0): Validated MetaModes:
[ 20.059] (II) NVIDIA(0): "NULL"
[ 20.059] (II) NVIDIA(0): Virtual screen size determined to be 640 x 480
[ 20.059] (WW) NVIDIA(0): Unable to get display device for DPI computation.
[ 20.059] (==) NVIDIA(0): DPI set to (75, 75); computed from built-in default
[ 20.060] (==) modeset(G0): Depth 24, (==) framebuffer bpp 32
[ 20.060] (==) modeset(G0): RGB weight 888
[ 20.060] (==) modeset(G0): Default visual is TrueColor
[ 20.060] (II) Loading sub module "glamoregl"
[ 20.060] (II) LoadModule: "glamoregl"
[ 20.060] (II) Loading /usr/lib64/xorg/modules/libglamoregl.so
[ 20.125] (II) Module glamoregl: vendor="X.Org Foundation"
[ 20.125] compiled for 1.20.8, module version = 1.0.1
[ 20.125] ABI class: X.Org ANSI C Emulation, version 0.4
[ 21.501] (II) modeset(G0): Refusing to try glamor on llvmpipe
[ 21.502] (EE) modeset(G0): glamor initialization failed
[ 21.502] (II) modeset(G0): ShadowFB: preferred YES, enabled YES
[ 21.502] (II) modeset(G0): Double-buffered shadow updates: off
[ 21.503] (II) modeset(G0): Output eDP-1-1 has no monitor section
[ 21.503] (II) modeset(G0): Output DP-1-1 has no monitor section
[ 21.506] (II) modeset(G0): Output HDMI-1-1 has no monitor section
[ 21.510] (II) modeset(G0): Output HDMI-1-2 has no monitor section
[ 21.511] (II) modeset(G0): EDID for output eDP-1-1
[ 21.511] (II) modeset(G0): Manufacturer: CMN Model: 1735 Serial#: 0
[ 21.511] (II) modeset(G0): Year: 2014 Week: 39
[ 21.511] (II) modeset(G0): EDID Version: 1.4
[ 21.511] (II) modeset(G0): Digital Display Input
[ 21.511] (II) modeset(G0): 6 bits per channel
[ 21.511] (II) modeset(G0): Digital interface is DisplayPort
[ 21.511] (II) modeset(G0): Max Image Size [cm]: horiz.: 38 vert.: 21
[ 21.511] (II) modeset(G0): Gamma: 2.20
[ 21.511] (II) modeset(G0): No DPMS capabilities specified
[ 21.511] (II) modeset(G0): Supported color encodings: RGB 4:4:4
[ 21.511] (II) modeset(G0): First detailed timing is preferred mode
[ 21.511] (II) modeset(G0): Preferred mode is native pixel format and refresh rate
[ 21.511] (II) modeset(G0): redX: 0.640 redY: 0.333 greenX: 0.313 greenY: 0.613
[ 21.511] (II) modeset(G0): blueX: 0.154 blueY: 0.060 whiteX: 0.313 whiteY: 0.329
[ 21.511] (II) modeset(G0): Manufacturer's mask: 0
[ 21.511] (II) modeset(G0): Supported detailed timing:
[ 21.511] (II) modeset(G0): clock: 140.0 MHz Image Size: 381 x 214 mm
[ 21.511] (II) modeset(G0): h_active: 1920 h_sync: 1968 h_sync_end 2000 h_blank_end 2102 h_border: 0
[ 21.511] (II) modeset(G0): v_active: 1080 v_sync: 1083 v_sync_end 1088 v_blanking: 1110 v_border: 0
[ 21.511] (II) modeset(G0): N173HGE-E11
[ 21.511] (II) modeset(G0): CMN
[ 21.511] (II) modeset(G0): N173HGE-E11
[ 21.511] (II) modeset(G0): EDID (in hex):
[ 21.511] (II) modeset(G0): 00ffffffffffff000dae351700000000
[ 21.511] (II) modeset(G0): 271801049526157802d495a355509d27
[ 21.511] (II) modeset(G0): 0f505400000001010101010101010101
[ 21.511] (II) modeset(G0): 010101010101b03680b670381e403020
[ 21.511] (II) modeset(G0): 35007dd610000018000000fe004e3137
[ 21.511] (II) modeset(G0): 334847452d4531310a20000000fe0043
[ 21.511] (II) modeset(G0): 4d4e0a202020202020202020000000fe
[ 21.511] (II) modeset(G0): 004e3137334847452d4531310a20009f
[ 21.511] (II) modeset(G0): Printing probed modes for output eDP-1-1
[ 21.511] (II) modeset(G0): Modeline "1920x1080"x60.0 140.00 1920 1968 2000 2102 1080 1083 1088 1110 -hsync -vsync (66.6 kHz eP)
[ 21.511] (II) modeset(G0): Modeline "1920x1080"x119.9 266.50 1920 1944 1960 2000 1080 1081 1084 1111 doublescan +hsync -vsync (133.2 kHz d)
[ 21.511] (II) modeset(G0): Modeline "1920x1080"x60.0 173.00 1920 2048 2248 2576 1080 1083 1088 1120 -hsync +vsync (67.2 kHz d)
[ 21.511] (II) modeset(G0): Modeline "1920x1080"x59.9 138.50 1920 1968 2000 2080 1080 1083 1088 1111 +hsync -vsync (66.6 kHz d)
[ 21.511] (II) modeset(G0): Modeline "1680x1050"x60.0 146.25 1680 1784 1960 2240 1050 1053 1059 1089 -hsync +vsync (65.3 kHz d)
[ 21.511] (II) modeset(G0): Modeline "1680x1050"x59.9 119.00 1680 1728 1760 1840 1050 1053 1059 1080 +hsync -vsync (64.7 kHz d)
[ 21.511] (II) modeset(G0): Modeline "1400x1050"x60.0 122.00 1400 1488 1640 1880 1050 1052 1064 1082 +hsync +vsync (64.9 kHz d)
[ 21.511] (II) modeset(G0): Modeline "1600x900"x120.0 246.00 1600 1728 1900 2200 900 901 904 932 doublescan -hsync +vsync (111.8 kHz d)
[ 21.511] (II) modeset(G0): Modeline "1600x900"x119.9 186.50 1600 1624 1640 1680 900 901 904 926 doublescan +hsync -vsync (111.0 kHz d)
[ 21.511] (II) modeset(G0): Modeline "1600x900"x59.9 118.25 1600 1696 1856 2112 900 903 908 934 -hsync +vsync (56.0 kHz d)
[ 21.511] (II) modeset(G0): Modeline "1600x900"x59.8 97.50 1600 1648 1680 1760 900 903 908 926 +hsync -vsync (55.4 kHz d)
[ 21.511] (II) modeset(G0): Modeline "1280x1024"x60.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz d)
[ 21.511] (II) modeset(G0): Modeline "1400x900"x60.0 103.50 1400 1480 1624 1848 900 903 913 934 -hsync +vsync (56.0 kHz d)
[ 21.511] (II) modeset(G0): Modeline "1400x900"x59.9 86.50 1400 1448 1480 1560 900 903 913 926 +hsync -vsync (55.4 kHz d)
[ 21.511] (II) modeset(G0): Modeline "1280x960"x60.0 108.00 1280 1376 1488 1800 960 961 964 1000 +hsync +vsync (60.0 kHz d)
[ 21.511] (II) modeset(G0): Modeline "1440x810"x120.0 198.12 1440 1548 1704 1968 810 811 814 839 doublescan -hsync +vsync (100.7 kHz d)
[ 21.511] (II) modeset(G0): Modeline "1440x810"x119.9 151.88 1440 1464 1480 1520 810 811 814 833 doublescan +hsync -vsync (99.9 kHz d)
[ 21.511] (II) modeset(G0): Modeline "1368x768"x59.9 85.25 1368 1440 1576 1784 768 771 781 798 -hsync +vsync (47.8 kHz d)
[ 21.511] (II) modeset(G0): Modeline "1368x768"x59.9 72.25 1368 1416 1448 1528 768 771 781 790 +hsync -vsync (47.3 kHz d)
[ 21.511] (II) modeset(G0): Modeline "1280x800"x120.0 174.25 1280 1380 1516 1752 800 801 804 829 doublescan -hsync +vsync (99.5 kHz d)
[ 21.511] (II) modeset(G0): Modeline "1280x800"x119.9 134.25 1280 1304 1320 1360 800 801 804 823 doublescan +hsync -vsync (98.7 kHz d)
[ 21.511] (II) modeset(G0): Modeline "1280x800"x59.8 83.50 1280 1352 1480 1680 800 803 809 831 -hsync +vsync (49.7 kHz d)
[ 21.511] (II) modeset(G0): Modeline "1280x800"x59.9 71.00 1280 1328 1360 1440 800 803 809 823 +hsync -vsync (49.3 kHz d)
[ 21.511] (II) modeset(G0): Modeline "1280x720"x120.0 156.12 1280 1376 1512 1744 720 721 724 746 doublescan -hsync +vsync (89.5 kHz d)
[ 21.511] (II) modeset(G0): Modeline "1280x720"x120.0 120.75 1280 1304 1320 1360 720 721 724 740 doublescan +hsync -vsync (88.8 kHz d)
[ 21.511] (II) modeset(G0): Modeline "1280x720"x59.9 74.50 1280 1344 1472 1664 720 723 728 748 -hsync +vsync (44.8 kHz d)
[ 21.511] (II) modeset(G0): Modeline "1280x720"x59.7 63.75 1280 1328 1360 1440 720 723 728 741 +hsync -vsync (44.3 kHz d)
[ 21.511] (II) modeset(G0): Modeline "1024x768"x120.1 133.47 1024 1100 1212 1400 768 768 770 794 doublescan -hsync +vsync (95.3 kHz d)
[ 21.511] (II) modeset(G0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz d)
[ 21.511] (II) modeset(G0): Modeline "960x720"x120.0 117.00 960 1024 1128 1300 720 720 722 750 doublescan -hsync +vsync (90.0 kHz d)
[ 21.511] (II) modeset(G0): Modeline "928x696"x120.1 109.15 928 976 1088 1264 696 696 698 719 doublescan -hsync +vsync (86.4 kHz d)
[ 21.511] (II) modeset(G0): Modeline "896x672"x120.0 102.40 896 960 1060 1224 672 672 674 697 doublescan -hsync +vsync (83.7 kHz d)
[ 21.511] (II) modeset(G0): Modeline "1024x576"x119.9 98.50 1024 1092 1200 1376 576 577 580 597 doublescan -hsync +vsync (71.6 kHz d)
[ 21.511] (II) modeset(G0): Modeline "1024x576"x119.9 78.38 1024 1048 1064 1104 576 577 580 592 doublescan +hsync -vsync (71.0 kHz d)
[ 21.511] (II) modeset(G0): Modeline "1024x576"x59.9 46.50 1024 1064 1160 1296 576 579 584 599 -hsync +vsync (35.9 kHz d)
[ 21.511] (II) modeset(G0): Modeline "1024x576"x59.8 42.00 1024 1072 1104 1184 576 579 584 593 +hsync -vsync (35.5 kHz d)
[ 21.511] (II) modeset(G0): Modeline "960x600"x119.9 96.62 960 1028 1128 1296 600 601 604 622 doublescan -hsync +vsync (74.6 kHz d)
[ 21.511] (II) modeset(G0): Modeline "960x600"x120.0 77.00 960 984 1000 1040 600 601 604 617 doublescan +hsync -vsync (74.0 kHz d)
[ 21.511] (II) modeset(G0): Modeline "960x540"x119.9 86.50 960 1024 1124 1288 540 541 544 560 doublescan -hsync +vsync (67.2 kHz d)
[ 21.511] (II) modeset(G0): Modeline "960x540"x120.0 69.25 960 984 1000 1040 540 541 544 555 doublescan +hsync -vsync (66.6 kHz d)
[ 21.511] (II) modeset(G0): Modeline "960x540"x59.6 40.75 960 992 1088 1216 540 543 548 562 -hsync +vsync (33.5 kHz d)
[ 21.511] (II) modeset(G0): Modeline "960x540"x59.8 37.25 960 1008 1040 1120 540 543 548 556 +hsync -vsync (33.3 kHz d)
[ 21.512] (II) modeset(G0): Modeline "800x600"x120.0 81.00 800 832 928 1080 600 600 602 625 doublescan +hsync +vsync (75.0 kHz d)
[ 21.512] (II) modeset(G0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz d)
[ 21.512] (II) modeset(G0): Modeline "800x600"x56.2 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz d)
[ 21.512] (II) modeset(G0): Modeline "840x525"x120.0 73.12 840 892 980 1120 525 526 529 544 doublescan -hsync +vsync (65.3 kHz d)
[ 21.512] (II) modeset(G0): Modeline "840x525"x119.8 59.50 840 864 880 920 525 526 529 540 doublescan +hsync -vsync (64.7 kHz d)
[ 21.512] (II) modeset(G0): Modeline "864x486"x59.9 32.50 864 888 968 1072 486 489 494 506 -hsync +vsync (30.3 kHz d)
[ 21.512] (II) modeset(G0): Modeline "864x486"x59.6 30.50 864 912 944 1024 486 489 494 500 +hsync -vsync (29.8 kHz d)
[ 21.512] (II) modeset(G0): Modeline "700x525"x120.0 61.00 700 744 820 940 525 526 532 541 doublescan +hsync +vsync (64.9 kHz d)
[ 21.512] (II) modeset(G0): Modeline "800x450"x119.9 59.12 800 848 928 1056 450 451 454 467 doublescan -hsync +vsync (56.0 kHz d)
[ 21.512] (II) modeset(G0): Modeline "800x450"x119.6 48.75 800 824 840 880 450 451 454 463 doublescan +hsync -vsync (55.4 kHz d)
[ 21.512] (II) modeset(G0): Modeline "640x512"x120.0 54.00 640 664 720 844 512 512 514 533 doublescan +hsync +vsync (64.0 kHz d)
[ 21.512] (II) modeset(G0): Modeline "700x450"x119.9 51.75 700 740 812 924 450 451 456 467 doublescan -hsync +vsync (56.0 kHz d)
[ 21.512] (II) modeset(G0): Modeline "700x450"x119.8 43.25 700 724 740 780 450 451 456 463 doublescan +hsync -vsync (55.4 kHz d)
[ 21.512] (II) modeset(G0): Modeline "640x480"x120.0 54.00 640 688 744 900 480 480 482 500 doublescan +hsync +vsync (60.0 kHz d)
[ 21.512] (II) modeset(G0): Modeline "640x480"x59.9 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz d)
[ 21.512] (II) modeset(G0): Modeline "720x405"x59.5 22.50 720 744 808 896 405 408 413 422 -hsync +vsync (25.1 kHz d)
[ 21.512] (II) modeset(G0): Modeline "720x405"x59.0 21.75 720 768 800 880 405 408 413 419 +hsync -vsync (24.7 kHz d)
[ 21.512] (II) modeset(G0): Modeline "684x384"x119.8 42.62 684 720 788 892 384 385 390 399 doublescan -hsync +vsync (47.8 kHz d)
[ 21.512] (II) modeset(G0): Modeline "684x384"x119.7 36.12 684 708 724 764 384 385 390 395 doublescan +hsync -vsync (47.3 kHz d)
[ 21.512] (II) modeset(G0): Modeline "640x400"x119.8 41.75 640 676 740 840 400 401 404 415 doublescan -hsync +vsync (49.7 kHz d)
[ 21.512] (II) modeset(G0): Modeline "640x400"x120.0 35.50 640 664 680 720 400 401 404 411 doublescan +hsync -vsync (49.3 kHz d)
[ 21.512] (II) modeset(G0): Modeline "640x360"x119.7 37.25 640 672 736 832 360 361 364 374 doublescan -hsync +vsync (44.8 kHz d)
[ 21.512] (II) modeset(G0): Modeline "640x360"x119.7 31.88 640 664 680 720 360 361 364 370 doublescan +hsync -vsync (44.3 kHz d)
[ 21.512] (II) modeset(G0): Modeline "640x360"x59.8 18.00 640 664 720 800 360 363 368 376 -hsync +vsync (22.5 kHz d)
[ 21.512] (II) modeset(G0): Modeline "640x360"x59.3 17.75 640 688 720 800 360 363 368 374 +hsync -vsync (22.2 kHz d)
[ 21.512] (II) modeset(G0): Modeline "512x384"x120.0 32.50 512 524 592 672 384 385 388 403 doublescan -hsync -vsync (48.4 kHz d)
[ 21.512] (II) modeset(G0): Modeline "512x288"x120.0 23.25 512 532 580 648 288 289 292 299 doublescan -hsync +vsync (35.9 kHz d)
[ 21.512] (II) modeset(G0): Modeline "512x288"x119.8 21.00 512 536 552 592 288 289 292 296 doublescan +hsync -vsync (35.5 kHz d)
[ 21.512] (II) modeset(G0): Modeline "480x270"x119.3 20.38 480 496 544 608 270 271 274 281 doublescan -hsync +vsync (33.5 kHz d)
[ 21.512] (II) modeset(G0): Modeline "480x270"x119.6 18.62 480 504 520 560 270 271 274 278 doublescan +hsync -vsync (33.3 kHz d)
[ 21.512] (II) modeset(G0): Modeline "400x300"x120.6 20.00 400 420 484 528 300 300 302 314 doublescan +hsync +vsync (37.9 kHz d)
[ 21.512] (II) modeset(G0): Modeline "400x300"x112.7 18.00 400 412 448 512 300 300 301 312 doublescan +hsync +vsync (35.2 kHz d)
[ 21.512] (II) modeset(G0): Modeline "432x243"x119.8 16.25 432 444 484 536 243 244 247 253 doublescan -hsync +vsync (30.3 kHz d)
[ 21.512] (II) modeset(G0): Modeline "432x243"x119.1 15.25 432 456 472 512 243 244 247 250 doublescan +hsync -vsync (29.8 kHz d)
[ 21.512] (II) modeset(G0): Modeline "320x240"x120.1 12.59 320 328 376 400 240 245 246 262 doublescan -hsync -vsync (31.5 kHz d)
[ 21.512] (II) modeset(G0): Modeline "360x202"x119.0 11.25 360 372 404 448 202 204 206 211 doublescan -hsync +vsync (25.1 kHz d)
[ 21.512] (II) modeset(G0): Modeline "360x202"x118.3 10.88 360 384 400 440 202 204 206 209 doublescan +hsync -vsync (24.7 kHz d)
[ 21.512] (II) modeset(G0): Modeline "320x180"x119.7 9.00 320 332 360 400 180 181 184 188 doublescan -hsync +vsync (22.5 kHz d)
[ 21.512] (II) modeset(G0): Modeline "320x180"x118.6 8.88 320 344 360 400 180 181 184 187 doublescan +hsync -vsync (22.2 kHz d)
[ 21.512] (II) modeset(G0): EDID for output DP-1-1
[ 21.515] (II) modeset(G0): EDID for output HDMI-1-1
[ 21.519] (II) modeset(G0): EDID for output HDMI-1-2
[ 21.519] (==) modeset(G0): Using gamma correction (1.0, 1.0, 1.0)
[ 21.519] (==) modeset(G0): DPI set to (96, 96)
[ 21.519] (II) Loading sub module "fb"
[ 21.519] (II) LoadModule: "fb"
[ 21.519] (II) Loading /usr/lib64/xorg/modules/libfb.so
[ 21.519] (II) Module fb: vendor="X.Org Foundation"
[ 21.519] compiled for 1.20.8, module version = 1.0.0
[ 21.519] ABI class: X.Org ANSI C Emulation, version 0.4
[ 21.519] (II) Loading sub module "shadow"
[ 21.519] (II) LoadModule: "shadow"
[ 21.519] (II) Loading /usr/lib64/xorg/modules/libshadow.so
[ 21.531] (II) Module shadow: vendor="X.Org Foundation"
[ 21.531] compiled for 1.20.8, module version = 1.1.0
[ 21.531] ABI class: X.Org ANSI C Emulation, version 0.4
[ 21.532] (II) NVIDIA: Using 6144.00 MB of virtual memory for indirect memory
[ 21.532] (II) NVIDIA: access.
[ 21.566] (II) NVIDIA(0): Setting mode "NULL"
[ 21.569] (==) NVIDIA(0): Disabling shared memory pixmaps
[ 21.569] (==) NVIDIA(0): Backing store enabled
[ 21.569] (==) NVIDIA(0): Silken mouse enabled
[ 21.569] (==) NVIDIA(0): DPMS enabled
[ 21.569] (II) Loading sub module "dri2"
[ 21.569] (II) LoadModule: "dri2"
[ 21.569] (II) Module "dri2" already built-in
[ 21.569] (II) NVIDIA(0): [DRI2] Setup complete
[ 21.569] (II) NVIDIA(0): [DRI2] VDPAU driver: nvidia
[ 21.569] (==) modeset(G0): Backing store enabled
[ 21.569] (==) modeset(G0): Silken mouse enabled
[ 21.623] (II) modeset(G0): Initializing kms color map for depth 24, 8 bpc.
[ 21.623] (==) modeset(G0): DPMS enabled
[ 21.623] (WW) modeset(G0): Option "AllowEmptyInitialConfiguration" is not used
[ 21.623] (II) Initializing extension Generic Event Extension
[ 21.623] (II) Initializing extension SHAPE
[ 21.623] (II) Initializing extension MIT-SHM
[ 21.623] (II) Initializing extension XInputExtension
[ 21.623] (II) Initializing extension XTEST
[ 21.623] (II) Initializing extension BIG-REQUESTS
[ 21.623] (II) Initializing extension SYNC
[ 21.623] (II) Initializing extension XKEYBOARD
[ 21.623] (II) Initializing extension XC-MISC
[ 21.623] (II) Initializing extension XFIXES
[ 21.623] (II) Initializing extension RENDER
[ 21.623] (II) Initializing extension RANDR
[ 21.623] (II) Initializing extension COMPOSITE
[ 21.623] (II) Initializing extension DAMAGE
[ 21.623] (II) Initializing extension MIT-SCREEN-SAVER
[ 21.623] (II) Initializing extension DOUBLE-BUFFER
[ 21.623] (II) Initializing extension RECORD
[ 21.623] (II) Initializing extension DPMS
[ 21.623] (II) Initializing extension Present
[ 21.623] (II) Initializing extension DRI3
[ 21.623] (II) Initializing extension X-Resource
[ 21.623] (II) Initializing extension XVideo
[ 21.623] (II) Initializing extension XVideo-MotionCompensation
[ 21.623] (II) Initializing extension GLX
[ 21.623] (II) Initializing extension GLX
[ 21.623] (II) Indirect GLX disabled.
[ 21.623] (II) GLX: Another vendor is already registered for screen 0
[ 21.623] (II) Initializing extension XFree86-VidModeExtension
[ 21.623] (II) Initializing extension XFree86-DGA
[ 21.623] (II) Initializing extension XFree86-DRI
[ 21.623] (II) Initializing extension DRI2
[ 21.623] (II) Initializing extension NV-GLX
[ 21.623] (II) Initializing extension NV-CONTROL
[ 21.894] (II) modeset(G0): Damage tracking initialized
[ 22.227] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[ 22.228] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[ 22.228] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[ 22.228] (**) Power Button: Applying InputClass "keyboard-all"
[ 22.228] (II) LoadModule: "evdev"
[ 22.228] (II) Loading /usr/lib64/xorg/modules/input/evdev_drv.so
[ 22.244] (II) Module evdev: vendor="X.Org Foundation"
[ 22.244] compiled for 1.20.8, module version = 2.10.6
[ 22.244] Module class: X.Org XInput Driver
[ 22.245] ABI class: X.Org XInput driver, version 24.1
[ 22.245] (II) Using input driver 'evdev' for 'Power Button'
[ 22.245] (**) Power Button: always reports core events
[ 22.245] (**) evdev: Power Button: Device: "/dev/input/event2"
[ 22.245] (--) evdev: Power Button: Vendor 0 Product 0x1
[ 22.245] (--) evdev: Power Button: Found keys
[ 22.245] (II) evdev: Power Button: Configuring as keyboard
[ 22.245] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input2/event2"
[ 22.245] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[ 22.245] (**) Option "xkb_rules" "evdev"
[ 22.245] (**) Option "xkb_layout" "dvorak"
[ 22.287] (II) config/udev: Adding input device Asus Wireless Radio Control (/dev/input/event6)
[ 22.287] (**) Asus Wireless Radio Control: Applying InputClass "evdev keyboard catchall"
[ 22.287] (**) Asus Wireless Radio Control: Applying InputClass "libinput keyboard catchall"
[ 22.287] (**) Asus Wireless Radio Control: Applying InputClass "keyboard-all"
[ 22.287] (II) Using input driver 'evdev' for 'Asus Wireless Radio Control'
[ 22.287] (**) Asus Wireless Radio Control: always reports core events
[ 22.287] (**) evdev: Asus Wireless Radio Control: Device: "/dev/input/event6"
[ 22.287] (--) evdev: Asus Wireless Radio Control: Vendor 0x1043 Product 0
[ 22.287] (--) evdev: Asus Wireless Radio Control: Found keys
[ 22.287] (II) evdev: Asus Wireless Radio Control: Configuring as keyboard
[ 22.287] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/ATK4002:00/input/input6/event6"
[ 22.287] (II) XINPUT: Adding extended input device "Asus Wireless Radio Control" (type: KEYBOARD, id 7)
[ 22.287] (**) Option "xkb_rules" "evdev"
[ 22.287] (**) Option "xkb_layout" "dvorak"
[ 22.288] (II) config/udev: Adding input device Video Bus (/dev/input/event3)
[ 22.288] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
[ 22.288] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[ 22.288] (**) Video Bus: Applying InputClass "keyboard-all"
[ 22.288] (II) Using input driver 'evdev' for 'Video Bus'
[ 22.288] (**) Video Bus: always reports core events
[ 22.288] (**) evdev: Video Bus: Device: "/dev/input/event3"
[ 22.288] (--) evdev: Video Bus: Vendor 0 Product 0x6
[ 22.288] (--) evdev: Video Bus: Found keys
[ 22.288] (II) evdev: Video Bus: Configuring as keyboard
[ 22.288] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input3/event3"
[ 22.288] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 8)
[ 22.288] (**) Option "xkb_rules" "evdev"
[ 22.288] (**) Option "xkb_layout" "dvorak"
[ 22.289] (II) config/udev: Adding input device Video Bus (/dev/input/event4)
[ 22.289] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
[ 22.289] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[ 22.289] (**) Video Bus: Applying InputClass "keyboard-all"
[ 22.289] (II) Using input driver 'evdev' for 'Video Bus'
[ 22.289] (**) Video Bus: always reports core events
[ 22.289] (**) evdev: Video Bus: Device: "/dev/input/event4"
[ 22.289] (--) evdev: Video Bus: Vendor 0 Product 0x6
[ 22.289] (--) evdev: Video Bus: Found keys
[ 22.289] (II) evdev: Video Bus: Configuring as keyboard
[ 22.289] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:12/LNXVIDEO:01/input/input4/event4"
[ 22.289] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 9)
[ 22.289] (**) Option "xkb_rules" "evdev"
[ 22.289] (**) Option "xkb_layout" "dvorak"
[ 22.290] (II) config/udev: Adding input device Lid Switch (/dev/input/event0)
[ 22.290] (II) No input driver specified, ignoring this device.
[ 22.290] (II) This device may have been added with another device file.
[ 22.290] (II) config/udev: Adding input device Sleep Button (/dev/input/event1)
[ 22.290] (**) Sleep Button: Applying InputClass "evdev keyboard catchall"
[ 22.290] (**) Sleep Button: Applying InputClass "libinput keyboard catchall"
[ 22.290] (**) Sleep Button: Applying InputClass "keyboard-all"
[ 22.291] (II) Using input driver 'evdev' for 'Sleep Button'
[ 22.291] (**) Sleep Button: always reports core events
[ 22.291] (**) evdev: Sleep Button: Device: "/dev/input/event1"
[ 22.291] (--) evdev: Sleep Button: Vendor 0 Product 0x3
[ 22.291] (--) evdev: Sleep Button: Found keys
[ 22.291] (II) evdev: Sleep Button: Configuring as keyboard
[ 22.291] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input1/event1"
[ 22.291] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 10)
[ 22.291] (**) Option "xkb_rules" "evdev"
[ 22.291] (**) Option "xkb_layout" "dvorak"
[ 22.292] (II) config/udev: Adding input device USB2.0 HD UVC WebCam: USB2.0 HD (/dev/input/event16)
[ 22.292] (**) USB2.0 HD UVC WebCam: USB2.0 HD: Applying InputClass "evdev keyboard catchall"
[ 22.292] (**) USB2.0 HD UVC WebCam: USB2.0 HD: Applying InputClass "libinput keyboard catchall"
[ 22.292] (**) USB2.0 HD UVC WebCam: USB2.0 HD: Applying InputClass "keyboard-all"
[ 22.292] (II) Using input driver 'evdev' for 'USB2.0 HD UVC WebCam: USB2.0 HD'
[ 22.292] (**) USB2.0 HD UVC WebCam: USB2.0 HD: always reports core events
[ 22.292] (**) evdev: USB2.0 HD UVC WebCam: USB2.0 HD: Device: "/dev/input/event16"
[ 22.292] (--) evdev: USB2.0 HD UVC WebCam: USB2.0 HD: Vendor 0x4f2 Product 0xb450
[ 22.292] (--) evdev: USB2.0 HD UVC WebCam: USB2.0 HD: Found keys
[ 22.292] (II) evdev: USB2.0 HD UVC WebCam: USB2.0 HD: Configuring as keyboard
[ 22.292] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4:1.0/input/input16/event16"
[ 22.292] (II) XINPUT: Adding extended input device "USB2.0 HD UVC WebCam: USB2.0 HD" (type: KEYBOARD, id 11)
[ 22.292] (**) Option "xkb_rules" "evdev"
[ 22.292] (**) Option "xkb_layout" "dvorak"
[ 22.293] (II) config/udev: Adding input device Elan Touchpad (/dev/input/event15)
[ 22.293] (**) Elan Touchpad: Applying InputClass "evdev touchpad catchall"
[ 22.293] (**) Elan Touchpad: Applying InputClass "libinput touchpad catchall"
[ 22.293] (**) Elan Touchpad: Applying InputClass "touchpad catchall"
[ 22.293] (**) Elan Touchpad: Applying InputClass "Default clickpad buttons"
[ 22.293] (II) LoadModule: "synaptics"
[ 22.293] (II) Loading /usr/lib64/xorg/modules/input/synaptics_drv.so
[ 22.304] (II) Module synaptics: vendor="X.Org Foundation"
[ 22.304] compiled for 1.20.8, module version = 1.9.1
[ 22.304] Module class: X.Org XInput Driver
[ 22.304] ABI class: X.Org XInput driver, version 24.1
[ 22.304] (II) Using input driver 'synaptics' for 'Elan Touchpad'
[ 22.304] (**) Elan Touchpad: always reports core events
[ 22.304] (**) Option "Device" "/dev/input/event15"
[ 22.345] (II) synaptics: Elan Touchpad: found clickpad property
[ 22.345] (--) synaptics: Elan Touchpad: x-axis range 0 - 3097 (res 32)
[ 22.345] (--) synaptics: Elan Touchpad: y-axis range 0 - 2119 (res 33)
[ 22.345] (--) synaptics: Elan Touchpad: pressure range 0 - 255
[ 22.345] (--) synaptics: Elan Touchpad: finger width range 0 - 15
[ 22.345] (--) synaptics: Elan Touchpad: buttons: left double triple
[ 22.345] (--) synaptics: Elan Touchpad: Vendor 0x4f3 Product 0x5
[ 22.345] (**) Option "SoftButtonAreas" "50% 0 82% 0 0 0 0 0"
[ 22.346] (--) synaptics: Elan Touchpad: touchpad found
[ 22.346] (**) Elan Touchpad: always reports core events
[ 22.385] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-7/i2c-ELAN1000:00/input/input15/event15"
[ 22.385] (II) XINPUT: Adding extended input device "Elan Touchpad" (type: TOUCHPAD, id 12)
[ 22.385] (**) synaptics: Elan Touchpad: (accel) MinSpeed is now constant deceleration 2.5
[ 22.385] (**) synaptics: Elan Touchpad: (accel) MaxSpeed is now 1.75
[ 22.385] (**) synaptics: Elan Touchpad: (accel) AccelFactor is now 0.053
[ 22.386] (**) Elan Touchpad: (accel) keeping acceleration scheme 1
[ 22.386] (**) Elan Touchpad: (accel) acceleration profile 1
[ 22.386] (**) Elan Touchpad: (accel) acceleration factor: 2.000
[ 22.386] (**) Elan Touchpad: (accel) acceleration threshold: 4
[ 22.386] (--) synaptics: Elan Touchpad: touchpad found
[ 22.386] (II) config/udev: Adding input device Elan Touchpad (/dev/input/mouse0)
[ 22.386] (**) Elan Touchpad: Ignoring device from InputClass "touchpad ignore duplicates"
[ 22.387] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=3 (/dev/input/event11)
[ 22.387] (II) No input driver specified, ignoring this device.
[ 22.387] (II) This device may have been added with another device file.
[ 22.387] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=7 (/dev/input/event12)
[ 22.387] (II) No input driver specified, ignoring this device.
[ 22.387] (II) This device may have been added with another device file.
[ 22.388] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=8 (/dev/input/event13)
[ 22.388] (II) No input driver specified, ignoring this device.
[ 22.388] (II) This device may have been added with another device file.
[ 22.388] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=9 (/dev/input/event14)
[ 22.388] (II) No input driver specified, ignoring this device.
[ 22.388] (II) This device may have been added with another device file.
[ 22.388] (II) config/udev: Adding input device HDA Intel PCH Mic (/dev/input/event9)
[ 22.388] (II) No input driver specified, ignoring this device.
[ 22.388] (II) This device may have been added with another device file.
[ 22.389] (II) config/udev: Adding input device HDA Intel PCH Headphone (/dev/input/event10)
[ 22.389] (II) No input driver specified, ignoring this device.
[ 22.389] (II) This device may have been added with another device file.
[ 22.389] (II) config/udev: Adding input device Asus WMI hotkeys (/dev/input/event8)
[ 22.389] (**) Asus WMI hotkeys: Applying InputClass "evdev keyboard catchall"
[ 22.389] (**) Asus WMI hotkeys: Applying InputClass "libinput keyboard catchall"
[ 22.389] (**) Asus WMI hotkeys: Applying InputClass "keyboard-all"
[ 22.389] (II) Using input driver 'evdev' for 'Asus WMI hotkeys'
[ 22.389] (**) Asus WMI hotkeys: always reports core events
[ 22.389] (**) evdev: Asus WMI hotkeys: Device: "/dev/input/event8"
[ 22.389] (--) evdev: Asus WMI hotkeys: Vendor 0 Product 0
[ 22.389] (--) evdev: Asus WMI hotkeys: Found keys
[ 22.389] (II) evdev: Asus WMI hotkeys: Configuring as keyboard
[ 22.389] (**) Option "config_info" "udev:/sys/devices/platform/asus-nb-wmi/input/input10/event8"
[ 22.389] (II) XINPUT: Adding extended input device "Asus WMI hotkeys" (type: KEYBOARD, id 13)
[ 22.389] (**) Option "xkb_rules" "evdev"
[ 22.389] (**) Option "xkb_layout" "dvorak"
[ 22.390] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event5)
[ 22.390] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
[ 22.390] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
[ 22.390] (**) AT Translated Set 2 keyboard: Applying InputClass "keyboard-all"
[ 22.390] (II) Using input driver 'evdev' for 'AT Translated Set 2 keyboard'
[ 22.390] (**) AT Translated Set 2 keyboard: always reports core events
[ 22.390] (**) evdev: AT Translated Set 2 keyboard: Device: "/dev/input/event5"
[ 22.390] (--) evdev: AT Translated Set 2 keyboard: Vendor 0x1 Product 0x1
[ 22.390] (--) evdev: AT Translated Set 2 keyboard: Found keys
[ 22.391] (II) evdev: AT Translated Set 2 keyboard: Configuring as keyboard
[ 22.391] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input5/event5"
[ 22.391] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 14)
[ 22.391] (**) Option "xkb_rules" "evdev"
[ 22.391] (**) Option "xkb_layout" "dvorak"
[ 22.391] (II) config/udev: Adding input device PC Speaker (/dev/input/event7)
[ 22.391] (II) No input driver specified, ignoring this device.
[ 22.391] (II) This device may have been added with another device file.
[ 22.487] (EE) Failed to open authorization file "/var/run/sddm/{b9bf0f8f-b29b-42c4-bcc5-86d4cad6d2de}": No such file or directory
[ 1205.718] (II) NVIDIA(0): Setting mode "NULL"
[ 1205.808] (--) synaptics: Elan Touchpad: touchpad found
[ 1219.603] (II) NVIDIA(0): Setting mode "NULL"
[ 1219.690] (--) synaptics: Elan Touchpad: touchpad found
|
/etc/X11/xorg.conf:
Code: |
Section "ServerLayout"
Identifier "layout"
Screen 0 "nvidia"
Inactive "intel"
EndSection
Section "Device"
Identifier "nvidia"
Driver "nvidia"
BusID "PCI:1:0:0"
Option "RegistryDwords" "EnableBrightnessControl=1"
EndSection
Section "Screen"
Identifier "nvidia"
Device "nvidia"
Option "AllowEmptyInitialConfiguration"
EndSection
Section "Device"
Identifier "intel"
Driver "modesetting"
EndSection
Section "Screen"
Identifier "intel"
Device "intel"
EndSection
|
Any suggestions are appreciated.
Last edited by Hawkwall on Sat Nov 07, 2020 5:38 pm; edited 1 time in total |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
Hawkwall n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 05 Nov 2020 Posts: 5
|
Posted: Sat Nov 07, 2020 5:37 pm Post subject: |
|
|
The problem was solved with a global package upgrade command:
Code: |
sudo emerge --ask --deep --update --oneshot @world
|
I am at a loss as to exactly what package solved the problem. As unsatisfying as it is, I'll mark the problem as resolved. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
figueroa Advocate
![Advocate Advocate](/images/ranks/rank-G-1-advocate.gif)
![](images/avatars/911990856608daafc46b9c.gif)
Joined: 14 Aug 2005 Posts: 3007 Location: Edge of marsh USA
|
Posted: Sun Nov 08, 2020 3:53 am Post subject: |
|
|
I don't think --oneshot is a logical option with @world. _________________ Andy Figueroa
hp pavilion hpe h8-1260t/2AB5; spinning rust x3
i7-2600 @ 3.40GHz; 16 gb; Radeon HD 7570
amd64/23.0/split-usr/desktop (stable), OpenRC, -systemd -pulseaudio -uefi |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
gengreen Apprentice
![Apprentice Apprentice](/images/ranks/rank_rect_2.gif)
Joined: 23 Dec 2017 Posts: 150
|
Posted: Sun Nov 08, 2020 6:13 am Post subject: |
|
|
I give you my in hope it will help you
Code: |
# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig: version 450.66
# nvidia-settings: X configuration file generated by nvidia-settings
# nvidia-settings: version 440.64
Section "ServerLayout"
Identifier "X.org Configured"
Screen 0 "Screen0" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
Option "Xinerama" "0"
EndSection
Section "Files"
ModulePath "/usr/lib64/xorg/modules"
FontPath "/usr/share/fonts/misc/"
FontPath "/usr/share/fonts/TTF/"
FontPath "/usr/share/fonts/OTF/"
FontPath "/usr/share/fonts/Type1/"
FontPath "/usr/share/fonts/100dpi/"
FontPath "/usr/share/fonts/75dpi/"
EndSection
Section "Module"
Load "glx"
Load "glxserver_nvidia"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
EndSection
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5 6 7"
EndSection
Section "Monitor"
Identifier "Monitor0"
VendorName "Unknown"
ModelName "Samsung C24FG70"
HorizSync 30.0 - 136.0
VertRefresh 50.0 - 120.0
Option "DPMS"
EndSection
Section "Monitor"
Identifier "Monitor1"
VendorName "Unknown"
ModelName "Unknown"
Option "DPMS"
EndSection
Section "Device"
Identifier "Device0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
BoardName "GeForce RTX 2080 Ti"
BusID "PCI:1:0:0"
EndSection
Section "Device"
Identifier "Device1"
Driver "nvidia"
VendorName "NVIDIA Corporation"
BoardName "GeForce GTX 1050 Ti"
BusID "PCI:3:0:0"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Device0"
Monitor "Monitor0"
DefaultDepth 24
Option "Stereo" "0"
Option "nvidiaXineramaInfoOrder" "DFP-2"
Option "metamodes" "1920x1080_120 +0+0"
Option "SLI" "Off"
Option "MultiGPU" "Off"
Option "BaseMosaic" "off"
Option "CoolBits" "12"
SubSection "Display"
Depth 24
EndSubSection
EndSection
Section "Screen"
Identifier "Screen1"
Device "Device1"
Monitor "Monitor1"
DefaultDepth 24
Option "CoolBits" "12"
SubSection "Display"
Depth 24
EndSubSection
EndSection
|
Same machine, different kernel and drivers
Code: | Section "ServerLayout"
Identifier "X.org Configured"
Screen "Screen0"
Option "DRI2" "1"
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection
Section "Files"
ModulePath "/usr/lib/xorg/modules"
FontPath "/usr/share/fonts/misc/"
FontPath "/usr/share/fonts/liberation-fonts"
FontPath "/usr/share/fonts/dejavu/"
FontPath "/usr/share/fonts/freefont/"
FontPath "/usr/share/fonts/Type1/"
FontPath "/usr/share/fonts/100dpi/"
FontPath "/usr/share/fonts/75dpi/"
EndSection
Section "Module"
Load "glx"
Load "dri"
Load "GLcore"
Load "dbe"
Load "extmod"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
EndSection
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5 6 7"
EndSection
Section "Monitor"
Identifier "Monitor0"
VendorName "Monitor Vendor"
ModelName "Monitor Model"
EndSection
Section "Device"
### Available Driver options are:-
### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
### <percent>: "<f>%"
### [arg]: arg optional
#Option "Accel" # [<bool>]
#Option "AccelMethod" # <str>
#Option "Backlight" # <str>
#Option "CustomEDID" # <str>
Option "DRI" "3"
#Option "Present" # [<bool>]
#Option "ColorKey" # <i>
#Option "VideoKey" # <i>
#Option "Tiling" # [<bool>]
#Option "LinearFramebuffer" # [<bool>]
#Option "HWRotation" # [<bool>]
#Option "VSync" # [<bool>]
#Option "PageFlip" # [<bool>]
#Option "SwapbuffersWait" # [<bool>]
#Option "TripleBuffer" # [<bool>]
#Option "XvPreferOverlay" # [<bool>]
#Option "HotPlug" # [<bool>]
#Option "ReprobeOutputs" # [<bool>]
#Option "ZaphodHeads" # <str>
#Option "VirtualHeads" # <i>
#Option "TearFree" # [<bool>]
#Option "PerCrtcPixmaps" # [<bool>]
Identifier "Card0"
Driver "intel"
BusID "PCI:0:2:0"
EndSection
Section "Device"
Option "ShadowFB" "off"
Option "DRI" "2"
Identifier "Card1"
Driver "nouveau"
BusID "PCI:3:0:0"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Card0"
GPUDevice "Card1"
Monitor "Monitor0"
SubSection "Display"
Viewport 0 0
Depth 1
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 4
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 8
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 15
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 16
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection
|
_________________ Less is best |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
Hawkwall n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 05 Nov 2020 Posts: 5
|
Posted: Sun Nov 08, 2020 9:42 am Post subject: |
|
|
Quote: |
I don't think --oneshot is a logical option with @world.
|
Thanks for pointing it out - I'm by no means experienced with the emerge tool, and have been using --oneshot a bit haphazardly. Reading the docs now, I realized how stupid the command looks I think I will prioritize understanding emerge better in the future, and not give in to laziness, as I often do.. ![Embarassed :oops:](images/smiles/icon_redface.gif) |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
Hawkwall n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 05 Nov 2020 Posts: 5
|
Posted: Sun Nov 08, 2020 9:46 am Post subject: |
|
|
Quote: |
I give you my in hope it will help you
|
Thanks for the reply! As I noted in a reply above (although I understand it was easy to miss), the issue has been fixed on my side. However, hopefully, your reply may help others viewing this thread ![Wink :wink:](images/smiles/icon_wink.gif) |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
NeddySeagoon Administrator
![Administrator Administrator](/images/ranks/rank-admin.gif)
![](images/avatars/3946266373f47d606a2db3.jpg)
Joined: 05 Jul 2003 Posts: 54834 Location: 56N 3W
|
Posted: Sun Nov 08, 2020 9:57 am Post subject: |
|
|
Hawkwall,
You get --oneshot for free when you update @world as no new packages are being added.
Its not required but its harmless.
--oneshot is for fixing things that are broken or installing things that you may not want to keep.
emerge --noreplace lets you add something to the world set if you change your mind.
Your gentoo can suffer from world pollution too but no need to worry about that for a while. _________________ Regards,
NeddySeagoon
Computer users fall into two groups:-
those that do backups
those that have never had a hard drive fail. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
Hawkwall n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 05 Nov 2020 Posts: 5
|
Posted: Sun Nov 08, 2020 10:27 am Post subject: |
|
|
NeddySeagoon,
Thanks for clarifying, I understand the use cases for --oneshot better now.
Also, thanks for telling me about --noreplace. They will certainly prove useful in the long run. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
|
|
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
|
|