You are not logged in.

#1 2013-10-09 23:14:36

siamer
Member
Registered: 2012-04-29
Posts: 132

optimus on lenovo y580

Hi.

my kernel is

root@lenovo siamer # uname -r
3.11.4-1-ck

and I have nvidia-ck installed to that kernel...

I'm trying to get optimus to work on my new lenovo y580... I heard that there is some problem with building modules for nvidia with new kernel but my modules are build fine and loaded (all the time)...
my xorg.conf

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

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

Section "Screen"
        Identifier "nvidia"
        Device "nvidia"
        Option "UseDisplayDevice" "none"
EndSection

Section "Device"
        Identifier "intel"
        Driver "modesetting"
EndSection

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

when I'm setting up my xorg.conf in this way and reboot than my X is not starting and xorg.0.log showing

[     3.511] 
X.Org X Server 1.14.3
Release Date: 2013-09-12
[     3.511] X Protocol Version 11, Revision 0
[     3.511] Build Operating System: Linux 3.11.0-1-ARCH x86_64 
[     3.511] Current Operating System: Linux lenovov 3.11.4-1-ck #1 SMP PREEMPT Sat Oct 5 12:02:52 EDT 2013 x86_64
[     3.511] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux-ck root=UUID=30869744-9327-4a0f-978e-4cadb84f0ea4 rw resume=/dev/sda1 quiet
[     3.511] Build Date: 13 September 2013  01:28:59PM
[     3.511]  
[     3.511] Current version of pixman: 0.30.2
[     3.511] 	Before reporting problems, check [url]http://wiki.x.org[/url]
	to make sure that you have the latest version.
[     3.511] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[     3.514] (==) Log file: "/var/log/Xorg.0.log", Time: Tue Oct  8 18:58:17 2013
[     3.519] (==) Using config file: "/etc/X11/xorg.conf"
[     3.519] (==) Using config directory: "/etc/X11/xorg.conf.d"
[     3.519] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[     3.535] (==) ServerLayout "layout"
[     3.535] (**) |-->Screen "nvidia" (0)
[     3.535] (**) |   |-->Monitor "<default monitor>"
[     3.535] (**) |   |-->Device "nvidia"
[     3.535] (==) No monitor specified for screen "nvidia".
	Using a default monitor configuration.
[     3.535] (**) |-->Inactive Device "intel"
[     3.535] (==) Automatically adding devices
[     3.535] (==) Automatically enabling devices
[     3.535] (==) Automatically adding GPU devices
[     3.548] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
[     3.548] 	Entry deleted from font path.
[     3.551] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
[     3.551] 	Entry deleted from font path.
[     3.551] 	(Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
[     3.551] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
[     3.551] 	Entry deleted from font path.
[     3.551] 	(Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
[     3.551] (==) FontPath set to:
	/usr/share/fonts/misc/,
	/usr/share/fonts/TTF/,
	/usr/share/fonts/Type1/
[     3.551] (==) ModulePath set to "/usr/lib/xorg/modules"
[     3.551] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[     3.551] (II) Loader magic: 0x7fdc20
[     3.551] (II) Module ABI versions:
[     3.551] 	X.Org ANSI C Emulation: 0.4
[     3.551] 	X.Org Video Driver: 14.1
[     3.551] 	X.Org XInput driver : 19.1
[     3.551] 	X.Org Server Extension : 7.0
[     3.551] (II) xfree86: Adding drm device (/dev/dri/card1)
[     3.551] (II) xfree86: Adding drm device (/dev/dri/card0)
[     3.553] (--) PCI:*(0:0:2:0) 8086:0166:17aa:3977 rev 9, Mem @ 0xd3000000/4194304, 0xe0000000/268435456, I/O @ 0x00004000/64
[     3.553] (--) PCI: (0:1:0:0) 10de:0fd4:17aa:3977 rev 161, Mem @ 0xd2000000/16777216, 0xc0000000/268435456, 0xd0000000/33554432, I/O @ 0x00003000/128
[     3.556] Initializing built-in extension Generic Event Extension
[     3.556] Initializing built-in extension SHAPE
[     3.556] Initializing built-in extension MIT-SHM
[     3.556] Initializing built-in extension XInputExtension
[     3.556] Initializing built-in extension XTEST
[     3.556] Initializing built-in extension BIG-REQUESTS
[     3.556] Initializing built-in extension SYNC
[     3.556] Initializing built-in extension XKEYBOARD
[     3.556] Initializing built-in extension XC-MISC
[     3.556] Initializing built-in extension SECURITY
[     3.556] Initializing built-in extension XINERAMA
[     3.556] Initializing built-in extension XFIXES
[     3.556] Initializing built-in extension RENDER
[     3.556] Initializing built-in extension RANDR
[     3.556] Initializing built-in extension COMPOSITE
[     3.556] Initializing built-in extension DAMAGE
[     3.556] Initializing built-in extension MIT-SCREEN-SAVER
[     3.556] Initializing built-in extension DOUBLE-BUFFER
[     3.556] Initializing built-in extension RECORD
[     3.556] Initializing built-in extension DPMS
[     3.556] Initializing built-in extension X-Resource
[     3.556] Initializing built-in extension XVideo
[     3.556] Initializing built-in extension XVideo-MotionCompensation
[     3.556] Initializing built-in extension XFree86-VidModeExtension
[     3.556] Initializing built-in extension XFree86-DGA
[     3.556] Initializing built-in extension XFree86-DRI
[     3.556] Initializing built-in extension DRI2
[     3.556] (II) "glx" will be loaded by default.
[     3.556] (II) LoadModule: "dri2"
[     3.556] (II) Module "dri2" already built-in
[     3.556] (II) LoadModule: "glamoregl"
[     3.565] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[     3.590] (II) Module glamoregl: vendor="X.Org Foundation"
[     3.590] 	compiled for 1.14.2, module version = 0.5.1
[     3.590] 	ABI class: X.Org ANSI C Emulation, version 0.4
[     3.590] (II) LoadModule: "glx"
[     3.590] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[     3.593] (II) Module glx: vendor="X.Org Foundation"
[     3.593] 	compiled for 1.14.3, module version = 1.0.0
[     3.593] 	ABI class: X.Org Server Extension, version 7.0
[     3.593] (==) AIGLX enabled
[     3.593] Loading extension GLX
[     3.593] (II) LoadModule: "nvidia"
[     3.594] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
[     3.603] (II) Module nvidia: vendor="NVIDIA Corporation"
[     3.603] 	compiled for 4.0.2, module version = 1.0.0
[     3.603] 	Module class: X.Org Video Driver
[     3.605] (II) LoadModule: "modesetting"
[     3.605] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[     3.605] (II) Module modesetting: vendor="X.Org Foundation"
[     3.605] 	compiled for 1.14.1, module version = 0.8.0
[     3.605] 	Module class: X.Org Video Driver
[     3.605] 	ABI class: X.Org Video Driver, version 14.1
[     3.605] (II) NVIDIA dlloader X Driver  325.15  Wed Jul 31 17:50:57 PDT 2013
[     3.605] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[     3.606] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[     3.606] (++) using VT number 1

[     3.606] (II) Loading sub module "fb"
[     3.606] (II) LoadModule: "fb"
[     3.606] (II) Loading /usr/lib/xorg/modules/libfb.so
[     3.608] (II) Module fb: vendor="X.Org Foundation"
[     3.608] 	compiled for 1.14.3, module version = 1.0.0
[     3.608] 	ABI class: X.Org ANSI C Emulation, version 0.4
[     3.608] (WW) Unresolved symbol: fbGetGCPrivateKey
[     3.608] (II) Loading sub module "wfb"
[     3.608] (II) LoadModule: "wfb"
[     3.608] (II) Loading /usr/lib/xorg/modules/libwfb.so
[     3.609] (II) Module wfb: vendor="X.Org Foundation"
[     3.609] 	compiled for 1.14.3, module version = 1.0.0
[     3.609] 	ABI class: X.Org ANSI C Emulation, version 0.4
[     3.609] (II) Loading sub module "shadow"
[     3.609] (II) LoadModule: "shadow"
[     3.609] (II) Loading /usr/lib/xorg/modules/libshadow.so
[     3.609] (II) Module shadow: vendor="X.Org Foundation"
[     3.609] 	compiled for 1.14.3, module version = 1.1.0
[     3.609] 	ABI class: X.Org ANSI C Emulation, version 0.4
[     3.609] (II) Loading sub module "ramdac"
[     3.609] (II) LoadModule: "ramdac"
[     3.609] (II) Module "ramdac" already built-in
[     3.611] (II) modesetting(1): using drv /dev/dri/card0
[     3.611] (II) modesetting(G0): using drv /dev/dri/card0
[     3.611] (EE) Screen 1 deleted because of no matching config section.
[     3.611] (II) UnloadModule: "modesetting"
[     3.611] (II) NVIDIA(0): Creating default Display subsection in Screen section
	"nvidia" for depth/fbbpp 24/32
[     3.611] (==) NVIDIA(0): Depth 24, (==) framebuffer bpp 32
[     3.611] (==) NVIDIA(0): RGB weight 888
[     3.611] (==) NVIDIA(0): Default visual is TrueColor
[     3.611] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
[     3.611] (**) NVIDIA(0): Option "UseDisplayDevice" "none"
[     3.611] (**) NVIDIA(0): Enabling 2D acceleration
[     3.611] (**) NVIDIA(0): Option "UseDisplayDevice" set to "none"; enabling NoScanout
[     3.611] (**) NVIDIA(0):     mode
[     3.611] (EE) NVIDIA(0): Failed to initialize the GLX module; please check in your X
[     3.611] (EE) NVIDIA(0):     log file that the GLX module has been loaded in your X
[     3.611] (EE) NVIDIA(0):     server, and that the module is the NVIDIA GLX module.  If
[     3.611] (EE) NVIDIA(0):     you continue to encounter problems, Please try
[     3.611] (EE) NVIDIA(0):     reinstalling the NVIDIA driver.
[     6.110] (II) NVIDIA(GPU-0): Found DRM driver nvidia-drm (20130102)
[     6.110] (II) NVIDIA(0): NVIDIA GPU GeForce GTX 660M (GK107) at PCI:1:0:0 (GPU-0)
[     6.110] (--) NVIDIA(0): Memory: 2097152 kBytes
[     6.110] (--) NVIDIA(0): VideoBIOS: 80.07.3c.00.16
[     6.110] (II) NVIDIA(0): Detected PCI Express Link width: 16X
[     6.110] (--) NVIDIA(0): Valid display device(s) on GeForce GTX 660M at PCI:1:0:0
[     6.110] (--) NVIDIA(0):     none
[     6.110] (II) NVIDIA(0): Validated MetaModes:
[     6.110] (II) NVIDIA(0):     "nvidia-auto-select"
[     6.110] (II) NVIDIA(0): Virtual screen size determined to be 640 x 480
[     6.110] (WW) NVIDIA(0): Unable to get display device for DPI computation.
[     6.110] (==) NVIDIA(0): DPI set to (75, 75); computed from built-in default
[     6.110] (==) modesetting(G0): Depth 24, (==) framebuffer bpp 32
[     6.110] (==) modesetting(G0): RGB weight 888
[     6.110] (==) modesetting(G0): Default visual is TrueColor
[     6.110] (II) modesetting(G0): ShadowFB: preferred YES, enabled YES
[     6.110] (II) modesetting(G0): Output LVDS-0 has no monitor section
[     6.111] (II) modesetting(G0): Output VGA-0 has no monitor section
[     6.112] (II) modesetting(G0): Output HDMI-0 has no monitor section
[     6.112] (II) modesetting(G0): Output DisplayPort-0 has no monitor section
[     6.112] (II) modesetting(G0): EDID for output LVDS-0
[     6.112] (II) modesetting(G0): Manufacturer: LGD  Model: 1e9  Serial#: 0
[     6.112] (II) modesetting(G0): Year: 2009  Week: 0
[     6.112] (II) modesetting(G0): EDID Version: 1.3
[     6.112] (II) modesetting(G0): Digital Display Input
[     6.112] (II) modesetting(G0): Max Image Size [cm]: horiz.: 35  vert.: 19
[     6.112] (II) modesetting(G0): Gamma: 2.20
[     6.112] (II) modesetting(G0): No DPMS capabilities specified
[     6.112] (II) modesetting(G0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4 
[     6.112] (II) modesetting(G0): First detailed timing is preferred mode
[     6.112] (II) modesetting(G0): redX: 0.621 redY: 0.352   greenX: 0.314 greenY: 0.586
[     6.112] (II) modesetting(G0): blueX: 0.147 blueY: 0.118   whiteX: 0.313 whiteY: 0.329
[     6.112] (II) modesetting(G0): Manufacturer's mask: 0
[     6.112] (II) modesetting(G0): Supported detailed timing:
[     6.112] (II) modesetting(G0): clock: 138.5 MHz   Image Size:  345 x 194 mm
[     6.112] (II) modesetting(G0): h_active: 1920  h_sync: 1968  h_sync_end 2000 h_blank_end 2080 h_border: 0
[     6.112] (II) modesetting(G0): v_active: 1080  v_sync: 1083  v_sync_end 1088 v_blanking: 1111 v_border: 0
[     6.112] (II) modesetting(G0):  LG Display
[     6.112] (II) modesetting(G0):  LP156WF1-TLC1
[     6.112] (II) modesetting(G0): EDID (in hex):
[     6.112] (II) modesetting(G0): 	00ffffffffffff0030e4e90100000000
[     6.112] (II) modesetting(G0): 	00130103802313780a08d59f5a509625
[     6.112] (II) modesetting(G0): 	1e505400000001010101010101010101
[     6.112] (II) modesetting(G0): 	0101010101011a3680a070381f403020
[     6.112] (II) modesetting(G0): 	350059c2100000190000000000000000
[     6.112] (II) modesetting(G0): 	00000000000000000000000000fe004c
[     6.112] (II) modesetting(G0): 	4720446973706c61790a2020000000fe
[     6.112] (II) modesetting(G0): 	004c503135365746312d544c433100b0
[     6.112] (II) modesetting(G0): Printing probed modes for output LVDS-0
[     6.112] (II) modesetting(G0): Modeline "1920x1080"x59.9  138.50  1920 1968 2000 2080  1080 1083 1088 1111 -hsync -vsync (66.6 kHz eP)
[     6.112] (II) modesetting(G0): Modeline "1400x1050"x60.0  122.00  1400 1488 1640 1880  1050 1052 1064 1082 +hsync +vsync (64.9 kHz d)
[     6.112] (II) modesetting(G0): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz d)
[     6.112] (II) modesetting(G0): Modeline "1280x960"x60.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz d)
[     6.112] (II) modesetting(G0): Modeline "1024x768"x120.1  133.47  1024 1100 1212 1400  768 768 770 794 doublescan -hsync +vsync (95.3 kHz d)
[     6.112] (II) modesetting(G0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz d)
[     6.112] (II) modesetting(G0): Modeline "960x720"x120.0  117.00  960 1024 1128 1300  720 720 722 750 doublescan -hsync +vsync (90.0 kHz d)
[     6.112] (II) modesetting(G0): Modeline "928x696"x120.1  109.15  928 976 1088 1264  696 696 698 719 doublescan -hsync +vsync (86.4 kHz d)
[     6.112] (II) modesetting(G0): Modeline "896x672"x120.0  102.40  896 960 1060 1224  672 672 674 697 doublescan -hsync +vsync (83.7 kHz d)
[     6.112] (II) modesetting(G0): Modeline "800x600"x120.0   81.00  800 832 928 1080  600 600 602 625 doublescan +hsync +vsync (75.0 kHz d)
[     6.112] (II) modesetting(G0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz d)
[     6.112] (II) modesetting(G0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz d)
[     6.112] (II) modesetting(G0): Modeline "700x525"x120.0   61.00  700 744 820 940  525 526 532 541 doublescan +hsync +vsync (64.9 kHz d)
[     6.112] (II) modesetting(G0): Modeline "640x512"x120.0   54.00  640 664 720 844  512 512 514 533 doublescan +hsync +vsync (64.0 kHz d)
[     6.112] (II) modesetting(G0): Modeline "640x480"x120.0   54.00  640 688 744 900  480 480 482 500 doublescan +hsync +vsync (60.0 kHz d)
[     6.112] (II) modesetting(G0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz d)
[     6.112] (II) modesetting(G0): Modeline "512x384"x120.0   32.50  512 524 592 672  384 385 388 403 doublescan -hsync -vsync (48.4 kHz d)
[     6.112] (II) modesetting(G0): Modeline "400x300"x120.6   20.00  400 420 484 528  300 300 302 314 doublescan +hsync +vsync (37.9 kHz d)
[     6.112] (II) modesetting(G0): Modeline "400x300"x112.7   18.00  400 412 448 512  300 300 301 312 doublescan +hsync +vsync (35.2 kHz d)
[     6.112] (II) modesetting(G0): Modeline "320x240"x120.1   12.59  320 328 376 400  240 245 246 262 doublescan -hsync -vsync (31.5 kHz d)
[     6.114] (II) modesetting(G0): EDID for output VGA-0
[     6.114] (II) modesetting(G0): EDID for output HDMI-0
[     6.114] (II) modesetting(G0): EDID for output DisplayPort-0
[     6.114] (II) modesetting(G0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
[     6.114] (==) modesetting(G0): DPI set to (96, 96)
[     6.114] (II) Loading sub module "fb"
[     6.114] (II) LoadModule: "fb"
[     6.114] (II) Loading /usr/lib/xorg/modules/libfb.so
[     6.114] (II) Module fb: vendor="X.Org Foundation"
[     6.114] 	compiled for 1.14.3, module version = 1.0.0
[     6.114] 	ABI class: X.Org ANSI C Emulation, version 0.4
[     6.114] (II) Loading sub module "shadow"
[     6.114] (II) LoadModule: "shadow"
[     6.114] (II) Loading /usr/lib/xorg/modules/libshadow.so
[     6.114] (II) Module shadow: vendor="X.Org Foundation"
[     6.114] 	compiled for 1.14.3, module version = 1.1.0
[     6.114] 	ABI class: X.Org ANSI C Emulation, version 0.4
[     6.114] (--) Depth 24 pixmap format is 32 bpp
[     6.116] (==) modesetting(G0): Backing store disabled
[     6.116] (==) modesetting(G0): Silken mouse enabled
[     6.116] (II) modesetting(G0): RandR 1.2 enabled, ignore the following RandR disabled message.
[     6.116] (==) modesetting(G0): DPMS enabled
[     6.116] (WW) modesetting(G0): Option "UseDisplayDevice" is not used
[     6.412] (II) NVIDIA: Using 3072.00 MB of virtual memory for indirect memory
[     6.412] (II) NVIDIA:     access.
[     6.417] (II) NVIDIA(0): ACPI: failed to connect to the ACPI event daemon; the daemon
[     6.417] (II) NVIDIA(0):     may not be running or the "AcpidSocketPath" X
[     6.417] (II) NVIDIA(0):     configuration option may not be set correctly.  When the
[     6.417] (II) NVIDIA(0):     ACPI event daemon is available, the NVIDIA X driver will
[     6.417] (II) NVIDIA(0):     try to use it to receive ACPI event notifications.  For
[     6.417] (II) NVIDIA(0):     details, please see the "ConnectToAcpid" and
[     6.417] (II) NVIDIA(0):     "AcpidSocketPath" X configuration options in Appendix B: X
[     6.417] (II) NVIDIA(0):     Config Options in the README.
[     6.417] (II) NVIDIA(0): Setting mode "nvidia-auto-select"
[     6.426] (II) NVIDIA(0): Built-in logo is bigger than the screen.
[     6.426] Loading extension NV-GLX
[     6.432] (==) NVIDIA(0): Disabling shared memory pixmaps
[     6.432] (==) NVIDIA(0): Backing store disabled
[     6.432] (==) NVIDIA(0): Silken mouse enabled
[     6.432] (==) NVIDIA(0): DPMS enabled
[     6.433] Loading extension NV-CONTROL
[     6.433] (II) Loading sub module "dri2"
[     6.433] (II) LoadModule: "dri2"
[     6.433] (II) Module "dri2" already built-in
[     6.433] (II) NVIDIA(0): [DRI2] Setup complete
[     6.433] (II) NVIDIA(0): [DRI2]   VDPAU driver: nvidia
[     6.433] (--) RandR disabled
[     6.439] (II) AIGLX: Screen 0 is not DRI2 capable
[     6.439] (II) AIGLX: Screen 0 is not DRI capable
[     6.491] (II) AIGLX: Loaded and initialized swrast
[     6.491] (II) GLX: Initialized DRISWRAST GL provider for screen 0
[     6.492] (II) modesetting(G0): Damage tracking initialized
[     6.534] (II) config/udev: Adding input device Power Button (/dev/input/event6)
[     6.534] (**) Power Button: Applying InputClass "keyboard-layout"
[     6.534] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[     6.534] (II) LoadModule: "evdev"
[     6.534] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[     6.536] (II) Module evdev: vendor="X.Org Foundation"
[     6.536] 	compiled for 1.14.3, module version = 2.8.2
[     6.536] 	Module class: X.Org XInput Driver
[     6.536] 	ABI class: X.Org XInput driver, version 19.1
[     6.536] (II) Using input driver 'evdev' for 'Power Button'
[     6.536] (**) Power Button: always reports core events
[     6.536] (**) evdev: Power Button: Device: "/dev/input/event6"
[     6.536] (--) evdev: Power Button: Vendor 0 Product 0x1
[     6.536] (--) evdev: Power Button: Found keys
[     6.536] (II) evdev: Power Button: Configuring as keyboard
[     6.536] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input6/event6"
[     6.536] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[     6.536] (**) Option "xkb_rules" "evdev"
[     6.536] (**) Option "xkb_model" "pc104"
[     6.536] (**) Option "xkb_layout" "us, ru, ca, fr"
[     6.561] (II) config/udev: Adding input device Video Bus (/dev/input/event15)
[     6.561] (**) Video Bus: Applying InputClass "keyboard-layout"
[     6.561] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
[     6.561] (II) Using input driver 'evdev' for 'Video Bus'
[     6.561] (**) Video Bus: always reports core events
[     6.561] (**) evdev: Video Bus: Device: "/dev/input/event15"
[     6.561] (--) evdev: Video Bus: Vendor 0 Product 0x6
[     6.561] (--) evdev: Video Bus: Found keys
[     6.561] (II) evdev: Video Bus: Configuring as keyboard
[     6.561] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/LNXVIDEO:01/input/input15/event15"
[     6.561] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[     6.561] (**) Option "xkb_rules" "evdev"
[     6.561] (**) Option "xkb_model" "pc104"
[     6.561] (**) Option "xkb_layout" "us, ru, ca, fr"
[     6.562] (II) config/udev: Adding input device Power Button (/dev/input/event3)
[     6.562] (**) Power Button: Applying InputClass "keyboard-layout"
[     6.562] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[     6.562] (II) Using input driver 'evdev' for 'Power Button'
[     6.562] (**) Power Button: always reports core events
[     6.562] (**) evdev: Power Button: Device: "/dev/input/event3"
[     6.562] (--) evdev: Power Button: Vendor 0 Product 0x1
[     6.562] (--) evdev: Power Button: Found keys
[     6.562] (II) evdev: Power Button: Configuring as keyboard
[     6.562] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:02/PNP0C0C:00/input/input3/event3"
[     6.562] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 8)
[     6.562] (**) Option "xkb_rules" "evdev"
[     6.562] (**) Option "xkb_model" "pc104"
[     6.562] (**) Option "xkb_layout" "us, ru, ca, fr"
[     6.562] (II) config/udev: Adding input device Sleep Button (/dev/input/event4)
[     6.562] (**) Sleep Button: Applying InputClass "keyboard-layout"
[     6.562] (**) Sleep Button: Applying InputClass "evdev keyboard catchall"
[     6.562] (II) Using input driver 'evdev' for 'Sleep Button'
[     6.562] (**) Sleep Button: always reports core events
[     6.562] (**) evdev: Sleep Button: Device: "/dev/input/event4"
[     6.562] (--) evdev: Sleep Button: Vendor 0 Product 0x3
[     6.562] (--) evdev: Sleep Button: Found keys
[     6.562] (II) evdev: Sleep Button: Configuring as keyboard
[     6.562] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:02/PNP0C0E:00/input/input4/event4"
[     6.562] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 9)
[     6.562] (**) Option "xkb_rules" "evdev"
[     6.562] (**) Option "xkb_model" "pc104"
[     6.562] (**) Option "xkb_layout" "us, ru, ca, fr"
[     6.563] (II) config/udev: Adding input device Video Bus (/dev/input/event14)
[     6.563] (**) Video Bus: Applying InputClass "keyboard-layout"
[     6.563] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
[     6.563] (II) Using input driver 'evdev' for 'Video Bus'
[     6.563] (**) Video Bus: always reports core events
[     6.563] (**) evdev: Video Bus: Device: "/dev/input/event14"
[     6.563] (--) evdev: Video Bus: Vendor 0 Product 0x6
[     6.563] (--) evdev: Video Bus: Found keys
[     6.563] (II) evdev: Video Bus: Configuring as keyboard
[     6.563] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:3a/LNXVIDEO:00/input/input14/event14"
[     6.563] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 10)
[     6.563] (**) Option "xkb_rules" "evdev"
[     6.563] (**) Option "xkb_model" "pc104"
[     6.563] (**) Option "xkb_layout" "us, ru, ca, fr"
[     6.563] (II) config/udev: Adding input device Lid Switch (/dev/input/event5)
[     6.563] (II) No input driver specified, ignoring this device.
[     6.563] (II) This device may have been added with another device file.
[     6.563] (II) config/udev: Adding drm device (/dev/dri/card1)
[     6.563] (II) config/udev: Adding drm device (/dev/dri/card0)
[     6.564] (II) config/udev: Adding input device Logitech USB Receiver (/dev/input/event1)
[     6.564] (**) Logitech USB Receiver: Applying InputClass "evdev pointer catchall"
[     6.564] (II) Using input driver 'evdev' for 'Logitech USB Receiver'
[     6.564] (**) Logitech USB Receiver: always reports core events
[     6.564] (**) evdev: Logitech USB Receiver: Device: "/dev/input/event1"
[     6.564] (--) evdev: Logitech USB Receiver: Vendor 0x46d Product 0xc52f
[     6.564] (--) evdev: Logitech USB Receiver: Found 20 mouse buttons
[     6.564] (--) evdev: Logitech USB Receiver: Found scroll wheel(s)
[     6.564] (--) evdev: Logitech USB Receiver: Found relative axes
[     6.564] (--) evdev: Logitech USB Receiver: Found x and y relative axes
[     6.564] (II) evdev: Logitech USB Receiver: Configuring as mouse
[     6.564] (II) evdev: Logitech USB Receiver: Adding scrollwheel support
[     6.564] (**) evdev: Logitech USB Receiver: YAxisMapping: buttons 4 and 5
[     6.564] (**) evdev: Logitech USB Receiver: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[     6.564] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.2/3-1.2:1.0/input/input1/event1"
[     6.564] (II) XINPUT: Adding extended input device "Logitech USB Receiver" (type: MOUSE, id 11)
[     6.564] (II) evdev: Logitech USB Receiver: initialized for relative axes.
[     6.564] (**) Logitech USB Receiver: (accel) keeping acceleration scheme 1
[     6.564] (**) Logitech USB Receiver: (accel) acceleration profile 0
[     6.564] (**) Logitech USB Receiver: (accel) acceleration factor: 2.000
[     6.564] (**) Logitech USB Receiver: (accel) acceleration threshold: 4
[     6.564] (II) config/udev: Adding input device Logitech USB Receiver (/dev/input/mouse0)
[     6.564] (II) No input driver specified, ignoring this device.
[     6.564] (II) This device may have been added with another device file.
[     6.565] (II) config/udev: Adding input device Logitech USB Receiver (/dev/input/event2)
[     6.565] (**) Logitech USB Receiver: Applying InputClass "keyboard-layout"
[     6.565] (**) Logitech USB Receiver: Applying InputClass "evdev keyboard catchall"
[     6.565] (II) Using input driver 'evdev' for 'Logitech USB Receiver'
[     6.565] (**) Logitech USB Receiver: always reports core events
[     6.565] (**) evdev: Logitech USB Receiver: Device: "/dev/input/event2"
[     6.565] (--) evdev: Logitech USB Receiver: Vendor 0x46d Product 0xc52f
[     6.565] (--) evdev: Logitech USB Receiver: Found 1 mouse buttons
[     6.565] (--) evdev: Logitech USB Receiver: Found scroll wheel(s)
[     6.565] (--) evdev: Logitech USB Receiver: Found relative axes
[     6.565] (II) evdev: Logitech USB Receiver: Forcing relative x/y axes to exist.
[     6.565] (--) evdev: Logitech USB Receiver: Found absolute axes
[     6.565] (II) evdev: Logitech USB Receiver: Forcing absolute x/y axes to exist.
[     6.565] (--) evdev: Logitech USB Receiver: Found keys
[     6.565] (II) evdev: Logitech USB Receiver: Configuring as mouse
[     6.565] (II) evdev: Logitech USB Receiver: Configuring as keyboard
[     6.565] (II) evdev: Logitech USB Receiver: Adding scrollwheel support
[     6.565] (**) evdev: Logitech USB Receiver: YAxisMapping: buttons 4 and 5
[     6.565] (**) evdev: Logitech USB Receiver: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[     6.565] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.2/3-1.2:1.1/input/input2/event2"
[     6.565] (II) XINPUT: Adding extended input device "Logitech USB Receiver" (type: KEYBOARD, id 12)
[     6.565] (**) Option "xkb_rules" "evdev"
[     6.565] (**) Option "xkb_model" "pc104"
[     6.565] (**) Option "xkb_layout" "us, ru, ca, fr"
[     6.565] (II) evdev: Logitech USB Receiver: initialized for relative axes.
[     6.565] (WW) evdev: Logitech USB Receiver: ignoring absolute axes.
[     6.565] (**) Logitech USB Receiver: (accel) keeping acceleration scheme 1
[     6.565] (**) Logitech USB Receiver: (accel) acceleration profile 0
[     6.565] (**) Logitech USB Receiver: (accel) acceleration factor: 2.000
[     6.565] (**) Logitech USB Receiver: (accel) acceleration threshold: 4
[     6.565] (II) config/udev: Adding input device HDA Digital PCBeep (/dev/input/event8)
[     6.565] (II) No input driver specified, ignoring this device.
[     6.565] (II) This device may have been added with another device file.
[     6.566] (II) config/udev: Adding input device HDA Intel PCH Headphone (/dev/input/event10)
[     6.566] (II) No input driver specified, ignoring this device.
[     6.566] (II) This device may have been added with another device file.
[     6.566] (II) config/udev: Adding input device HDA Intel PCH Mic (/dev/input/event11)
[     6.566] (II) No input driver specified, ignoring this device.
[     6.566] (II) This device may have been added with another device file.
[     6.566] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=3 (/dev/input/event9)
[     6.566] (II) No input driver specified, ignoring this device.
[     6.566] (II) This device may have been added with another device file.
[     6.566] (II) config/udev: Adding input device Lenovo EasyCamera (/dev/input/event13)
[     6.566] (**) Lenovo EasyCamera: Applying InputClass "keyboard-layout"
[     6.566] (**) Lenovo EasyCamera: Applying InputClass "evdev keyboard catchall"
[     6.566] (II) Using input driver 'evdev' for 'Lenovo EasyCamera'
[     6.566] (**) Lenovo EasyCamera: always reports core events
[     6.566] (**) evdev: Lenovo EasyCamera: Device: "/dev/input/event13"
[     6.566] (--) evdev: Lenovo EasyCamera: Vendor 0x13d3 Product 0x5162
[     6.566] (--) evdev: Lenovo EasyCamera: Found keys
[     6.566] (II) evdev: Lenovo EasyCamera: Configuring as keyboard
[     6.566] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.0/usb4/4-1/4-1.6/4-1.6:1.0/input/input13/event13"
[     6.566] (II) XINPUT: Adding extended input device "Lenovo EasyCamera" (type: KEYBOARD, id 13)
[     6.566] (**) Option "xkb_rules" "evdev"
[     6.566] (**) Option "xkb_model" "pc104"
[     6.566] (**) Option "xkb_layout" "us, ru, ca, fr"
[     6.567] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0)
[     6.567] (**) AT Translated Set 2 keyboard: Applying InputClass "keyboard-layout"
[     6.567] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
[     6.567] (II) Using input driver 'evdev' for 'AT Translated Set 2 keyboard'
[     6.567] (**) AT Translated Set 2 keyboard: always reports core events
[     6.567] (**) evdev: AT Translated Set 2 keyboard: Device: "/dev/input/event0"
[     6.567] (--) evdev: AT Translated Set 2 keyboard: Vendor 0x1 Product 0x1
[     6.567] (--) evdev: AT Translated Set 2 keyboard: Found keys
[     6.567] (II) evdev: AT Translated Set 2 keyboard: Configuring as keyboard
[     6.567] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input0/event0"
[     6.567] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 14)
[     6.567] (**) Option "xkb_rules" "evdev"
[     6.567] (**) Option "xkb_model" "pc104"
[     6.567] (**) Option "xkb_layout" "us, ru, ca, fr"
[     6.567] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/event16)
[     6.567] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "evdev touchpad catchall"
[     6.567] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "Synaptics touchpads"
[     6.567] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "touchpad catchall"
[     6.567] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "Default clickpad buttons"
[     6.567] (II) LoadModule: "synaptics"
[     6.567] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
[     6.569] (II) Module synaptics: vendor="X.Org Foundation"
[     6.569] 	compiled for 1.14.1, module version = 1.7.1
[     6.569] 	Module class: X.Org XInput Driver
[     6.569] 	ABI class: X.Org XInput driver, version 19.1
[     6.569] (II) Using input driver 'synaptics' for 'SynPS/2 Synaptics TouchPad'
[     6.569] (**) SynPS/2 Synaptics TouchPad: always reports core events
[     6.569] (**) Option "Device" "/dev/input/event16"
[     6.602] (II) synaptics: SynPS/2 Synaptics TouchPad: found clickpad property
[     6.602] (--) synaptics: SynPS/2 Synaptics TouchPad: x-axis range 1472 - 5664 (res 42)
[     6.602] (--) synaptics: SynPS/2 Synaptics TouchPad: y-axis range 1408 - 4682 (res 52)
[     6.602] (--) synaptics: SynPS/2 Synaptics TouchPad: pressure range 0 - 255
[     6.602] (--) synaptics: SynPS/2 Synaptics TouchPad: finger width range 0 - 15
[     6.602] (--) synaptics: SynPS/2 Synaptics TouchPad: buttons: left double triple
[     6.602] (--) synaptics: SynPS/2 Synaptics TouchPad: Vendor 0x2 Product 0x7
[     6.602] (**) Option "EmulateTwoFingerMinZ" "40"
[     6.602] (**) Option "EmulateTwoFingerMinW" "8"
[     6.602] (**) Option "VertEdgeScroll" "on"
[     6.602] (**) Option "HorizEdgeScroll" "on"
[     6.602] (**) Option "VertTwoFingerScroll" "on"
[     6.602] (**) Option "HorizTwoFingerScroll" "on"
[     6.602] (**) Option "TapButton1" "1"
[     6.602] (**) Option "TapButton2" "2"
[     6.602] (**) Option "TapButton3" "3"
[     6.602] (**) Option "CircularScrolling" "on"
[     6.602] (**) Option "CircScrollTrigger" "2"
[     6.602] (**) Option "SoftButtonAreas" "50% 0 82% 0 0 0 0 0"
[     6.602] (--) synaptics: SynPS/2 Synaptics TouchPad: touchpad found
[     6.602] (**) SynPS/2 Synaptics TouchPad: always reports core events
[     6.618] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input16/event16"
[     6.618] (II) XINPUT: Adding extended input device "SynPS/2 Synaptics TouchPad" (type: TOUCHPAD, id 15)
[     6.618] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) MinSpeed is now constant deceleration 2.5
[     6.618] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) MaxSpeed is now 1.75
[     6.618] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) AccelFactor is now 0.038
[     6.618] (**) SynPS/2 Synaptics TouchPad: (accel) keeping acceleration scheme 1
[     6.618] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration profile 1
[     6.618] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration factor: 2.000
[     6.618] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration threshold: 4
[     6.618] (--) synaptics: SynPS/2 Synaptics TouchPad: touchpad found
[     6.619] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/mouse1)
[     6.619] (**) SynPS/2 Synaptics TouchPad: Ignoring device from InputClass "touchpad ignore duplicates"
[     6.619] (II) config/udev: Adding input device Ideapad extra buttons (/dev/input/event7)
[     6.619] (**) Ideapad extra buttons: Applying InputClass "keyboard-layout"
[     6.619] (**) Ideapad extra buttons: Applying InputClass "evdev keyboard catchall"
[     6.619] (II) Using input driver 'evdev' for 'Ideapad extra buttons'
[     6.619] (**) Ideapad extra buttons: always reports core events
[     6.619] (**) evdev: Ideapad extra buttons: Device: "/dev/input/event7"
[     6.619] (--) evdev: Ideapad extra buttons: Vendor 0 Product 0
[     6.619] (--) evdev: Ideapad extra buttons: Found keys
[     6.619] (II) evdev: Ideapad extra buttons: Configuring as keyboard
[     6.619] (**) Option "config_info" "udev:/sys/devices/platform/ideapad/input/input7/event7"
[     6.619] (II) XINPUT: Adding extended input device "Ideapad extra buttons" (type: KEYBOARD, id 16)
[     6.619] (**) Option "xkb_rules" "evdev"
[     6.619] (**) Option "xkb_model" "pc104"
[     6.619] (**) Option "xkb_layout" "us, ru, ca, fr"
[     6.620] (II) config/udev: Adding input device PC Speaker (/dev/input/event12)
[     6.620] (II) No input driver specified, ignoring this device.
[     6.620] (II) This device may have been added with another device file.
[     6.624] (II) config/udev: removing device SynPS/2 Synaptics TouchPad
[     6.658] (II) UnloadModule: "synaptics"
[     6.658] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/event16)
[     6.658] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "evdev touchpad catchall"
[     6.658] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "Synaptics touchpads"
[     6.658] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "touchpad catchall"
[     6.658] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "Default clickpad buttons"
[     6.658] (II) Using input driver 'synaptics' for 'SynPS/2 Synaptics TouchPad'
[     6.658] (**) SynPS/2 Synaptics TouchPad: always reports core events
[     6.658] (**) Option "Device" "/dev/input/event16"
[     6.686] (II) synaptics: SynPS/2 Synaptics TouchPad: found clickpad property
[     6.686] (--) synaptics: SynPS/2 Synaptics TouchPad: x-axis range 1472 - 5664 (res 42)
[     6.686] (--) synaptics: SynPS/2 Synaptics TouchPad: y-axis range 1408 - 4682 (res 52)
[     6.686] (--) synaptics: SynPS/2 Synaptics TouchPad: pressure range 0 - 255
[     6.686] (--) synaptics: SynPS/2 Synaptics TouchPad: finger width range 0 - 15
[     6.686] (--) synaptics: SynPS/2 Synaptics TouchPad: buttons: left double triple
[     6.686] (--) synaptics: SynPS/2 Synaptics TouchPad: Vendor 0x2 Product 0x7
[     6.686] (**) Option "EmulateTwoFingerMinZ" "40"
[     6.686] (**) Option "EmulateTwoFingerMinW" "8"
[     6.686] (**) Option "VertEdgeScroll" "on"
[     6.686] (**) Option "HorizEdgeScroll" "on"
[     6.686] (**) Option "VertTwoFingerScroll" "on"
[     6.686] (**) Option "HorizTwoFingerScroll" "on"
[     6.686] (**) Option "TapButton1" "1"
[     6.686] (**) Option "TapButton2" "2"
[     6.686] (**) Option "TapButton3" "3"
[     6.686] (**) Option "CircularScrolling" "on"
[     6.686] (**) Option "CircScrollTrigger" "2"
[     6.686] (**) Option "SoftButtonAreas" "50% 0 82% 0 0 0 0 0"
[     6.686] (--) synaptics: SynPS/2 Synaptics TouchPad: touchpad found
[     6.686] (**) SynPS/2 Synaptics TouchPad: always reports core events
[     6.706] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input16/event16"
[     6.706] (II) XINPUT: Adding extended input device "SynPS/2 Synaptics TouchPad" (type: TOUCHPAD, id 15)
[     6.706] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) MinSpeed is now constant deceleration 2.5
[     6.706] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) MaxSpeed is now 1.75
[     6.706] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) AccelFactor is now 0.038
[     6.706] (**) SynPS/2 Synaptics TouchPad: (accel) keeping acceleration scheme 1
[     6.706] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration profile 1
[     6.706] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration factor: 2.000
[     6.706] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration threshold: 4
[     6.706] (--) synaptics: SynPS/2 Synaptics TouchPad: touchpad found
[     6.707] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/mouse1)
[     6.707] (**) SynPS/2 Synaptics TouchPad: Ignoring device from InputClass "touchpad ignore duplicates"
[    30.027] (II) NVIDIA(0): Setting mode "nvidia-auto-select"
[    30.035] (II) NVIDIA(0): ACPI: failed to connect to the ACPI event daemon; the daemon
[    30.035] (II) NVIDIA(0):     may not be running or the "AcpidSocketPath" X
[    30.035] (II) NVIDIA(0):     configuration option may not be set correctly.  When the
[    30.035] (II) NVIDIA(0):     ACPI event daemon is available, the NVIDIA X driver will
[    30.035] (II) NVIDIA(0):     try to use it to receive ACPI event notifications.  For
[    30.035] (II) NVIDIA(0):     details, please see the "ConnectToAcpid" and
[    30.035] (II) NVIDIA(0):     "AcpidSocketPath" X configuration options in Appendix B: X
[    30.035] (II) NVIDIA(0):     Config Options in the README.
[    30.337] (II) modesetting(G0): EDID vendor "LGD", prod id 489
[    30.337] (II) modesetting(G0): Printing DDC gathered Modelines:
[    30.337] (II) modesetting(G0): Modeline "1920x1080"x0.0  138.50  1920 1968 2000 2080  1080 1083 1088 1111 -hsync -vsync (66.6 kHz eP)
[    30.345] (--) synaptics: SynPS/2 Synaptics TouchPad: touchpad found
[    30.345] setversion 1.4 failed
[   139.374] (II) UnloadModule: "synaptics"
[   139.374] (II) evdev: Ideapad extra buttons: Close
[   139.374] (II) UnloadModule: "evdev"
[   139.375] (II) evdev: AT Translated Set 2 keyboard: Close
[   139.375] (II) UnloadModule: "evdev"
[   139.375] (II) evdev: Lenovo EasyCamera: Close
[   139.375] (II) UnloadModule: "evdev"
[   139.375] (II) evdev: Logitech USB Receiver: Close
[   139.375] (II) UnloadModule: "evdev"
[   139.375] (II) evdev: Logitech USB Receiver: Close
[   139.375] (II) UnloadModule: "evdev"
[   139.375] (II) evdev: Video Bus: Close
[   139.375] (II) UnloadModule: "evdev"
[   139.375] (II) evdev: Sleep Button: Close
[   139.375] (II) UnloadModule: "evdev"
[   139.375] (II) evdev: Power Button: Close
[   139.375] (II) UnloadModule: "evdev"
[   139.375] (II) evdev: Video Bus: Close
[   139.375] (II) UnloadModule: "evdev"
[   139.375] (II) evdev: Power Button: Close
[   139.375] (II) UnloadModule: "evdev"
[   139.397] (II) NVIDIA(GPU-0): Deleting GPU-0
[   139.411] (EE) Server terminated successfully (0). Closing log file.

after I remove xorg.conf gnome is starting and than I'm checking modules (with xorg.conf removed!):

siamer@lenovov ~ # lsmod | grep nvidia                            
nvidia               9322897  0 
drm                   234876  5 i915,drm_kms_helper,nvidia
i2c_core               23592  7 drm,i915,i2c_i801,drm_kms_helper,i2c_algo_bit,nvidia,videodev
siamer@lenovov ~ # 

so that's mean that nvidia module is loaded anyway... why ?

kernel showing (dmesg | grep nvidia):

siamer@lenovov ~ # dmesg | grep nvidia
[    2.794047] nvidia: module license 'NVIDIA' taints kernel.
[    2.804823] nvidia 0000:01:00.0: enabling device (0006 -> 0007)
[    3.609984] [drm] Initialized nvidia-drm 0.0.0 20130102 for 0000:01:00.0 on minor 1

looks like module is fine so that's my configuration is messed...

how can I check if optimus is working ? I would like to use nativ nvidia drivers, not bulbleebee or nouevau... any idea what I'm doing wrong ?

ouuu my ofcourse I added to .xinitrc

xrandr --setprovideroutputsource modesetting NVIDIA-0
xrandr --auto
if [ -d /etc/X11/xinit/xinitrc.d ]; then
  for f in /etc/X11/xinit/xinitrc.d/*; do
    [ -x "$f" ] && . "$f"
  done
  unset f
fi

please let me know what I'm doing wrong...

Offline

#2 2013-10-12 18:30:12

siamer
Member
Registered: 2012-04-29
Posts: 132

Re: optimus on lenovo y580

really no ideas what can be wrong or what I'm doing wrong ?

Offline

Board footer

Powered by FluxBB