You are not logged in.

#1 2016-09-11 18:56:44

ruonim
Member
Registered: 2016-08-12
Posts: 11

Laptop xorg nvidia problem

I could use some help configuring xorg on laptop. Want to use manufacturer driver but getting errors.

.xinitrc

xrandr --setprovideroutputsource modetting NVIDIA-0
xrandr --auto

xorg.conf

Section "Module"
	Load	"modesetting"
EndSection

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

Section "Device"
	Identifier 	"intel"
	Driver		"modesetting"
	BusID		"PCI:0:2:0"
	Option		"AccelMethod" "sna"
EndSection

xorg.0.log

[    36.362] 
X.Org X Server 1.18.4
Release Date: 2016-07-19
[    36.363] X Protocol Version 11, Revision 0
[    36.363] Build Operating System: Linux 4.5.4-1-ARCH x86_64 
[    36.363] Current Operating System: Linux archusb 4.7.2-1-ARCH #1 SMP PREEMPT Sat Aug 20 23:02:56 CEST 2016 x86_64
[    36.363] Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=e7460d7b-7d76-4a84-a494-806780f55890 rw quiet
[    36.363] Build Date: 19 July 2016  05:54:24PM
[    36.363]  
[    36.363] Current version of pixman: 0.34.0
[    36.363] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[    36.363] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    36.364] (==) Log file: "/var/log/Xorg.0.log", Time: Sun Sep 11 19:50:40 2016
[    36.374] (==) Using config file: "/etc/X11/xorg.conf"
[    36.374] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[    36.378] (==) No Layout section.  Using the first Screen section.
[    36.378] (==) No screen section available. Using defaults.
[    36.378] (**) |-->Screen "Default Screen Section" (0)
[    36.378] (**) |   |-->Monitor "<default monitor>"
[    36.380] (==) No device specified for screen "Default Screen Section".
	Using the first device section listed.
[    36.380] (**) |   |-->Device "nvidia"
[    36.380] (**) |   |-->GPUDevice "intel"
[    36.380] (==) No monitor specified for screen "Default Screen Section".
	Using a default monitor configuration.
[    36.380] (==) Automatically adding devices
[    36.380] (==) Automatically enabling devices
[    36.380] (==) Automatically adding GPU devices
[    36.380] (==) Max clients allowed: 256, resource mask: 0x1fffff
[    36.394] (WW) The directory "/usr/share/fonts/Type1/" does not exist.
[    36.394] 	Entry deleted from font path.
[    36.394] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
[    36.394] 	Entry deleted from font path.
[    36.394] 	(Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
[    36.395] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
[    36.395] 	Entry deleted from font path.
[    36.395] 	(Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
[    36.395] (==) FontPath set to:
	/usr/share/fonts/misc/,
	/usr/share/fonts/TTF/,
	/usr/share/fonts/OTF/
[    36.395] (==) ModulePath set to "/usr/lib/xorg/modules"
[    36.395] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[    36.396] (II) Loader magic: 0x821d40
[    36.396] (II) Module ABI versions:
[    36.396] 	X.Org ANSI C Emulation: 0.4
[    36.396] 	X.Org Video Driver: 20.0
[    36.396] 	X.Org XInput driver : 22.1
[    36.396] 	X.Org Server Extension : 9.0
[    36.398] (++) using VT number 1

[    36.398] (--) controlling tty is VT number 1, auto-enabling KeepTty
[    36.402] (II) systemd-logind: took control of session /org/freedesktop/login1/session/c1
[    36.403] (II) xfree86: Adding drm device (/dev/dri/card1)
[    36.404] (II) systemd-logind: got fd for /dev/dri/card1 226:1 fd 8 paused 0
[    36.404] (II) xfree86: Adding drm device (/dev/dri/card0)
[    36.405] (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 9 paused 0
[    36.408] (--) PCI:*(0:0:2:0) 8086:191b:1558:6400 rev 6, Mem @ 0xdd000000/16777216, 0xa0000000/536870912, I/O @ 0x0000f000/64, BIOS @ 0x????????/131072
[    36.408] (--) PCI: (0:1:0:0) 10de:13d8:1558:6400 rev 161, Mem @ 0xde000000/16777216, 0xc0000000/268435456, 0xd0000000/33554432, I/O @ 0x0000e000/128, BIOS @ 0x????????/524288
[    36.408] (II) Open ACPI successful (/var/run/acpid.socket)
[    36.408] (II) "glx" will be loaded by default.
[    36.408] (II) LoadModule: "modesetting"
[    36.416] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[    36.418] (II) Module modesetting: vendor="X.Org Foundation"
[    36.418] 	compiled for 1.18.4, module version = 1.18.4
[    36.418] 	Module class: X.Org Video Driver
[    36.418] 	ABI class: X.Org Video Driver, version 20.0
[    36.418] (II) LoadModule: "glx"
[    36.418] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[    36.631] (II) Module glx: vendor="NVIDIA Corporation"
[    36.631] 	compiled for 4.0.2, module version = 1.0.0
[    36.631] 	Module class: X.Org Server Extension
[    36.633] (II) NVIDIA GLX Module  370.28  Thu Sep  1 19:14:30 PDT 2016
[    36.635] (II) LoadModule: "nvidia"
[    36.635] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
[    36.657] (II) Module nvidia: vendor="NVIDIA Corporation"
[    36.657] 	compiled for 4.0.2, module version = 1.0.0
[    36.657] 	Module class: X.Org Video Driver
[    36.659] (II) LoadModule: "modesetting"
[    36.659] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[    36.659] (II) Module modesetting: vendor="X.Org Foundation"
[    36.659] 	compiled for 1.18.4, module version = 1.18.4
[    36.659] 	Module class: X.Org Video Driver
[    36.659] 	ABI class: X.Org Video Driver, version 20.0
[    36.659] (II) UnloadModule: "modesetting"
[    36.659] (II) Unloading modesetting
[    36.659] (II) Failed to load module "modesetting" (already loaded, 0)
[    36.659] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[    36.659] (II) NVIDIA dlloader X Driver  370.28  Thu Sep  1 18:51:40 PDT 2016
[    36.659] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[    36.660] (II) modeset(0): using drv /dev/dri/card0
[    36.661] (II) systemd-logind: releasing fd for 226:1
[    36.664] (II) Loading sub module "fb"
[    36.664] (II) LoadModule: "fb"
[    36.664] (II) Loading /usr/lib/xorg/modules/libfb.so
[    36.667] (II) Module fb: vendor="X.Org Foundation"
[    36.667] 	compiled for 1.18.4, module version = 1.0.0
[    36.667] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    36.668] (II) Loading sub module "wfb"
[    36.668] (II) LoadModule: "wfb"
[    36.668] (II) Loading /usr/lib/xorg/modules/libwfb.so
[    36.671] (II) Module wfb: vendor="X.Org Foundation"
[    36.671] 	compiled for 1.18.4, module version = 1.0.0
[    36.671] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    36.671] (II) Loading sub module "ramdac"
[    36.671] (II) LoadModule: "ramdac"
[    36.671] (II) Module "ramdac" already built-in
[    36.678] (EE) Screen 0 deleted because of no matching config section.
[    36.678] (II) UnloadModule: "modesetting"
[    36.678] (II) NVIDIA(0): Creating default Display subsection in Screen section
	"Default Screen Section" for depth/fbbpp 24/32
[    36.678] (==) NVIDIA(0): Depth 24, (==) framebuffer bpp 32
[    36.678] (==) NVIDIA(0): RGB weight 888
[    36.678] (==) NVIDIA(0): Default visual is TrueColor
[    36.678] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
[    36.680] (**) NVIDIA(0): Option "AllowEmptyInitialConfiguration"
[    36.680] (**) NVIDIA(0): Enabling 2D acceleration
[    37.762] (--) NVIDIA(0): Valid display device(s) on GPU-0 at PCI:1:0:0
[    37.762] (--) NVIDIA(0):     DFP-0
[    37.762] (--) NVIDIA(0):     DFP-1
[    37.762] (--) NVIDIA(0): DFP-0: disconnected
[    37.762] (--) NVIDIA(0): DFP-0: Internal DisplayPort
[    37.762] (--) NVIDIA(0): DFP-0: 960.0 MHz maximum pixel clock
[    37.762] (--) NVIDIA(0): 
[    37.762] (--) NVIDIA(0): DFP-1: disconnected
[    37.762] (--) NVIDIA(0): DFP-1: Internal TMDS
[    37.762] (--) NVIDIA(0): DFP-1: 330.0 MHz maximum pixel clock
[    37.762] (--) NVIDIA(0): 
[    37.762] (II) NVIDIA(0): NVIDIA GPU GeForce GTX 970M (GM204-A) at PCI:1:0:0 (GPU-0)
[    37.762] (--) NVIDIA(0): Memory: 3145728 kBytes
[    37.762] (--) NVIDIA(0): VideoBIOS: 84.04.86.00.0f
[    37.762] (II) NVIDIA(0): Detected PCI Express Link width: 16X
[    37.763] (==) NVIDIA(0): 
[    37.763] (==) NVIDIA(0): No modes were requested; the default mode "nvidia-auto-select"
[    37.763] (==) NVIDIA(0):     will be used as the requested mode.
[    37.763] (==) NVIDIA(0): 
[    37.763] (--) NVIDIA(0): No enabled display devices found; starting anyway because
[    37.763] (--) NVIDIA(0):     AllowEmptyInitialConfiguration is enabled
[    37.763] (II) NVIDIA(0): Validated MetaModes:
[    37.763] (II) NVIDIA(0):     "NULL"
[    37.763] (II) NVIDIA(0): Virtual screen size determined to be 640 x 480
[    37.763] (WW) NVIDIA(0): Unable to get display device for DPI computation.
[    37.763] (==) NVIDIA(0): DPI set to (75, 75); computed from built-in default
[    37.763] (--) Depth 24 pixmap format is 32 bpp
[    37.763] (II) NVIDIA: Using 12288.00 MB of virtual memory for indirect memory
[    37.763] (II) NVIDIA:     access.
[    37.792] (II) NVIDIA(0): Built-in logo is bigger than the screen.
[    37.792] (II) NVIDIA(0): Setting mode "NULL"
[    37.803] (==) NVIDIA(0): Disabling shared memory pixmaps
[    37.803] (==) NVIDIA(0): Backing store enabled
[    37.803] (==) NVIDIA(0): Silken mouse enabled
[    37.806] (==) NVIDIA(0): DPMS enabled
[    37.808] (II) Loading sub module "dri2"
[    37.808] (II) LoadModule: "dri2"
[    37.808] (II) Module "dri2" already built-in
[    37.808] (II) NVIDIA(0): [DRI2] Setup complete
[    37.808] (II) NVIDIA(0): [DRI2]   VDPAU driver: nvidia
[    37.808] (--) RandR disabled
[    37.813] (II) Initializing extension GLX
[    37.813] (II) Indirect GLX disabled.
[    37.961] (II) config/udev: Adding input device Power Button (/dev/input/event8)
[    37.961] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[    37.961] (II) LoadModule: "evdev"
[    37.961] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[    37.967] (II) Module evdev: vendor="X.Org Foundation"
[    37.967] 	compiled for 1.18.3, module version = 2.10.3
[    37.967] 	Module class: X.Org XInput Driver
[    37.967] 	ABI class: X.Org XInput driver, version 22.1
[    37.968] (II) systemd-logind: got fd for /dev/input/event8 13:72 fd 31 paused 0
[    37.968] (II) Using input driver 'evdev' for 'Power Button'
[    37.968] (**) Power Button: always reports core events
[    37.968] (**) evdev: Power Button: Device: "/dev/input/event8"
[    37.968] (--) evdev: Power Button: Vendor 0 Product 0x1
[    37.968] (--) evdev: Power Button: Found keys
[    37.968] (II) evdev: Power Button: Configuring as keyboard
[    37.968] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input12/event8"
[    37.968] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[    37.968] (**) Option "xkb_rules" "evdev"
[    37.968] (II) config/udev: Adding input device Video Bus (/dev/input/event9)
[    37.968] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
[    37.969] (II) systemd-logind: got fd for /dev/input/event9 13:73 fd 32 paused 0
[    37.969] (II) Using input driver 'evdev' for 'Video Bus'
[    37.969] (**) Video Bus: always reports core events
[    37.969] (**) evdev: Video Bus: Device: "/dev/input/event9"
[    37.969] (--) evdev: Video Bus: Vendor 0 Product 0x6
[    37.969] (--) evdev: Video Bus: Found keys
[    37.969] (II) evdev: Video Bus: Configuring as keyboard
[    37.969] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input13/event9"
[    37.969] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[    37.969] (**) Option "xkb_rules" "evdev"
[    37.969] (II) config/udev: Adding input device Video Bus (/dev/input/event10)
[    37.969] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
[    37.969] (II) systemd-logind: got fd for /dev/input/event10 13:74 fd 33 paused 0
[    37.969] (II) Using input driver 'evdev' for 'Video Bus'
[    37.969] (**) Video Bus: always reports core events
[    37.969] (**) evdev: Video Bus: Device: "/dev/input/event10"
[    37.969] (--) evdev: Video Bus: Vendor 0 Product 0x6
[    37.969] (--) evdev: Video Bus: Found keys
[    37.969] (II) evdev: Video Bus: Configuring as keyboard
[    37.969] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:12/LNXVIDEO:01/input/input14/event10"
[    37.969] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 8)
[    37.969] (**) Option "xkb_rules" "evdev"
[    37.970] (II) config/udev: Adding input device Power Button (/dev/input/event5)
[    37.970] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[    37.970] (II) systemd-logind: got fd for /dev/input/event5 13:69 fd 34 paused 0
[    37.970] (II) Using input driver 'evdev' for 'Power Button'
[    37.970] (**) Power Button: always reports core events
[    37.970] (**) evdev: Power Button: Device: "/dev/input/event5"
[    37.970] (--) evdev: Power Button: Vendor 0 Product 0x1
[    37.970] (--) evdev: Power Button: Found keys
[    37.970] (II) evdev: Power Button: Configuring as keyboard
[    37.970] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input9/event5"
[    37.970] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 9)
[    37.970] (**) Option "xkb_rules" "evdev"
[    37.971] (II) config/udev: Adding input device Lid Switch (/dev/input/event7)
[    37.971] (II) No input driver specified, ignoring this device.
[    37.971] (II) This device may have been added with another device file.
[    37.971] (II) config/udev: Adding input device Sleep Button (/dev/input/event6)
[    37.971] (**) Sleep Button: Applying InputClass "evdev keyboard catchall"
[    37.971] (II) systemd-logind: got fd for /dev/input/event6 13:70 fd 35 paused 0
[    37.971] (II) Using input driver 'evdev' for 'Sleep Button'
[    37.971] (**) Sleep Button: always reports core events
[    37.971] (**) evdev: Sleep Button: Device: "/dev/input/event6"
[    37.971] (--) evdev: Sleep Button: Vendor 0 Product 0x3
[    37.971] (--) evdev: Sleep Button: Found keys
[    37.971] (II) evdev: Sleep Button: Configuring as keyboard
[    37.971] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input10/event6"
[    37.971] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 10)
[    37.971] (**) Option "xkb_rules" "evdev"
[    37.972] (II) config/udev: Adding input device A4TECH USB Device (/dev/input/event1)
[    37.972] (**) A4TECH USB Device: Applying InputClass "evdev keyboard catchall"
[    37.972] (II) systemd-logind: got fd for /dev/input/event1 13:65 fd 36 paused 0
[    37.972] (II) Using input driver 'evdev' for 'A4TECH USB Device'
[    37.972] (**) A4TECH USB Device: always reports core events
[    37.972] (**) evdev: A4TECH USB Device: Device: "/dev/input/event1"
[    37.972] (--) evdev: A4TECH USB Device: Vendor 0x9da Product 0x9090
[    37.972] (--) evdev: A4TECH USB Device: Found 1 mouse buttons
[    37.972] (--) evdev: A4TECH USB Device: Found scroll wheel(s)
[    37.972] (--) evdev: A4TECH USB Device: Found relative axes
[    37.972] (--) evdev: A4TECH USB Device: Found absolute axes
[    37.972] (--) evdev: A4TECH USB Device: Found absolute multitouch axes
[    37.972] (--) evdev: A4TECH USB Device: Fake MT device detected
[    37.972] (--) evdev: A4TECH USB Device: Found x and y absolute axes
[    37.972] (--) evdev: A4TECH USB Device: Found keys
[    37.973] (II) evdev: A4TECH USB Device: Forcing relative x/y axes to exist.
[    37.973] (II) evdev: A4TECH USB Device: Configuring as mouse
[    37.973] (II) evdev: A4TECH USB Device: Configuring as keyboard
[    37.973] (II) evdev: A4TECH USB Device: Adding scrollwheel support
[    37.973] (**) evdev: A4TECH USB Device: YAxisMapping: buttons 4 and 5
[    37.973] (**) evdev: A4TECH USB Device: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[    37.973] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3.2/1-3.2:1.0/0003:09DA:9090.0001/input/input5/event1"
[    37.973] (II) XINPUT: Adding extended input device "A4TECH USB Device" (type: KEYBOARD, id 11)
[    37.973] (**) Option "xkb_rules" "evdev"
[    37.973] (II) evdev: A4TECH USB Device: initialized for relative axes.
[    37.973] (WW) evdev: A4TECH USB Device: ignoring absolute axes.
[    37.973] (**) A4TECH USB Device: (accel) keeping acceleration scheme 1
[    37.973] (**) A4TECH USB Device: (accel) acceleration profile 0
[    37.973] (**) A4TECH USB Device: (accel) acceleration factor: 2.000
[    37.973] (**) A4TECH USB Device: (accel) acceleration threshold: 4
[    37.973] (II) config/udev: Adding input device A4TECH USB Device (/dev/input/js0)
[    37.973] (II) No input driver specified, ignoring this device.
[    37.973] (II) This device may have been added with another device file.
[    37.973] (II) config/udev: Adding input device A4TECH USB Device (/dev/input/event2)
[    37.973] (**) A4TECH USB Device: Applying InputClass "evdev pointer catchall"
[    38.027] (II) systemd-logind: got fd for /dev/input/event2 13:66 fd 37 paused 0
[    38.027] (II) Using input driver 'evdev' for 'A4TECH USB Device'
[    38.027] (**) A4TECH USB Device: always reports core events
[    38.027] (**) evdev: A4TECH USB Device: Device: "/dev/input/event2"
[    38.027] (--) evdev: A4TECH USB Device: Vendor 0x9da Product 0x9090
[    38.027] (--) evdev: A4TECH USB Device: Found 20 mouse buttons
[    38.027] (--) evdev: A4TECH USB Device: Found scroll wheel(s)
[    38.027] (--) evdev: A4TECH USB Device: Found relative axes
[    38.027] (--) evdev: A4TECH USB Device: Found x and y relative axes
[    38.027] (II) evdev: A4TECH USB Device: Configuring as mouse
[    38.027] (II) evdev: A4TECH USB Device: Adding scrollwheel support
[    38.027] (**) evdev: A4TECH USB Device: YAxisMapping: buttons 4 and 5
[    38.027] (**) evdev: A4TECH USB Device: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[    38.027] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3.2/1-3.2:1.1/0003:09DA:9090.0002/input/input6/event2"
[    38.027] (II) XINPUT: Adding extended input device "A4TECH USB Device" (type: MOUSE, id 12)
[    38.027] (II) evdev: A4TECH USB Device: initialized for relative axes.
[    38.027] (**) A4TECH USB Device: (accel) keeping acceleration scheme 1
[    38.027] (**) A4TECH USB Device: (accel) acceleration profile 0
[    38.027] (**) A4TECH USB Device: (accel) acceleration factor: 2.000
[    38.027] (**) A4TECH USB Device: (accel) acceleration threshold: 4
[    38.028] (II) config/udev: Adding input device A4TECH USB Device (/dev/input/mouse0)
[    38.028] (II) No input driver specified, ignoring this device.
[    38.028] (II) This device may have been added with another device file.
[    38.029] (II) config/udev: Adding input device SIGMACHIP USB Keyboard (/dev/input/event3)
[    38.029] (**) SIGMACHIP USB Keyboard: Applying InputClass "evdev keyboard catchall"
[    38.030] (II) systemd-logind: got fd for /dev/input/event3 13:67 fd 38 paused 0
[    38.030] (II) Using input driver 'evdev' for 'SIGMACHIP USB Keyboard'
[    38.030] (**) SIGMACHIP USB Keyboard: always reports core events
[    38.030] (**) evdev: SIGMACHIP USB Keyboard: Device: "/dev/input/event3"
[    38.030] (--) evdev: SIGMACHIP USB Keyboard: Vendor 0x1c4f Product 0x26
[    38.030] (--) evdev: SIGMACHIP USB Keyboard: Found keys
[    38.030] (II) evdev: SIGMACHIP USB Keyboard: Configuring as keyboard
[    38.031] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3.3/1-3.3:1.0/0003:1C4F:0026.0003/input/input7/event3"
[    38.031] (II) XINPUT: Adding extended input device "SIGMACHIP USB Keyboard" (type: KEYBOARD, id 13)
[    38.031] (**) Option "xkb_rules" "evdev"
[    38.032] (II) config/udev: Adding input device SIGMACHIP USB Keyboard (/dev/input/event4)
[    38.032] (**) SIGMACHIP USB Keyboard: Applying InputClass "evdev keyboard catchall"
[    38.033] (II) systemd-logind: got fd for /dev/input/event4 13:68 fd 39 paused 0
[    38.033] (II) Using input driver 'evdev' for 'SIGMACHIP USB Keyboard'
[    38.033] (**) SIGMACHIP USB Keyboard: always reports core events
[    38.033] (**) evdev: SIGMACHIP USB Keyboard: Device: "/dev/input/event4"
[    38.033] (--) evdev: SIGMACHIP USB Keyboard: Vendor 0x1c4f Product 0x26
[    38.033] (--) evdev: SIGMACHIP USB Keyboard: Found 1 mouse buttons
[    38.033] (--) evdev: SIGMACHIP USB Keyboard: Found scroll wheel(s)
[    38.033] (--) evdev: SIGMACHIP USB Keyboard: Found relative axes
[    38.033] (II) evdev: SIGMACHIP USB Keyboard: Forcing relative x/y axes to exist.
[    38.033] (--) evdev: SIGMACHIP USB Keyboard: Found absolute axes
[    38.034] (II) evdev: SIGMACHIP USB Keyboard: Forcing absolute x/y axes to exist.
[    38.034] (--) evdev: SIGMACHIP USB Keyboard: Found keys
[    38.034] (II) evdev: SIGMACHIP USB Keyboard: Configuring as mouse
[    38.034] (II) evdev: SIGMACHIP USB Keyboard: Configuring as keyboard
[    38.034] (II) evdev: SIGMACHIP USB Keyboard: Adding scrollwheel support
[    38.034] (**) evdev: SIGMACHIP USB Keyboard: YAxisMapping: buttons 4 and 5
[    38.034] (**) evdev: SIGMACHIP USB Keyboard: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[    38.034] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3.3/1-3.3:1.1/0003:1C4F:0026.0004/input/input8/event4"
[    38.034] (II) XINPUT: Adding extended input device "SIGMACHIP USB Keyboard" (type: KEYBOARD, id 14)
[    38.034] (**) Option "xkb_rules" "evdev"
[    38.034] (II) evdev: SIGMACHIP USB Keyboard: initialized for relative axes.
[    38.034] (WW) evdev: SIGMACHIP USB Keyboard: ignoring absolute axes.
[    38.034] (**) SIGMACHIP USB Keyboard: (accel) keeping acceleration scheme 1
[    38.034] (**) SIGMACHIP USB Keyboard: (accel) acceleration profile 0
[    38.034] (**) SIGMACHIP USB Keyboard: (accel) acceleration factor: 2.000
[    38.034] (**) SIGMACHIP USB Keyboard: (accel) acceleration threshold: 4
[    38.035] (II) config/udev: Adding input device BisonCam, NB Pro (/dev/input/event11)
[    38.035] (**) BisonCam, NB Pro: Applying InputClass "evdev keyboard catchall"
[    38.036] (II) systemd-logind: got fd for /dev/input/event11 13:75 fd 40 paused 0
[    38.036] (II) Using input driver 'evdev' for 'BisonCam, NB Pro'
[    38.036] (**) BisonCam, NB Pro: always reports core events
[    38.036] (**) evdev: BisonCam, NB Pro: Device: "/dev/input/event11"
[    38.036] (--) evdev: BisonCam, NB Pro: Vendor 0x5986 Product 0x66d
[    38.036] (--) evdev: BisonCam, NB Pro: Found keys
[    38.036] (II) evdev: BisonCam, NB Pro: Configuring as keyboard
[    38.036] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-9/1-9:1.0/input/input15/event11"
[    38.036] (II) XINPUT: Adding extended input device "BisonCam, NB Pro" (type: KEYBOARD, id 15)
[    38.036] (**) Option "xkb_rules" "evdev"
[    38.037] (II) config/udev: Adding input device HDA Digital PCBeep (/dev/input/event14)
[    38.037] (II) No input driver specified, ignoring this device.
[    38.037] (II) This device may have been added with another device file.
[    38.038] (II) config/udev: Adding input device HDA Intel PCH Mic (/dev/input/event15)
[    38.038] (II) No input driver specified, ignoring this device.
[    38.038] (II) This device may have been added with another device file.
[    38.038] (II) config/udev: Adding input device HDA Intel PCH Line Out (/dev/input/event16)
[    38.038] (II) No input driver specified, ignoring this device.
[    38.038] (II) This device may have been added with another device file.
[    38.039] (II) config/udev: Adding input device HDA Intel PCH Headphone (/dev/input/event17)
[    38.039] (II) No input driver specified, ignoring this device.
[    38.039] (II) This device may have been added with another device file.
[    38.039] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=3 (/dev/input/event18)
[    38.039] (II) No input driver specified, ignoring this device.
[    38.039] (II) This device may have been added with another device file.
[    38.040] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=7 (/dev/input/event19)
[    38.040] (II) No input driver specified, ignoring this device.
[    38.040] (II) This device may have been added with another device file.
[    38.040] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=8 (/dev/input/event20)
[    38.040] (II) No input driver specified, ignoring this device.
[    38.040] (II) This device may have been added with another device file.
[    38.041] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0)
[    38.041] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
[    38.042] (II) systemd-logind: got fd for /dev/input/event0 13:64 fd 41 paused 0
[    38.042] (II) Using input driver 'evdev' for 'AT Translated Set 2 keyboard'
[    38.042] (**) AT Translated Set 2 keyboard: always reports core events
[    38.042] (**) evdev: AT Translated Set 2 keyboard: Device: "/dev/input/event0"
[    38.042] (--) evdev: AT Translated Set 2 keyboard: Vendor 0x1 Product 0x1
[    38.042] (--) evdev: AT Translated Set 2 keyboard: Found keys
[    38.042] (II) evdev: AT Translated Set 2 keyboard: Configuring as keyboard
[    38.042] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input0/event0"
[    38.042] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 16)
[    38.042] (**) Option "xkb_rules" "evdev"
[    38.043] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/event13)
[    38.043] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "evdev touchpad catchall"
[    38.044] (II) systemd-logind: got fd for /dev/input/event13 13:77 fd 42 paused 0
[    38.044] (II) Using input driver 'evdev' for 'SynPS/2 Synaptics TouchPad'
[    38.044] (**) SynPS/2 Synaptics TouchPad: always reports core events
[    38.044] (**) evdev: SynPS/2 Synaptics TouchPad: Device: "/dev/input/event13"
[    38.044] (--) evdev: SynPS/2 Synaptics TouchPad: Vendor 0x2 Product 0x7
[    38.044] (--) evdev: SynPS/2 Synaptics TouchPad: Found 3 mouse buttons
[    38.044] (--) evdev: SynPS/2 Synaptics TouchPad: Found absolute axes
[    38.044] (--) evdev: SynPS/2 Synaptics TouchPad: Found absolute multitouch axes
[    38.044] (--) evdev: SynPS/2 Synaptics TouchPad: Found x and y absolute axes
[    38.044] (--) evdev: SynPS/2 Synaptics TouchPad: Found absolute touchpad.
[    38.044] (II) evdev: SynPS/2 Synaptics TouchPad: Configuring as touchpad
[    38.044] (**) evdev: SynPS/2 Synaptics TouchPad: YAxisMapping: buttons 4 and 5
[    38.044] (**) evdev: SynPS/2 Synaptics TouchPad: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[    38.044] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio2/input/input18/event13"
[    38.044] (II) XINPUT: Adding extended input device "SynPS/2 Synaptics TouchPad" (type: TOUCHPAD, id 17)
[    38.045] (II) evdev: SynPS/2 Synaptics TouchPad: initialized for absolute axes.
[    38.045] (**) SynPS/2 Synaptics TouchPad: (accel) keeping acceleration scheme 1
[    38.045] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration profile 0
[    38.045] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration factor: 2.000
[    38.045] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration threshold: 4
[    38.045] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/mouse1)
[    38.045] (II) No input driver specified, ignoring this device.
[    38.045] (II) This device may have been added with another device file.
[    38.046] (II) config/udev: Adding input device PC Speaker (/dev/input/event12)
[    38.046] (II) No input driver specified, ignoring this device.
[    38.046] (II) This device may have been added with another device file.
[    38.092] (II) evdev: SynPS/2 Synaptics TouchPad: Close
[    38.092] (II) UnloadModule: "evdev"
[    38.092] (II) systemd-logind: releasing fd for 13:77
[    38.116] (II) evdev: AT Translated Set 2 keyboard: Close
[    38.116] (II) UnloadModule: "evdev"
[    38.116] (II) systemd-logind: releasing fd for 13:64
[    38.130] (II) evdev: BisonCam, NB Pro: Close
[    38.130] (II) UnloadModule: "evdev"
[    38.130] (II) systemd-logind: releasing fd for 13:75
[    38.156] (II) evdev: SIGMACHIP USB Keyboard: Close
[    38.156] (II) UnloadModule: "evdev"
[    38.156] (II) systemd-logind: releasing fd for 13:68
[    38.170] (II) evdev: SIGMACHIP USB Keyboard: Close
[    38.170] (II) UnloadModule: "evdev"
[    38.170] (II) systemd-logind: releasing fd for 13:67
[    38.183] (II) evdev: A4TECH USB Device: Close
[    38.183] (II) UnloadModule: "evdev"
[    38.183] (II) systemd-logind: releasing fd for 13:66
[    38.210] (II) evdev: A4TECH USB Device: Close
[    38.210] (II) UnloadModule: "evdev"
[    38.210] (II) systemd-logind: releasing fd for 13:65
[    38.223] (II) evdev: Sleep Button: Close
[    38.223] (II) UnloadModule: "evdev"
[    38.223] (II) systemd-logind: releasing fd for 13:70
[    38.236] (II) evdev: Power Button: Close
[    38.236] (II) UnloadModule: "evdev"
[    38.236] (II) systemd-logind: releasing fd for 13:69
[    38.250] (II) evdev: Video Bus: Close
[    38.250] (II) UnloadModule: "evdev"
[    38.250] (II) systemd-logind: releasing fd for 13:74
[    38.263] (II) evdev: Video Bus: Close
[    38.263] (II) UnloadModule: "evdev"
[    38.263] (II) systemd-logind: releasing fd for 13:73
[    38.276] (II) evdev: Power Button: Close
[    38.276] (II) UnloadModule: "evdev"
[    38.276] (II) systemd-logind: releasing fd for 13:72
[    38.398] (II) NVIDIA(GPU-0): Deleting GPU-0
[    38.401] (II) Server terminated successfully (0). Closing log file.

]

Offline

#2 2016-09-11 18:58:52

jasonwryan
Anarchist
From: .nz
Registered: 2009-05-09
Posts: 30,424
Website

Re: Laptop xorg nvidia problem

Not an Installation issue, moving to Multimedia...


Arch + dwm   •   Mercurial repos  •   Surfraw

Registered Linux User #482438

Offline

#3 2016-09-11 21:40:24

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 21,626

Re: Laptop xorg nvidia problem

Remove the second device definition (for intel) it is wrong anyway (there's no SNA acceleration with the modesetting driver) and likely to be unnecessary, you are lacking an "se" in modesetting in your .xinitrc despite that there's no error and the X server simply doesn't have anything to do, extend that .xinitrc with something that it should load (a DE, WM whatever).

Last edited by V1del (2016-09-11 21:41:14)

Offline

#4 2016-09-12 20:03:03

ruonim
Member
Registered: 2016-08-12
Posts: 11

Re: Laptop xorg nvidia problem

V1del wrote:

Remove the second device definition (for intel) it is wrong anyway (there's no SNA acceleration with the modesetting driver) and likely to be unnecessary, you are lacking an "se" in modesetting in your .xinitrc despite that there's no error and the X server simply doesn't have anything to do, extend that .xinitrc with something that it should load (a DE, WM whatever).

Its not sollution. Problem is monitor is connected to intel not to nvidia. Need some trick to make it work.

Offline

#5 2016-09-13 04:20:38

ruonim
Member
Registered: 2016-08-12
Posts: 11

Re: Laptop xorg nvidia problem

x will start with:

Section "Device"
	Identifier  "Device0"
	Driver      "intel"
	BusID       "PCI:0:2:0"
	Option      "AccelMethod" "sna"
	Option      "DRI"    "true"
	Option "DRI" "3"
EndSection
 
 
Section "DRI"
        Group  "video"
        Mode   0666
EndSection
 
 
Section "Extensions"
	Option "Composite" "Enable"
	Option "RENDER"    "Enable"
EndSection
 
 
Section "InputClass"
	Identifier          "Keyboard Defaults"
	MatchIsKeyboard	    "yes"
	Option              "XkbOptions" "terminate:ctrl_alt_bksp"
EndSection
 

x wont start with:

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

WIth error becouse no valid screen.

Adding this + screen section dont help:

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

Last edited by ruonim (2016-09-13 04:27:25)

Offline

#6 2016-09-13 09:28:20

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 21,626

Re: Laptop xorg nvidia problem

Your initial approach was theoretically correct, if what you posted is what is in your config files, there are a few minor issues with what you posted. I pointed out those issues, if you choose not to believe me, then that's your problem. The only other thing I have is, how are you starting X? If it isn't via startx there are chances that your .xinitrc isn't being parsed. Look through the optimus article  on suggestions pertaining to whatever DM you chose.

Regarding this latest post, the screen should be Screen 0 since that is what is being deleted. But I think you should first properly configure the simple modesetting + nvidia definition.

Offline

Board footer

Powered by FluxBB