I am using Fedora 31, xfce spin, with kernel 5.5.5-200.fc31.x86_64 on a Acer Triton laptop with optimus.
I’ve installed the nvidia drivers using RPM fusion (Howto/NVIDIA - RPM Fusion), it the optimus setup seems to work fine. However, I want to use an external display, and the rpmfusion FAQ on optimus (Howto/Optimus - RPM Fusion) says that to use the external display you must disable Optimus and just use the dGPU as the primary GPU.
Following the FAQ instructions I set my
/etc/X11/xorg.conf.d/nvidia.conf
to be
Section "OutputClass"
Identifier "nvidia"
MatchDriver "nvidia-drm"
Driver "nvidia"
Option "PrimaryGPU" "yes" ## This seems to give me black screens
Option "AllowEmptyInitialConfiguration"
Option "SLI" "Auto"
Option "BaseMosaic" "on"
EndSection
Section "ServerLayout"
Identifier "layout"
Option "AllowNVIDIAGPUScreens"
EndSection
When I restart my xserver with
service lightdm restart
I just get a black screen, and my X11 log looks like this:
[ 1686.706]
X.Org X Server 1.20.6
X Protocol Version 11, Revision 0
[ 1686.706] Build Operating System: 5.0.6-200.fc29.x86_64
[ 1686.706] Current Operating System: Linux trifecta 5.5.5-200.fc31.x86_64 #1 SMP Wed Feb 19 23:28:07 UTC 2020 x86_64
[ 1686.706] Kernel command line: BOOT_IMAGE=(hd0,gpt6)/vmlinuz-5.5.5-200.fc31.x86_64 root=/dev/mapper/fedora_localhost--live-root ro resume=/dev/mapper/fedora_localhost--live-swap rd.lvm.lv=fedora_localhost-live/root rd.lvm.lv=fedora_localhost-live/swap rhgb quiet rd.driver.blacklist=nouveau modprobe.blacklist=nouveau nvidia-drm.modeset=1
[ 1686.706] Build Date: 25 November 2019 12:00:00AM
[ 1686.706] Build ID: xorg-x11-server 1.20.6-1.fc31
[ 1686.706] Current version of pixman: 0.38.4
[ 1686.706] Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[ 1686.706] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 1686.706] (==) Log file: "/var/log/Xorg.0.log", Time: Sun Feb 23 13:28:48 2020
[ 1686.706] (==) Using config directory: "/etc/X11/xorg.conf.d"
[ 1686.706] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[ 1686.706] (==) ServerLayout "layout"
[ 1686.706] (==) No screen section available. Using defaults.
[ 1686.706] (**) |-->Screen "Default Screen Section" (0)
[ 1686.706] (**) | |-->Monitor "<default monitor>"
[ 1686.706] (==) No monitor specified for screen "Default Screen Section".
Using a default monitor configuration.
[ 1686.706] (==) Automatically adding devices
[ 1686.706] (==) Automatically enabling devices
[ 1686.706] (==) Automatically adding GPU devices
[ 1686.706] (==) Automatically binding GPU devices
[ 1686.706] (==) Max clients allowed: 256, resource mask: 0x1fffff
[ 1686.706] (==) FontPath set to:
catalogue:/etc/X11/fontpath.d,
built-ins
[ 1686.706] (==) ModulePath set to "/usr/lib64/xorg/modules"
[ 1686.706] (II) The server relies on udev to provide the list of input devices.
If no devices become available, reconfigure udev or disable AutoAddDevices.
[ 1686.706] (II) Loader magic: 0x55de57756e20
[ 1686.706] (II) Module ABI versions:
[ 1686.706] X.Org ANSI C Emulation: 0.4
[ 1686.706] X.Org Video Driver: 24.0
[ 1686.706] X.Org XInput driver : 24.1
[ 1686.706] X.Org Server Extension : 10.0
[ 1686.707] (++) using VT number 1
[ 1686.707] (II) systemd-logind: logind integration requires -keeptty and -keeptty was not provided, disabling logind integration
[ 1686.707] (II) xfree86: Adding drm device (/dev/dri/card1)
[ 1686.740] (II) xfree86: Adding drm device (/dev/dri/card0)
[ 1686.744] (**) OutputClass "nvidia" setting /dev/dri/card1 as PrimaryGPU
[ 1686.745] (--) PCI: (0@0:2:0) 8086:3e9b:1025:132d rev 0, Mem @ 0xc5000000/16777216, 0xa0000000/268435456, I/O @ 0x00005000/64, BIOS @ 0x????????/131072
[ 1686.745] (--) PCI:*(1@0:0:0) 10de:1f10:1025:132d rev 161, Mem @ 0xc3000000/16777216, 0xb0000000/268435456, 0xc0000000/33554432, I/O @ 0x00004000/128, BIOS @ 0x????????/524288
[ 1686.745] (II) LoadModule: "glx"
[ 1686.745] (II) Loading /usr/lib64/xorg/modules/extensions/libglx.so
[ 1686.746] (II) Module glx: vendor="X.Org Foundation"
[ 1686.746] compiled for 1.20.6, module version = 1.0.0
[ 1686.746] ABI class: X.Org Server Extension, version 10.0
[ 1686.746] (II) Applying OutputClass "nvidia" to /dev/dri/card1
[ 1686.746] loading driver: nvidia
[ 1686.746] (II) Applying OutputClass "nvidia" to /dev/dri/card1
[ 1686.746] loading driver: nvidia
[ 1686.978] (==) Matched nvidia as autoconfigured driver 0
[ 1686.978] (==) Matched nouveau as autoconfigured driver 1
[ 1686.978] (==) Matched nv as autoconfigured driver 2
[ 1686.978] (==) Matched modesetting as autoconfigured driver 3
[ 1686.978] (==) Matched fbdev as autoconfigured driver 4
[ 1686.978] (==) Matched vesa as autoconfigured driver 5
[ 1686.978] (==) Assigned the driver to the xf86ConfigLayout
[ 1686.978] (II) LoadModule: "nvidia"
[ 1686.978] (II) Loading /usr/lib64/xorg/modules/drivers/nvidia_drv.so
[ 1686.979] (II) Module nvidia: vendor="NVIDIA Corporation"
[ 1686.979] compiled for 1.6.99.901, module version = 1.0.0
[ 1686.979] Module class: X.Org Video Driver
[ 1686.979] (II) LoadModule: "nouveau"
[ 1686.979] (II) Loading /usr/lib64/xorg/modules/drivers/nouveau_drv.so
[ 1686.980] (II) Module nouveau: vendor="X.Org Foundation"
[ 1686.980] compiled for 1.20.5, module version = 1.0.15
[ 1686.980] Module class: X.Org Video Driver
[ 1686.980] ABI class: X.Org Video Driver, version 24.0
[ 1686.980] (II) LoadModule: "nv"
[ 1686.981] (WW) Warning, couldn't open module nv
[ 1686.981] (EE) Failed to load module "nv" (module does not exist, 0)
[ 1686.981] (II) LoadModule: "modesetting"
[ 1686.981] (II) Loading /usr/lib64/xorg/modules/drivers/modesetting_drv.so
[ 1686.981] (II) Module modesetting: vendor="X.Org Foundation"
[ 1686.981] compiled for 1.20.6, module version = 1.20.6
[ 1686.981] Module class: X.Org Video Driver
[ 1686.981] ABI class: X.Org Video Driver, version 24.0
[ 1686.981] (II) LoadModule: "fbdev"
[ 1686.982] (II) Loading /usr/lib64/xorg/modules/drivers/fbdev_drv.so
[ 1686.982] (II) Module fbdev: vendor="X.Org Foundation"
[ 1686.982] compiled for 1.20.5, module version = 0.5.0
[ 1686.982] Module class: X.Org Video Driver
[ 1686.982] ABI class: X.Org Video Driver, version 24.0
[ 1686.982] (II) LoadModule: "vesa"
[ 1686.982] (II) Loading /usr/lib64/xorg/modules/drivers/vesa_drv.so
[ 1686.982] (II) Module vesa: vendor="X.Org Foundation"
[ 1686.982] compiled for 1.20.5, module version = 2.4.0
[ 1686.982] Module class: X.Org Video Driver
[ 1686.982] ABI class: X.Org Video Driver, version 24.0
[ 1686.982] (II) NVIDIA dlloader X Driver 440.59 Thu Jan 30 01:08:17 UTC 2020
[ 1686.982] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[ 1686.982] (II) NOUVEAU driver
[ 1686.982] (II) NOUVEAU driver for NVIDIA chipset families :
[ 1686.982] RIVA TNT (NV04)
[ 1686.983] RIVA TNT2 (NV05)
[ 1686.983] GeForce 256 (NV10)
[ 1686.983] GeForce 2 (NV11, NV15)
[ 1686.983] GeForce 4MX (NV17, NV18)
[ 1686.983] GeForce 3 (NV20)
[ 1686.983] GeForce 4Ti (NV25, NV28)
[ 1686.983] GeForce FX (NV3x)
[ 1686.983] GeForce 6 (NV4x)
[ 1686.983] GeForce 7 (G7x)
[ 1686.983] GeForce 8 (G8x)
[ 1686.983] GeForce GTX 200 (NVA0)
[ 1686.983] GeForce GTX 400 (NVC0)
[ 1686.983] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[ 1686.983] (II) FBDEV: driver for framebuffer: fbdev
[ 1686.983] (II) VESA: driver for VESA chipsets: vesa
[ 1686.984] (II) Loading sub module "fb"
[ 1686.984] (II) LoadModule: "fb"
[ 1686.985] (II) Loading /usr/lib64/xorg/modules/libfb.so
[ 1686.985] (II) Module fb: vendor="X.Org Foundation"
[ 1686.985] compiled for 1.20.6, module version = 1.0.0
[ 1686.985] ABI class: X.Org ANSI C Emulation, version 0.4
[ 1686.985] (II) Loading sub module "wfb"
[ 1686.985] (II) LoadModule: "wfb"
[ 1686.985] (II) Loading /usr/lib64/xorg/modules/libwfb.so
[ 1686.986] (II) Module wfb: vendor="X.Org Foundation"
[ 1686.986] compiled for 1.20.6, module version = 1.0.0
[ 1686.986] ABI class: X.Org ANSI C Emulation, version 0.4
[ 1686.986] (II) Loading sub module "ramdac"
[ 1686.986] (II) LoadModule: "ramdac"
[ 1686.986] (II) Module "ramdac" already built-in
[ 1686.988] (WW) Falling back to old probe method for modesetting
[ 1686.994] (WW) Falling back to old probe method for fbdev
[ 1686.994] (II) Loading sub module "fbdevhw"
[ 1686.994] (II) LoadModule: "fbdevhw"
[ 1686.994] (II) Loading /usr/lib64/xorg/modules/libfbdevhw.so
[ 1686.994] (II) Module fbdevhw: vendor="X.Org Foundation"
[ 1686.994] compiled for 1.20.6, module version = 0.0.2
[ 1686.994] ABI class: X.Org Video Driver, version 24.0
[ 1687.001] (II) modeset(G0): using drv /dev/dri/card0
[ 1687.001] (II) NVIDIA(0): Creating default Display subsection in Screen section
"Default Screen Section" for depth/fbbpp 24/32
[ 1687.001] (==) NVIDIA(0): Depth 24, (==) framebuffer bpp 32
[ 1687.001] (==) NVIDIA(0): RGB weight 888
[ 1687.001] (==) NVIDIA(0): Default visual is TrueColor
[ 1687.001] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
[ 1687.001] (**) Option "AllowNVIDIAGpuScreens"
[ 1687.001] (II) Applying OutputClass "nvidia" options to /dev/dri/card1
[ 1687.001] (II) Applying OutputClass "nvidia" options to /dev/dri/card1
[ 1687.001] (**) NVIDIA(0): Option "SLI" "Auto"
[ 1687.001] (**) NVIDIA(0): Option "BaseMosaic" "on"
[ 1687.001] (**) NVIDIA(0): Option "AllowEmptyInitialConfiguration"
[ 1687.001] (**) NVIDIA(0): NVIDIA SLI auto-select rendering option.
[ 1687.002] (**) NVIDIA(0): Enabling 2D acceleration
[ 1687.002] (II) Loading sub module "glxserver_nvidia"
[ 1687.002] (II) LoadModule: "glxserver_nvidia"
[ 1687.002] (II) Loading /usr/lib64/xorg/modules/extensions/libglxserver_nvidia.so
[ 1687.022] (II) Module glxserver_nvidia: vendor="NVIDIA Corporation"
[ 1687.022] compiled for 1.6.99.901, module version = 1.0.0
[ 1687.022] Module class: X.Org Server Extension
[ 1687.022] (II) NVIDIA GLX Module 440.59 Thu Jan 30 01:05:38 UTC 2020
[ 1687.022] (II) NVIDIA: The X server supports PRIME Render Offload.
[ 1687.022] (WW) NVIDIA(0): Failed to initialize Base Mosaic! Reason: Only one GPU
[ 1687.022] (WW) NVIDIA(0): detected. Only one GPU will be used for this X screen.
[ 1687.024] (--) NVIDIA(0): Valid display device(s) on GPU-0 at PCI:1:0:0
[ 1687.024] (--) NVIDIA(0): DFP-0
[ 1687.024] (--) NVIDIA(0): DFP-1
[ 1687.024] (--) NVIDIA(0): DFP-2
[ 1687.024] (--) NVIDIA(0): DFP-3
[ 1687.024] (--) NVIDIA(0): DFP-4
[ 1687.028] (II) NVIDIA(0): NVIDIA GPU GeForce RTX 2070 with Max-Q Design (TU106-A) at
[ 1687.028] (II) NVIDIA(0): PCI:1:0:0 (GPU-0)
[ 1687.028] (--) NVIDIA(0): Memory: 8388608 kBytes
[ 1687.028] (--) NVIDIA(0): VideoBIOS: 90.06.2d.40.5d
[ 1687.028] (II) NVIDIA(0): Detected PCI Express Link width: 16X
[ 1687.028] (--) NVIDIA(GPU-0): DFP-0: disconnected
[ 1687.028] (--) NVIDIA(GPU-0): DFP-0: Internal DisplayPort
[ 1687.028] (--) NVIDIA(GPU-0): DFP-0: 2660.0 MHz maximum pixel clock
[ 1687.028] (--) NVIDIA(GPU-0):
[ 1687.028] (--) NVIDIA(GPU-0): DFP-1: disconnected
[ 1687.028] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[ 1687.028] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[ 1687.028] (--) NVIDIA(GPU-0):
[ 1687.028] (--) NVIDIA(GPU-0): DFP-2: disconnected
[ 1687.028] (--) NVIDIA(GPU-0): DFP-2: Internal TMDS
[ 1687.028] (--) NVIDIA(GPU-0): DFP-2: 165.0 MHz maximum pixel clock
[ 1687.028] (--) NVIDIA(GPU-0):
[ 1687.028] (--) NVIDIA(GPU-0): DFP-3: disconnected
[ 1687.028] (--) NVIDIA(GPU-0): DFP-3: Internal DisplayPort
[ 1687.028] (--) NVIDIA(GPU-0): DFP-3: 2660.0 MHz maximum pixel clock
[ 1687.029] (--) NVIDIA(GPU-0):
[ 1687.029] (--) NVIDIA(GPU-0): DFP-4: disconnected
[ 1687.029] (--) NVIDIA(GPU-0): DFP-4: Internal TMDS
[ 1687.029] (--) NVIDIA(GPU-0): DFP-4: 165.0 MHz maximum pixel clock
[ 1687.029] (--) NVIDIA(GPU-0):
[ 1687.029] (==) NVIDIA(0):
[ 1687.029] (==) NVIDIA(0): No modes were requested; the default mode "nvidia-auto-select"
[ 1687.029] (==) NVIDIA(0): will be used as the requested mode.
[ 1687.029] (==) NVIDIA(0):
[ 1687.029] (--) NVIDIA(0): No enabled display devices found; starting anyway because
[ 1687.029] (--) NVIDIA(0): AllowEmptyInitialConfiguration is enabled
[ 1687.030] (II) NVIDIA(0): Validated MetaModes:
[ 1687.030] (II) NVIDIA(0): "NULL"
[ 1687.030] (II) NVIDIA(0): Virtual screen size determined to be 640 x 480
[ 1687.030] (WW) NVIDIA(0): Unable to get display device for DPI computation.
[ 1687.030] (==) NVIDIA(0): DPI set to (75, 75); computed from built-in default
[ 1687.030] (==) modeset(G0): Depth 24, (==) framebuffer bpp 32
[ 1687.030] (==) modeset(G0): RGB weight 888
[ 1687.030] (==) modeset(G0): Default visual is TrueColor
[ 1687.030] (II) Loading sub module "glamoregl"
[ 1687.030] (II) LoadModule: "glamoregl"
[ 1687.030] (II) Loading /usr/lib64/xorg/modules/libglamoregl.so
[ 1687.036] (II) Module glamoregl: vendor="X.Org Foundation"
[ 1687.036] compiled for 1.20.6, module version = 1.0.1
[ 1687.036] ABI class: X.Org ANSI C Emulation, version 0.4
[ 1687.060] (II) modeset(G0): glamor X acceleration enabled on Mesa DRI Intel(R) UHD Graphics 630 (Coffeelake 3x8 GT2)
[ 1687.060] (II) modeset(G0): glamor initialized
[ 1687.061] (II) modeset(G0): Output eDP-1-1 has no monitor section
[ 1687.062] (II) modeset(G0): EDID for output eDP-1-1
[ 1687.062] (II) modeset(G0): Manufacturer: AUO Model: 82ed Serial#: 0
[ 1687.062] (II) modeset(G0): Year: 2018 Week: 10
[ 1687.062] (II) modeset(G0): EDID Version: 1.4
[ 1687.062] (II) modeset(G0): Digital Display Input
[ 1687.062] (II) modeset(G0): 8 bits per channel
[ 1687.062] (II) modeset(G0): Digital interface is DisplayPort
[ 1687.062] (II) modeset(G0): Max Image Size [cm]: horiz.: 34 vert.: 19
[ 1687.062] (II) modeset(G0): Gamma: 2.20
[ 1687.062] (II) modeset(G0): No DPMS capabilities specified
[ 1687.062] (II) modeset(G0): Supported color encodings: RGB 4:4:4
[ 1687.062] (II) modeset(G0): First detailed timing is preferred mode
[ 1687.062] (II) modeset(G0): Preferred mode is native pixel format and refresh rate
[ 1687.062] (II) modeset(G0): redX: 0.642 redY: 0.338 greenX: 0.322 greenY: 0.611
[ 1687.062] (II) modeset(G0): blueX: 0.153 blueY: 0.046 whiteX: 0.313 whiteY: 0.329
[ 1687.062] (II) modeset(G0): Manufacturer's mask: 0
[ 1687.062] (II) modeset(G0): Supported detailed timing:
[ 1687.062] (II) modeset(G0): clock: 368.1 MHz Image Size: 344 x 194 mm
[ 1687.062] (II) modeset(G0): h_active: 1920 h_sync: 1968 h_sync_end 2000 h_blank_end 2102 h_border: 0
[ 1687.062] (II) modeset(G0): v_active: 1080 v_sync: 1090 v_sync_end 1095 v_blanking: 1216 v_border: 0
[ 1687.062] (II) modeset(G0): Supported detailed timing:
[ 1687.062] (II) modeset(G0): clock: 368.1 MHz Image Size: 344 x 193 mm
[ 1687.062] (II) modeset(G0): h_active: 1920 h_sync: 1968 h_sync_end 2000 h_blank_end 2102 h_border: 0
[ 1687.062] (II) modeset(G0): v_active: 1080 v_sync: 1090 v_sync_end 1095 v_blanking: 2915 v_border: 0
[ 1687.062] (II) modeset(G0): AUO
[ 1687.062] (II) modeset(G0): B156HAN08.2
[ 1687.062] (II) modeset(G0): EDID (in hex):
[ 1687.062] (II) modeset(G0): 00ffffffffffff0006afed8200000000
[ 1687.062] (II) modeset(G0): 0a1c0104a5221378026a75a456529c27
[ 1687.062] (II) modeset(G0): 0b505400000001010101010101010101
[ 1687.062] (II) modeset(G0): 010101010101ce8f80b6703888403020
[ 1687.062] (II) modeset(G0): a50058c210000000ce8f80b670382b47
[ 1687.062] (II) modeset(G0): 3020a50058c110000000000000fe0041
[ 1687.062] (II) modeset(G0): 554f0a202020202020202020000000fe
[ 1687.062] (II) modeset(G0): 004231353648414e30382e32200a0017
[ 1687.062] (II) modeset(G0): Printing probed modes for output eDP-1-1
[ 1687.062] (II) modeset(G0): Modeline "1920x1080"x144.0 368.14 1920 1968 2000 2102 1080 1090 1095 1216 -hsync -vsync (175.1 kHz eP)
[ 1687.062] (II) modeset(G0): Modeline "1920x1080"x60.1 368.14 1920 1968 2000 2102 1080 1090 1095 2915 -hsync -vsync (175.1 kHz e)
[ 1687.062] (II) modeset(G0): Modeline "1920x1080"x120.0 356.38 1920 2080 2288 2656 1080 1081 1084 1118 doublescan -hsync +vsync (134.2 kHz d)
[ 1687.062] (II) modeset(G0): Modeline "1920x1080"x119.9 266.50 1920 1944 1960 2000 1080 1081 1084 1111 doublescan +hsync -vsync (133.2 kHz d)
[ 1687.062] (II) modeset(G0): Modeline "1920x1080"x60.0 173.00 1920 2048 2248 2576 1080 1083 1088 1120 -hsync +vsync (67.2 kHz d)
[ 1687.062] (II) modeset(G0): Modeline "1920x1080"x59.9 138.50 1920 1968 2000 2080 1080 1083 1088 1111 +hsync -vsync (66.6 kHz d)
[ 1687.062] (II) modeset(G0): Modeline "1680x1050"x60.0 146.25 1680 1784 1960 2240 1050 1053 1059 1089 -hsync +vsync (65.3 kHz d)
[ 1687.062] (II) modeset(G0): Modeline "1680x1050"x59.9 119.00 1680 1728 1760 1840 1050 1053 1059 1080 +hsync -vsync (64.7 kHz d)
[ 1687.062] (II) modeset(G0): Modeline "1400x1050"x74.8 155.80 1400 1464 1784 1912 1050 1052 1064 1090 +hsync +vsync (81.5 kHz d)
[ 1687.062] (II) modeset(G0): Modeline "1400x1050"x60.0 122.00 1400 1488 1640 1880 1050 1052 1064 1082 +hsync +vsync (64.9 kHz d)
[ 1687.062] (II) modeset(G0): Modeline "1600x900"x120.0 246.00 1600 1728 1900 2200 900 901 904 932 doublescan -hsync +vsync (111.8 kHz d)
[ 1687.062] (II) modeset(G0): Modeline "1600x900"x119.9 186.50 1600 1624 1640 1680 900 901 904 926 doublescan +hsync -vsync (111.0 kHz d)
[ 1687.062] (II) modeset(G0): Modeline "1600x900"x59.9 118.25 1600 1696 1856 2112 900 903 908 934 -hsync +vsync (56.0 kHz d)
[ 1687.062] (II) modeset(G0): Modeline "1600x900"x59.8 97.50 1600 1648 1680 1760 900 903 908 926 +hsync -vsync (55.4 kHz d)
[ 1687.062] (II) modeset(G0): Modeline "1280x1024"x85.0 157.50 1280 1344 1504 1728 1024 1025 1028 1072 +hsync +vsync (91.1 kHz d)
[ 1687.062] (II) modeset(G0): Modeline "1280x1024"x75.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz d)
[ 1687.062] (II) modeset(G0): Modeline "1280x1024"x60.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz d)
[ 1687.062] (II) modeset(G0): Modeline "1400x900"x60.0 103.50 1400 1480 1624 1848 900 903 913 934 -hsync +vsync (56.0 kHz d)
[ 1687.062] (II) modeset(G0): Modeline "1400x900"x59.9 86.50 1400 1448 1480 1560 900 903 913 926 +hsync -vsync (55.4 kHz d)
[ 1687.062] (II) modeset(G0): Modeline "1280x960"x85.0 148.50 1280 1344 1504 1728 960 961 964 1011 +hsync +vsync (85.9 kHz d)
[ 1687.062] (II) modeset(G0): Modeline "1280x960"x60.0 108.00 1280 1376 1488 1800 960 961 964 1000 +hsync +vsync (60.0 kHz d)
[ 1687.062] (II) modeset(G0): Modeline "1440x810"x120.0 198.12 1440 1548 1704 1968 810 811 814 839 doublescan -hsync +vsync (100.7 kHz d)
[ 1687.062] (II) modeset(G0): Modeline "1440x810"x119.9 151.88 1440 1464 1480 1520 810 811 814 833 doublescan +hsync -vsync (99.9 kHz d)
[ 1687.062] (II) modeset(G0): Modeline "1368x768"x59.9 85.25 1368 1440 1576 1784 768 771 781 798 -hsync +vsync (47.8 kHz d)
[ 1687.062] (II) modeset(G0): Modeline "1368x768"x59.9 72.25 1368 1416 1448 1528 768 771 781 790 +hsync -vsync (47.3 kHz d)
[ 1687.062] (II) modeset(G0): Modeline "1280x800"x120.0 174.25 1280 1380 1516 1752 800 801 804 829 doublescan -hsync +vsync (99.5 kHz d)
[ 1687.062] (II) modeset(G0): Modeline "1280x800"x119.9 134.25 1280 1304 1320 1360 800 801 804 823 doublescan +hsync -vsync (98.7 kHz d)
[ 1687.062] (II) modeset(G0): Modeline "1280x800"x59.8 83.50 1280 1352 1480 1680 800 803 809 831 -hsync +vsync (49.7 kHz d)
[ 1687.062] (II) modeset(G0): Modeline "1280x800"x59.9 71.00 1280 1328 1360 1440 800 803 809 823 +hsync -vsync (49.3 kHz d)
[ 1687.062] (II) modeset(G0): Modeline "1152x864"x75.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz d)
[ 1687.062] (II) modeset(G0): Modeline "1280x720"x120.0 156.12 1280 1376 1512 1744 720 721 724 746 doublescan -hsync +vsync (89.5 kHz d)
[ 1687.062] (II) modeset(G0): Modeline "1280x720"x120.0 120.75 1280 1304 1320 1360 720 721 724 740 doublescan +hsync -vsync (88.8 kHz d)
[ 1687.063] (II) modeset(G0): Modeline "1280x720"x59.9 74.50 1280 1344 1472 1664 720 723 728 748 -hsync +vsync (44.8 kHz d)
[ 1687.063] (II) modeset(G0): Modeline "1280x720"x59.7 63.75 1280 1328 1360 1440 720 723 728 741 +hsync -vsync (44.3 kHz d)
[ 1687.063] (II) modeset(G0): Modeline "1024x768"x170.0 194.02 1024 1108 1220 1416 768 768 770 806 doublescan -hsync +vsync (137.0 kHz d)
[ 1687.063] (II) modeset(G0): Modeline "1024x768"x150.1 170.24 1024 1108 1220 1416 768 768 770 801 doublescan -hsync +vsync (120.2 kHz d)
[ 1687.063] (II) modeset(G0): Modeline "1024x768"x120.1 133.47 1024 1100 1212 1400 768 768 770 794 doublescan -hsync +vsync (95.3 kHz d)
[ 1687.063] (II) modeset(G0): Modeline "1024x768"x85.0 94.50 1024 1072 1168 1376 768 769 772 808 +hsync +vsync (68.7 kHz d)
[ 1687.063] (II) modeset(G0): Modeline "1024x768"x75.0 78.75 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.0 kHz d)
[ 1687.063] (II) modeset(G0): Modeline "1024x768"x70.1 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (56.5 kHz d)
[ 1687.063] (II) modeset(G0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz d)
[ 1687.063] (II) modeset(G0): Modeline "1024x768i"x43.5 44.90 1024 1032 1208 1264 768 768 776 817 interlace +hsync +vsync (35.5 kHz d)
[ 1687.063] (II) modeset(G0): Modeline "960x720"x170.0 170.68 960 1036 1144 1328 720 720 722 756 doublescan -hsync +vsync (128.5 kHz d)
[ 1687.063] (II) modeset(G0): Modeline "960x720"x150.0 148.50 960 1032 1144 1320 720 720 722 750 doublescan -hsync +vsync (112.5 kHz d)
[ 1687.063] (II) modeset(G0): Modeline "960x720"x120.0 117.00 960 1024 1128 1300 720 720 722 750 doublescan -hsync +vsync (90.0 kHz d)
[ 1687.063] (II) modeset(G0): Modeline "928x696"x150.0 144.00 928 992 1104 1280 696 696 698 750 doublescan -hsync +vsync (112.5 kHz d)
[ 1687.063] (II) modeset(G0): Modeline "928x696"x120.1 109.15 928 976 1088 1264 696 696 698 719 doublescan -hsync +vsync (86.4 kHz d)
[ 1687.063] (II) modeset(G0): Modeline "896x672"x150.1 130.50 896 944 1052 1228 672 672 674 708 doublescan -hsync +vsync (106.3 kHz d)
[ 1687.063] (II) modeset(G0): Modeline "896x672"x120.0 102.40 896 960 1060 1224 672 672 674 697 doublescan -hsync +vsync (83.7 kHz d)
[ 1687.063] (II) modeset(G0): Modeline "1024x576"x119.9 98.50 1024 1092 1200 1376 576 577 580 597 doublescan -hsync +vsync (71.6 kHz d)
[ 1687.063] (II) modeset(G0): Modeline "1024x576"x119.9 78.38 1024 1048 1064 1104 576 577 580 592 doublescan +hsync -vsync (71.0 kHz d)
[ 1687.063] (II) modeset(G0): Modeline "1024x576"x59.9 46.50 1024 1064 1160 1296 576 579 584 599 -hsync +vsync (35.9 kHz d)
[ 1687.063] (II) modeset(G0): Modeline "1024x576"x59.8 42.00 1024 1072 1104 1184 576 579 584 593 +hsync -vsync (35.5 kHz d)
[ 1687.063] (II) modeset(G0): Modeline "960x600"x119.9 96.62 960 1028 1128 1296 600 601 604 622 doublescan -hsync +vsync (74.6 kHz d)
[ 1687.063] (II) modeset(G0): Modeline "960x600"x120.0 77.00 960 984 1000 1040 600 601 604 617 doublescan +hsync -vsync (74.0 kHz d)
[ 1687.063] (II) modeset(G0): Modeline "832x624"x74.6 57.28 832 864 928 1152 624 625 628 667 -hsync -vsync (49.7 kHz d)
[ 1687.063] (II) modeset(G0): Modeline "960x540"x119.9 86.50 960 1024 1124 1288 540 541 544 560 doublescan -hsync +vsync (67.2 kHz d)
[ 1687.063] (II) modeset(G0): Modeline "960x540"x120.0 69.25 960 984 1000 1040 540 541 544 555 doublescan +hsync -vsync (66.6 kHz d)
[ 1687.063] (II) modeset(G0): Modeline "960x540"x59.6 40.75 960 992 1088 1216 540 543 548 562 -hsync +vsync (33.5 kHz d)
[ 1687.063] (II) modeset(G0): Modeline "960x540"x59.8 37.25 960 1008 1040 1120 540 543 548 556 +hsync -vsync (33.3 kHz d)
[ 1687.063] (II) modeset(G0): Modeline "800x600"x170.0 114.75 800 832 928 1080 600 600 602 625 doublescan +hsync +vsync (106.2 kHz d)
[ 1687.063] (II) modeset(G0): Modeline "800x600"x150.0 101.25 800 832 928 1080 600 600 602 625 doublescan +hsync +vsync (93.8 kHz d)
[ 1687.063] (II) modeset(G0): Modeline "800x600"x140.0 94.50 800 832 928 1080 600 600 602 625 doublescan +hsync +vsync (87.5 kHz d)
[ 1687.063] (II) modeset(G0): Modeline "800x600"x130.0 87.75 800 832 928 1080 600 600 602 625 doublescan +hsync +vsync (81.2 kHz d)
[ 1687.063] (II) modeset(G0): Modeline "800x600"x120.0 81.00 800 832 928 1080 600 600 602 625 doublescan +hsync +vsync (75.0 kHz d)
[ 1687.063] (II) modeset(G0): Modeline "800x600"x85.1 56.30 800 832 896 1048 600 601 604 631 +hsync +vsync (53.7 kHz d)
[ 1687.063] (II) modeset(G0): Modeline "800x600"x72.2 50.00 800 856 976 1040 600 637 643 666 +hsync +vsync (48.1 kHz d)
[ 1687.063] (II) modeset(G0): Modeline "800x600"x75.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz d)
[ 1687.063] (II) modeset(G0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz d)
[ 1687.063] (II) modeset(G0): Modeline "800x600"x56.2 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz d)
[ 1687.063] (II) modeset(G0): Modeline "840x525"x120.0 73.12 840 892 980 1120 525 526 529 544 doublescan -hsync +vsync (65.3 kHz d)
[ 1687.063] (II) modeset(G0): Modeline "840x525"x119.8 59.50 840 864 880 920 525 526 529 540 doublescan +hsync -vsync (64.7 kHz d)
[ 1687.063] (II) modeset(G0): Modeline "864x486"x59.9 32.50 864 888 968 1072 486 489 494 506 -hsync +vsync (30.3 kHz d)
[ 1687.063] (II) modeset(G0): Modeline "864x486"x59.6 30.50 864 912 944 1024 486 489 494 500 +hsync -vsync (29.8 kHz d)
[ 1687.063] (II) modeset(G0): Modeline "700x525"x149.5 77.90 700 732 892 956 525 526 532 545 doublescan +hsync +vsync (81.5 kHz d)
[ 1687.063] (II) modeset(G0): Modeline "700x525"x120.0 61.00 700 744 820 940 525 526 532 541 doublescan +hsync +vsync (64.9 kHz d)
[ 1687.063] (II) modeset(G0): Modeline "800x450"x119.9 59.12 800 848 928 1056 450 451 454 467 doublescan -hsync +vsync (56.0 kHz d)
[ 1687.063] (II) modeset(G0): Modeline "800x450"x119.6 48.75 800 824 840 880 450 451 454 463 doublescan +hsync -vsync (55.4 kHz d)
[ 1687.063] (II) modeset(G0): Modeline "640x512"x170.0 78.75 640 672 752 864 512 512 514 536 doublescan +hsync +vsync (91.1 kHz d)
[ 1687.063] (II) modeset(G0): Modeline "640x512"x150.0 67.50 640 648 720 844 512 512 514 533 doublescan +hsync +vsync (80.0 kHz d)
[ 1687.063] (II) modeset(G0): Modeline "640x512"x120.0 54.00 640 664 720 844 512 512 514 533 doublescan +hsync +vsync (64.0 kHz d)
[ 1687.063] (II) modeset(G0): Modeline "700x450"x119.9 51.75 700 740 812 924 450 451 456 467 doublescan -hsync +vsync (56.0 kHz d)
[ 1687.063] (II) modeset(G0): Modeline "700x450"x119.8 43.25 700 724 740 780 450 451 456 463 doublescan +hsync -vsync (55.4 kHz d)
[ 1687.063] (II) modeset(G0): Modeline "640x480"x170.2 74.25 640 672 752 864 480 480 482 505 doublescan +hsync +vsync (85.9 kHz d)
[ 1687.063] (II) modeset(G0): Modeline "640x480"x120.0 54.00 640 688 744 900 480 480 482 500 doublescan +hsync +vsync (60.0 kHz d)
[ 1687.063] (II) modeset(G0): Modeline "640x480"x85.0 36.00 640 696 752 832 480 481 484 509 -hsync -vsync (43.3 kHz d)
[ 1687.063] (II) modeset(G0): Modeline "640x480"x72.8 31.50 640 664 704 832 480 489 492 520 -hsync -vsync (37.9 kHz d)
[ 1687.063] (II) modeset(G0): Modeline "640x480"x75.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz d)
[ 1687.063] (II) modeset(G0): Modeline "640x480"x59.9 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz d)
[ 1687.063] (II) modeset(G0): Modeline "720x405"x59.5 22.50 720 744 808 896 405 408 413 422 -hsync +vsync (25.1 kHz d)
[ 1687.063] (II) modeset(G0): Modeline "720x405"x59.0 21.75 720 768 800 880 405 408 413 419 +hsync -vsync (24.7 kHz d)
[ 1687.063] (II) modeset(G0): Modeline "720x400"x85.0 35.50 720 756 828 936 400 401 404 446 -hsync +vsync (37.9 kHz d)
[ 1687.063] (II) modeset(G0): Modeline "684x384"x119.8 42.62 684 720 788 892 384 385 390 399 doublescan -hsync +vsync (47.8 kHz d)
[ 1687.063] (II) modeset(G0): Modeline "684x384"x119.7 36.12 684 708 724 764 384 385 390 395 doublescan +hsync -vsync (47.3 kHz d)
[ 1687.063] (II) modeset(G0): Modeline "640x400"x119.8 41.75 640 676 740 840 400 401 404 415 doublescan -hsync +vsync (49.7 kHz d)
[ 1687.063] (II) modeset(G0): Modeline "640x400"x120.0 35.50 640 664 680 720 400 401 404 411 doublescan +hsync -vsync (49.3 kHz d)
[ 1687.063] (II) modeset(G0): Modeline "640x400"x85.1 31.50 640 672 736 832 400 401 404 445 -hsync +vsync (37.9 kHz d)
[ 1687.063] (II) modeset(G0): Modeline "576x432"x150.0 54.00 576 608 672 800 432 432 434 450 doublescan +hsync +vsync (67.5 kHz d)
[ 1687.063] (II) modeset(G0): Modeline "640x360"x119.7 37.25 640 672 736 832 360 361 364 374 doublescan -hsync +vsync (44.8 kHz d)
[ 1687.063] (II) modeset(G0): Modeline "640x360"x119.7 31.88 640 664 680 720 360 361 364 370 doublescan +hsync -vsync (44.3 kHz d)
[ 1687.063] (II) modeset(G0): Modeline "640x360"x59.8 18.00 640 664 720 800 360 363 368 376 -hsync +vsync (22.5 kHz d)
[ 1687.063] (II) modeset(G0): Modeline "640x360"x59.3 17.75 640 688 720 800 360 363 368 374 +hsync -vsync (22.2 kHz d)
[ 1687.063] (II) modeset(G0): Modeline "640x350"x85.1 31.50 640 672 736 832 350 382 385 445 +hsync -vsync (37.9 kHz d)
[ 1687.063] (II) modeset(G0): Modeline "512x384"x170.0 47.25 512 536 584 688 384 384 386 404 doublescan +hsync +vsync (68.7 kHz d)
[ 1687.063] (II) modeset(G0): Modeline "512x384"x150.1 39.38 512 520 568 656 384 384 386 400 doublescan +hsync +vsync (60.0 kHz d)
[ 1687.063] (II) modeset(G0): Modeline "512x384"x140.1 37.50 512 524 592 664 384 385 388 403 doublescan -hsync -vsync (56.5 kHz d)
[ 1687.063] (II) modeset(G0): Modeline "512x384"x120.0 32.50 512 524 592 672 384 385 388 403 doublescan -hsync -vsync (48.4 kHz d)
[ 1687.063] (II) modeset(G0): Modeline "512x384i"x87.1 22.45 512 516 604 632 384 384 388 408 interlace doublescan +hsync +vsync (35.5 kHz d)
[ 1687.063] (II) modeset(G0): Modeline "512x288"x120.0 23.25 512 532 580 648 288 289 292 299 doublescan -hsync +vsync (35.9 kHz d)
[ 1687.063] (II) modeset(G0): Modeline "512x288"x119.8 21.00 512 536 552 592 288 289 292 296 doublescan +hsync -vsync (35.5 kHz d)
[ 1687.063] (II) modeset(G0): Modeline "416x312"x149.3 28.64 416 432 464 576 312 312 314 333 doublescan -hsync -vsync (49.7 kHz d)
[ 1687.063] (II) modeset(G0): Modeline "480x270"x119.3 20.38 480 496 544 608 270 271 274 281 doublescan -hsync +vsync (33.5 kHz d)
[ 1687.063] (II) modeset(G0): Modeline "480x270"x119.6 18.62 480 504 520 560 270 271 274 278 doublescan +hsync -vsync (33.3 kHz d)
[ 1687.063] (II) modeset(G0): Modeline "400x300"x170.5 28.15 400 416 448 524 300 300 302 315 doublescan +hsync +vsync (53.7 kHz d)
[ 1687.063] (II) modeset(G0): Modeline "400x300"x144.4 25.00 400 428 488 520 300 318 321 333 doublescan +hsync +vsync (48.1 kHz d)
[ 1687.063] (II) modeset(G0): Modeline "400x300"x150.2 24.75 400 408 448 528 300 300 302 312 doublescan +hsync +vsync (46.9 kHz d)
[ 1687.063] (II) modeset(G0): Modeline "400x300"x120.6 20.00 400 420 484 528 300 300 302 314 doublescan +hsync +vsync (37.9 kHz d)
[ 1687.063] (II) modeset(G0): Modeline "400x300"x112.7 18.00 400 412 448 512 300 300 301 312 doublescan +hsync +vsync (35.2 kHz d)
[ 1687.063] (II) modeset(G0): Modeline "432x243"x119.8 16.25 432 444 484 536 243 244 247 253 doublescan -hsync +vsync (30.3 kHz d)
[ 1687.063] (II) modeset(G0): Modeline "432x243"x119.1 15.25 432 456 472 512 243 244 247 250 doublescan +hsync -vsync (29.8 kHz d)
[ 1687.063] (II) modeset(G0): Modeline "320x240"x170.4 18.00 320 348 376 416 240 240 242 254 doublescan -hsync -vsync (43.3 kHz d)
[ 1687.063] (II) modeset(G0): Modeline "320x240"x145.6 15.75 320 332 352 416 240 244 246 260 doublescan -hsync -vsync (37.9 kHz d)
[ 1687.063] (II) modeset(G0): Modeline "320x240"x150.0 15.75 320 328 360 420 240 240 242 250 doublescan -hsync -vsync (37.5 kHz d)
[ 1687.063] (II) modeset(G0): Modeline "320x240"x120.1 12.59 320 328 376 400 240 245 246 262 doublescan -hsync -vsync (31.5 kHz d)
[ 1687.063] (II) modeset(G0): Modeline "360x202"x119.0 11.25 360 372 404 448 202 204 206 211 doublescan -hsync +vsync (25.1 kHz d)
[ 1687.063] (II) modeset(G0): Modeline "360x202"x118.3 10.88 360 384 400 440 202 204 206 209 doublescan +hsync -vsync (24.7 kHz d)
[ 1687.063] (II) modeset(G0): Modeline "360x200"x170.1 17.75 360 378 414 468 200 200 202 223 doublescan -hsync +vsync (37.9 kHz d)
[ 1687.063] (II) modeset(G0): Modeline "320x200"x170.5 15.75 320 336 368 416 200 200 202 222 doublescan -hsync +vsync (37.9 kHz d)
[ 1687.063] (II) modeset(G0): Modeline "320x180"x119.7 9.00 320 332 360 400 180 181 184 188 doublescan -hsync +vsync (22.5 kHz d)
[ 1687.063] (II) modeset(G0): Modeline "320x180"x118.6 8.88 320 344 360 400 180 181 184 187 doublescan +hsync -vsync (22.2 kHz d)
[ 1687.063] (II) modeset(G0): Modeline "320x175"x170.5 15.75 320 336 368 416 175 191 192 222 doublescan +hsync -vsync (37.9 kHz d)
[ 1687.063] (==) modeset(G0): Using gamma correction (1.0, 1.0, 1.0)
[ 1687.063] (==) modeset(G0): DPI set to (96, 96)
[ 1687.063] (II) Loading sub module "fb"
[ 1687.063] (II) LoadModule: "fb"
[ 1687.063] (II) Loading /usr/lib64/xorg/modules/libfb.so
[ 1687.063] (II) Module fb: vendor="X.Org Foundation"
[ 1687.063] compiled for 1.20.6, module version = 1.0.0
[ 1687.063] ABI class: X.Org ANSI C Emulation, version 0.4
[ 1687.063] (II) UnloadModule: "nouveau"
[ 1687.063] (II) Unloading nouveau
[ 1687.063] (II) UnloadModule: "fbdev"
[ 1687.063] (II) Unloading fbdev
[ 1687.063] (II) UnloadSubModule: "fbdevhw"
[ 1687.063] (II) Unloading fbdevhw
[ 1687.063] (II) UnloadModule: "vesa"
[ 1687.063] (II) Unloading vesa
[ 1687.064] (II) NVIDIA: Using 24576.00 MB of virtual memory for indirect memory
[ 1687.064] (II) NVIDIA: access.
[ 1687.080] (II) NVIDIA(0): ACPI: failed to connect to the ACPI event daemon; the daemon
[ 1687.080] (II) NVIDIA(0): may not be running or the "AcpidSocketPath" X
[ 1687.080] (II) NVIDIA(0): configuration option may not be set correctly. When the
[ 1687.080] (II) NVIDIA(0): ACPI event daemon is available, the NVIDIA X driver will
[ 1687.080] (II) NVIDIA(0): try to use it to receive ACPI event notifications. For
[ 1687.080] (II) NVIDIA(0): details, please see the "ConnectToAcpid" and
[ 1687.080] (II) NVIDIA(0): "AcpidSocketPath" X configuration options in Appendix B: X
[ 1687.080] (II) NVIDIA(0): Config Options in the README.
[ 1687.104] (II) NVIDIA(0): Setting mode "NULL"
[ 1687.118] (==) NVIDIA(0): Disabling shared memory pixmaps
[ 1687.118] (==) NVIDIA(0): Backing store enabled
[ 1687.118] (==) NVIDIA(0): Silken mouse enabled
[ 1687.118] (==) NVIDIA(0): DPMS enabled
[ 1687.118] (WW) NVIDIA(0): Option "PrimaryGPU" is not used
[ 1687.118] (II) Loading sub module "dri2"
[ 1687.118] (II) LoadModule: "dri2"
[ 1687.118] (II) Module "dri2" already built-in
[ 1687.118] (II) NVIDIA(0): [DRI2] Setup complete
[ 1687.118] (II) NVIDIA(0): [DRI2] VDPAU driver: nvidia
[ 1687.120] (==) modeset(G0): Backing store enabled
[ 1687.120] (==) modeset(G0): Silken mouse enabled
[ 1687.153] (II) modeset(G0): Initializing kms color map for depth 24, 8 bpc.
[ 1687.154] (==) modeset(G0): DPMS enabled
[ 1687.154] (II) modeset(G0): [DRI2] Setup complete
[ 1687.154] (II) modeset(G0): [DRI2] DRI driver: i965
[ 1687.154] (II) modeset(G0): [DRI2] VDPAU driver: va_gl
[ 1687.154] (II) Initializing extension Generic Event Extension
[ 1687.154] (II) Initializing extension SHAPE
[ 1687.154] (II) Initializing extension MIT-SHM
[ 1687.154] (II) Initializing extension XInputExtension
[ 1687.154] (II) Initializing extension XTEST
[ 1687.155] (II) Initializing extension BIG-REQUESTS
[ 1687.155] (II) Initializing extension SYNC
[ 1687.155] (II) Initializing extension XKEYBOARD
[ 1687.155] (II) Initializing extension XC-MISC
[ 1687.155] (II) Initializing extension XFIXES
[ 1687.155] (II) Initializing extension RENDER
[ 1687.155] (II) Initializing extension RANDR
[ 1687.155] (II) Initializing extension COMPOSITE
[ 1687.155] (II) Initializing extension DAMAGE
[ 1687.155] (II) Initializing extension MIT-SCREEN-SAVER
[ 1687.155] (II) Initializing extension DOUBLE-BUFFER
[ 1687.155] (II) Initializing extension RECORD
[ 1687.155] (II) Initializing extension DPMS
[ 1687.156] (II) Initializing extension Present
[ 1687.156] (II) Initializing extension DRI3
[ 1687.156] (II) Initializing extension X-Resource
[ 1687.156] (II) Initializing extension XVideo
[ 1687.156] (II) Initializing extension XVideo-MotionCompensation
[ 1687.156] (II) Initializing extension SELinux
[ 1687.156] (II) SELinux: Disabled by boolean
[ 1687.156] (II) Initializing extension GLX
[ 1687.156] (II) Initializing extension GLX
[ 1687.156] (II) Indirect GLX disabled.
[ 1687.156] (II) GLX: Another vendor is already registered for screen 0
[ 1687.156] (II) Initializing extension XFree86-VidModeExtension
[ 1687.156] (II) Initializing extension XFree86-DGA
[ 1687.156] (II) Initializing extension XFree86-DRI
[ 1687.156] (II) Initializing extension DRI2
[ 1687.156] (II) Initializing extension NV-GLX
[ 1687.156] (II) Initializing extension NV-CONTROL
[ 1687.429] (II) modeset(G0): Damage tracking initialized
[ 1687.486] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[ 1687.486] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[ 1687.486] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[ 1687.486] (**) Power Button: Applying InputClass "system-keyboard"
[ 1687.486] (II) LoadModule: "libinput"
[ 1687.486] (II) Loading /usr/lib64/xorg/modules/input/libinput_drv.so
[ 1687.489] (II) Module libinput: vendor="X.Org Foundation"
[ 1687.489] compiled for 1.20.5, module version = 0.29.0
[ 1687.489] Module class: X.Org XInput Driver
[ 1687.489] ABI class: X.Org XInput driver, version 24.1
[ 1687.489] (II) Using input driver 'libinput' for 'Power Button'
[ 1687.489] (**) Power Button: always reports core events
[ 1687.489] (**) Option "Device" "/dev/input/event2"
[ 1687.489] (**) Option "_source" "server/udev"
[ 1687.490] (II) event2 - Power Button: is tagged by udev as: Keyboard
[ 1687.490] (II) event2 - Power Button: device is a keyboard
[ 1687.490] (II) event2 - Power Button: device removed
[ 1687.503] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input2/event2"
[ 1687.503] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[ 1687.503] (**) Option "xkb_layout" "us"
[ 1687.503] (II) event2 - Power Button: is tagged by udev as: Keyboard
[ 1687.503] (II) event2 - Power Button: device is a keyboard
[ 1687.504] (II) config/udev: Adding input device Acer Wireless Radio Control (/dev/input/event8)
[ 1687.504] (**) Acer Wireless Radio Control: Applying InputClass "evdev keyboard catchall"
[ 1687.504] (**) Acer Wireless Radio Control: Applying InputClass "libinput keyboard catchall"
[ 1687.504] (**) Acer Wireless Radio Control: Applying InputClass "system-keyboard"
[ 1687.504] (II) Using input driver 'libinput' for 'Acer Wireless Radio Control'
[ 1687.504] (**) Acer Wireless Radio Control: always reports core events
[ 1687.504] (**) Option "Device" "/dev/input/event8"
[ 1687.504] (**) Option "_source" "server/udev"
[ 1687.504] (II) event8 - Acer Wireless Radio Control: is tagged by udev as: Keyboard
[ 1687.504] (II) event8 - Acer Wireless Radio Control: device is a keyboard
[ 1687.504] (II) event8 - Acer Wireless Radio Control: device removed
[ 1687.524] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/10251229:00/input/input12/event8"
[ 1687.524] (II) XINPUT: Adding extended input device "Acer Wireless Radio Control" (type: KEYBOARD, id 7)
[ 1687.524] (**) Option "xkb_layout" "us"
[ 1687.524] (II) event8 - Acer Wireless Radio Control: is tagged by udev as: Keyboard
[ 1687.524] (II) event8 - Acer Wireless Radio Control: device is a keyboard
[ 1687.525] (II) config/udev: Adding input device Video Bus (/dev/input/event7)
[ 1687.525] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
[ 1687.525] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[ 1687.525] (**) Video Bus: Applying InputClass "system-keyboard"
[ 1687.525] (II) Using input driver 'libinput' for 'Video Bus'
[ 1687.525] (**) Video Bus: always reports core events
[ 1687.525] (**) Option "Device" "/dev/input/event7"
[ 1687.525] (**) Option "_source" "server/udev"
[ 1687.525] (II) event7 - Video Bus: is tagged by udev as: Keyboard
[ 1687.525] (II) event7 - Video Bus: device is a keyboard
[ 1687.525] (II) event7 - Video Bus: device removed
[ 1687.544] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:01/input/input11/event7"
[ 1687.544] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 8)
[ 1687.544] (**) Option "xkb_layout" "us"
[ 1687.545] (II) event7 - Video Bus: is tagged by udev as: Keyboard
[ 1687.545] (II) event7 - Video Bus: device is a keyboard
[ 1687.545] (II) config/udev: Adding input device Video Bus (/dev/input/event6)
[ 1687.545] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
[ 1687.545] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[ 1687.545] (**) Video Bus: Applying InputClass "system-keyboard"
[ 1687.545] (II) Using input driver 'libinput' for 'Video Bus'
[ 1687.545] (**) Video Bus: always reports core events
[ 1687.545] (**) Option "Device" "/dev/input/event6"
[ 1687.545] (**) Option "_source" "server/udev"
[ 1687.546] (II) event6 - Video Bus: is tagged by udev as: Keyboard
[ 1687.547] (II) event6 - Video Bus: device is a keyboard
[ 1687.547] (II) event6 - Video Bus: device removed
[ 1687.565] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:00/LNXVIDEO:00/input/input10/event6"
[ 1687.565] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 9)
[ 1687.565] (**) Option "xkb_layout" "us"
[ 1687.567] (II) event6 - Video Bus: is tagged by udev as: Keyboard
[ 1687.567] (II) event6 - Video Bus: device is a keyboard
[ 1687.568] (II) config/udev: Adding input device Lid Switch (/dev/input/event0)
[ 1687.568] (II) No input driver specified, ignoring this device.
[ 1687.568] (II) This device may have been added with another device file.
[ 1687.569] (II) config/udev: Adding input device Sleep Button (/dev/input/event1)
[ 1687.569] (**) Sleep Button: Applying InputClass "evdev keyboard catchall"
[ 1687.569] (**) Sleep Button: Applying InputClass "libinput keyboard catchall"
[ 1687.569] (**) Sleep Button: Applying InputClass "system-keyboard"
[ 1687.569] (II) Using input driver 'libinput' for 'Sleep Button'
[ 1687.569] (**) Sleep Button: always reports core events
[ 1687.569] (**) Option "Device" "/dev/input/event1"
[ 1687.569] (**) Option "_source" "server/udev"
[ 1687.570] (II) event1 - Sleep Button: is tagged by udev as: Keyboard
[ 1687.570] (II) event1 - Sleep Button: device is a keyboard
[ 1687.570] (II) event1 - Sleep Button: device removed
[ 1687.581] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input1/event1"
[ 1687.581] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 10)
[ 1687.581] (**) Option "xkb_layout" "us"
[ 1687.584] (II) event1 - Sleep Button: is tagged by udev as: Keyboard
[ 1687.584] (II) event1 - Sleep Button: device is a keyboard
[ 1687.586] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 (/dev/input/event16)
[ 1687.586] (II) No input driver specified, ignoring this device.
[ 1687.587] (II) This device may have been added with another device file.
[ 1687.588] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=7 (/dev/input/event17)
[ 1687.588] (II) No input driver specified, ignoring this device.
[ 1687.588] (II) This device may have been added with another device file.
[ 1687.589] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=8 (/dev/input/event18)
[ 1687.589] (II) No input driver specified, ignoring this device.
[ 1687.589] (II) This device may have been added with another device file.
[ 1687.590] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=9 (/dev/input/event21)
[ 1687.590] (II) No input driver specified, ignoring this device.
[ 1687.590] (II) This device may have been added with another device file.
[ 1687.591] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=10 (/dev/input/event22)
[ 1687.591] (II) No input driver specified, ignoring this device.
[ 1687.591] (II) This device may have been added with another device file.
[ 1687.592] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=11 (/dev/input/event23)
[ 1687.592] (II) No input driver specified, ignoring this device.
[ 1687.592] (II) This device may have been added with another device file.
[ 1687.595] (II) config/udev: Adding input device HD WebCam: HD WebCam (/dev/input/event11)
[ 1687.595] (**) HD WebCam: HD WebCam: Applying InputClass "evdev keyboard catchall"
[ 1687.595] (**) HD WebCam: HD WebCam: Applying InputClass "libinput keyboard catchall"
[ 1687.595] (**) HD WebCam: HD WebCam: Applying InputClass "system-keyboard"
[ 1687.595] (II) Using input driver 'libinput' for 'HD WebCam: HD WebCam'
[ 1687.595] (**) HD WebCam: HD WebCam: always reports core events
[ 1687.595] (**) Option "Device" "/dev/input/event11"
[ 1687.595] (**) Option "_source" "server/udev"
[ 1687.598] (II) event11 - HD WebCam: HD WebCam: is tagged by udev as: Keyboard
[ 1687.599] (II) event11 - HD WebCam: HD WebCam: device is a keyboard
[ 1687.599] (II) event11 - HD WebCam: HD WebCam: device removed
[ 1687.618] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-5/1-5:1.0/input/input15/event11"
[ 1687.618] (II) XINPUT: Adding extended input device "HD WebCam: HD WebCam" (type: KEYBOARD, id 11)
[ 1687.618] (**) Option "xkb_layout" "us"
[ 1687.622] (II) event11 - HD WebCam: HD WebCam: is tagged by udev as: Keyboard
[ 1687.622] (II) event11 - HD WebCam: HD WebCam: device is a keyboard
[ 1687.624] (II) config/udev: Adding input device SYN1B7F:00 06CB:CD40 Mouse (/dev/input/event4)
[ 1687.624] (**) SYN1B7F:00 06CB:CD40 Mouse: Applying InputClass "evdev pointer catchall"
[ 1687.624] (**) SYN1B7F:00 06CB:CD40 Mouse: Applying InputClass "libinput pointer catchall"
[ 1687.624] (II) Using input driver 'libinput' for 'SYN1B7F:00 06CB:CD40 Mouse'
[ 1687.624] (**) SYN1B7F:00 06CB:CD40 Mouse: always reports core events
[ 1687.625] (**) Option "Device" "/dev/input/event4"
[ 1687.625] (**) Option "_source" "server/udev"
[ 1687.629] (II) event4 - SYN1B7F:00 06CB:CD40 Mouse: is tagged by udev as: Mouse
[ 1687.629] (II) event4 - SYN1B7F:00 06CB:CD40 Mouse: device is a pointer
[ 1687.630] (II) event4 - SYN1B7F:00 06CB:CD40 Mouse: device removed
[ 1687.646] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-1/i2c-SYN1B7F:00/0018:06CB:CD40.0001/input/input7/event4"
[ 1687.646] (II) XINPUT: Adding extended input device "SYN1B7F:00 06CB:CD40 Mouse" (type: MOUSE, id 12)
[ 1687.646] (**) Option "AccelerationScheme" "none"
[ 1687.646] (**) SYN1B7F:00 06CB:CD40 Mouse: (accel) selected scheme none/0
[ 1687.646] (**) SYN1B7F:00 06CB:CD40 Mouse: (accel) acceleration factor: 2.000
[ 1687.646] (**) SYN1B7F:00 06CB:CD40 Mouse: (accel) acceleration threshold: 4
[ 1687.650] (II) event4 - SYN1B7F:00 06CB:CD40 Mouse: is tagged by udev as: Mouse
[ 1687.651] (II) event4 - SYN1B7F:00 06CB:CD40 Mouse: device is a pointer
[ 1687.653] (II) config/udev: Adding input device SYN1B7F:00 06CB:CD40 Mouse (/dev/input/mouse0)
[ 1687.653] (II) No input driver specified, ignoring this device.
[ 1687.653] (II) This device may have been added with another device file.
[ 1687.655] (II) config/udev: Adding input device SYN1B7F:00 06CB:CD40 Touchpad (/dev/input/event5)
[ 1687.655] (**) SYN1B7F:00 06CB:CD40 Touchpad: Applying InputClass "evdev touchpad catchall"
[ 1687.655] (**) SYN1B7F:00 06CB:CD40 Touchpad: Applying InputClass "libinput touchpad catchall"
[ 1687.655] (II) Using input driver 'libinput' for 'SYN1B7F:00 06CB:CD40 Touchpad'
[ 1687.655] (**) SYN1B7F:00 06CB:CD40 Touchpad: always reports core events
[ 1687.655] (**) Option "Device" "/dev/input/event5"
[ 1687.655] (**) Option "_source" "server/udev"
[ 1687.660] (II) event5 - SYN1B7F:00 06CB:CD40 Touchpad: is tagged by udev as: Touchpad
[ 1687.663] (II) event5 - SYN1B7F:00 06CB:CD40 Touchpad: device is a touchpad
[ 1687.664] (II) event5 - SYN1B7F:00 06CB:CD40 Touchpad: device removed
[ 1687.683] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-1/i2c-SYN1B7F:00/0018:06CB:CD40.0001/input/input8/event5"
[ 1687.683] (II) XINPUT: Adding extended input device "SYN1B7F:00 06CB:CD40 Touchpad" (type: TOUCHPAD, id 13)
[ 1687.687] (**) Option "AccelerationScheme" "none"
[ 1687.687] (**) SYN1B7F:00 06CB:CD40 Touchpad: (accel) selected scheme none/0
[ 1687.687] (**) SYN1B7F:00 06CB:CD40 Touchpad: (accel) acceleration factor: 2.000
[ 1687.687] (**) SYN1B7F:00 06CB:CD40 Touchpad: (accel) acceleration threshold: 4
[ 1687.692] (II) event5 - SYN1B7F:00 06CB:CD40 Touchpad: is tagged by udev as: Touchpad
[ 1687.696] (II) event5 - SYN1B7F:00 06CB:CD40 Touchpad: device is a touchpad
[ 1687.698] (II) config/udev: Adding input device SYN1B7F:00 06CB:CD40 Touchpad (/dev/input/mouse1)
[ 1687.698] (II) No input driver specified, ignoring this device.
[ 1687.698] (II) This device may have been added with another device file.
[ 1687.699] (II) config/udev: Adding input device HDA Intel PCH Mic (/dev/input/event12)
[ 1687.699] (II) No input driver specified, ignoring this device.
[ 1687.699] (II) This device may have been added with another device file.
[ 1687.700] (II) config/udev: Adding input device HDA Intel PCH Headphone (/dev/input/event13)
[ 1687.700] (II) No input driver specified, ignoring this device.
[ 1687.700] (II) This device may have been added with another device file.
[ 1687.701] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=3 (/dev/input/event14)
[ 1687.701] (II) No input driver specified, ignoring this device.
[ 1687.701] (II) This device may have been added with another device file.
[ 1687.702] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=7 (/dev/input/event15)
[ 1687.702] (II) No input driver specified, ignoring this device.
[ 1687.702] (II) This device may have been added with another device file.
[ 1687.702] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=8 (/dev/input/event19)
[ 1687.702] (II) No input driver specified, ignoring this device.
[ 1687.702] (II) This device may have been added with another device file.
[ 1687.703] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=9 (/dev/input/event20)
[ 1687.703] (II) No input driver specified, ignoring this device.
[ 1687.703] (II) This device may have been added with another device file.
[ 1687.704] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=10 (/dev/input/event24)
[ 1687.704] (II) No input driver specified, ignoring this device.
[ 1687.704] (II) This device may have been added with another device file.
[ 1687.705] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event3)
[ 1687.705] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
[ 1687.705] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
[ 1687.705] (**) AT Translated Set 2 keyboard: Applying InputClass "system-keyboard"
[ 1687.705] (II) Using input driver 'libinput' for 'AT Translated Set 2 keyboard'
[ 1687.705] (**) AT Translated Set 2 keyboard: always reports core events
[ 1687.705] (**) Option "Device" "/dev/input/event3"
[ 1687.705] (**) Option "_source" "server/udev"
[ 1687.707] (II) event3 - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[ 1687.707] (II) event3 - AT Translated Set 2 keyboard: device is a keyboard
[ 1687.708] (II) event3 - AT Translated Set 2 keyboard: device removed
[ 1687.720] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input3/event3"
[ 1687.720] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 14)
[ 1687.720] (**) Option "xkb_layout" "us"
[ 1687.721] (II) event3 - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[ 1687.721] (II) event3 - AT Translated Set 2 keyboard: device is a keyboard
[ 1687.723] (II) config/udev: Adding input device PC Speaker (/dev/input/event9)
[ 1687.723] (II) No input driver specified, ignoring this device.
[ 1687.723] (II) This device may have been added with another device file.
[ 1687.726] (II) config/udev: Adding input device Acer WMI hotkeys (/dev/input/event10)
[ 1687.726] (**) Acer WMI hotkeys: Applying InputClass "evdev keyboard catchall"
[ 1687.726] (**) Acer WMI hotkeys: Applying InputClass "libinput keyboard catchall"
[ 1687.726] (**) Acer WMI hotkeys: Applying InputClass "system-keyboard"
[ 1687.726] (II) Using input driver 'libinput' for 'Acer WMI hotkeys'
[ 1687.726] (**) Acer WMI hotkeys: always reports core events
[ 1687.726] (**) Option "Device" "/dev/input/event10"
[ 1687.726] (**) Option "_source" "server/udev"
[ 1687.726] (II) event10 - Acer WMI hotkeys: is tagged by udev as: Keyboard
[ 1687.726] (II) event10 - Acer WMI hotkeys: device is a keyboard
[ 1687.727] (II) event10 - Acer WMI hotkeys: device removed
[ 1687.737] (**) Option "config_info" "udev:/sys/devices/virtual/input/input14/event10"
[ 1687.737] (II) XINPUT: Adding extended input device "Acer WMI hotkeys" (type: KEYBOARD, id 15)
[ 1687.737] (**) Option "xkb_layout" "us"
[ 1687.738] (II) event10 - Acer WMI hotkeys: is tagged by udev as: Keyboard
[ 1687.738] (II) event10 - Acer WMI hotkeys: device is a keyboard
[ 1698.562] (II) event2 - Power Button: device removed
[ 1698.568] (II) event8 - Acer Wireless Radio Control: device removed
[ 1698.585] (II) event7 - Video Bus: device removed
[ 1698.602] (II) event6 - Video Bus: device removed
[ 1698.618] (II) event1 - Sleep Button: device removed
[ 1698.626] (II) event11 - HD WebCam: HD WebCam: device removed
[ 1698.644] (II) event4 - SYN1B7F:00 06CB:CD40 Mouse: device removed
[ 1698.660] (II) event5 - SYN1B7F:00 06CB:CD40 Touchpad: device removed
[ 1698.676] (II) event3 - AT Translated Set 2 keyboard: device removed
[ 1698.684] (II) event10 - Acer WMI hotkeys: device removed
[ 1709.352] (II) UnloadModule: "libinput"
[ 1709.352] (II) UnloadModule: "libinput"
[ 1709.352] (II) UnloadModule: "libinput"
[ 1709.352] (II) UnloadModule: "libinput"
[ 1709.352] (II) UnloadModule: "libinput"
[ 1709.352] (II) UnloadModule: "libinput"
[ 1709.352] (II) UnloadModule: "libinput"
[ 1709.352] (II) UnloadModule: "libinput"
[ 1709.352] (II) UnloadModule: "libinput"
[ 1709.352] (II) UnloadModule: "libinput"
[ 1709.370] (II) NVIDIA(GPU-0): Deleting GPU-0
[ 1709.370] (II) Server terminated successfully (0). Closing log file.
In particular, the log says
[ 1686.744] (**) OutputClass "nvidia" setting /dev/dri/card1 as PrimaryGPU
...
[ 1687.118] (WW) NVIDIA(0): Option "PrimaryGPU" is not used
which seem to be contradictory statements.
The issue I have is with this config and after a restart of lightdm, I just get a black screen that never changes.
I noticed there is another post on this forum that are closely related to this:
https://devtalk.nvidia.com/default/topic/1066899/linux/hdmi-0-and-dp-1-not-detected-on-fedora-31/
but in my case I’m struggling getting the Nvidia driver to use the dGPU as a primary GPU.
Other useful info about my setup:
[mgara@trifecta ~]$ nvidia-smi
Sun Feb 23 13:41:08 2020
+-----------------------------------------------------------------------------+
| NVIDIA-SMI 440.59 Driver Version: 440.59 CUDA Version: 10.2 |
|-------------------------------+----------------------+----------------------+
| GPU Name Persistence-M| Bus-Id Disp.A | Volatile Uncorr. ECC |
| Fan Temp Perf Pwr:Usage/Cap| Memory-Usage | GPU-Util Compute M. |
|===============================+======================+======================|
| 0 GeForce RTX 207... Off | 00000000:01:00.0 Off | N/A |
| N/A 43C P8 1W / N/A | 16MiB / 7982MiB | 0% Default |
+-------------------------------+----------------------+----------------------+
+-----------------------------------------------------------------------------+
| Processes: GPU Memory |
| GPU PID Type Process name Usage |
|=============================================================================|
| 0 5688 G /usr/libexec/Xorg 14MiB |
+-----------------------------------------------------------------------------+