You are not logged in.

#1 2017-01-21 17:25:41

sade
Member
Registered: 2017-01-21
Posts: 3

No output on external monitor in X server with NVIDIA GPU

Hello everybody,

I have a Lenovo W541 laptop that has both Intel and Nvidia GPUs.

I would like to see the output from Nvidia GPU on my external monitor with mini-display port connector (I do not need output on the laptop screen).
Nvidia driver and X server are installed. With the following configuration the startx output appears only on the laptop screen and not on the external monitor (no signal) which its EDID is used.
Additionally, I installed bumblebee but later I removed it as I got no result. Please let me know if it is necessary to have bumblebee installed on my laptop to use the external monitor.

EDID for my monitor generated by :

cp /sys/devices/pci0000:00/0000:00:02.0/drm/card0/card0-DP-1/edid  /etc/X11/edid-dp-1.bin

cat /etc/X11/edid-dp-1.bin | parse-edid seems to show correct information :

Checksum Correct

Section "Monitor"
	Identifier "U28E590"
	ModelName "U28E590"
	VendorName "SAM"
	# Monitor Manufactured week 44 of 2016
	# EDID version 1.4
	# Digital Display
	DisplaySize 610 350
	Gamma 2.20
	Option "DPMS" "true"
	Horizsync 30-135
	VertRefresh 56-75
	# Maximum pixel clock is 600MHz
	#Not giving standard mode: 1152x864, 75Hz
	#Not giving standard mode: 1280x800, 60Hz
	#Not giving standard mode: 1280x720, 60Hz
	#Not giving standard mode: 1280x1024, 60Hz
	#Not giving standard mode: 1600x900, 60Hz
	#Not giving standard mode: 1680x1050, 60Hz
	#Not giving standard mode: 1440x900, 60Hz

	#Extension block found. Parsing...
	Modeline 	"Mode 1" 148.500 1920 2008 2052 2200 1080 1084 1089 1125 +hsync +vsync
	Modeline 	"Mode 0" 533.25 3840 3888 3920 4000 2160 2163 2168 2222 +hsync -vsync 
	Modeline 	"Mode 2" 148.50 1920 2008 2052 2200 1080 1084 1089 1125 +hsync +vsync 
	Modeline 	"Mode 3" 241.50 2560 2608 2640 2720 1440 1443 1448 1481 +hsync -vsync 
	Modeline 	"Mode 4" 297.00 3840 4016 4104 4400 2160 2168 2178 2250 +hsync +vsync 
	Option "PreferredMode" "Mode 1"
EndSection

~/.xinitrc is :

xrandr --setprovideroutputsource modesetting NVIDIA-0 
xrandr --auto
exec i3

/etc/X11/xorg.conf is :

Section "ServerLayout"
    Identifier     "Layout0"
    InputDevice    "Keyboard0" "CoreKeyboard"
    InputDevice    "Mouse0" "CorePointer"
EndSection

Section "Files"
EndSection

Section "InputDevice"
    # generated from default
    Identifier     "Mouse0"
    Driver         "mouse"
    Option         "Protocol" "auto"
    Option         "Device" "/dev/psaux"
    Option         "Emulate3Buttons" "no"
    Option         "ZAxisMapping" "4 5"
EndSection

Section "InputDevice"
    # generated from default
    Identifier     "Keyboard0"
    Driver         "kbd"
EndSection

Section "Module"
Load	"modesetting"
EndSection

Section "Device"
    Identifier     "Device0"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
	BusID	"PCI:1:0:0"
	Option "CustomEDID" "DFP-0:/etc/X11/edid-dp-1.bin" 
	Option "ConnectedMonitor" "DFP-0"
	Screen 0
EndSection

/var/log/Xorg.0.log is :

[  3333.858] 
X.Org X Server 1.18.4
Release Date: 2016-07-19
[  3333.858] X Protocol Version 11, Revision 0
[  3333.858] Build Operating System: Linux 4.5.4-1-ARCH x86_64 
[  3333.858] Current Operating System: Linux sadearch 4.8.13-1-ARCH #1 SMP PREEMPT Fri Dec 9 07:24:34 CET 2016 x86_64
[  3333.858] Kernel command line: initrd=\initramfs-linux.img initrd=\intel-ucode.img root=PARTUUID=6d485576-5446-44e8-99b9-f20d5ac7e232   rw
[  3333.858] Build Date: 19 July 2016  05:54:24PM
[  3333.858]  
[  3333.858] Current version of pixman: 0.34.0
[  3333.858] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[  3333.858] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[  3333.859] (==) Log file: "/var/log/Xorg.0.log", Time: Sat Jan 21 17:16:19 2017
[  3333.859] (==) Using config file: "/etc/X11/xorg.conf"
[  3333.859] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[  3333.859] (==) ServerLayout "Layout0"
[  3333.859] (==) No screen section available. Using defaults.
[  3333.859] (**) |-->Screen "Default Screen Section" (0)
[  3333.859] (**) |   |-->Monitor "<default monitor>"
[  3333.859] (==) No device specified for screen "Default Screen Section".
	Using the first device section listed.
[  3333.859] (**) |   |-->Device "Device0"
[  3333.859] (==) No monitor specified for screen "Default Screen Section".
	Using a default monitor configuration.
[  3333.859] (**) |-->Input Device "Keyboard0"
[  3333.859] (**) |-->Input Device "Mouse0"
[  3333.859] (==) Automatically adding devices
[  3333.859] (==) Automatically enabling devices
[  3333.859] (==) Automatically adding GPU devices
[  3333.859] (==) Max clients allowed: 256, resource mask: 0x1fffff
[  3333.859] (WW) The directory "/usr/share/fonts/Type1/" does not exist.
[  3333.859] 	Entry deleted from font path.
[  3333.859] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
[  3333.859] 	Entry deleted from font path.
[  3333.859] 	(Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
[  3333.859] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
[  3333.859] 	Entry deleted from font path.
[  3333.859] 	(Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
[  3333.859] (==) FontPath set to:
	/usr/share/fonts/misc/,
	/usr/share/fonts/TTF/,
	/usr/share/fonts/OTF/
[  3333.859] (==) ModulePath set to "/usr/lib/xorg/modules"
[  3333.859] (WW) Hotplugging is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
[  3333.859] (WW) Disabling Keyboard0
[  3333.859] (WW) Disabling Mouse0
[  3333.859] (II) Loader magic: 0x821d40
[  3333.859] (II) Module ABI versions:
[  3333.859] 	X.Org ANSI C Emulation: 0.4
[  3333.859] 	X.Org Video Driver: 20.0
[  3333.859] 	X.Org XInput driver : 22.1
[  3333.859] 	X.Org Server Extension : 9.0
[  3333.859] (++) using VT number 1

[  3333.859] (--) controlling tty is VT number 1, auto-enabling KeepTty
[  3333.860] (II) systemd-logind: took control of session /org/freedesktop/login1/session/c3
[  3333.861] (II) xfree86: Adding drm device (/dev/dri/card0)
[  3333.861] (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 8 paused 0
[  3333.861] (II) xfree86: Adding drm device (/dev/dri/card1)
[  3333.861] (II) systemd-logind: got fd for /dev/dri/card1 226:1 fd 9 paused 0
[  3333.864] (--) PCI:*(0:0:2:0) 8086:0416:17aa:221e rev 6, Mem @ 0xb1400000/4194304, 0xa0000000/268435456, I/O @ 0x00005000/64, BIOS @ 0x????????/131072
[  3333.864] (--) PCI: (0:1:0:0) 10de:11fc:17aa:221a rev 161, Mem @ 0xb0000000/16777216, 0x80000000/268435456, 0x90000000/33554432, I/O @ 0x00004000/128, BIOS @ 0x????????/524288
[  3333.864] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[  3333.864] (II) "glx" will be loaded by default.
[  3333.864] (II) LoadModule: "modesetting"
[  3333.864] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[  3333.864] (II) Module modesetting: vendor="X.Org Foundation"
[  3333.864] 	compiled for 1.18.4, module version = 1.18.4
[  3333.864] 	Module class: X.Org Video Driver
[  3333.864] 	ABI class: X.Org Video Driver, version 20.0
[  3333.864] (II) LoadModule: "glx"
[  3333.864] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[  3333.867] (II) Module glx: vendor="NVIDIA Corporation"
[  3333.867] 	compiled for 4.0.2, module version = 1.0.0
[  3333.867] 	Module class: X.Org Server Extension
[  3333.867] (II) NVIDIA GLX Module  375.26  Thu Dec  8 17:59:51 PST 2016
[  3333.867] (II) LoadModule: "nvidia"
[  3333.867] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
[  3333.867] (II) Module nvidia: vendor="NVIDIA Corporation"
[  3333.867] 	compiled for 4.0.2, module version = 1.0.0
[  3333.867] 	Module class: X.Org Video Driver
[  3333.867] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[  3333.867] (II) NVIDIA dlloader X Driver  375.26  Thu Dec  8 17:37:15 PST 2016
[  3333.867] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[  3333.867] (II) modeset(G0): using drv /dev/dri/card1
[  3333.867] (II) systemd-logind: releasing fd for 226:0
[  3333.868] (II) Loading sub module "fb"
[  3333.868] (II) LoadModule: "fb"
[  3333.868] (II) Loading /usr/lib/xorg/modules/libfb.so
[  3333.868] (II) Module fb: vendor="X.Org Foundation"
[  3333.868] 	compiled for 1.18.4, module version = 1.0.0
[  3333.868] 	ABI class: X.Org ANSI C Emulation, version 0.4
[  3333.868] (II) Loading sub module "wfb"
[  3333.868] (II) LoadModule: "wfb"
[  3333.868] (II) Loading /usr/lib/xorg/modules/libwfb.so
[  3333.868] (II) Module wfb: vendor="X.Org Foundation"
[  3333.868] 	compiled for 1.18.4, module version = 1.0.0
[  3333.868] 	ABI class: X.Org ANSI C Emulation, version 0.4
[  3333.868] (II) Loading sub module "ramdac"
[  3333.868] (II) LoadModule: "ramdac"
[  3333.868] (II) Module "ramdac" already built-in
[  3333.868] (II) NVIDIA(0): Creating default Display subsection in Screen section
	"Default Screen Section" for depth/fbbpp 24/32
[  3333.868] (==) NVIDIA(0): Depth 24, (==) framebuffer bpp 32
[  3333.868] (==) NVIDIA(0): RGB weight 888
[  3333.868] (==) NVIDIA(0): Default visual is TrueColor
[  3333.868] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
[  3333.868] (**) NVIDIA(0): Option "ConnectedMonitor" "DFP-0"
[  3333.868] (**) NVIDIA(0): Option "CustomEDID" "DFP-0:/etc/X11/edid-dp-1.bin"
[  3333.868] (**) NVIDIA(0): Enabling 2D acceleration
[  3333.868] (**) NVIDIA(0): ConnectedMonitor string: "DFP-0"
[  3334.074] (--) NVIDIA(0): Valid display device(s) on GPU-0 at PCI:1:0:0
[  3334.074] (--) NVIDIA(0):     DFP-0
[  3334.074] (--) NVIDIA(0):     DFP-1
[  3334.074] (**) NVIDIA(0): Using ConnectedMonitor string "DFP-0".
[  3334.075] (II) NVIDIA(0): NVIDIA GPU Quadro K2100M (GK106GL) at PCI:1:0:0 (GPU-0)
[  3334.075] (--) NVIDIA(0): Memory: 2097152 kBytes
[  3334.075] (--) NVIDIA(0): VideoBIOS: 80.06.63.00.1a
[  3334.075] (II) NVIDIA(0): Detected PCI Express Link width: 16X
[  3334.076] (--) NVIDIA(GPU-0): Samsung U28E590 (DFP-0): connected
[  3334.076] (--) NVIDIA(GPU-0): Samsung U28E590 (DFP-0): Internal TMDS
[  3334.076] (--) NVIDIA(GPU-0): Samsung U28E590 (DFP-0): 165.0 MHz maximum pixel clock
[  3334.076] (--) NVIDIA(GPU-0): 
[  3334.076] (--) NVIDIA(GPU-0): DFP-1: disconnected
[  3334.076] (--) NVIDIA(GPU-0): DFP-1: Internal DisplayPort
[  3334.076] (--) NVIDIA(GPU-0): DFP-1: 960.0 MHz maximum pixel clock
[  3334.076] (--) NVIDIA(GPU-0): 
[  3334.077] (==) NVIDIA(0): 
[  3334.077] (==) NVIDIA(0): No modes were requested; the default mode "nvidia-auto-select"
[  3334.077] (==) NVIDIA(0):     will be used as the requested mode.
[  3334.077] (==) NVIDIA(0): 
[  3334.077] (II) NVIDIA(0): Validated MetaModes:
[  3334.077] (II) NVIDIA(0):     "DFP-0:nvidia-auto-select"
[  3334.077] (II) NVIDIA(0): Virtual screen size determined to be 1920 x 1080
[  3334.083] (--) NVIDIA(0): DPI set to (79, 78); computed from "UseEdidDpi" X config
[  3334.083] (--) NVIDIA(0):     option
[  3334.083] (==) modeset(G0): Depth 24, (==) framebuffer bpp 32
[  3334.083] (==) modeset(G0): RGB weight 888
[  3334.083] (==) modeset(G0): Default visual is TrueColor
[  3334.083] (II) Loading sub module "glamoregl"
[  3334.083] (II) LoadModule: "glamoregl"
[  3334.083] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[  3334.085] (II) Module glamoregl: vendor="X.Org Foundation"
[  3334.085] 	compiled for 1.18.4, module version = 1.0.0
[  3334.085] 	ABI class: X.Org ANSI C Emulation, version 0.4
[  3334.085] (II) glamor: OpenGL accelerated X.org driver based.
[  3334.092] (EE) modeset(G0): eglInitialize() failed
[  3334.092] (EE) modeset(G0): glamor initialization failed
[  3334.092] (II) modeset(G0): ShadowFB: preferred YES, enabled YES
[  3334.092] (II) modeset(G0): Output eDP-1 has no monitor section
[  3334.094] (II) modeset(G0): Output VGA-1 has no monitor section
[  3334.099] (II) modeset(G0): Output DP-1 has no monitor section
[  3334.366] (II) modeset(G0): Output HDMI-1 has no monitor section
[  3334.366] (II) modeset(G0): Output DP-2 has no monitor section
[  3334.633] (II) modeset(G0): Output HDMI-2 has no monitor section
[  3334.633] (II) modeset(G0): EDID for output eDP-1
[  3334.633] (II) modeset(G0): Manufacturer: CMN  Model: 15c3  Serial#: 0
[  3334.633] (II) modeset(G0): Year: 2013  Week: 40
[  3334.633] (II) modeset(G0): EDID Version: 1.4
[  3334.633] (II) modeset(G0): Digital Display Input
[  3334.633] (II) modeset(G0): 6 bits per channel
[  3334.633] (II) modeset(G0): Digital interface is DisplayPort
[  3334.633] (II) modeset(G0): Max Image Size [cm]: horiz.: 34  vert.: 19
[  3334.633] (II) modeset(G0): Gamma: 2.20
[  3334.633] (II) modeset(G0): No DPMS capabilities specified
[  3334.633] (II) modeset(G0): Supported color encodings: RGB 4:4:4 
[  3334.633] (II) modeset(G0): First detailed timing is preferred mode
[  3334.633] (II) modeset(G0): Preferred mode is native pixel format and refresh rate
[  3334.633] (II) modeset(G0): redX: 0.620 redY: 0.335   greenX: 0.320 greenY: 0.584
[  3334.633] (II) modeset(G0): blueX: 0.160 blueY: 0.065   whiteX: 0.313 whiteY: 0.329
[  3334.633] (II) modeset(G0): Manufacturer's mask: 0
[  3334.633] (II) modeset(G0): Supported detailed timing:
[  3334.633] (II) modeset(G0): clock: 136.6 MHz   Image Size:  344 x 193 mm
[  3334.633] (II) modeset(G0): h_active: 1920  h_sync: 1964  h_sync_end 1992 h_blank_end 2070 h_border: 0
[  3334.633] (II) modeset(G0): v_active: 1080  v_sync: 1082  v_sync_end 1086 v_blanking: 1100 v_border: 0
[  3334.633] (II) modeset(G0):  N156HGE-EA2
[  3334.633] (II) modeset(G0):  CMN
[  3334.633] (II) modeset(G0):  N156HGE-EA2
[  3334.633] (II) modeset(G0): EDID (in hex):
[  3334.633] (II) modeset(G0): 	00ffffffffffff000daec31500000000
[  3334.633] (II) modeset(G0): 	281701049522137802f2359e55529529
[  3334.633] (II) modeset(G0): 	10505400000001010101010101010101
[  3334.633] (II) modeset(G0): 	0101010101015e358096703814402c1c
[  3334.633] (II) modeset(G0): 	240058c110000018000000fe004e3135
[  3334.633] (II) modeset(G0): 	364847452d4541320a20000000fe0043
[  3334.633] (II) modeset(G0): 	4d4e0a202020202020202020000000fe
[  3334.633] (II) modeset(G0): 	004e3135364847452d4541320a20000f
[  3334.634] (II) modeset(G0): Printing probed modes for output eDP-1
[  3334.634] (II) modeset(G0): Modeline "1920x1080"x60.0  136.62  1920 1964 1992 2070  1080 1082 1086 1100 -hsync -vsync (66.0 kHz eP)
[  3334.634] (II) modeset(G0): Modeline "1400x1050"x60.0  122.00  1400 1488 1640 1880  1050 1052 1064 1082 +hsync +vsync (64.9 kHz d)
[  3334.634] (II) modeset(G0): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz d)
[  3334.634] (II) modeset(G0): Modeline "1280x960"x60.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz d)
[  3334.634] (II) modeset(G0): Modeline "1024x768"x120.1  133.47  1024 1100 1212 1400  768 768 770 794 doublescan -hsync +vsync (95.3 kHz d)
[  3334.634] (II) modeset(G0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz d)
[  3334.634] (II) modeset(G0): Modeline "960x720"x120.0  117.00  960 1024 1128 1300  720 720 722 750 doublescan -hsync +vsync (90.0 kHz d)
[  3334.634] (II) modeset(G0): Modeline "928x696"x120.1  109.15  928 976 1088 1264  696 696 698 719 doublescan -hsync +vsync (86.4 kHz d)
[  3334.634] (II) modeset(G0): Modeline "896x672"x120.0  102.40  896 960 1060 1224  672 672 674 697 doublescan -hsync +vsync (83.7 kHz d)
[  3334.634] (II) modeset(G0): Modeline "800x600"x120.0   81.00  800 832 928 1080  600 600 602 625 doublescan +hsync +vsync (75.0 kHz d)
[  3334.634] (II) modeset(G0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz d)
[  3334.634] (II) modeset(G0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz d)
[  3334.634] (II) modeset(G0): Modeline "700x525"x120.0   61.00  700 744 820 940  525 526 532 541 doublescan +hsync +vsync (64.9 kHz d)
[  3334.634] (II) modeset(G0): Modeline "640x512"x120.0   54.00  640 664 720 844  512 512 514 533 doublescan +hsync +vsync (64.0 kHz d)
[  3334.634] (II) modeset(G0): Modeline "640x480"x120.0   54.00  640 688 744 900  480 480 482 500 doublescan +hsync +vsync (60.0 kHz d)
[  3334.634] (II) modeset(G0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz d)
[  3334.634] (II) modeset(G0): Modeline "512x384"x120.0   32.50  512 524 592 672  384 385 388 403 doublescan -hsync -vsync (48.4 kHz d)
[  3334.634] (II) modeset(G0): Modeline "400x300"x120.6   20.00  400 420 484 528  300 300 302 314 doublescan +hsync +vsync (37.9 kHz d)
[  3334.634] (II) modeset(G0): Modeline "400x300"x112.7   18.00  400 412 448 512  300 300 301 312 doublescan +hsync +vsync (35.2 kHz d)
[  3334.634] (II) modeset(G0): Modeline "320x240"x120.1   12.59  320 328 376 400  240 245 246 262 doublescan -hsync -vsync (31.5 kHz d)
[  3334.635] (II) modeset(G0): EDID for output VGA-1
[  3334.640] (II) modeset(G0): EDID for output DP-1
[  3334.640] (II) modeset(G0): Manufacturer: SAM  Model: c4d  Serial#: 810375238
[  3334.640] (II) modeset(G0): Year: 2016  Week: 44
[  3334.640] (II) modeset(G0): EDID Version: 1.4
[  3334.640] (II) modeset(G0): Digital Display Input
[  3334.640] (II) modeset(G0): 10 bits per channel
[  3334.640] (II) modeset(G0): Digital interface is DisplayPort
[  3334.640] (II) modeset(G0): Max Image Size [cm]: horiz.: 61  vert.: 35
[  3334.641] (II) modeset(G0): Gamma: 2.20
[  3334.641] (II) modeset(G0): DPMS capabilities: Off
[  3334.641] (II) modeset(G0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4 YCrCb 4:2:2
[  3334.641] (II) modeset(G0): First detailed timing is preferred mode
[  3334.641] (II) modeset(G0): Preferred mode is native pixel format and refresh rate
[  3334.641] (II) modeset(G0): redX: 0.634 redY: 0.341   greenX: 0.312 greenY: 0.636
[  3334.641] (II) modeset(G0): blueX: 0.158 blueY: 0.062   whiteX: 0.312 whiteY: 0.329
[  3334.641] (II) modeset(G0): Supported established timings:
[  3334.641] (II) modeset(G0): 720x400@70Hz
[  3334.641] (II) modeset(G0): 640x480@60Hz
[  3334.641] (II) modeset(G0): 640x480@67Hz
[  3334.641] (II) modeset(G0): 640x480@72Hz
[  3334.641] (II) modeset(G0): 640x480@75Hz
[  3334.641] (II) modeset(G0): 800x600@56Hz
[  3334.641] (II) modeset(G0): 800x600@60Hz
[  3334.641] (II) modeset(G0): 800x600@72Hz
[  3334.641] (II) modeset(G0): 800x600@75Hz
[  3334.641] (II) modeset(G0): 832x624@75Hz
[  3334.641] (II) modeset(G0): 1024x768@60Hz
[  3334.641] (II) modeset(G0): 1024x768@70Hz
[  3334.641] (II) modeset(G0): 1024x768@75Hz
[  3334.641] (II) modeset(G0): 1280x1024@75Hz
[  3334.641] (II) modeset(G0): 1152x864@75Hz
[  3334.641] (II) modeset(G0): Manufacturer's mask: 0
[  3334.641] (II) modeset(G0): Supported standard timings:
[  3334.641] (II) modeset(G0): #0: hsize: 1152  vsize 864  refresh: 75  vid: 20337
[  3334.641] (II) modeset(G0): #1: hsize: 1280  vsize 800  refresh: 60  vid: 129
[  3334.641] (II) modeset(G0): #2: hsize: 1280  vsize 720  refresh: 60  vid: 49281
[  3334.641] (II) modeset(G0): #3: hsize: 1280  vsize 1024  refresh: 60  vid: 32897
[  3334.641] (II) modeset(G0): #4: hsize: 1600  vsize 900  refresh: 60  vid: 49321
[  3334.641] (II) modeset(G0): #5: hsize: 1680  vsize 1050  refresh: 60  vid: 179
[  3334.641] (II) modeset(G0): #6: hsize: 1440  vsize 900  refresh: 60  vid: 149
[  3334.641] (II) modeset(G0): Supported detailed timing:
[  3334.641] (II) modeset(G0): clock: 533.2 MHz   Image Size:  607 x 345 mm
[  3334.641] (II) modeset(G0): h_active: 3840  h_sync: 3888  h_sync_end 3920 h_blank_end 4000 h_border: 0
[  3334.641] (II) modeset(G0): v_active: 2160  v_sync: 2163  v_sync_end 2168 v_blanking: 2222 v_border: 0
[  3334.641] (II) modeset(G0): Ranges: V min: 56 V max: 75 Hz, H min: 30 H max: 135 kHz, PixClock max 605 MHz
[  3334.641] (II) modeset(G0): Monitor name: U28E590
[  3334.641] (II) modeset(G0): Serial No: HTPHB00388
[  3334.641] (II) modeset(G0): Supported detailed timing:
[  3334.641] (II) modeset(G0): clock: 148.5 MHz   Image Size:  607 x 345 mm
[  3334.641] (II) modeset(G0): h_active: 1920  h_sync: 2008  h_sync_end 2052 h_blank_end 2200 h_border: 0
[  3334.641] (II) modeset(G0): v_active: 1080  v_sync: 1084  v_sync_end 1089 v_blanking: 1125 v_border: 0
[  3334.641] (II) modeset(G0): Supported detailed timing:
[  3334.641] (II) modeset(G0): clock: 241.5 MHz   Image Size:  607 x 345 mm
[  3334.641] (II) modeset(G0): h_active: 2560  h_sync: 2608  h_sync_end 2640 h_blank_end 2720 h_border: 0
[  3334.641] (II) modeset(G0): v_active: 1440  v_sync: 1443  v_sync_end 1448 v_blanking: 1481 v_border: 0
[  3334.641] (II) modeset(G0): Supported detailed timing:
[  3334.641] (II) modeset(G0): clock: 297.0 MHz   Image Size:  607 x 345 mm
[  3334.641] (II) modeset(G0): h_active: 3840  h_sync: 4016  h_sync_end 4104 h_blank_end 4400 h_border: 0
[  3334.641] (II) modeset(G0): v_active: 2160  v_sync: 2168  v_sync_end 2178 v_blanking: 2250 v_border: 0
[  3334.641] (II) modeset(G0): Number of EDID sections to follow: 1
[  3334.641] (II) modeset(G0): EDID (in hex):
[  3334.641] (II) modeset(G0): 	00ffffffffffff004c2d4d0c46584d30
[  3334.641] (II) modeset(G0): 	2c1a0104b53d23783a5fb1a2574fa228
[  3334.641] (II) modeset(G0): 	0f5054bfef80714f810081c08180a9c0
[  3334.641] (II) modeset(G0): 	b300950001014dd000a0f0703e803020
[  3334.641] (II) modeset(G0): 	35005f592100001a000000fd00384b1e
[  3334.641] (II) modeset(G0): 	873c000a202020202020000000fc0055
[  3334.641] (II) modeset(G0): 	3238453539300a2020202020000000ff
[  3334.641] (II) modeset(G0): 	00485450484230303338380a20200145
[  3334.641] (II) modeset(G0): 	02030ef041102309070783010000023a
[  3334.641] (II) modeset(G0): 	801871382d40582c45005f592100001e
[  3334.641] (II) modeset(G0): 	565e00a0a0a02950302035005f592100
[  3334.641] (II) modeset(G0): 	001a04740030f2705a80b0588a005f59
[  3334.641] (II) modeset(G0): 	2100001e000000000000000000000000
[  3334.641] (II) modeset(G0): 	00000000000000000000000000000000
[  3334.641] (II) modeset(G0): 	00000000000000000000000000000000
[  3334.641] (II) modeset(G0): 	00000000000000000000000000000052
[  3334.641] (II) modeset(G0): Printing probed modes for output DP-1
[  3334.641] (II) modeset(G0): Modeline "3840x2160"x60.0  533.25  3840 3888 3920 4000  2160 2163 2168 2222 +hsync -vsync (133.3 kHz eP)
[  3334.641] (II) modeset(G0): Modeline "3840x2160"x30.0  297.00  3840 4016 4104 4400  2160 2168 2178 2250 +hsync +vsync (67.5 kHz e)
[  3334.641] (II) modeset(G0): Modeline "3840x2160"x30.0  296.70  3840 4016 4104 4400  2160 2168 2178 2250 +hsync +vsync (67.4 kHz e)
[  3334.641] (II) modeset(G0): Modeline "2560x1440"x60.0  241.50  2560 2608 2640 2720  1440 1443 1448 1481 +hsync -vsync (88.8 kHz e)
[  3334.641] (II) modeset(G0): Modeline "1920x1080"x60.0  148.50  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.5 kHz e)
[  3334.641] (II) modeset(G0): Modeline "1920x1080"x59.9  148.35  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.4 kHz e)
[  3334.641] (II) modeset(G0): Modeline "1680x1050"x60.0  146.25  1680 1784 1960 2240  1050 1053 1059 1089 -hsync +vsync (65.3 kHz e)
[  3334.641] (II) modeset(G0): Modeline "1600x900"x60.0  108.00  1600 1624 1704 1800  900 901 904 1000 +hsync +vsync (60.0 kHz e)
[  3334.641] (II) modeset(G0): Modeline "1280x1024"x75.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
[  3334.641] (II) modeset(G0): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[  3334.641] (II) modeset(G0): Modeline "1440x900"x59.9  106.50  1440 1520 1672 1904  900 903 909 934 -hsync +vsync (55.9 kHz e)
[  3334.641] (II) modeset(G0): Modeline "1280x800"x59.8   83.50  1280 1352 1480 1680  800 803 809 831 -hsync +vsync (49.7 kHz e)
[  3334.641] (II) modeset(G0): Modeline "1152x864"x75.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz e)
[  3334.641] (II) modeset(G0): Modeline "1280x720"x60.0   74.25  1280 1390 1430 1650  720 725 730 750 +hsync +vsync (45.0 kHz e)
[  3334.641] (II) modeset(G0): Modeline "1280x720"x59.9   74.18  1280 1390 1430 1650  720 725 730 750 +hsync +vsync (45.0 kHz e)
[  3334.641] (II) modeset(G0): Modeline "1024x768"x75.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz e)
[  3334.641] (II) modeset(G0): Modeline "1024x768"x70.1   75.00  1024 1048 1184 1328  768 771 777 806 -hsync -vsync (56.5 kHz e)
[  3334.641] (II) modeset(G0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[  3334.641] (II) modeset(G0): Modeline "832x624"x74.6   57.28  832 864 928 1152  624 625 628 667 -hsync -vsync (49.7 kHz e)
[  3334.641] (II) modeset(G0): Modeline "800x600"x72.2   50.00  800 856 976 1040  600 637 643 666 +hsync +vsync (48.1 kHz e)
[  3334.641] (II) modeset(G0): Modeline "800x600"x75.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz e)
[  3334.641] (II) modeset(G0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[  3334.641] (II) modeset(G0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz e)
[  3334.641] (II) modeset(G0): Modeline "640x480"x75.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz e)
[  3334.641] (II) modeset(G0): Modeline "640x480"x72.8   31.50  640 664 704 832  480 489 492 520 -hsync -vsync (37.9 kHz e)
[  3334.641] (II) modeset(G0): Modeline "640x480"x66.7   30.24  640 704 768 864  480 483 486 525 -hsync -vsync (35.0 kHz e)
[  3334.641] (II) modeset(G0): Modeline "640x480"x60.0   25.20  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[  3334.641] (II) modeset(G0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[  3334.641] (II) modeset(G0): Modeline "720x400"x70.1   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz e)
[  3334.906] (II) modeset(G0): EDID for output HDMI-1
[  3334.906] (II) modeset(G0): EDID for output DP-2
[  3335.173] (II) modeset(G0): EDID for output HDMI-2
[  3335.173] (II) modeset(G0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
[  3335.173] (==) modeset(G0): DPI set to (96, 96)
[  3335.173] (II) Loading sub module "fb"
[  3335.173] (II) LoadModule: "fb"
[  3335.173] (II) Loading /usr/lib/xorg/modules/libfb.so
[  3335.173] (II) Module fb: vendor="X.Org Foundation"
[  3335.173] 	compiled for 1.18.4, module version = 1.0.0
[  3335.173] 	ABI class: X.Org ANSI C Emulation, version 0.4
[  3335.173] (II) Loading sub module "shadow"
[  3335.173] (II) LoadModule: "shadow"
[  3335.173] (II) Loading /usr/lib/xorg/modules/libshadow.so
[  3335.173] (II) Module shadow: vendor="X.Org Foundation"
[  3335.173] 	compiled for 1.18.4, module version = 1.1.0
[  3335.173] 	ABI class: X.Org ANSI C Emulation, version 0.4
[  3335.173] (--) Depth 24 pixmap format is 32 bpp
[  3335.173] (==) modeset(G0): Backing store enabled
[  3335.173] (==) modeset(G0): Silken mouse enabled
[  3335.173] (II) modeset(G0): RandR 1.2 enabled, ignore the following RandR disabled message.
[  3335.257] (==) modeset(G0): DPMS enabled
[  3336.312] (II) NVIDIA: Using 12288.00 MB of virtual memory for indirect memory
[  3336.312] (II) NVIDIA:     access.
[  3336.317] (II) NVIDIA(0): ACPI: failed to connect to the ACPI event daemon; the daemon
[  3336.317] (II) NVIDIA(0):     may not be running or the "AcpidSocketPath" X
[  3336.317] (II) NVIDIA(0):     configuration option may not be set correctly.  When the
[  3336.317] (II) NVIDIA(0):     ACPI event daemon is available, the NVIDIA X driver will
[  3336.317] (II) NVIDIA(0):     try to use it to receive ACPI event notifications.  For
[  3336.317] (II) NVIDIA(0):     details, please see the "ConnectToAcpid" and
[  3336.317] (II) NVIDIA(0):     "AcpidSocketPath" X configuration options in Appendix B: X
[  3336.317] (II) NVIDIA(0):     Config Options in the README.
[  3336.343] (II) NVIDIA(0): Setting mode "DFP-0:nvidia-auto-select"
[  3336.369] (==) NVIDIA(0): Disabling shared memory pixmaps
[  3336.369] (==) NVIDIA(0): Backing store enabled
[  3336.369] (==) NVIDIA(0): Silken mouse enabled
[  3336.370] (==) NVIDIA(0): DPMS enabled
[  3336.370] (II) Loading sub module "dri2"
[  3336.370] (II) LoadModule: "dri2"
[  3336.370] (II) Module "dri2" already built-in
[  3336.370] (II) NVIDIA(0): [DRI2] Setup complete
[  3336.370] (II) NVIDIA(0): [DRI2]   VDPAU driver: nvidia
[  3336.370] (--) RandR disabled
[  3336.371] (II) Initializing extension GLX
[  3336.371] (II) Indirect GLX disabled.
[  3336.372] (II) modeset(G0): Damage tracking initialized
[  3336.393] (II) config/udev: Adding input device Power Button (/dev/input/event3)
[  3336.393] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[  3336.393] (II) LoadModule: "evdev"
[  3336.393] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[  3336.393] (II) Module evdev: vendor="X.Org Foundation"
[  3336.393] 	compiled for 1.18.4, module version = 2.10.4
[  3336.393] 	Module class: X.Org XInput Driver
[  3336.393] 	ABI class: X.Org XInput driver, version 22.1
[  3336.394] (II) systemd-logind: got fd for /dev/input/event3 13:67 fd 31 paused 0
[  3336.394] (II) Using input driver 'evdev' for 'Power Button'
[  3336.394] (**) Power Button: always reports core events
[  3336.394] (**) evdev: Power Button: Device: "/dev/input/event3"
[  3336.394] (--) evdev: Power Button: Vendor 0 Product 0x1
[  3336.394] (--) evdev: Power Button: Found keys
[  3336.394] (II) evdev: Power Button: Configuring as keyboard
[  3336.394] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input4/event3"
[  3336.394] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[  3336.394] (**) Option "xkb_rules" "evdev"
[  3336.394] (II) config/udev: Adding input device Video Bus (/dev/input/event6)
[  3336.394] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
[  3336.394] (II) systemd-logind: got fd for /dev/input/event6 13:70 fd 32 paused 0
[  3336.394] (II) Using input driver 'evdev' for 'Video Bus'
[  3336.394] (**) Video Bus: always reports core events
[  3336.394] (**) evdev: Video Bus: Device: "/dev/input/event6"
[  3336.394] (--) evdev: Video Bus: Vendor 0 Product 0x6
[  3336.394] (--) evdev: Video Bus: Found keys
[  3336.394] (II) evdev: Video Bus: Configuring as keyboard
[  3336.394] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input8/event6"
[  3336.394] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[  3336.394] (**) Option "xkb_rules" "evdev"
[  3336.395] (II) config/udev: Adding input device Video Bus (/dev/input/event7)
[  3336.395] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
[  3336.395] (II) systemd-logind: got fd for /dev/input/event7 13:71 fd 33 paused 0
[  3336.395] (II) Using input driver 'evdev' for 'Video Bus'
[  3336.395] (**) Video Bus: always reports core events
[  3336.395] (**) evdev: Video Bus: Device: "/dev/input/event7"
[  3336.395] (--) evdev: Video Bus: Vendor 0 Product 0x6
[  3336.395] (--) evdev: Video Bus: Found keys
[  3336.395] (II) evdev: Video Bus: Configuring as keyboard
[  3336.395] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:09/LNXVIDEO:01/input/input9/event7"
[  3336.395] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 8)
[  3336.395] (**) Option "xkb_rules" "evdev"
[  3336.395] (II) config/udev: Adding input device Lid Switch (/dev/input/event1)
[  3336.395] (II) No input driver specified, ignoring this device.
[  3336.395] (II) This device may have been added with another device file.
[  3336.396] (II) config/udev: Adding input device Sleep Button (/dev/input/event2)
[  3336.396] (**) Sleep Button: Applying InputClass "evdev keyboard catchall"
[  3336.396] (II) systemd-logind: got fd for /dev/input/event2 13:66 fd 34 paused 0
[  3336.396] (II) Using input driver 'evdev' for 'Sleep Button'
[  3336.396] (**) Sleep Button: always reports core events
[  3336.396] (**) evdev: Sleep Button: Device: "/dev/input/event2"
[  3336.396] (--) evdev: Sleep Button: Vendor 0 Product 0x3
[  3336.396] (--) evdev: Sleep Button: Found keys
[  3336.396] (II) evdev: Sleep Button: Configuring as keyboard
[  3336.396] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input3/event2"
[  3336.396] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 9)
[  3336.396] (**) Option "xkb_rules" "evdev"
[  3336.397] (II) config/udev: Adding input device HDA Intel HDMI HDMI/DP,pcm=3 (/dev/input/event13)
[  3336.397] (II) No input driver specified, ignoring this device.
[  3336.397] (II) This device may have been added with another device file.
[  3336.397] (II) config/udev: Adding input device HDA Intel HDMI HDMI/DP,pcm=7 (/dev/input/event14)
[  3336.397] (II) No input driver specified, ignoring this device.
[  3336.397] (II) This device may have been added with another device file.
[  3336.397] (II) config/udev: Adding input device HDA Intel HDMI HDMI/DP,pcm=8 (/dev/input/event15)
[  3336.397] (II) No input driver specified, ignoring this device.
[  3336.397] (II) This device may have been added with another device file.
[  3336.397] (II) config/udev: Adding input device Integrated Camera (/dev/input/event16)
[  3336.397] (**) Integrated Camera: Applying InputClass "evdev keyboard catchall"
[  3336.397] (II) systemd-logind: got fd for /dev/input/event16 13:80 fd 35 paused 0
[  3336.397] (II) Using input driver 'evdev' for 'Integrated Camera'
[  3336.397] (**) Integrated Camera: always reports core events
[  3336.397] (**) evdev: Integrated Camera: Device: "/dev/input/event16"
[  3336.397] (--) evdev: Integrated Camera: Vendor 0x4ca Product 0x7035
[  3336.397] (--) evdev: Integrated Camera: Found keys
[  3336.397] (II) evdev: Integrated Camera: Configuring as keyboard
[  3336.397] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-12/3-12:1.0/input/input18/event16"
[  3336.397] (II) XINPUT: Adding extended input device "Integrated Camera" (type: KEYBOARD, id 10)
[  3336.397] (**) Option "xkb_rules" "evdev"
[  3336.398] (II) config/udev: Adding input device ThinkPad USB Travel Mouse (/dev/input/event19)
[  3336.398] (**) ThinkPad USB Travel Mouse: Applying InputClass "evdev pointer catchall"
[  3336.453] (II) systemd-logind: got fd for /dev/input/event19 13:83 fd 36 paused 0
[  3336.453] (II) Using input driver 'evdev' for 'ThinkPad USB Travel Mouse'
[  3336.453] (**) ThinkPad USB Travel Mouse: always reports core events
[  3336.453] (**) evdev: ThinkPad USB Travel Mouse: Device: "/dev/input/event19"
[  3336.453] (--) evdev: ThinkPad USB Travel Mouse: Vendor 0x17ef Product 0x6025
[  3336.453] (--) evdev: ThinkPad USB Travel Mouse: Found 3 mouse buttons
[  3336.453] (--) evdev: ThinkPad USB Travel Mouse: Found scroll wheel(s)
[  3336.453] (--) evdev: ThinkPad USB Travel Mouse: Found relative axes
[  3336.453] (--) evdev: ThinkPad USB Travel Mouse: Found x and y relative axes
[  3336.453] (II) evdev: ThinkPad USB Travel Mouse: Configuring as mouse
[  3336.453] (II) evdev: ThinkPad USB Travel Mouse: Adding scrollwheel support
[  3336.453] (**) evdev: ThinkPad USB Travel Mouse: YAxisMapping: buttons 4 and 5
[  3336.453] (**) evdev: ThinkPad USB Travel Mouse: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[  3336.453] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-6/3-6:1.0/0003:17EF:6025.0001/input/input20/event19"
[  3336.453] (II) XINPUT: Adding extended input device "ThinkPad USB Travel Mouse" (type: MOUSE, id 11)
[  3336.453] (II) evdev: ThinkPad USB Travel Mouse: initialized for relative axes.
[  3336.453] (**) ThinkPad USB Travel Mouse: (accel) keeping acceleration scheme 1
[  3336.453] (**) ThinkPad USB Travel Mouse: (accel) acceleration profile 0
[  3336.453] (**) ThinkPad USB Travel Mouse: (accel) acceleration factor: 2.000
[  3336.453] (**) ThinkPad USB Travel Mouse: (accel) acceleration threshold: 4
[  3336.453] (II) config/udev: Adding input device ThinkPad USB Travel Mouse (/dev/input/mouse2)
[  3336.453] (II) No input driver specified, ignoring this device.
[  3336.453] (II) This device may have been added with another device file.
[  3336.454] (II) config/udev: Adding input device HDA Digital PCBeep (/dev/input/event8)
[  3336.454] (II) No input driver specified, ignoring this device.
[  3336.454] (II) This device may have been added with another device file.
[  3336.454] (II) config/udev: Adding input device HDA Intel PCH Dock Mic (/dev/input/event9)
[  3336.454] (II) No input driver specified, ignoring this device.
[  3336.454] (II) This device may have been added with another device file.
[  3336.454] (II) config/udev: Adding input device HDA Intel PCH Mic (/dev/input/event10)
[  3336.454] (II) No input driver specified, ignoring this device.
[  3336.454] (II) This device may have been added with another device file.
[  3336.454] (II) config/udev: Adding input device HDA Intel PCH Dock Headphone (/dev/input/event11)
[  3336.454] (II) No input driver specified, ignoring this device.
[  3336.454] (II) This device may have been added with another device file.
[  3336.454] (II) config/udev: Adding input device HDA Intel PCH Headphone (/dev/input/event12)
[  3336.454] (II) No input driver specified, ignoring this device.
[  3336.454] (II) This device may have been added with another device file.
[  3336.454] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0)
[  3336.454] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
[  3336.455] (II) systemd-logind: got fd for /dev/input/event0 13:64 fd 37 paused 0
[  3336.455] (II) Using input driver 'evdev' for 'AT Translated Set 2 keyboard'
[  3336.455] (**) AT Translated Set 2 keyboard: always reports core events
[  3336.455] (**) evdev: AT Translated Set 2 keyboard: Device: "/dev/input/event0"
[  3336.455] (--) evdev: AT Translated Set 2 keyboard: Vendor 0x1 Product 0x1
[  3336.455] (--) evdev: AT Translated Set 2 keyboard: Found keys
[  3336.455] (II) evdev: AT Translated Set 2 keyboard: Configuring as keyboard
[  3336.455] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input0/event0"
[  3336.455] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 12)
[  3336.455] (**) Option "xkb_rules" "evdev"
[  3336.455] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/event17)
[  3336.455] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "evdev touchpad catchall"
[  3336.455] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "touchpad catchall"
[  3336.455] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "Default clickpad buttons"
[  3336.455] (II) LoadModule: "synaptics"
[  3336.455] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
[  3336.455] (II) Module synaptics: vendor="X.Org Foundation"
[  3336.455] 	compiled for 1.18.3, module version = 1.8.99
[  3336.455] 	Module class: X.Org XInput Driver
[  3336.455] 	ABI class: X.Org XInput driver, version 22.1
[  3336.455] (II) systemd-logind: got fd for /dev/input/event17 13:81 fd 38 paused 0
[  3336.455] (II) Using input driver 'synaptics' for 'SynPS/2 Synaptics TouchPad'
[  3336.455] (**) SynPS/2 Synaptics TouchPad: always reports core events
[  3336.455] (**) Option "Device" "/dev/input/event17"
[  3336.455] (II) synaptics: SynPS/2 Synaptics TouchPad: found clickpad property
[  3336.455] (--) synaptics: SynPS/2 Synaptics TouchPad: x-axis range 1266 - 5676 (res 45)
[  3336.456] (--) synaptics: SynPS/2 Synaptics TouchPad: y-axis range 1096 - 4758 (res 68)
[  3336.456] (--) synaptics: SynPS/2 Synaptics TouchPad: pressure range 0 - 255
[  3336.456] (--) synaptics: SynPS/2 Synaptics TouchPad: finger width range 0 - 15
[  3336.456] (--) synaptics: SynPS/2 Synaptics TouchPad: buttons: left double triple
[  3336.456] (--) synaptics: SynPS/2 Synaptics TouchPad: Vendor 0x2 Product 0x7
[  3336.456] (**) Option "SoftButtonAreas" "50% 0 82% 0 0 0 0 0"
[  3336.456] (--) synaptics: SynPS/2 Synaptics TouchPad: touchpad found
[  3336.456] (**) SynPS/2 Synaptics TouchPad: always reports core events
[  3336.456] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input6/event17"
[  3336.456] (II) XINPUT: Adding extended input device "SynPS/2 Synaptics TouchPad" (type: TOUCHPAD, id 13)
[  3336.456] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) MinSpeed is now constant deceleration 2.5
[  3336.456] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) MaxSpeed is now 1.75
[  3336.456] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) AccelFactor is now 0.035
[  3336.456] (**) SynPS/2 Synaptics TouchPad: (accel) keeping acceleration scheme 1
[  3336.456] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration profile 1
[  3336.456] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration factor: 2.000
[  3336.456] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration threshold: 4
[  3336.456] (--) synaptics: SynPS/2 Synaptics TouchPad: touchpad found
[  3336.456] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/mouse0)
[  3336.456] (**) SynPS/2 Synaptics TouchPad: Ignoring device from InputClass "touchpad ignore duplicates"
[  3336.456] (II) config/udev: Adding input device TPPS/2 IBM TrackPoint (/dev/input/event18)
[  3336.456] (**) TPPS/2 IBM TrackPoint: Applying InputClass "evdev pointer catchall"
[  3336.456] (II) systemd-logind: got fd for /dev/input/event18 13:82 fd 39 paused 0
[  3336.456] (II) Using input driver 'evdev' for 'TPPS/2 IBM TrackPoint'
[  3336.456] (**) TPPS/2 IBM TrackPoint: always reports core events
[  3336.456] (**) evdev: TPPS/2 IBM TrackPoint: Device: "/dev/input/event18"
[  3336.456] (--) evdev: TPPS/2 IBM TrackPoint: Vendor 0x2 Product 0xa
[  3336.456] (--) evdev: TPPS/2 IBM TrackPoint: Found 3 mouse buttons
[  3336.456] (--) evdev: TPPS/2 IBM TrackPoint: Found relative axes
[  3336.456] (--) evdev: TPPS/2 IBM TrackPoint: Found x and y relative axes
[  3336.456] (II) evdev: TPPS/2 IBM TrackPoint: Configuring as mouse
[  3336.456] (**) evdev: TPPS/2 IBM TrackPoint: YAxisMapping: buttons 4 and 5
[  3336.456] (**) evdev: TPPS/2 IBM TrackPoint: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[  3336.456] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/serio2/input/input19/event18"
[  3336.456] (II) XINPUT: Adding extended input device "TPPS/2 IBM TrackPoint" (type: MOUSE, id 14)
[  3336.456] (II) evdev: TPPS/2 IBM TrackPoint: initialized for relative axes.
[  3336.457] (**) TPPS/2 IBM TrackPoint: (accel) keeping acceleration scheme 1
[  3336.457] (**) TPPS/2 IBM TrackPoint: (accel) acceleration profile 0
[  3336.457] (**) TPPS/2 IBM TrackPoint: (accel) acceleration factor: 2.000
[  3336.457] (**) TPPS/2 IBM TrackPoint: (accel) acceleration threshold: 4
[  3336.457] (II) config/udev: Adding input device TPPS/2 IBM TrackPoint (/dev/input/mouse1)
[  3336.457] (II) No input driver specified, ignoring this device.
[  3336.457] (II) This device may have been added with another device file.
[  3336.457] (II) config/udev: Adding input device PC Speaker (/dev/input/event5)
[  3336.457] (II) No input driver specified, ignoring this device.
[  3336.457] (II) This device may have been added with another device file.
[  3336.457] (II) config/udev: Adding input device ThinkPad Extra Buttons (/dev/input/event4)
[  3336.457] (**) ThinkPad Extra Buttons: Applying InputClass "evdev keyboard catchall"
[  3336.458] (II) systemd-logind: got fd for /dev/input/event4 13:68 fd 40 paused 0
[  3336.458] (II) Using input driver 'evdev' for 'ThinkPad Extra Buttons'
[  3336.458] (**) ThinkPad Extra Buttons: always reports core events
[  3336.458] (**) evdev: ThinkPad Extra Buttons: Device: "/dev/input/event4"
[  3336.458] (--) evdev: ThinkPad Extra Buttons: Vendor 0x17aa Product 0x5054
[  3336.458] (--) evdev: ThinkPad Extra Buttons: Found keys
[  3336.458] (II) evdev: ThinkPad Extra Buttons: Configuring as keyboard
[  3336.458] (**) Option "config_info" "udev:/sys/devices/platform/thinkpad_acpi/input/input5/event4"
[  3336.458] (II) XINPUT: Adding extended input device "ThinkPad Extra Buttons" (type: KEYBOARD, id 15)
[  3336.458] (**) Option "xkb_rules" "evdev"
[  3336.464] (--) NVIDIA(GPU-0): Samsung U28E590 (DFP-0): connected
[  3336.464] (--) NVIDIA(GPU-0): Samsung U28E590 (DFP-0): Internal TMDS
[  3336.464] (--) NVIDIA(GPU-0): Samsung U28E590 (DFP-0): 165.0 MHz maximum pixel clock
[  3336.464] (--) NVIDIA(GPU-0): 
[  3336.464] (--) NVIDIA(GPU-0): DFP-1: disconnected
[  3336.464] (--) NVIDIA(GPU-0): DFP-1: Internal DisplayPort
[  3336.464] (--) NVIDIA(GPU-0): DFP-1: 960.0 MHz maximum pixel clock
[  3336.464] (--) NVIDIA(GPU-0): 

Does anyone know how to fix this problem? Thanks :)

Last edited by sade (2017-01-21 17:38:57)

Offline

#2 2017-01-23 23:42:43

sade
Member
Registered: 2017-01-21
Posts: 3

Re: No output on external monitor in X server with NVIDIA GPU

The problem is solved. It turned out for my laptop bumblebee is necessary to use. I just reinstalled bumblebee and removed the xorg.conf file from /etc/X11  (and also nothing is in /etc/X11/xorg.conf.d/ ).

Offline

Board footer

Powered by FluxBB