You are not logged in.

#1 2015-05-11 08:06:21

knut
Member
Registered: 2015-05-11
Posts: 2

black screen with nvidia-346

I'm trying to get my nvidia 940m working. I installed the nvidia-346 AUR package, since this is the first driver that supports the 940m. The kernel module is loading

lsmod | grep nvidia                                                                                                                                                                   ⏎
nvidia               8347648  2 
drm                   282624  13 i915,drm_kms_helper,nvidia
i2c_core               53248  8 drm,i915,i2c_i801,drm_kms_helper,i2c_algo_bit,nvidia,v4l2_common,videodev

This is my xorg.conf

cat /etc/X11/xorg.conf.backup                                                                                                                                                         ⏎
Section "ServerLayout"
    Identifier "layout"
    Screen 0 "nvidia"
    Inactive "intel"
EndSection

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

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

Section "Device"
    Identifier "intel"
    Driver "modesetting"
    Option "AccelMethod"  "sna"
EndSection

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

Xorg  can load the nvidia module,  this is the log output

cat /var/log/Xorg.0.log
[     9.094] _XSERVTransSocketUNIXCreateListener: ...SocketCreateListener() failed
[     9.094] _XSERVTransMakeAllCOTSServerListeners: server already running
[     9.094] 
X.Org X Server 1.17.1
Release Date: 2015-02-10
[     9.094] X Protocol Version 11, Revision 0
[     9.094] Build Operating System: Linux 3.19.2-1-ARCH x86_64 
[     9.094] Current Operating System: Linux localhost 4.0.1-1-ARCH #1 SMP PREEMPT Wed Apr 29 12:00:26 CEST 2015 x86_64
[     9.094] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=c5029367-c7ce-468f-8080-c1ac6aaa6752 rw quiet
[     9.094] Build Date: 14 April 2015  10:34:18AM
[     9.094]  
[     9.094] Current version of pixman: 0.32.6
[     9.094]    Before reporting problems, check http://wiki.x.org
        to make sure that you have the latest version.
[     9.094] Markers: (--) probed, (**) from config file, (==) default setting,
        (++) from command line, (!!) notice, (II) informational,
        (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[     9.094] (==) Log file: "/var/log/Xorg.0.log", Time: Mon May 11 09:51:02 2015
[     9.094] (==) Using config directory: "/etc/X11/xorg.conf.d"
[     9.094] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[     9.094] (==) No Layout section.  Using the first Screen section.
[     9.094] (==) No screen section available. Using defaults.
[     9.094] (**) |-->Screen "Default Screen Section" (0)
[     9.094] (**) |   |-->Monitor "<default monitor>"
[     9.095] (==) No device specified for screen "Default Screen Section".
        Using the first device section listed.
[     9.095] (**) |   |-->Device "Default Nvidia Device"
[     9.095] (==) No monitor specified for screen "Default Screen Section".
        Using a default monitor configuration.
[     9.095] (==) Automatically adding devices
[     9.095] (==) Automatically enabling devices
[     9.095] (==) Automatically adding GPU devices
[     9.095] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
[     9.095]    Entry deleted from font path.
[     9.095]    (Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
[     9.095] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
[     9.095]    Entry deleted from font path.
[     9.095]    (Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
[     9.095] (==) FontPath set to:
        /usr/share/fonts/misc/,
        /usr/share/fonts/TTF/,
        /usr/share/fonts/OTF/,
        /usr/share/fonts/Type1/
[     9.095] (==) ModulePath set to "/usr/lib/xorg/modules"
[     9.095] (II) The server relies on udev to provide the list of input devices.
        If no devices become available, reconfigure udev or disable AutoAddDevices.
[     9.095] (II) Loader magic: 0x815d80
[     9.095] (II) Module ABI versions:
[     9.095]    X.Org ANSI C Emulation: 0.4
[     9.095]    X.Org Video Driver: 19.0
[     9.095]    X.Org XInput driver : 21.0
[     9.095]    X.Org Server Extension : 9.0
[     9.097] (II) systemd-logind: took control of session /org/freedesktop/login1/session/c3
[     9.097] (II) xfree86: Adding drm device (/dev/dri/card1)
[     9.099] (II) systemd-logind: got fd for /dev/dri/card1 226:1 fd 10 paused 0
[     9.099] (II) xfree86: Adding drm device (/dev/dri/card0)
[     9.102] (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 11 paused 0
[     9.104] (--) PCI:*(0:0:2:0) 8086:1616:17aa:5037 rev 9, Mem @ 0xf2000000/16777216, 0xc0000000/536870912, I/O @ 0x00004000/64
[     9.104] (--) PCI: (0:4:0:0) 10de:1347:17aa:5037 rev 162, Mem @ 0xf3000000/16777216, 0xe0000000/268435456, 0xf0000000/33554432, I/O @ 0x00003000/128
[     9.104] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[     9.104] (II) LoadModule: "glx"
[     9.104] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[     9.105] (II) Module glx: vendor="X.Org Foundation"
[     9.105]    compiled for 1.17.1, module version = 1.0.0
[     9.105]    ABI class: X.Org Server Extension, version 9.0
[     9.105] (==) AIGLX enabled
[     9.106] (II) Applying OutputClass "nvidia" to /dev/dri/card0
[     9.106]    loading driver: nvidia
[     9.106] (==) Matched intel as autoconfigured driver 0
[     9.106] (==) Matched nvidia as autoconfigured driver 1
[     9.106] (==) Matched nouveau as autoconfigured driver 2
[     9.106] (==) Matched nv as autoconfigured driver 3
[     9.106] (==) Matched intel as autoconfigured driver 4
[     9.106] (==) Matched modesetting as autoconfigured driver 5
[     9.106] (==) Matched fbdev as autoconfigured driver 6
[     9.106] (==) Matched vesa as autoconfigured driver 7
[     9.106] (==) Assigned the driver to the xf86ConfigLayout
[     9.106] (II) LoadModule: "intel"
[     9.106] (WW) Warning, couldn't open module intel
[     9.106] (II) UnloadModule: "intel"
[     9.106] (II) Unloading intel
[     9.106] (EE) Failed to load module "intel" (module does not exist, 0)
[     9.106] (II) LoadModule: "nvidia"
[     9.106] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
[     9.106] (II) Module nvidia: vendor="NVIDIA Corporation"
[     9.106]    compiled for 4.0.2, module version = 1.0.0
[     9.106]    Module class: X.Org Video Driver
[     9.106] (II) LoadModule: "nouveau"
[     9.107] (WW) Warning, couldn't open module nouveau
[     9.107] (II) UnloadModule: "nouveau"
[     9.107] (II) Unloading nouveau
[     9.107] (EE) Failed to load module "nouveau" (module does not exist, 0)
[     9.107] (II) LoadModule: "nv"
[     9.107] (WW) Warning, couldn't open module nv
[     9.107] (II) UnloadModule: "nv"
[     9.107] (II) Unloading nv
[     9.107] (EE) Failed to load module "nv" (module does not exist, 0)
[     9.107] (II) LoadModule: "modesetting"
[     9.107] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[     9.107] (II) Module modesetting: vendor="X.Org Foundation"
[     9.107]    compiled for 1.17.1, module version = 1.17.1
[     9.107]    Module class: X.Org Video Driver
[     9.107]    ABI class: X.Org Video Driver, version 19.0
[     9.107] (II) LoadModule: "fbdev"
[     9.107] (WW) Warning, couldn't open module fbdev
[     9.107] (II) UnloadModule: "fbdev"
[     9.107] (II) Unloading fbdev
[     9.107] (EE) Failed to load module "fbdev" (module does not exist, 0)
[     9.107] (II) LoadModule: "vesa"
[     9.107] (WW) Warning, couldn't open module vesa
[     9.107] (II) UnloadModule: "vesa"
[     9.107] (II) Unloading vesa
[     9.107] (EE) Failed to load module "vesa" (module does not exist, 0)
[     9.107] (II) NVIDIA dlloader X Driver  346.59  Tue Mar 31 13:17:41 PDT 2015
[     9.107] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[     9.107] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[     9.107] (++) using VT number 2

[     9.108] (II) modeset(0): using drv /dev/dri/card1
[     9.108] (II) modeset(0): Creating default Display subsection in Screen section
        "Default Screen Section" for depth/fbbpp 24/32
[     9.108] (==) modeset(0): Depth 24, (==) framebuffer bpp 32
[     9.108] (==) modeset(0): RGB weight 888
[     9.108] (==) modeset(0): Default visual is TrueColor
[     9.108] (II) Loading sub module "glamoregl"
[     9.108] (II) LoadModule: "glamoregl"
[     9.108] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[     9.113] (II) Module glamoregl: vendor="X.Org Foundation"
[     9.113]    compiled for 1.17.1, module version = 1.0.0
[     9.113]    ABI class: X.Org ANSI C Emulation, version 0.4
[     9.113] (II) glamor: OpenGL accelerated X.org driver based.
[     9.135] (II) glamor: EGL version 1.4 (DRI2):
[     9.139] (II) modeset(0): glamor initialized
[     9.139] (II) Loading sub module "dri2"
[     9.139] (II) LoadModule: "dri2"
[     9.139] (II) Module "dri2" already built-in
[     9.139] (II) modeset(0): Output eDP-0 has no monitor section
[     9.139] (II) modeset(0): Output DisplayPort-0 has no monitor section
[     9.150] (II) modeset(0): Output HDMI-0 has no monitor section
[     9.150] (II) modeset(0): Output DisplayPort-1 has no monitor section
[     9.163] (II) modeset(0): Output HDMI-1 has no monitor section
[     9.164] (II) modeset(0): EDID for output eDP-0
[     9.164] (II) modeset(0): Manufacturer: LGD  Model: 46d  Serial#: 0
[     9.164] (II) modeset(0): Year: 2014  Week: 0
[     9.164] (II) modeset(0): EDID Version: 1.4
[     9.164] (II) modeset(0): Digital Display Input
[     9.164] (II) modeset(0): 6 bits per channel
[     9.164] (II) modeset(0): Digital interface is DisplayPort
[     9.164] (II) modeset(0): Max Image Size [cm]: horiz.: 31  vert.: 17
[     9.164] (II) modeset(0): Gamma: 2.20
[     9.164] (II) modeset(0): DPMS capabilities: StandBy Suspend Off
[     9.164] (II) modeset(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4 
[     9.164] (II) modeset(0): First detailed timing is preferred mode
[     9.164] (II) modeset(0): Preferred mode is native pixel format and refresh rate
[     9.164] (II) modeset(0): redX: 0.640 redY: 0.345   greenX: 0.335 greenY: 0.625
[     9.164] (II) modeset(0): blueX: 0.150 blueY: 0.052   whiteX: 0.313 whiteY: 0.329
[     9.164] (II) modeset(0): Manufacturer's mask: 0
[     9.164] (II) modeset(0): Supported detailed timing:
[     9.164] (II) modeset(0): clock: 138.7 MHz   Image Size:  309 x 174 mm
[     9.164] (II) modeset(0): h_active: 1920  h_sync: 1968  h_sync_end 2000 h_blank_end 2080 h_border: 0
[     9.164] (II) modeset(0): v_active: 1080  v_sync: 1083  v_sync_end 1088 v_blanking: 1111 v_border: 0
[     9.164] (II) modeset(0):  LG Display
[     9.164] (II) modeset(0):  LP140WF3-SPD1
[     9.164] (II) modeset(0): EDID (in hex):
[     9.164] (II) modeset(0):   00ffffffffffff0030e46d0400000000
[     9.164] (II) modeset(0):   00180104951f1178eadc95a35855a026
[     9.164] (II) modeset(0):   0d505400000001010101010101010101
[     9.164] (II) modeset(0):   0101010101012e3680a070381f403020
[     9.164] (II) modeset(0):   350035ae1000001a0000000000000000
[     9.164] (II) modeset(0):   00000000000000000000000000fe004c
[     9.164] (II) modeset(0):   4720446973706c61790a2020000000fe
[     9.164] (II) modeset(0):   004c503134305746332d5350443100c3
[     9.164] (II) modeset(0): Printing probed modes for output eDP-0
[     9.164] (II) modeset(0): Modeline "1920x1080"x60.0  138.70  1920 1968 2000 2080  1080 1083 1088 1111 +hsync -vsync (66.7 kHz eP)
[     9.164] (II) modeset(0): Modeline "1400x1050"x60.0  122.00  1400 1488 1640 1880  1050 1052 1064 1082 +hsync +vsync (64.9 kHz d)
[     9.164] (II) modeset(0): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz d)
[     9.164] (II) modeset(0): Modeline "1280x960"x60.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz d)
[     9.164] (II) modeset(0): Modeline "1024x768"x120.1  133.47  1024 1100 1212 1400  768 768 770 794 doublescan -hsync +vsync (95.3 kHz d)
[     9.164] (II) modeset(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz d)
[     9.164] (II) modeset(0): Modeline "960x720"x120.0  117.00  960 1024 1128 1300  720 720 722 750 doublescan -hsync +vsync (90.0 kHz d)
[     9.164] (II) modeset(0): Modeline "928x696"x120.1  109.15  928 976 1088 1264  696 696 698 719 doublescan -hsync +vsync (86.4 kHz d)
[     9.164] (II) modeset(0): Modeline "896x672"x120.0  102.40  896 960 1060 1224  672 672 674 697 doublescan -hsync +vsync (83.7 kHz d)
[     9.164] (II) modeset(0): Modeline "800x600"x120.0   81.00  800 832 928 1080  600 600 602 625 doublescan +hsync +vsync (75.0 kHz d)
[     9.164] (II) modeset(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz d)
[     9.164] (II) modeset(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz d)
[     9.164] (II) modeset(0): Modeline "700x525"x120.0   61.00  700 744 820 940  525 526 532 541 doublescan +hsync +vsync (64.9 kHz d)
[     9.164] (II) modeset(0): Modeline "640x512"x120.0   54.00  640 664 720 844  512 512 514 533 doublescan +hsync +vsync (64.0 kHz d)
[     9.164] (II) modeset(0): Modeline "640x480"x120.0   54.00  640 688 744 900  480 480 482 500 doublescan +hsync +vsync (60.0 kHz d)
[     9.164] (II) modeset(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz d)
[     9.164] (II) modeset(0): Modeline "512x384"x120.0   32.50  512 524 592 672  384 385 388 403 doublescan -hsync -vsync (48.4 kHz d)
[     9.164] (II) modeset(0): Modeline "400x300"x120.6   20.00  400 420 484 528  300 300 302 314 doublescan +hsync +vsync (37.9 kHz d)
[     9.164] (II) modeset(0): Modeline "400x300"x112.7   18.00  400 412 448 512  300 300 301 312 doublescan +hsync +vsync (35.2 kHz d)
[     9.164] (II) modeset(0): Modeline "320x240"x120.1   12.59  320 328 376 400  240 245 246 262 doublescan -hsync -vsync (31.5 kHz d)
[     9.164] (II) modeset(0): EDID for output DisplayPort-0
[     9.176] (II) modeset(0): EDID for output HDMI-0
[     9.176] (II) modeset(0): EDID for output DisplayPort-1
[     9.190] (II) modeset(0): EDID for output HDMI-1
[     9.190] (II) modeset(0): Output eDP-0 connected
[     9.190] (II) modeset(0): Output DisplayPort-0 disconnected
[     9.190] (II) modeset(0): Output HDMI-0 disconnected
[     9.190] (II) modeset(0): Output DisplayPort-1 disconnected
[     9.190] (II) modeset(0): Output HDMI-1 disconnected
[     9.190] (II) modeset(0): Using exact sizes for initial modes
[     9.190] (II) modeset(0): Output eDP-0 using initial mode 1920x1080
[     9.190] (II) modeset(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
[     9.190] (==) modeset(0): DPI set to (96, 96)
[     9.190] (II) Loading sub module "fb"
[     9.190] (II) LoadModule: "fb"
[     9.190] (II) Loading /usr/lib/xorg/modules/libfb.so
[     9.190] (II) Module fb: vendor="X.Org Foundation"
[     9.190]    compiled for 1.17.1, module version = 1.0.0
[     9.190]    ABI class: X.Org ANSI C Emulation, version 0.4
[     9.190] (II) UnloadModule: "nvidia"
[     9.190] (II) Unloading nvidia
[     9.190] (==) Depth 24 pixmap format is 32 bpp
[     9.247] (==) modeset(0): Backing store enabled
[     9.247] (==) modeset(0): Silken mouse enabled
[     9.247] (II) modeset(0): RandR 1.2 enabled, ignore the following RandR disabled message.
[     9.247] (==) modeset(0): DPMS enabled
[     9.247] (WW) modeset(0): Option "NoLogo" is not used
[     9.247] (II) modeset(0): [DRI2] Setup complete
[     9.247] (II) modeset(0): [DRI2]   DRI driver: i965
[     9.247] (II) modeset(0): [DRI2]   VDPAU driver: i965
[     9.261] (--) RandR disabled
[     9.281] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
[     9.281] (II) AIGLX: enabled GLX_ARB_create_context
[     9.281] (II) AIGLX: enabled GLX_ARB_create_context_profile
[     9.281] (II) AIGLX: enabled GLX_EXT_create_context_es2_profile
[     9.281] (II) AIGLX: enabled GLX_INTEL_swap_event
[     9.281] (II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control
[     9.281] (II) AIGLX: enabled GLX_EXT_framebuffer_sRGB
[     9.281] (II) AIGLX: enabled GLX_ARB_fbconfig_float
[     9.281] (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
[     9.281] (II) AIGLX: enabled GLX_ARB_create_context_robustness
[     9.281] (II) AIGLX: Loaded and initialized i965
[     9.281] (II) GLX: Initialized DRI2 GL provider for screen 0
[     9.283] (II) modeset(0): Setting screen physical size to 508 x 285
[     9.304] (II) config/udev: Adding input device Power Button (/dev/input/event3)
[     9.305] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[     9.305] (**) Power Button: Applying InputClass "system-keyboard"
[     9.305] (II) LoadModule: "evdev"
[     9.305] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[     9.305] (II) Module evdev: vendor="X.Org Foundation"
[     9.305]    compiled for 1.17.1, module version = 2.9.2
[     9.305]    Module class: X.Org XInput Driver
[     9.305]    ABI class: X.Org XInput driver, version 21.0
[     9.305] (II) systemd-logind: got fd for /dev/input/event3 13:67 fd 18 paused 0
[     9.305] (II) Using input driver 'evdev' for 'Power Button'
[     9.305] (**) Power Button: always reports core events
[     9.305] (**) evdev: Power Button: Device: "/dev/input/event3"
[     9.305] (--) evdev: Power Button: Vendor 0 Product 0x1
[     9.305] (--) evdev: Power Button: Found keys
[     9.305] (II) evdev: Power Button: Configuring as keyboard
[     9.305] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input4/event3"
[     9.305] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[     9.305] (**) Option "xkb_rules" "evdev"
[     9.305] (**) Option "xkb_model" "pc104"
[     9.305] (**) Option "xkb_layout" "de"
[     9.319] (II) config/udev: Adding input device Video Bus (/dev/input/event11)
[     9.319] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
[     9.319] (**) Video Bus: Applying InputClass "system-keyboard"
[     9.319] (II) systemd-logind: got fd for /dev/input/event11 13:75 fd 19 paused 0
[     9.319] (II) Using input driver 'evdev' for 'Video Bus'
[     9.319] (**) Video Bus: always reports core events
[     9.319] (**) evdev: Video Bus: Device: "/dev/input/event11"
[     9.319] (--) evdev: Video Bus: Vendor 0 Product 0x6
[     9.319] (--) evdev: Video Bus: Found keys
[     9.319] (II) evdev: Video Bus: Configuring as keyboard
[     9.319] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input13/event11"
[     9.319] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[     9.319] (**) Option "xkb_rules" "evdev"
[     9.320] (**) Option "xkb_model" "pc104"
[     9.320] (**) Option "xkb_layout" "de"
[     9.320] (II) config/udev: Adding input device Video Bus (/dev/input/event12)
[     9.320] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
[     9.320] (**) Video Bus: Applying InputClass "system-keyboard"
[     9.320] (II) systemd-logind: got fd for /dev/input/event12 13:76 fd 20 paused 0
[     9.320] (II) Using input driver 'evdev' for 'Video Bus'
[     9.320] (**) Video Bus: always reports core events
[     9.320] (**) evdev: Video Bus: Device: "/dev/input/event12"
[     9.320] (--) evdev: Video Bus: Vendor 0 Product 0x6
[     9.320] (--) evdev: Video Bus: Found keys
[     9.320] (II) evdev: Video Bus: Configuring as keyboard
[     9.320] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:09/LNXVIDEO:01/input/input14/event12"
[     9.320] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 8)
[     9.320] (**) Option "xkb_rules" "evdev"
[     9.320] (**) Option "xkb_model" "pc104"
[     9.320] (**) Option "xkb_layout" "de"
[     9.321] (II) config/udev: Adding input device Lid Switch (/dev/input/event1)
[     9.321] (II) No input driver specified, ignoring this device.
[     9.321] (II) This device may have been added with another device file.
[     9.321] (II) config/udev: Adding input device Sleep Button (/dev/input/event2)
[     9.321] (**) Sleep Button: Applying InputClass "evdev keyboard catchall"
[     9.321] (**) Sleep Button: Applying InputClass "system-keyboard"
[     9.321] (II) systemd-logind: got fd for /dev/input/event2 13:66 fd 21 paused 0
[     9.321] (II) Using input driver 'evdev' for 'Sleep Button'
[     9.321] (**) Sleep Button: always reports core events
[     9.321] (**) evdev: Sleep Button: Device: "/dev/input/event2"
[     9.321] (--) evdev: Sleep Button: Vendor 0 Product 0x3
[     9.321] (--) evdev: Sleep Button: Found keys
[     9.321] (II) evdev: Sleep Button: Configuring as keyboard
[     9.321] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input3/event2"
[     9.321] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 9)
[     9.321] (**) Option "xkb_rules" "evdev"
[     9.321] (**) Option "xkb_model" "pc104"
[     9.321] (**) Option "xkb_layout" "de"
[     9.322] (II) config/udev: Adding input device HDA Intel HDMI HDMI/DP,pcm=3 (/dev/input/event13)
[     9.322] (II) No input driver specified, ignoring this device.
[     9.322] (II) This device may have been added with another device file.
[     9.322] (II) config/udev: Adding input device HDA Intel HDMI HDMI/DP,pcm=7 (/dev/input/event14)
[     9.322] (II) No input driver specified, ignoring this device.
[     9.322] (II) This device may have been added with another device file.
[     9.322] (II) config/udev: Adding input device HDA Intel HDMI HDMI/DP,pcm=8 (/dev/input/event15)
[     9.322] (II) No input driver specified, ignoring this device.
[     9.322] (II) This device may have been added with another device file.
[     9.322] (II) config/udev: Adding input device Integrated Camera (/dev/input/event16)
[     9.322] (**) Integrated Camera: Applying InputClass "evdev keyboard catchall"
[     9.322] (**) Integrated Camera: Applying InputClass "system-keyboard"
[     9.323] (II) systemd-logind: got fd for /dev/input/event16 13:80 fd 22 paused 0
[     9.323] (II) Using input driver 'evdev' for 'Integrated Camera'
[     9.323] (**) Integrated Camera: always reports core events
[     9.323] (**) evdev: Integrated Camera: Device: "/dev/input/event16"
[     9.323] (--) evdev: Integrated Camera: Vendor 0x4f2 Product 0xb449
[     9.323] (--) evdev: Integrated Camera: Found keys
[     9.323] (II) evdev: Integrated Camera: Configuring as keyboard
[     9.323] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-8/1-8:1.0/input/input18/event16"
[     9.323] (II) XINPUT: Adding extended input device "Integrated Camera" (type: KEYBOARD, id 10)
[     9.323] (**) Option "xkb_rules" "evdev"
[     9.323] (**) Option "xkb_model" "pc104"
[     9.323] (**) Option "xkb_layout" "de"
[     9.323] (II) config/udev: Adding input device HDA Digital PCBeep (/dev/input/event6)
[     9.323] (II) No input driver specified, ignoring this device.
[     9.323] (II) This device may have been added with another device file.
[     9.323] (II) config/udev: Adding input device HDA Intel PCH Mic (/dev/input/event8)
[     9.323] (II) No input driver specified, ignoring this device.
[     9.323] (II) This device may have been added with another device file.
[     9.323] (II) config/udev: Adding input device HDA Intel PCH Dock Headphone (/dev/input/event9)
[     9.323] (II) No input driver specified, ignoring this device.
[     9.323] (II) This device may have been added with another device file.
[     9.323] (II) config/udev: Adding input device HDA Intel PCH Headphone (/dev/input/event10)
[     9.323] (II) No input driver specified, ignoring this device.
[     9.323] (II) This device may have been added with another device file.
[     9.324] (II) config/udev: Adding input device HDA Intel PCH Dock Mic (/dev/input/event7)
[     9.324] (II) No input driver specified, ignoring this device.
[     9.324] (II) This device may have been added with another device file.
[     9.324] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0)
[     9.324] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
[     9.324] (**) AT Translated Set 2 keyboard: Applying InputClass "system-keyboard"
[     9.324] (II) systemd-logind: got fd for /dev/input/event0 13:64 fd 23 paused 0
[     9.324] (II) Using input driver 'evdev' for 'AT Translated Set 2 keyboard'
[     9.324] (**) AT Translated Set 2 keyboard: always reports core events
[     9.324] (**) evdev: AT Translated Set 2 keyboard: Device: "/dev/input/event0"
[     9.324] (--) evdev: AT Translated Set 2 keyboard: Vendor 0x1 Product 0x1
[     9.324] (--) evdev: AT Translated Set 2 keyboard: Found keys
[     9.324] (II) evdev: AT Translated Set 2 keyboard: Configuring as keyboard
[     9.324] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input0/event0"
[     9.324] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 11)
[     9.324] (**) Option "xkb_rules" "evdev"
[     9.324] (**) Option "xkb_model" "pc104"
[     9.324] (**) Option "xkb_layout" "de"
[     9.324] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/event17)
[     9.324] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "evdev touchpad catchall"
[     9.324] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "touchpad catchall"
[     9.324] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "Default clickpad buttons"
[     9.324] (II) LoadModule: "synaptics"
[     9.325] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
[     9.325] (II) Module synaptics: vendor="X.Org Foundation"
[     9.325]    compiled for 1.17.1, module version = 1.8.2
[     9.325]    Module class: X.Org XInput Driver
[     9.325]    ABI class: X.Org XInput driver, version 21.0
[     9.325] (II) systemd-logind: got fd for /dev/input/event17 13:81 fd 24 paused 0
[     9.325] (II) Using input driver 'synaptics' for 'SynPS/2 Synaptics TouchPad'
[     9.325] (**) SynPS/2 Synaptics TouchPad: always reports core events
[     9.325] (**) Option "Device" "/dev/input/event17"
[     9.383] (II) synaptics: SynPS/2 Synaptics TouchPad: found clickpad property
[     9.383] (--) synaptics: SynPS/2 Synaptics TouchPad: x-axis range 1266 - 5676 (res 45)
[     9.383] (--) synaptics: SynPS/2 Synaptics TouchPad: y-axis range 1096 - 4758 (res 68)
[     9.383] (--) synaptics: SynPS/2 Synaptics TouchPad: pressure range 0 - 255
[     9.383] (--) synaptics: SynPS/2 Synaptics TouchPad: finger width range 0 - 15
[     9.383] (--) synaptics: SynPS/2 Synaptics TouchPad: buttons: left double triple
[     9.383] (--) synaptics: SynPS/2 Synaptics TouchPad: Vendor 0x2 Product 0x7
[     9.383] (**) Option "TapButton1" "1"
[     9.383] (**) Option "TapButton2" "2"
[     9.383] (**) Option "TapButton3" "3"
[     9.383] (**) Option "SoftButtonAreas" "50% 0 82% 0 0 0 0 0"
[     9.383] (--) synaptics: SynPS/2 Synaptics TouchPad: touchpad found
[     9.383] (**) SynPS/2 Synaptics TouchPad: always reports core events
[     9.383] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input6/event17"
[     9.383] (II) XINPUT: Adding extended input device "SynPS/2 Synaptics TouchPad" (type: TOUCHPAD, id 12)
[     9.383] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) MinSpeed is now constant deceleration 2.5
[     9.383] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) MaxSpeed is now 1.75
[     9.383] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) AccelFactor is now 0.035
[     9.383] (**) SynPS/2 Synaptics TouchPad: (accel) keeping acceleration scheme 1
[     9.383] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration profile 1
[     9.383] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration factor: 2.000
[     9.383] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration threshold: 4
[     9.383] (--) synaptics: SynPS/2 Synaptics TouchPad: touchpad found
[     9.384] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/mouse0)
[     9.384] (**) SynPS/2 Synaptics TouchPad: Ignoring device from InputClass "touchpad ignore duplicates"
[     9.384] (II) config/udev: Adding input device TPPS/2 IBM TrackPoint (/dev/input/event18)
[     9.384] (**) TPPS/2 IBM TrackPoint: Applying InputClass "evdev pointer catchall"
[     9.384] (**) TPPS/2 IBM TrackPoint: Applying InputClass "Trackpoint Wheel Emulation"
[     9.384] (II) systemd-logind: got fd for /dev/input/event18 13:82 fd 25 paused 0
[     9.384] (II) Using input driver 'evdev' for 'TPPS/2 IBM TrackPoint'
[     9.384] (**) TPPS/2 IBM TrackPoint: always reports core events
[     9.384] (**) evdev: TPPS/2 IBM TrackPoint: Device: "/dev/input/event18"
[     9.384] (--) evdev: TPPS/2 IBM TrackPoint: Vendor 0x2 Product 0xa
[     9.384] (--) evdev: TPPS/2 IBM TrackPoint: Found 3 mouse buttons
[     9.384] (--) evdev: TPPS/2 IBM TrackPoint: Found relative axes
[     9.384] (--) evdev: TPPS/2 IBM TrackPoint: Found x and y relative axes
[     9.384] (II) evdev: TPPS/2 IBM TrackPoint: Configuring as mouse
[     9.384] (**) Option "Emulate3Buttons" "false"
[     9.384] (**) Option "EmulateWheel" "true"
[     9.384] (**) Option "EmulateWheelButton" "2"
[     9.384] (**) Option "YAxisMapping" "4 5"
[     9.384] (**) evdev: TPPS/2 IBM TrackPoint: YAxisMapping: buttons 4 and 5
[     9.384] (**) Option "XAxisMapping" "6 7"
[     9.384] (**) evdev: TPPS/2 IBM TrackPoint: XAxisMapping: buttons 6 and 7
[     9.384] (**) evdev: TPPS/2 IBM TrackPoint: EmulateWheelButton: 2, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[     9.384] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/serio2/input/input19/event18"
[     9.384] (II) XINPUT: Adding extended input device "TPPS/2 IBM TrackPoint" (type: MOUSE, id 13)
[     9.385] (II) evdev: TPPS/2 IBM TrackPoint: initialized for relative axes.
[     9.385] (**) TPPS/2 IBM TrackPoint: (accel) keeping acceleration scheme 1
[     9.385] (**) TPPS/2 IBM TrackPoint: (accel) acceleration profile 0
[     9.385] (**) TPPS/2 IBM TrackPoint: (accel) acceleration factor: 2.000
[     9.385] (**) TPPS/2 IBM TrackPoint: (accel) acceleration threshold: 4
[     9.385] (II) config/udev: Adding input device TPPS/2 IBM TrackPoint (/dev/input/mouse1)
[     9.385] (II) No input driver specified, ignoring this device.
[     9.385] (II) This device may have been added with another device file.
[     9.385] (II) config/udev: Adding input device PC Speaker (/dev/input/event4)
[     9.385] (II) No input driver specified, ignoring this device.
[     9.385] (II) This device may have been added with another device file.
[     9.385] (II) config/udev: Adding input device ThinkPad Extra Buttons (/dev/input/event5)
[     9.385] (**) ThinkPad Extra Buttons: Applying InputClass "evdev keyboard catchall"
[     9.385] (**) ThinkPad Extra Buttons: Applying InputClass "system-keyboard"
[     9.386] (II) systemd-logind: got fd for /dev/input/event5 13:69 fd 26 paused 0
[     9.386] (II) Using input driver 'evdev' for 'ThinkPad Extra Buttons'
[     9.386] (**) ThinkPad Extra Buttons: always reports core events
[     9.386] (**) evdev: ThinkPad Extra Buttons: Device: "/dev/input/event5"
[     9.386] (--) evdev: ThinkPad Extra Buttons: Vendor 0x17aa Product 0x5054
[     9.386] (--) evdev: ThinkPad Extra Buttons: Found keys
[     9.386] (II) evdev: ThinkPad Extra Buttons: Configuring as keyboard
[     9.386] (**) Option "config_info" "udev:/sys/devices/platform/thinkpad_acpi/input/input7/event5"
[     9.386] (II) XINPUT: Adding extended input device "ThinkPad Extra Buttons" (type: KEYBOARD, id 14)
[     9.386] (**) Option "xkb_rules" "evdev"
[     9.386] (**) Option "xkb_model" "pc104"
[     9.386] (**) Option "xkb_layout" "de"
[     9.556] (II) modeset(0): EDID vendor "LGD", prod id 1133
[     9.556] (II) modeset(0): Printing DDC gathered Modelines:
[     9.556] (II) modeset(0): Modeline "1920x1080"x0.0  138.70  1920 1968 2000 2080  1080 1083 1088 1111 +hsync -vsync (66.7 kHz eP)
[     9.581] (II) modeset(0): EDID vendor "LGD", prod id 1133
[     9.581] (II) modeset(0): Printing DDC gathered Modelines:
[     9.581] (II) modeset(0): Modeline "1920x1080"x0.0  138.70  1920 1968 2000 2080  1080 1083 1088 1111 +hsync -vsync (66.7 kHz eP)
[     9.715] (II) modeset(0): EDID vendor "LGD", prod id 1133
[     9.715] (II) modeset(0): Printing DDC gathered Modelines:
[     9.715] (II) modeset(0): Modeline "1920x1080"x0.0  138.70  1920 1968 2000 2080  1080 1083 1088 1111 +hsync -vsync (66.7 kHz eP)
[     9.740] (II) modeset(0): EDID vendor "LGD", prod id 1133
[     9.740] (II) modeset(0): Printing DDC gathered Modelines:
[     9.740] (II) modeset(0): Modeline "1920x1080"x0.0  138.70  1920 1968 2000 2080  1080 1083 1088 1111 +hsync -vsync (66.7 kHz eP)
[     9.827] (II) modeset(0): EDID vendor "LGD", prod id 1133
[     9.827] (II) modeset(0): Printing DDC gathered Modelines:
[     9.827] (II) modeset(0): Modeline "1920x1080"x0.0  138.70  1920 1968 2000 2080  1080 1083 1088 1111 +hsync -vsync (66.7 kHz eP)
[     9.854] (II) modeset(0): EDID vendor "LGD", prod id 1133
[     9.854] (II) modeset(0): Printing DDC gathered Modelines:
[     9.854] (II) modeset(0): Modeline "1920x1080"x0.0  138.70  1920 1968 2000 2080  1080 1083 1088 1111 +hsync -vsync (66.7 kHz eP)
[     9.881] (II) modeset(0): EDID vendor "LGD", prod id 1133
[     9.881] (II) modeset(0): Printing DDC gathered Modelines:
[     9.881] (II) modeset(0): Modeline "1920x1080"x0.0  138.70  1920 1968 2000 2080  1080 1083 1088 1111 +hsync -vsync (66.7 kHz eP)
[     9.907] (II) modeset(0): EDID vendor "LGD", prod id 1133
[     9.907] (II) modeset(0): Printing DDC gathered Modelines:
[     9.907] (II) modeset(0): Modeline "1920x1080"x0.0  138.70  1920 1968 2000 2080  1080 1083 1088 1111 +hsync -vsync (66.7 kHz eP)
[    10.007] (II) modeset(0): EDID vendor "LGD", prod id 1133
[    10.007] (II) modeset(0): Printing DDC gathered Modelines:
[    10.007] (II) modeset(0): Modeline "1920x1080"x0.0  138.70  1920 1968 2000 2080  1080 1083 1088 1111 +hsync -vsync (66.7 kHz eP)
[    10.034] (II) modeset(0): EDID vendor "LGD", prod id 1133
[    10.034] (II) modeset(0): Printing DDC gathered Modelines:
[    10.034] (II) modeset(0): Modeline "1920x1080"x0.0  138.70  1920 1968 2000 2080  1080 1083 1088 1111 +hsync -vsync (66.7 kHz eP)
[    10.260] (II) modeset(0): EDID vendor "LGD", prod id 1133
[    10.260] (II) modeset(0): Printing DDC gathered Modelines:
[    10.260] (II) modeset(0): Modeline "1920x1080"x0.0  138.70  1920 1968 2000 2080  1080 1083 1088 1111 +hsync -vsync (66.7 kHz eP)
[    10.288] (II) modeset(0): EDID vendor "LGD", prod id 1133
[    10.288] (II) modeset(0): Printing DDC gathered Modelines:
[    10.288] (II) modeset(0): Modeline "1920x1080"x0.0  138.70  1920 1968 2000 2080  1080 1083 1088 1111 +hsync -vsync (66.7 kHz eP)
[    10.438] (II) modeset(0): EDID vendor "LGD", prod id 1133
[    10.438] (II) modeset(0): Printing DDC gathered Modelines:
[    10.438] (II) modeset(0): Modeline "1920x1080"x0.0  138.70  1920 1968 2000 2080  1080 1083 1088 1111 +hsync -vsync (66.7 kHz eP)
[    10.465] (II) modeset(0): EDID vendor "LGD", prod id 1133
[    10.465] (II) modeset(0): Printing DDC gathered Modelines:
[    10.465] (II) modeset(0): Modeline "1920x1080"x0.0  138.70  1920 1968 2000 2080  1080 1083 1088 1111 +hsync -vsync (66.7 kHz eP)
[    10.492] (II) modeset(0): EDID vendor "LGD", prod id 1133
[    10.493] (II) modeset(0): Printing DDC gathered Modelines:
[    10.493] (II) modeset(0): Modeline "1920x1080"x0.0  138.70  1920 1968 2000 2080  1080 1083 1088 1111 +hsync -vsync (66.7 kHz eP)
[    10.519] (II) modeset(0): EDID vendor "LGD", prod id 1133
[    10.519] (II) modeset(0): Printing DDC gathered Modelines:
[    10.519] (II) modeset(0): Modeline "1920x1080"x0.0  138.70  1920 1968 2000 2080  1080 1083 1088 1111 +hsync -vsync (66.7 kHz eP)
[    10.591] (II) modeset(0): EDID vendor "LGD", prod id 1133
[    10.591] (II) modeset(0): Printing DDC gathered Modelines:
[    10.591] (II) modeset(0): Modeline "1920x1080"x0.0  138.70  1920 1968 2000 2080  1080 1083 1088 1111 +hsync -vsync (66.7 kHz eP)
[    10.620] (II) modeset(0): EDID vendor "LGD", prod id 1133
[    10.620] (II) modeset(0): Printing DDC gathered Modelines:
[    10.620] (II) modeset(0): Modeline "1920x1080"x0.0  138.70  1920 1968 2000 2080  1080 1083 1088 1111 +hsync -vsync (66.7 kHz eP)
[    10.648] (II) modeset(0): EDID vendor "LGD", prod id 1133
[    10.648] (II) modeset(0): Printing DDC gathered Modelines:
[    10.648] (II) modeset(0): Modeline "1920x1080"x0.0  138.70  1920 1968 2000 2080  1080 1083 1088 1111 +hsync -vsync (66.7 kHz eP)
[    10.747] (II) modeset(0): EDID vendor "LGD", prod id 1133
[    10.748] (II) modeset(0): Printing DDC gathered Modelines:
[    10.748] (II) modeset(0): Modeline "1920x1080"x0.0  138.70  1920 1968 2000 2080  1080 1083 1088 1111 +hsync -vsync (66.7 kHz eP)
[    10.776] (II) modeset(0): EDID vendor "LGD", prod id 1133
[    10.776] (II) modeset(0): Printing DDC gathered Modelines:
[    10.776] (II) modeset(0): Modeline "1920x1080"x0.0  138.70  1920 1968 2000 2080  1080 1083 1088 1111 +hsync -vsync (66.7 kHz eP)
[    10.801] (II) modeset(0): EDID vendor "LGD", prod id 1133
[    10.801] (II) modeset(0): Printing DDC gathered Modelines:
[    10.801] (II) modeset(0): Modeline "1920x1080"x0.0  138.70  1920 1968 2000 2080  1080 1083 1088 1111 +hsync -vsync (66.7 kHz eP)
[    10.827] (II) modeset(0): EDID vendor "LGD", prod id 1133
[    10.827] (II) modeset(0): Printing DDC gathered Modelines:
[    10.827] (II) modeset(0): Modeline "1920x1080"x0.0  138.70  1920 1968 2000 2080  1080 1083 1088 1111 +hsync -vsync (66.7 kHz eP)
[    10.854] (II) modeset(0): EDID vendor "LGD", prod id 1133
[    10.854] (II) modeset(0): Printing DDC gathered Modelines:
[    10.854] (II) modeset(0): Modeline "1920x1080"x0.0  138.70  1920 1968 2000 2080  1080 1083 1088 1111 +hsync -vsync (66.7 kHz eP)
[    10.880] (II) modeset(0): EDID vendor "LGD", prod id 1133
[    10.881] (II) modeset(0): Printing DDC gathered Modelines:
[    10.881] (II) modeset(0): Modeline "1920x1080"x0.0  138.70  1920 1968 2000 2080  1080 1083 1088 1111 +hsync -vsync (66.7 kHz eP)
[    10.907] (II) modeset(0): EDID vendor "LGD", prod id 1133
[    10.907] (II) modeset(0): Printing DDC gathered Modelines:
[    10.907] (II) modeset(0): Modeline "1920x1080"x0.0  138.70  1920 1968 2000 2080  1080 1083 1088 1111 +hsync -vsync (66.7 kHz eP)
[    10.934] (II) modeset(0): EDID vendor "LGD", prod id 1133
[    10.934] (II) modeset(0): Printing DDC gathered Modelines:
[    10.934] (II) modeset(0): Modeline "1920x1080"x0.0  138.70  1920 1968 2000 2080  1080 1083 1088 1111 +hsync -vsync (66.7 kHz eP)
[    10.961] (II) modeset(0): EDID vendor "LGD", prod id 1133
[    10.961] (II) modeset(0): Printing DDC gathered Modelines:
[    10.961] (II) modeset(0): Modeline "1920x1080"x0.0  138.70  1920 1968 2000 2080  1080 1083 1088 1111 +hsync -vsync (66.7 kHz eP)
[    10.987] (II) modeset(0): EDID vendor "LGD", prod id 1133
[    10.987] (II) modeset(0): Printing DDC gathered Modelines:
[    10.987] (II) modeset(0): Modeline "1920x1080"x0.0  138.70  1920 1968 2000 2080  1080 1083 1088 1111 +hsync -vsync (66.7 kHz eP)
[    11.014] (II) modeset(0): EDID vendor "LGD", prod id 1133
[    11.014] (II) modeset(0): Printing DDC gathered Modelines:
[    11.014] (II) modeset(0): Modeline "1920x1080"x0.0  138.70  1920 1968 2000 2080  1080 1083 1088 1111 +hsync -vsync (66.7 kHz eP)
[    11.043] (II) modeset(0): EDID vendor "LGD", prod id 1133
[    11.043] (II) modeset(0): Printing DDC gathered Modelines:
[    11.043] (II) modeset(0): Modeline "1920x1080"x0.0  138.70  1920 1968 2000 2080  1080 1083 1088 1111 +hsync -vsync (66.7 kHz eP)
[    11.071] (II) modeset(0): EDID vendor "LGD", prod id 1133
[    11.071] (II) modeset(0): Printing DDC gathered Modelines:
[    11.071] (II) modeset(0): Modeline "1920x1080"x0.0  138.70  1920 1968 2000 2080  1080 1083 1088 1111 +hsync -vsync (66.7 kHz eP)
[    11.098] (II) modeset(0): EDID vendor "LGD", prod id 1133
[    11.098] (II) modeset(0): Printing DDC gathered Modelines:
[    11.098] (II) modeset(0): Modeline "1920x1080"x0.0  138.70  1920 1968 2000 2080  1080 1083 1088 1111 +hsync -vsync (66.7 kHz eP)
[    11.458] (II) modeset(0): EDID vendor "LGD", prod id 1133
[    11.458] (II) modeset(0): Printing DDC gathered Modelines:
[    11.458] (II) modeset(0): Modeline "1920x1080"x0.0  138.70  1920 1968 2000 2080  1080 1083 1088 1111 +hsync -vsync (66.7 kHz eP)
[    11.485] (II) modeset(0): EDID vendor "LGD", prod id 1133
[    11.485] (II) modeset(0): Printing DDC gathered Modelines:
[    11.485] (II) modeset(0): Modeline "1920x1080"x0.0  138.70  1920 1968 2000 2080  1080 1083 1088 1111 +hsync -vsync (66.7 kHz eP)
[    11.511] (II) modeset(0): EDID vendor "LGD", prod id 1133
[    11.511] (II) modeset(0): Printing DDC gathered Modelines:
[    11.511] (II) modeset(0): Modeline "1920x1080"x0.0  138.70  1920 1968 2000 2080  1080 1083 1088 1111 +hsync -vsync (66.7 kHz eP)
[    11.539] (II) modeset(0): EDID vendor "LGD", prod id 1133
[    11.539] (II) modeset(0): Printing DDC gathered Modelines:
[    11.539] (II) modeset(0): Modeline "1920x1080"x0.0  138.70  1920 1968 2000 2080  1080 1083 1088 1111 +hsync -vsync (66.7 kHz eP)
[    11.565] (II) modeset(0): EDID vendor "LGD", prod id 1133
[    11.565] (II) modeset(0): Printing DDC gathered Modelines:
[    11.565] (II) modeset(0): Modeline "1920x1080"x0.0  138.70  1920 1968 2000 2080  1080 1083 1088 1111 +hsync -vsync (66.7 kHz eP)
[    11.593] (II) modeset(0): EDID vendor "LGD", prod id 1133
[    11.594] (II) modeset(0): Printing DDC gathered Modelines:
[    11.594] (II) modeset(0): Modeline "1920x1080"x0.0  138.70  1920 1968 2000 2080  1080 1083 1088 1111 +hsync -vsync (66.7 kHz eP)
[    11.720] (II) modeset(0): EDID vendor "LGD", prod id 1133
[    11.720] (II) modeset(0): Printing DDC gathered Modelines:
[    11.720] (II) modeset(0): Modeline "1920x1080"x0.0  138.70  1920 1968 2000 2080  1080 1083 1088 1111 +hsync -vsync (66.7 kHz eP)
[    11.749] (II) modeset(0): EDID vendor "LGD", prod id 1133
[    11.749] (II) modeset(0): Printing DDC gathered Modelines:
[    11.749] (II) modeset(0): Modeline "1920x1080"x0.0  138.70  1920 1968 2000 2080  1080 1083 1088 1111 +hsync -vsync (66.7 kHz eP)
[    11.776] (II) modeset(0): EDID vendor "LGD", prod id 1133
[    11.777] (II) modeset(0): Printing DDC gathered Modelines:
[    11.777] (II) modeset(0): Modeline "1920x1080"x0.0  138.70  1920 1968 2000 2080  1080 1083 1088 1111 +hsync -vsync (66.7 kHz eP)
[    11.805] (II) modeset(0): EDID vendor "LGD", prod id 1133
[    11.805] (II) modeset(0): Printing DDC gathered Modelines:
[    11.805] (II) modeset(0): Modeline "1920x1080"x0.0  138.70  1920 1968 2000 2080  1080 1083 1088 1111 +hsync -vsync (66.7 kHz eP)
[    11.831] (II) modeset(0): EDID vendor "LGD", prod id 1133
[    11.831] (II) modeset(0): Printing DDC gathered Modelines:
[    11.831] (II) modeset(0): Modeline "1920x1080"x0.0  138.70  1920 1968 2000 2080  1080 1083 1088 1111 +hsync -vsync (66.7 kHz eP)
[    11.857] (II) modeset(0): EDID vendor "LGD", prod id 1133
[    11.857] (II) modeset(0): Printing DDC gathered Modelines:
[    11.857] (II) modeset(0): Modeline "1920x1080"x0.0  138.70  1920 1968 2000 2080  1080 1083 1088 1111 +hsync -vsync (66.7 kHz eP)
[    11.962] (II) modeset(0): EDID vendor "LGD", prod id 1133
[    11.962] (II) modeset(0): Printing DDC gathered Modelines:
[    11.962] (II) modeset(0): Modeline "1920x1080"x0.0  138.70  1920 1968 2000 2080  1080 1083 1088 1111 +hsync -vsync (66.7 kHz eP)
[    11.987] (II) modeset(0): EDID vendor "LGD", prod id 1133
[    11.987] (II) modeset(0): Printing DDC gathered Modelines:
[    11.987] (II) modeset(0): Modeline "1920x1080"x0.0  138.70  1920 1968 2000 2080  1080 1083 1088 1111 +hsync -vsync (66.7 kHz eP)
[    12.088] (II) modeset(0): EDID vendor "LGD", prod id 1133
[    12.088] (II) modeset(0): Printing DDC gathered Modelines:
[    12.088] (II) modeset(0): Modeline "1920x1080"x0.0  138.70  1920 1968 2000 2080  1080 1083 1088 1111 +hsync -vsync (66.7 kHz eP)
[    12.115] (II) modeset(0): EDID vendor "LGD", prod id 1133
[    12.115] (II) modeset(0): Printing DDC gathered Modelines:
[    12.115] (II) modeset(0): Modeline "1920x1080"x0.0  138.70  1920 1968 2000 2080  1080 1083 1088 1111 +hsync -vsync (66.7 kHz eP)
[    12.174] (II) modeset(0): EDID vendor "LGD", prod id 1133
[    12.174] (II) modeset(0): Printing DDC gathered Modelines:
[    12.174] (II) modeset(0): Modeline "1920x1080"x0.0  138.70  1920 1968 2000 2080  1080 1083 1088 1111 +hsync -vsync (66.7 kHz eP)
[    12.248] (II) modeset(0): EDID vendor "LGD", prod id 1133
[    12.248] (II) modeset(0): Printing DDC gathered Modelines:
[    12.248] (II) modeset(0): Modeline "1920x1080"x0.0  138.70  1920 1968 2000 2080  1080 1083 1088 1111 +hsync -vsync (66.7 kHz eP)
[    12.626] (II) modeset(0): EDID vendor "LGD", prod id 1133
[    12.626] (II) modeset(0): Printing DDC gathered Modelines:
[    12.626] (II) modeset(0): Modeline "1920x1080"x0.0  138.70  1920 1968 2000 2080  1080 1083 1088 1111 +hsync -vsync (66.7 kHz eP)
[    12.653] (II) modeset(0): EDID vendor "LGD", prod id 1133
[    12.654] (II) modeset(0): Printing DDC gathered Modelines:
[    12.654] (II) modeset(0): Modeline "1920x1080"x0.0  138.70  1920 1968 2000 2080  1080 1083 1088 1111 +hsync -vsync (66.7 kHz eP)
[    12.746] (II) modeset(0): EDID vendor "LGD", prod id 1133
[    12.746] (II) modeset(0): Printing DDC gathered Modelines:
[    12.746] (II) modeset(0): Modeline "1920x1080"x0.0  138.70  1920 1968 2000 2080  1080 1083 1088 1111 +hsync -vsync (66.7 kHz eP)
[    16.529] (II) modeset(0): EDID vendor "LGD", prod id 1133
[    16.529] (II) modeset(0): Printing DDC gathered Modelines:
[    16.529] (II) modeset(0): Modeline "1920x1080"x0.0  138.70  1920 1968 2000 2080  1080 1083 1088 1111 +hsync -vsync (66.7 kHz eP)
[    16.555] (II) modeset(0): EDID vendor "LGD", prod id 1133
[    16.555] (II) modeset(0): Printing DDC gathered Modelines:
[    16.555] (II) modeset(0): Modeline "1920x1080"x0.0  138.70  1920 1968 2000 2080  1080 1083 1088 1111 +hsync -vsync (66.7 kHz eP)

But it gives a black screen. Also when I blacklist the i915 driver or force only the nvidia driver to be loaded in xorg.conf

Any ideas? Help is greatly appreciated

Offline

#2 2015-05-11 15:26:42

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 25,076

Re: black screen with nvidia-346

First of all, the current stable driver from the repos is newer than what you have installed (349). Arch is quick on the uptake with new software versions, there's seldom a need to go into AUR if what you need is the latest driver.

Second, your notebook is likely using optimus, so you should be using Bumblebee and read through this article to find out how to set it up: https://wiki.archlinux.org/index.php/Bumblebee

Last edited by V1del (2015-05-11 15:27:16)

Offline

#3 2015-05-11 19:19:08

knut
Member
Registered: 2015-05-11
Posts: 2

Re: black screen with nvidia-346

Thanks, I assumed the repo driver was older. I installed bumblebee and it now works just fine

Offline

#4 2015-05-11 21:12:44

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 25,076

Re: black screen with nvidia-346

Neat, don't forget to prepend [SOLVED] to your initial post's title

Offline

#5 2015-05-19 05:10:53

Witko
Member
Registered: 2010-12-07
Posts: 17

Re: black screen with nvidia-346

Even if this thread is solved - im havig a similar problem - but bumblebee worked fine.
BUT Bumblebee has terrible performance. So in my eyes the solution would be to run X with plasma on intel and games or other stuff on nvidia in different X.
Im trying to achieve this but im also a bit stuck - see this thread, maybe there will be some solution.

Offline

Board footer

Powered by FluxBB