You are not logged in.

#1 2015-12-14 16:55:10

mily20001
Member
Registered: 2015-12-14
Posts: 5

Using Intel graphics with installed nvidia drivers (not optimus)

Hi all. I have intel HD4000 integrated gpu and Nvidia GTX680. I want to use iGPU for X server, but also I want to have nvidia drivers installed, to use GTX for cuda rendering. I tried doing it, but X wont start on integrated gpu after installing nvidia proprietary driver. Is it possible, and how can I accomplish this? Its a desktop pc, so i dont have optimus or any similar system.

Offline

#2 2015-12-14 20:17:49

mrunion
Member
From: Jonesborough, TN
Registered: 2007-01-26
Posts: 1,938
Website

Re: Using Intel graphics with installed nvidia drivers (not optimus)

What have you tried? Search the Wiki for "Optimus" -- wonderful information in the Wiki.


Matt

"It is very difficult to educate the educated."

Offline

#3 2015-12-15 11:31:53

Lone_Wolf
Administrator
From: Netherlands, Europe
Registered: 2005-10-04
Posts: 15,165

Re: Using Intel graphics with installed nvidia drivers (not optimus)

Its a desktop pc, so i dont have optimus or any similar system.

Optimus and other "Hybrid Graphics" setups are not exclusive to laptops.
Nowadayas almost every setup with an integrated videocard and a discrete videocard uses it.


Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.

clean chroot building not flexible enough ?
Try clean chroot manager by graysky

Offline

#4 2015-12-22 09:39:32

mily20001
Member
Registered: 2015-12-14
Posts: 5

Re: Using Intel graphics with installed nvidia drivers (not optimus)

Ok, thanks, I didnt know that smile How can I force using integrated gpu for X server? According to wiki I did xorg.conf like this:

Section "Module"
    Load "modesetting"
EndSection

Section "Device"
    Identifier "intel"
    Driver "i915"
    BusID "0:2:0"
    Option "AllowEmptyInitialConfiguration"
EndSection

Is it correct?

Offline

#5 2015-12-22 10:43:51

Lone_Wolf
Administrator
From: Netherlands, Europe
Registered: 2005-10-04
Posts: 15,165

Re: Using Intel graphics with installed nvidia drivers (not optimus)

No, that is the config for using the nvidia card exclusively.

Make sure you have BOTH xf86-video-intel and nvidia drivers installed.
Check your bios/uefi firmware for options to select which videocard is the primary card and verify it's the integrated one.

remove any xorg.conf files, start X , post lspci -k and Xorg.0.log


Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.

clean chroot building not flexible enough ?
Try clean chroot manager by graysky

Offline

#6 2015-12-22 17:01:47

tom.ty89
Member
Registered: 2012-11-15
Posts: 897

Re: Using Intel graphics with installed nvidia drivers (not optimus)

In my UEFI, I can only choose to enable or disable iGPU, but no priority option is available. If I enable the iGPU, both cards will be available and I can see a tty and startx on whichever have my monitor connected when boot, without an xorg conf. I need to disable the CSM to make things (e.g. tty) work properly on the discrete card in such setup though. The only case I need an xorg conf (BusID) is when I want to switch my monitor connection to the other card after boot. But it work, in either way of switching, so I won't say that it's exclusively for certain case.

The Module Section with modesetting and the AllowEmptyInitialConfiguration option is a bit non-sense though. The main point is to have the BusID of the card you want to use. I don't even think you need to specify the Driver there.

Make sure you have mesa-libgl and boot WITHOUT nomodeset if you want to use the Intel graphics though.

P.S. I have only one monitor (and one cable, oops) so I don't know what will happen if both cards have monitor attached.

Last edited by tom.ty89 (2015-12-22 17:03:07)

Offline

#7 2015-12-23 17:45:33

mily20001
Member
Registered: 2015-12-14
Posts: 5

Re: Using Intel graphics with installed nvidia drivers (not optimus)

Yes, I have option to choose initial gpu. Here is Xorg.0.log

cat /var/log/Xorg.0.log
[    21.093] 
X.Org X Server 1.18.0
Release Date: 2015-11-09
[    21.094] X Protocol Version 11, Revision 0
[    21.094] Build Operating System: Linux 4.2.3-1-ARCH x86_64 
[    21.094] Current Operating System: Linux arch-ssd 4.2.5-1-ARCH #1 SMP PREEMPT Tue Oct 27 08:13:28 CET 2015 x86_64
[    21.094] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=f81cbc72-0af8-49ab-8101-aa66d714f125 rw
[    21.094] Build Date: 18 November 2015  08:07:09AM
[    21.094]  
[    21.094] Current version of pixman: 0.32.8
[    21.094] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[    21.094] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    21.094] (==) Log file: "/var/log/Xorg.0.log", Time: Wed Dec 23 19:33:53 2015
[    21.098] (==) Using config directory: "/etc/X11/xorg.conf.d"
[    21.098] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[    21.098] (==) No Layout section.  Using the first Screen section.
[    21.098] (==) No screen section available. Using defaults.
[    21.098] (**) |-->Screen "Default Screen Section" (0)
[    21.098] (**) |   |-->Monitor "<default monitor>"
[    21.099] (==) No device specified for screen "Default Screen Section".
	Using the first device section listed.
[    21.099] (**) |   |-->Device "Intel Graphics"
[    21.099] (==) No monitor specified for screen "Default Screen Section".
	Using a default monitor configuration.
[    21.099] (==) Automatically adding devices
[    21.099] (==) Automatically enabling devices
[    21.099] (==) Automatically adding GPU devices
[    21.099] (==) Max clients allowed: 256, resource mask: 0x1fffff
[    21.101] (WW) The directory "/usr/share/fonts/Type1/" does not exist.
[    21.101] 	Entry deleted from font path.
[    21.103] (==) FontPath set to:
	/usr/share/fonts/misc/,
	/usr/share/fonts/TTF/,
	/usr/share/fonts/OTF/,
	/usr/share/fonts/100dpi/,
	/usr/share/fonts/75dpi/
[    21.103] (==) ModulePath set to "/usr/lib/xorg/modules"
[    21.103] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[    21.103] (II) Loader magic: 0x819d40
[    21.103] (II) Module ABI versions:
[    21.103] 	X.Org ANSI C Emulation: 0.4
[    21.103] 	X.Org Video Driver: 20.0
[    21.103] 	X.Org XInput driver : 22.1
[    21.103] 	X.Org Server Extension : 9.0
[    21.103] (--) using VT number 2

[    21.104] (II) systemd-logind: logind integration requires -keeptty and -keeptty was not provided, disabling logind integration
[    21.104] (II) xfree86: Adding drm device (/dev/dri/card0)
[    21.106] (--) PCI:*(0:0:2:0) 8086:0162:1462:2111 rev 9, Mem @ 0xf7400000/4194304, 0xd0000000/268435456, I/O @ 0x0000f000/64
[    21.106] (--) PCI: (0:1:0:0) 10de:1180:1458:3551 rev 161, Mem @ 0xf6000000/16777216, 0xe0000000/134217728, 0xe8000000/33554432, I/O @ 0x0000e000/128, BIOS @ 0x????????/524288
[    21.106] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[    21.106] (II) LoadModule: "glx"
[    21.107] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[    21.190] (II) Module glx: vendor="NVIDIA Corporation"
[    21.190] 	compiled for 4.0.2, module version = 1.0.0
[    21.190] 	Module class: X.Org Server Extension
[    21.190] (II) NVIDIA GLX Module  358.16  Mon Nov 16 18:54:01 PST 2015
[    21.190] (II) LoadModule: "intel"
[    21.192] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
[    21.200] (II) Module intel: vendor="X.Org Foundation"
[    21.200] 	compiled for 1.18.0, module version = 2.99.917
[    21.200] 	Module class: X.Org Video Driver
[    21.200] 	ABI class: X.Org Video Driver, version 20.0
[    21.200] (II) intel: Driver for Intel(R) Integrated Graphics Chipsets:
	i810, i810-dc100, i810e, i815, i830M, 845G, 854, 852GM/855GM, 865G,
	915G, E7221 (i915), 915GM, 945G, 945GM, 945GME, Pineview GM,
	Pineview G, 965G, G35, 965Q, 946GZ, 965GM, 965GME/GLE, G33, Q35, Q33,
	GM45, 4 Series, G45/G43, Q45/Q43, G41, B43
[    21.201] (II) intel: Driver for Intel(R) HD Graphics: 2000-6000
[    21.201] (II) intel: Driver for Intel(R) Iris(TM) Graphics: 5100, 6100
[    21.201] (II) intel: Driver for Intel(R) Iris(TM) Pro Graphics: 5200, 6200, P6300
[    21.205] (II) intel(0): Using Kernel Mode Setting driver: i915, version 1.6.0 20150522
[    21.205] (II) intel(0): SNA compiled from 2.99.917-519-g8229390
[    21.206] (--) intel(0): Integrated Graphics Chipset: Intel(R) HD Graphics 4000
[    21.206] (--) intel(0): CPU: x86-64, sse2, sse3, ssse3, sse4.1, sse4.2, avx; using a maximum of 4 threads
[    21.206] (II) intel(0): Creating default Display subsection in Screen section
	"Default Screen Section" for depth/fbbpp 24/32
[    21.206] (==) intel(0): Depth 24, (--) framebuffer bpp 32
[    21.206] (==) intel(0): RGB weight 888
[    21.206] (==) intel(0): Default visual is TrueColor
[    21.206] (II) intel(0): Output VGA1 has no monitor section
[    21.206] (II) intel(0): Enabled output VGA1
[    21.206] (II) intel(0): Output HDMI1 has no monitor section
[    21.206] (II) intel(0): Enabled output HDMI1
[    21.206] (II) intel(0): Output DP1 has no monitor section
[    21.206] (II) intel(0): Enabled output DP1
[    21.206] (II) intel(0): Output HDMI2 has no monitor section
[    21.206] (II) intel(0): Enabled output HDMI2
[    21.206] (II) intel(0): Output DP2 has no monitor section
[    21.206] (II) intel(0): Enabled output DP2
[    21.206] (--) intel(0): Using a maximum size of 256x256 for hardware cursors
[    21.207] (II) intel(0): Output VIRTUAL1 has no monitor section
[    21.207] (II) intel(0): Enabled output VIRTUAL1
[    21.207] (--) intel(0): Output VGA1 using initial mode 1280x1024 on pipe 0
[    21.207] (==) intel(0): TearFree disabled
[    21.207] (==) intel(0): DPI set to (96, 96)
[    21.207] (II) Loading sub module "dri2"
[    21.207] (II) LoadModule: "dri2"
[    21.207] (II) Module "dri2" already built-in
[    21.207] (II) Loading sub module "present"
[    21.207] (II) LoadModule: "present"
[    21.207] (II) Module "present" already built-in
[    21.207] (==) Depth 24 pixmap format is 32 bpp
[    21.207] (II) intel(0): SNA initialized with Ivybridge (gen7, gt2) backend
[    21.207] (==) intel(0): Backing store enabled
[    21.207] (==) intel(0): Silken mouse enabled
[    21.207] (II) intel(0): HW Cursor enabled
[    21.207] (II) intel(0): RandR 1.2 enabled, ignore the following RandR disabled message.
[    21.207] (==) intel(0): DPMS enabled
[    21.207] (==) intel(0): Display hotplug detection enabled
[    21.208] (II) intel(0): [DRI2] Setup complete
[    21.208] (II) intel(0): [DRI2]   DRI driver: i965
[    21.208] (II) intel(0): [DRI2]   VDPAU driver: va_gl
[    21.208] (II) intel(0): direct rendering: DRI2 enabled
[    21.208] (II) intel(0): hardware support for Present enabled
[    21.208] (--) RandR disabled
[    21.217] (EE) Failed to initialize GLX extension (Compatible NVIDIA X driver not found)
[    21.219] (II) intel(0): switch to mode 1280x1024@60.0 on VGA1 using pipe 0, position (0, 0), rotation normal, reflection none
[    21.219] (II) intel(0): Setting screen physical size to 338 x 270
[    21.345] (II) config/udev: Adding input device Power Button (/dev/input/event6)
[    21.345] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[    21.345] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[    21.345] (II) LoadModule: "libinput"
[    21.347] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[    21.352] (II) Module libinput: vendor="X.Org Foundation"
[    21.352] 	compiled for 1.18.0, module version = 0.15.0
[    21.352] 	Module class: X.Org XInput Driver
[    21.352] 	ABI class: X.Org XInput driver, version 22.1
[    21.352] (II) Using input driver 'libinput' for 'Power Button'
[    21.352] (**) Power Button: always reports core events
[    21.352] (**) Option "Device" "/dev/input/event6"
[    21.352] (II) input device 'Power Button', /dev/input/event6 is tagged by udev as: Keyboard
[    21.352] (II) input device 'Power Button', /dev/input/event6 is a keyboard
[    21.366] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input6/event6"
[    21.366] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[    21.367] (II) input device 'Power Button', /dev/input/event6 is tagged by udev as: Keyboard
[    21.367] (II) input device 'Power Button', /dev/input/event6 is a keyboard
[    21.367] (II) config/udev: Adding input device Video Bus (/dev/input/event8)
[    21.367] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
[    21.367] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[    21.367] (II) Using input driver 'libinput' for 'Video Bus'
[    21.367] (**) Video Bus: always reports core events
[    21.367] (**) Option "Device" "/dev/input/event8"
[    21.368] (II) input device 'Video Bus', /dev/input/event8 is tagged by udev as: Keyboard
[    21.368] (II) input device 'Video Bus', /dev/input/event8 is a keyboard
[    21.380] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input8/event8"
[    21.380] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[    21.380] (II) input device 'Video Bus', /dev/input/event8 is tagged by udev as: Keyboard
[    21.380] (II) input device 'Video Bus', /dev/input/event8 is a keyboard
[    21.381] (II) config/udev: Adding input device Power Button (/dev/input/event5)
[    21.381] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[    21.381] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[    21.381] (II) Using input driver 'libinput' for 'Power Button'
[    21.381] (**) Power Button: always reports core events
[    21.381] (**) Option "Device" "/dev/input/event5"
[    21.381] (II) input device 'Power Button', /dev/input/event5 is tagged by udev as: Keyboard
[    21.381] (II) input device 'Power Button', /dev/input/event5 is a keyboard
[    21.393] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input5/event5"
[    21.393] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 8)
[    21.393] (II) input device 'Power Button', /dev/input/event5 is tagged by udev as: Keyboard
[    21.393] (II) input device 'Power Button', /dev/input/event5 is a keyboard
[    21.394] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 (/dev/input/event19)
[    21.394] (II) No input driver specified, ignoring this device.
[    21.394] (II) This device may have been added with another device file.
[    21.394] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=7 (/dev/input/event20)
[    21.394] (II) No input driver specified, ignoring this device.
[    21.394] (II) This device may have been added with another device file.
[    21.395] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=8 (/dev/input/event21)
[    21.395] (II) No input driver specified, ignoring this device.
[    21.395] (II) This device may have been added with another device file.
[    21.395] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=9 (/dev/input/event22)
[    21.395] (II) No input driver specified, ignoring this device.
[    21.395] (II) This device may have been added with another device file.
[    21.396] (II) config/udev: Adding input device Microsoft LifeCam-VX700  v2.0 (/dev/input/event9)
[    21.396] (**) Microsoft LifeCam-VX700  v2.0: Applying InputClass "evdev keyboard catchall"
[    21.396] (**) Microsoft LifeCam-VX700  v2.0: Applying InputClass "libinput keyboard catchall"
[    21.396] (II) Using input driver 'libinput' for 'Microsoft LifeCam-VX700  v2.0'
[    21.396] (**) Microsoft LifeCam-VX700  v2.0: always reports core events
[    21.396] (**) Option "Device" "/dev/input/event9"
[    21.396] (II) input device 'Microsoft LifeCam-VX700  v2.0', /dev/input/event9 is tagged by udev as: Keyboard
[    21.396] (II) input device 'Microsoft LifeCam-VX700  v2.0', /dev/input/event9 is a keyboard
[    21.430] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.2/1-1.2.2/1-1.2.2:1.0/input/input17/event9"
[    21.430] (II) XINPUT: Adding extended input device "Microsoft LifeCam-VX700  v2.0" (type: KEYBOARD, id 9)
[    21.430] (II) input device 'Microsoft LifeCam-VX700  v2.0', /dev/input/event9 is tagged by udev as: Keyboard
[    21.430] (II) input device 'Microsoft LifeCam-VX700  v2.0', /dev/input/event9 is a keyboard
[    21.431] (II) config/udev: Adding input device USB Keyboard (/dev/input/event1)
[    21.431] (**) USB Keyboard: Applying InputClass "evdev keyboard catchall"
[    21.431] (**) USB Keyboard: Applying InputClass "libinput keyboard catchall"
[    21.431] (II) Using input driver 'libinput' for 'USB Keyboard'
[    21.431] (**) USB Keyboard: always reports core events
[    21.431] (**) Option "Device" "/dev/input/event1"
[    21.432] (II) input device 'USB Keyboard', /dev/input/event1 is tagged by udev as: Keyboard
[    21.432] (II) input device 'USB Keyboard', /dev/input/event1 is a keyboard
[    21.456] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.2/1-1.2.3/1-1.2.3:1.0/0003:04D9:A02E.0001/input/input1/event1"
[    21.456] (II) XINPUT: Adding extended input device "USB Keyboard" (type: KEYBOARD, id 10)
[    21.457] (II) input device 'USB Keyboard', /dev/input/event1 is tagged by udev as: Keyboard
[    21.457] (II) input device 'USB Keyboard', /dev/input/event1 is a keyboard
[    21.458] (II) config/udev: Adding input device USB Keyboard (/dev/input/event2)
[    21.458] (**) USB Keyboard: Applying InputClass "evdev keyboard catchall"
[    21.458] (**) USB Keyboard: Applying InputClass "libinput keyboard catchall"
[    21.458] (II) Using input driver 'libinput' for 'USB Keyboard'
[    21.458] (**) USB Keyboard: always reports core events
[    21.458] (**) Option "Device" "/dev/input/event2"
[    21.458] (II) input device 'USB Keyboard', /dev/input/event2 is tagged by udev as: Keyboard
[    21.458] (II) input device 'USB Keyboard', /dev/input/event2 is a keyboard
[    21.483] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.2/1-1.2.3/1-1.2.3:1.1/0003:04D9:A02E.0002/input/input2/event2"
[    21.483] (II) XINPUT: Adding extended input device "USB Keyboard" (type: KEYBOARD, id 11)
[    21.484] (II) input device 'USB Keyboard', /dev/input/event2 is tagged by udev as: Keyboard
[    21.484] (II) input device 'USB Keyboard', /dev/input/event2 is a keyboard
[    21.484] (II) config/udev: Adding input device Areson USB Device (/dev/input/event3)
[    21.484] (**) Areson USB Device: Applying InputClass "evdev pointer catchall"
[    21.484] (**) Areson USB Device: Applying InputClass "libinput pointer catchall"
[    21.484] (II) Using input driver 'libinput' for 'Areson USB Device'
[    21.484] (**) Areson USB Device: always reports core events
[    21.484] (**) Option "Device" "/dev/input/event3"
[    21.537] (II) input device 'Areson USB Device', /dev/input/event3 is tagged by udev as: Mouse
[    21.537] (II) input device 'Areson USB Device', /dev/input/event3 is a pointer caps
[    21.563] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.2/1-1.2.4/1-1.2.4:1.0/0003:E0FF:0005.0003/input/input3/event3"
[    21.563] (II) XINPUT: Adding extended input device "Areson USB Device" (type: MOUSE, id 12)
[    21.563] (**) Option "AccelerationScheme" "none"
[    21.563] (**) Areson USB Device: (accel) selected scheme none/0
[    21.563] (**) Areson USB Device: (accel) acceleration factor: 2.000
[    21.563] (**) Areson USB Device: (accel) acceleration threshold: 4
[    21.617] (II) input device 'Areson USB Device', /dev/input/event3 is tagged by udev as: Mouse
[    21.617] (II) input device 'Areson USB Device', /dev/input/event3 is a pointer caps
[    21.617] (II) config/udev: Adding input device Areson USB Device (/dev/input/mouse0)
[    21.617] (II) No input driver specified, ignoring this device.
[    21.617] (II) This device may have been added with another device file.
[    21.618] (II) config/udev: Adding input device Areson USB Device (/dev/input/event4)
[    21.618] (**) Areson USB Device: Applying InputClass "evdev keyboard catchall"
[    21.618] (**) Areson USB Device: Applying InputClass "libinput keyboard catchall"
[    21.618] (II) Using input driver 'libinput' for 'Areson USB Device'
[    21.618] (**) Areson USB Device: always reports core events
[    21.618] (**) Option "Device" "/dev/input/event4"
[    21.619] (II) input device 'Areson USB Device', /dev/input/event4 is tagged by udev as: Keyboard
[    21.619] (II) input device 'Areson USB Device', /dev/input/event4 is a keyboard
[    21.643] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.2/1-1.2.4/1-1.2.4:1.1/0003:E0FF:0005.0004/input/input4/event4"
[    21.643] (II) XINPUT: Adding extended input device "Areson USB Device" (type: MOUSE, id 13)
[    21.643] (**) Option "AccelerationScheme" "none"
[    21.643] (**) Areson USB Device: (accel) selected scheme none/0
[    21.643] (**) Areson USB Device: (accel) acceleration factor: 2.000
[    21.643] (**) Areson USB Device: (accel) acceleration threshold: 4
[    21.644] (II) input device 'Areson USB Device', /dev/input/event4 is tagged by udev as: Keyboard
[    21.644] (II) input device 'Areson USB Device', /dev/input/event4 is a keyboard
[    21.644] (II) config/udev: Adding input device HDA Intel PCH Rear Mic (/dev/input/event11)
[    21.644] (II) No input driver specified, ignoring this device.
[    21.644] (II) This device may have been added with another device file.
[    21.645] (II) config/udev: Adding input device HDA Intel PCH Line (/dev/input/event12)
[    21.645] (II) No input driver specified, ignoring this device.
[    21.645] (II) This device may have been added with another device file.
[    21.645] (II) config/udev: Adding input device HDA Intel PCH Line Out Front (/dev/input/event13)
[    21.645] (II) No input driver specified, ignoring this device.
[    21.645] (II) This device may have been added with another device file.
[    21.645] (II) config/udev: Adding input device HDA Intel PCH Line Out Surround (/dev/input/event14)
[    21.645] (II) No input driver specified, ignoring this device.
[    21.645] (II) This device may have been added with another device file.
[    21.646] (II) config/udev: Adding input device HDA Intel PCH Line Out CLFE (/dev/input/event15)
[    21.646] (II) No input driver specified, ignoring this device.
[    21.646] (II) This device may have been added with another device file.
[    21.646] (II) config/udev: Adding input device HDA Intel PCH Line Out Side (/dev/input/event16)
[    21.646] (II) No input driver specified, ignoring this device.
[    21.646] (II) This device may have been added with another device file.
[    21.647] (II) config/udev: Adding input device HDA Intel PCH Front Headphone (/dev/input/event17)
[    21.647] (II) No input driver specified, ignoring this device.
[    21.647] (II) This device may have been added with another device file.
[    21.647] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=3 (/dev/input/event18)
[    21.647] (II) No input driver specified, ignoring this device.
[    21.647] (II) This device may have been added with another device file.
[    21.647] (II) config/udev: Adding input device HDA Intel PCH Front Mic (/dev/input/event10)
[    21.647] (II) No input driver specified, ignoring this device.
[    21.647] (II) This device may have been added with another device file.
[    21.648] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0)
[    21.648] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
[    21.648] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
[    21.648] (II) Using input driver 'libinput' for 'AT Translated Set 2 keyboard'
[    21.648] (**) AT Translated Set 2 keyboard: always reports core events
[    21.648] (**) Option "Device" "/dev/input/event0"
[    21.648] (II) input device 'AT Translated Set 2 keyboard', /dev/input/event0 is tagged by udev as: Keyboard
[    21.648] (II) input device 'AT Translated Set 2 keyboard', /dev/input/event0 is a keyboard
[    21.680] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input0/event0"
[    21.680] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 14)
[    21.680] (II) input device 'AT Translated Set 2 keyboard', /dev/input/event0 is tagged by udev as: Keyboard
[    21.680] (II) input device 'AT Translated Set 2 keyboard', /dev/input/event0 is a keyboard
[    21.681] (II) config/udev: Adding input device PC Speaker (/dev/input/event7)
[    21.681] (II) No input driver specified, ignoring this device.
[    21.681] (II) This device may have been added with another device file.

and lspci -k:

00:00.0 Host bridge: Intel Corporation Xeon E3-1200 v2/3rd Gen Core processor DRAM Controller (rev 09)
	Subsystem: Micro-Star International Co., Ltd. [MSI] Device 7758
	Kernel driver in use: ivb_uncore
	Kernel modules: ie31200_edac
00:01.0 PCI bridge: Intel Corporation Xeon E3-1200 v2/3rd Gen Core processor PCI Express Root Port (rev 09)
	Kernel driver in use: pcieport
	Kernel modules: shpchp
00:02.0 VGA compatible controller: Intel Corporation Xeon E3-1200 v2/3rd Gen Core processor Graphics Controller (rev 09)
	DeviceName:  Onboard IGD
	Subsystem: Micro-Star International Co., Ltd. [MSI] Device 2111
	Kernel driver in use: i915
	Kernel modules: i915
00:14.0 USB controller: Intel Corporation 7 Series/C210 Series Chipset Family USB xHCI Host Controller (rev 04)
	Subsystem: Micro-Star International Co., Ltd. [MSI] Device 7758
	Kernel driver in use: xhci_hcd
	Kernel modules: xhci_pci
00:16.0 Communication controller: Intel Corporation 7 Series/C210 Series Chipset Family MEI Controller #1 (rev 04)
	Subsystem: Micro-Star International Co., Ltd. [MSI] Device 7758
	Kernel driver in use: mei_me
	Kernel modules: mei_me
00:1a.0 USB controller: Intel Corporation 7 Series/C210 Series Chipset Family USB Enhanced Host Controller #2 (rev 04)
	Subsystem: Micro-Star International Co., Ltd. [MSI] Device 7758
	Kernel driver in use: ehci-pci
	Kernel modules: ehci_pci
00:1b.0 Audio device: Intel Corporation 7 Series/C210 Series Chipset Family High Definition Audio Controller (rev 04)
	Subsystem: Micro-Star International Co., Ltd. [MSI] Device d758
	Kernel driver in use: snd_hda_intel
	Kernel modules: snd_hda_intel
00:1c.0 PCI bridge: Intel Corporation 7 Series/C210 Series Chipset Family PCI Express Root Port 1 (rev c4)
	Kernel driver in use: pcieport
	Kernel modules: shpchp
00:1c.1 PCI bridge: Intel Corporation 7 Series/C210 Series Chipset Family PCI Express Root Port 2 (rev c4)
	Kernel driver in use: pcieport
	Kernel modules: shpchp
00:1d.0 USB controller: Intel Corporation 7 Series/C210 Series Chipset Family USB Enhanced Host Controller #1 (rev 04)
	Subsystem: Micro-Star International Co., Ltd. [MSI] Device 7758
	Kernel driver in use: ehci-pci
	Kernel modules: ehci_pci
00:1e.0 PCI bridge: Intel Corporation 82801 PCI Bridge (rev a4)
00:1f.0 ISA bridge: Intel Corporation B75 Express Chipset LPC Controller (rev 04)
	Subsystem: Micro-Star International Co., Ltd. [MSI] Device 7758
	Kernel driver in use: lpc_ich
	Kernel modules: lpc_ich
00:1f.2 SATA controller: Intel Corporation 7 Series/C210 Series Chipset Family 6-port SATA Controller [AHCI mode] (rev 04)
	Subsystem: Micro-Star International Co., Ltd. [MSI] Device 7758
	Kernel driver in use: ahci
	Kernel modules: ahci
00:1f.3 SMBus: Intel Corporation 7 Series/C210 Series Chipset Family SMBus Controller (rev 04)
	Subsystem: Micro-Star International Co., Ltd. [MSI] Device 7758
	Kernel modules: i2c_i801
01:00.0 VGA compatible controller: NVIDIA Corporation GK104 [GeForce GTX 680] (rev a1)
	Subsystem: Gigabyte Technology Co., Ltd Device 3551
	Kernel modules: nouveau, nvidia
01:00.1 Audio device: NVIDIA Corporation GK104 HDMI Audio Controller (rev a1)
	Subsystem: Gigabyte Technology Co., Ltd Device 3551
	Kernel driver in use: snd_hda_intel
	Kernel modules: snd_hda_intel
03:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller (rev 06)
	Subsystem: Micro-Star International Co., Ltd. [MSI] Device 7758
	Kernel driver in use: r8169
	Kernel modules: r8169
04:01.0 Ethernet controller: Qualcomm Atheros AR5212/AR5213 Wireless Network Adapter (rev 01)
	Subsystem: Qualcomm Atheros TRENDnet TEW-443PI Wireless PCI Adapter
	Kernel driver in use: ath5k
	Kernel modules: ath5k

Offline

#8 2015-12-24 11:30:12

Lone_Wolf
Administrator
From: Netherlands, Europe
Registered: 2005-10-04
Posts: 15,165

Re: Using Intel graphics with installed nvidia drivers (not optimus)

	Using the first device section listed.
[    21.099] (**) |   |-->Device "Intel Graphics"
Lone_Wolf wrote:

remove any xorg.conf files

Please remove any xorg.conf files AND any files in /etc/X11/xorg.conf.d/ folder.
Then run startx and post Xorg.0.log

Last edited by Lone_Wolf (2015-12-24 11:30:29)


Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.

clean chroot building not flexible enough ?
Try clean chroot manager by graysky

Offline

#9 2015-12-24 21:38:33

mily20001
Member
Registered: 2015-12-14
Posts: 5

Re: Using Intel graphics with installed nvidia drivers (not optimus)

Ok, sorry for my mistake and thanks for your patience (:

 cat /var/log/Xorg.0.log
[    21.652] 
X.Org X Server 1.18.0
Release Date: 2015-11-09
[    21.652] X Protocol Version 11, Revision 0
[    21.652] Build Operating System: Linux 4.2.3-1-ARCH x86_64 
[    21.652] Current Operating System: Linux arch-ssd 4.2.5-1-ARCH #1 SMP PREEMPT Tue Oct 27 08:13:28 CET 2015 x86_64
[    21.652] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=f81cbc72-0af8-49ab-8101-aa66d714f125 rw
[    21.653] Build Date: 18 November 2015  08:07:09AM
[    21.653]  
[    21.653] Current version of pixman: 0.32.8
[    21.653] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[    21.653] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    21.653] (==) Log file: "/var/log/Xorg.0.log", Time: Thu Dec 24 23:21:54 2015
[    21.656] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[    21.656] (==) No Layout section.  Using the first Screen section.
[    21.656] (==) No screen section available. Using defaults.
[    21.656] (**) |-->Screen "Default Screen Section" (0)
[    21.656] (**) |   |-->Monitor "<default monitor>"
[    21.657] (==) No monitor specified for screen "Default Screen Section".
	Using a default monitor configuration.
[    21.657] (==) Automatically adding devices
[    21.657] (==) Automatically enabling devices
[    21.657] (==) Automatically adding GPU devices
[    21.657] (==) Max clients allowed: 256, resource mask: 0x1fffff
[    21.659] (WW) The directory "/usr/share/fonts/Type1/" does not exist.
[    21.659] 	Entry deleted from font path.
[    21.661] (==) FontPath set to:
	/usr/share/fonts/misc/,
	/usr/share/fonts/TTF/,
	/usr/share/fonts/OTF/,
	/usr/share/fonts/100dpi/,
	/usr/share/fonts/75dpi/
[    21.661] (==) ModulePath set to "/usr/lib/xorg/modules"
[    21.661] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[    21.661] (II) Loader magic: 0x819d40
[    21.661] (II) Module ABI versions:
[    21.661] 	X.Org ANSI C Emulation: 0.4
[    21.661] 	X.Org Video Driver: 20.0
[    21.661] 	X.Org XInput driver : 22.1
[    21.661] 	X.Org Server Extension : 9.0
[    21.662] (++) using VT number 1

[    21.662] (--) controlling tty is VT number 1, auto-enabling KeepTty
[    21.665] (II) systemd-logind: took control of session /org/freedesktop/login1/session/c1
[    21.665] (II) xfree86: Adding drm device (/dev/dri/card0)
[    21.666] (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 8 paused 0
[    21.667] (--) PCI:*(0:0:2:0) 8086:0162:1462:2111 rev 9, Mem @ 0xf7400000/4194304, 0xd0000000/268435456, I/O @ 0x0000f000/64
[    21.667] (--) PCI: (0:1:0:0) 10de:1180:1458:3551 rev 161, Mem @ 0xf6000000/16777216, 0xe0000000/134217728, 0xe8000000/33554432, I/O @ 0x0000e000/128, BIOS @ 0x????????/524288
[    21.668] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[    21.668] (II) LoadModule: "glx"
[    21.669] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[    21.756] (II) Module glx: vendor="NVIDIA Corporation"
[    21.756] 	compiled for 4.0.2, module version = 1.0.0
[    21.756] 	Module class: X.Org Server Extension
[    21.756] (II) NVIDIA GLX Module  358.16  Mon Nov 16 18:54:01 PST 2015
[    21.756] (==) Matched intel as autoconfigured driver 0
[    21.756] (==) Matched intel as autoconfigured driver 1
[    21.756] (==) Matched modesetting as autoconfigured driver 2
[    21.756] (==) Matched fbdev as autoconfigured driver 3
[    21.756] (==) Matched vesa as autoconfigured driver 4
[    21.756] (==) Assigned the driver to the xf86ConfigLayout
[    21.756] (II) LoadModule: "intel"
[    21.758] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
[    21.766] (II) Module intel: vendor="X.Org Foundation"
[    21.766] 	compiled for 1.18.0, module version = 2.99.917
[    21.766] 	Module class: X.Org Video Driver
[    21.766] 	ABI class: X.Org Video Driver, version 20.0
[    21.766] (II) LoadModule: "modesetting"
[    21.769] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[    21.770] (II) Module modesetting: vendor="X.Org Foundation"
[    21.770] 	compiled for 1.18.0, module version = 1.18.0
[    21.770] 	Module class: X.Org Video Driver
[    21.770] 	ABI class: X.Org Video Driver, version 20.0
[    21.770] (II) LoadModule: "fbdev"
[    21.770] (II) Loading /usr/lib/xorg/modules/drivers/fbdev_drv.so
[    21.771] (II) Module fbdev: vendor="X.Org Foundation"
[    21.771] 	compiled for 1.18.0, module version = 0.4.4
[    21.771] 	Module class: X.Org Video Driver
[    21.771] 	ABI class: X.Org Video Driver, version 20.0
[    21.771] (II) LoadModule: "vesa"
[    21.771] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
[    21.772] (II) Module vesa: vendor="X.Org Foundation"
[    21.772] 	compiled for 1.18.0, module version = 2.3.4
[    21.772] 	Module class: X.Org Video Driver
[    21.772] 	ABI class: X.Org Video Driver, version 20.0
[    21.772] (II) intel: Driver for Intel(R) Integrated Graphics Chipsets:
	i810, i810-dc100, i810e, i815, i830M, 845G, 854, 852GM/855GM, 865G,
	915G, E7221 (i915), 915GM, 945G, 945GM, 945GME, Pineview GM,
	Pineview G, 965G, G35, 965Q, 946GZ, 965GM, 965GME/GLE, G33, Q35, Q33,
	GM45, 4 Series, G45/G43, Q45/Q43, G41, B43
[    21.772] (II) intel: Driver for Intel(R) HD Graphics: 2000-6000
[    21.772] (II) intel: Driver for Intel(R) Iris(TM) Graphics: 5100, 6100
[    21.772] (II) intel: Driver for Intel(R) Iris(TM) Pro Graphics: 5200, 6200, P6300
[    21.772] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[    21.772] (II) FBDEV: driver for framebuffer: fbdev
[    21.772] (II) VESA: driver for VESA chipsets: vesa
[    21.772] (II) intel(0): Using Kernel Mode Setting driver: i915, version 1.6.0 20150522
[    21.772] (II) intel(0): SNA compiled from 2.99.917-519-g8229390
[    21.773] (WW) Falling back to old probe method for modesetting
[    21.773] (WW) Falling back to old probe method for fbdev
[    21.773] (II) Loading sub module "fbdevhw"
[    21.773] (II) LoadModule: "fbdevhw"
[    21.774] (II) Loading /usr/lib/xorg/modules/libfbdevhw.so
[    21.775] (II) Module fbdevhw: vendor="X.Org Foundation"
[    21.775] 	compiled for 1.18.0, module version = 0.0.2
[    21.775] 	ABI class: X.Org Video Driver, version 20.0
[    21.775] (WW) Falling back to old probe method for vesa
[    21.775] (--) intel(0): Integrated Graphics Chipset: Intel(R) HD Graphics 4000
[    21.775] (--) intel(0): CPU: x86-64, sse2, sse3, ssse3, sse4.1, sse4.2, avx; using a maximum of 4 threads
[    21.775] (II) intel(0): Creating default Display subsection in Screen section
	"Default Screen Section" for depth/fbbpp 24/32
[    21.775] (==) intel(0): Depth 24, (--) framebuffer bpp 32
[    21.775] (==) intel(0): RGB weight 888
[    21.775] (==) intel(0): Default visual is TrueColor
[    21.776] (II) intel(0): Output VGA1 has no monitor section
[    21.776] (II) intel(0): Enabled output VGA1
[    21.776] (II) intel(0): Output HDMI1 has no monitor section
[    21.776] (II) intel(0): Enabled output HDMI1
[    21.776] (II) intel(0): Output DP1 has no monitor section
[    21.776] (II) intel(0): Enabled output DP1
[    21.776] (II) intel(0): Output HDMI2 has no monitor section
[    21.776] (II) intel(0): Enabled output HDMI2
[    21.776] (II) intel(0): Output DP2 has no monitor section
[    21.776] (II) intel(0): Enabled output DP2
[    21.776] (--) intel(0): Using a maximum size of 256x256 for hardware cursors
[    21.776] (II) intel(0): Output VIRTUAL1 has no monitor section
[    21.776] (II) intel(0): Enabled output VIRTUAL1
[    21.776] (--) intel(0): Output VGA1 using initial mode 1280x1024 on pipe 0
[    21.776] (==) intel(0): TearFree disabled
[    21.776] (==) intel(0): DPI set to (96, 96)
[    21.776] (II) Loading sub module "dri2"
[    21.776] (II) LoadModule: "dri2"
[    21.776] (II) Module "dri2" already built-in
[    21.776] (II) Loading sub module "present"
[    21.776] (II) LoadModule: "present"
[    21.776] (II) Module "present" already built-in
[    21.776] (II) UnloadModule: "modesetting"
[    21.776] (II) Unloading modesetting
[    21.776] (II) UnloadModule: "fbdev"
[    21.776] (II) Unloading fbdev
[    21.776] (II) UnloadSubModule: "fbdevhw"
[    21.776] (II) Unloading fbdevhw
[    21.776] (II) UnloadModule: "vesa"
[    21.776] (II) Unloading vesa
[    21.776] (==) Depth 24 pixmap format is 32 bpp
[    21.777] (II) intel(0): SNA initialized with Ivybridge (gen7, gt2) backend
[    21.777] (==) intel(0): Backing store enabled
[    21.777] (==) intel(0): Silken mouse enabled
[    21.777] (II) intel(0): HW Cursor enabled
[    21.777] (II) intel(0): RandR 1.2 enabled, ignore the following RandR disabled message.
[    21.777] (==) intel(0): DPMS enabled
[    21.777] (==) intel(0): Display hotplug detection enabled
[    21.777] (II) intel(0): [DRI2] Setup complete
[    21.777] (II) intel(0): [DRI2]   DRI driver: i965
[    21.777] (II) intel(0): [DRI2]   VDPAU driver: va_gl
[    21.777] (II) intel(0): direct rendering: DRI2 enabled
[    21.777] (II) intel(0): hardware support for Present enabled
[    21.777] (--) RandR disabled
[    21.786] (EE) Failed to initialize GLX extension (Compatible NVIDIA X driver not found)
[    21.789] (II) intel(0): switch to mode 1280x1024@60.0 on VGA1 using pipe 0, position (0, 0), rotation normal, reflection none
[    21.789] (II) intel(0): Setting screen physical size to 338 x 270
[    21.903] (II) config/udev: Adding input device Power Button (/dev/input/event4)
[    21.903] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[    21.903] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[    21.903] (II) LoadModule: "libinput"
[    21.903] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[    21.908] (II) Module libinput: vendor="X.Org Foundation"
[    21.908] 	compiled for 1.18.0, module version = 0.15.0
[    21.908] 	Module class: X.Org XInput Driver
[    21.908] 	ABI class: X.Org XInput driver, version 22.1
[    21.909] (II) systemd-logind: got fd for /dev/input/event4 13:68 fd 15 paused 0
[    21.909] (II) Using input driver 'libinput' for 'Power Button'
[    21.909] (**) Power Button: always reports core events
[    21.909] (**) Option "Device" "/dev/input/event4"
[    21.910] (II) input device 'Power Button', /dev/input/event4 is tagged by udev as: Keyboard
[    21.910] (II) input device 'Power Button', /dev/input/event4 is a keyboard
[    21.910] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input4/event4"
[    21.910] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[    21.910] (II) input device 'Power Button', /dev/input/event4 is tagged by udev as: Keyboard
[    21.910] (II) input device 'Power Button', /dev/input/event4 is a keyboard
[    21.910] (II) config/udev: Adding input device Video Bus (/dev/input/event15)
[    21.910] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
[    21.910] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[    21.911] (II) systemd-logind: got fd for /dev/input/event15 13:79 fd 18 paused 0
[    21.911] (II) Using input driver 'libinput' for 'Video Bus'
[    21.911] (**) Video Bus: always reports core events
[    21.911] (**) Option "Device" "/dev/input/event15"
[    21.911] (II) input device 'Video Bus', /dev/input/event15 is tagged by udev as: Keyboard
[    21.911] (II) input device 'Video Bus', /dev/input/event15 is a keyboard
[    21.911] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input15/event15"
[    21.911] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[    21.912] (II) input device 'Video Bus', /dev/input/event15 is tagged by udev as: Keyboard
[    21.912] (II) input device 'Video Bus', /dev/input/event15 is a keyboard
[    21.912] (II) config/udev: Adding input device Power Button (/dev/input/event3)
[    21.912] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[    21.912] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[    21.913] (II) systemd-logind: got fd for /dev/input/event3 13:67 fd 19 paused 0
[    21.913] (II) Using input driver 'libinput' for 'Power Button'
[    21.913] (**) Power Button: always reports core events
[    21.913] (**) Option "Device" "/dev/input/event3"
[    21.913] (II) input device 'Power Button', /dev/input/event3 is tagged by udev as: Keyboard
[    21.913] (II) input device 'Power Button', /dev/input/event3 is a keyboard
[    21.913] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input3/event3"
[    21.913] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 8)
[    21.914] (II) input device 'Power Button', /dev/input/event3 is tagged by udev as: Keyboard
[    21.914] (II) input device 'Power Button', /dev/input/event3 is a keyboard
[    21.914] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 (/dev/input/event16)
[    21.914] (II) No input driver specified, ignoring this device.
[    21.914] (II) This device may have been added with another device file.
[    21.914] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=7 (/dev/input/event17)
[    21.914] (II) No input driver specified, ignoring this device.
[    21.914] (II) This device may have been added with another device file.
[    21.915] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=8 (/dev/input/event18)
[    21.915] (II) No input driver specified, ignoring this device.
[    21.915] (II) This device may have been added with another device file.
[    21.915] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=9 (/dev/input/event19)
[    21.915] (II) No input driver specified, ignoring this device.
[    21.915] (II) This device may have been added with another device file.
[    21.916] (II) config/udev: Adding input device USB Keyboard (/dev/input/event1)
[    21.916] (**) USB Keyboard: Applying InputClass "evdev keyboard catchall"
[    21.916] (**) USB Keyboard: Applying InputClass "libinput keyboard catchall"
[    21.916] (II) systemd-logind: got fd for /dev/input/event1 13:65 fd 20 paused 0
[    21.916] (II) Using input driver 'libinput' for 'USB Keyboard'
[    21.916] (**) USB Keyboard: always reports core events
[    21.916] (**) Option "Device" "/dev/input/event1"
[    21.917] (II) input device 'USB Keyboard', /dev/input/event1 is tagged by udev as: Keyboard
[    21.917] (II) input device 'USB Keyboard', /dev/input/event1 is a keyboard
[    21.917] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.2/1-1.2.3/1-1.2.3:1.0/0003:04D9:A02E.0001/input/input1/event1"
[    21.917] (II) XINPUT: Adding extended input device "USB Keyboard" (type: KEYBOARD, id 9)
[    21.917] (II) input device 'USB Keyboard', /dev/input/event1 is tagged by udev as: Keyboard
[    21.917] (II) input device 'USB Keyboard', /dev/input/event1 is a keyboard
[    21.918] (II) config/udev: Adding input device USB Keyboard (/dev/input/event2)
[    21.918] (**) USB Keyboard: Applying InputClass "evdev keyboard catchall"
[    21.918] (**) USB Keyboard: Applying InputClass "libinput keyboard catchall"
[    21.919] (II) systemd-logind: got fd for /dev/input/event2 13:66 fd 21 paused 0
[    21.919] (II) Using input driver 'libinput' for 'USB Keyboard'
[    21.919] (**) USB Keyboard: always reports core events
[    21.919] (**) Option "Device" "/dev/input/event2"
[    21.919] (II) input device 'USB Keyboard', /dev/input/event2 is tagged by udev as: Keyboard
[    21.919] (II) input device 'USB Keyboard', /dev/input/event2 is a keyboard
[    21.919] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.2/1-1.2.3/1-1.2.3:1.1/0003:04D9:A02E.0002/input/input2/event2"
[    21.919] (II) XINPUT: Adding extended input device "USB Keyboard" (type: KEYBOARD, id 10)
[    21.920] (II) input device 'USB Keyboard', /dev/input/event2 is tagged by udev as: Keyboard
[    21.920] (II) input device 'USB Keyboard', /dev/input/event2 is a keyboard
[    21.920] (II) config/udev: Adding input device Areson USB Device (/dev/input/event20)
[    21.920] (**) Areson USB Device: Applying InputClass "evdev pointer catchall"
[    21.920] (**) Areson USB Device: Applying InputClass "libinput pointer catchall"
[    21.973] (II) systemd-logind: got fd for /dev/input/event20 13:84 fd 22 paused 0
[    21.973] (II) Using input driver 'libinput' for 'Areson USB Device'
[    21.973] (**) Areson USB Device: always reports core events
[    21.973] (**) Option "Device" "/dev/input/event20"
[    21.974] (II) input device 'Areson USB Device', /dev/input/event20 is tagged by udev as: Mouse
[    21.974] (II) input device 'Areson USB Device', /dev/input/event20 is a pointer caps
[    21.974] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.2/1-1.2.4/1-1.2.4:1.0/0003:E0FF:0005.0003/input/input20/event20"
[    21.974] (II) XINPUT: Adding extended input device "Areson USB Device" (type: MOUSE, id 11)
[    21.974] (**) Option "AccelerationScheme" "none"
[    21.974] (**) Areson USB Device: (accel) selected scheme none/0
[    21.974] (**) Areson USB Device: (accel) acceleration factor: 2.000
[    21.974] (**) Areson USB Device: (accel) acceleration threshold: 4
[    21.974] (II) input device 'Areson USB Device', /dev/input/event20 is tagged by udev as: Mouse
[    21.974] (II) input device 'Areson USB Device', /dev/input/event20 is a pointer caps
[    21.975] (II) config/udev: Adding input device Areson USB Device (/dev/input/mouse0)
[    21.975] (II) No input driver specified, ignoring this device.
[    21.975] (II) This device may have been added with another device file.
[    21.976] (II) config/udev: Adding input device Areson USB Device (/dev/input/event21)
[    21.976] (**) Areson USB Device: Applying InputClass "evdev keyboard catchall"
[    21.976] (**) Areson USB Device: Applying InputClass "libinput keyboard catchall"
[    21.977] (II) systemd-logind: got fd for /dev/input/event21 13:85 fd 23 paused 0
[    21.977] (II) Using input driver 'libinput' for 'Areson USB Device'
[    21.977] (**) Areson USB Device: always reports core events
[    21.977] (**) Option "Device" "/dev/input/event21"
[    21.977] (II) input device 'Areson USB Device', /dev/input/event21 is tagged by udev as: Keyboard
[    21.977] (II) input device 'Areson USB Device', /dev/input/event21 is a keyboard
[    21.977] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.2/1-1.2.4/1-1.2.4:1.1/0003:E0FF:0005.0004/input/input21/event21"
[    21.977] (II) XINPUT: Adding extended input device "Areson USB Device" (type: MOUSE, id 12)
[    21.978] (**) Option "AccelerationScheme" "none"
[    21.978] (**) Areson USB Device: (accel) selected scheme none/0
[    21.978] (**) Areson USB Device: (accel) acceleration factor: 2.000
[    21.978] (**) Areson USB Device: (accel) acceleration threshold: 4
[    21.978] (II) input device 'Areson USB Device', /dev/input/event21 is tagged by udev as: Keyboard
[    21.978] (II) input device 'Areson USB Device', /dev/input/event21 is a keyboard
[    21.979] (II) config/udev: Adding input device HDA Intel PCH Line Out Surround (/dev/input/event10)
[    21.979] (II) No input driver specified, ignoring this device.
[    21.979] (II) This device may have been added with another device file.
[    21.979] (II) config/udev: Adding input device HDA Intel PCH Line Out CLFE (/dev/input/event11)
[    21.979] (II) No input driver specified, ignoring this device.
[    21.979] (II) This device may have been added with another device file.
[    21.980] (II) config/udev: Adding input device HDA Intel PCH Line Out Side (/dev/input/event12)
[    21.980] (II) No input driver specified, ignoring this device.
[    21.980] (II) This device may have been added with another device file.
[    21.980] (II) config/udev: Adding input device HDA Intel PCH Front Headphone (/dev/input/event13)
[    21.980] (II) No input driver specified, ignoring this device.
[    21.980] (II) This device may have been added with another device file.
[    21.980] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=3 (/dev/input/event14)
[    21.980] (II) No input driver specified, ignoring this device.
[    21.980] (II) This device may have been added with another device file.
[    21.981] (II) config/udev: Adding input device HDA Intel PCH Front Mic (/dev/input/event6)
[    21.981] (II) No input driver specified, ignoring this device.
[    21.981] (II) This device may have been added with another device file.
[    21.981] (II) config/udev: Adding input device HDA Intel PCH Rear Mic (/dev/input/event7)
[    21.981] (II) No input driver specified, ignoring this device.
[    21.981] (II) This device may have been added with another device file.
[    21.982] (II) config/udev: Adding input device HDA Intel PCH Line (/dev/input/event8)
[    21.982] (II) No input driver specified, ignoring this device.
[    21.982] (II) This device may have been added with another device file.
[    21.982] (II) config/udev: Adding input device HDA Intel PCH Line Out Front (/dev/input/event9)
[    21.982] (II) No input driver specified, ignoring this device.
[    21.982] (II) This device may have been added with another device file.
[    21.982] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0)
[    21.982] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
[    21.982] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
[    21.983] (II) systemd-logind: got fd for /dev/input/event0 13:64 fd 24 paused 0
[    21.983] (II) Using input driver 'libinput' for 'AT Translated Set 2 keyboard'
[    21.983] (**) AT Translated Set 2 keyboard: always reports core events
[    21.983] (**) Option "Device" "/dev/input/event0"
[    21.984] (II) input device 'AT Translated Set 2 keyboard', /dev/input/event0 is tagged by udev as: Keyboard
[    21.984] (II) input device 'AT Translated Set 2 keyboard', /dev/input/event0 is a keyboard
[    21.984] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input0/event0"
[    21.984] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 13)
[    21.984] (II) input device 'AT Translated Set 2 keyboard', /dev/input/event0 is tagged by udev as: Keyboard
[    21.984] (II) input device 'AT Translated Set 2 keyboard', /dev/input/event0 is a keyboard
[    21.985] (II) config/udev: Adding input device PC Speaker (/dev/input/event5)
[    21.985] (II) No input driver specified, ignoring this device.
[    21.985] (II) This device may have been added with another device file.
[root@arch-ssd ~]# 
[root@arch-ssd ~]# cat /var/log/Xorg.0.log
[    21.652] 
X.Org X Server 1.18.0
Release Date: 2015-11-09
[    21.652] X Protocol Version 11, Revision 0
[    21.652] Build Operating System: Linux 4.2.3-1-ARCH x86_64 
[    21.652] Current Operating System: Linux arch-ssd 4.2.5-1-ARCH #1 SMP PREEMPT Tue Oct 27 08:13:28 CET 2015 x86_64
[    21.652] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=f81cbc72-0af8-49ab-8101-aa66d714f125 rw
[    21.653] Build Date: 18 November 2015  08:07:09AM
[    21.653]  
[    21.653] Current version of pixman: 0.32.8
[    21.653] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[    21.653] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    21.653] (==) Log file: "/var/log/Xorg.0.log", Time: Thu Dec 24 23:21:54 2015
[    21.656] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[    21.656] (==) No Layout section.  Using the first Screen section.
[    21.656] (==) No screen section available. Using defaults.
[    21.656] (**) |-->Screen "Default Screen Section" (0)
[    21.656] (**) |   |-->Monitor "<default monitor>"
[    21.657] (==) No monitor specified for screen "Default Screen Section".
	Using a default monitor configuration.
[    21.657] (==) Automatically adding devices
[    21.657] (==) Automatically enabling devices
[    21.657] (==) Automatically adding GPU devices
[    21.657] (==) Max clients allowed: 256, resource mask: 0x1fffff
[    21.659] (WW) The directory "/usr/share/fonts/Type1/" does not exist.
[    21.659] 	Entry deleted from font path.
[    21.661] (==) FontPath set to:
	/usr/share/fonts/misc/,
	/usr/share/fonts/TTF/,
	/usr/share/fonts/OTF/,
	/usr/share/fonts/100dpi/,
	/usr/share/fonts/75dpi/
[    21.661] (==) ModulePath set to "/usr/lib/xorg/modules"
[    21.661] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[    21.661] (II) Loader magic: 0x819d40
[    21.661] (II) Module ABI versions:
[    21.661] 	X.Org ANSI C Emulation: 0.4
[    21.661] 	X.Org Video Driver: 20.0
[    21.661] 	X.Org XInput driver : 22.1
[    21.661] 	X.Org Server Extension : 9.0
[    21.662] (++) using VT number 1

[    21.662] (--) controlling tty is VT number 1, auto-enabling KeepTty
[    21.665] (II) systemd-logind: took control of session /org/freedesktop/login1/session/c1
[    21.665] (II) xfree86: Adding drm device (/dev/dri/card0)
[    21.666] (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 8 paused 0
[    21.667] (--) PCI:*(0:0:2:0) 8086:0162:1462:2111 rev 9, Mem @ 0xf7400000/4194304, 0xd0000000/268435456, I/O @ 0x0000f000/64
[    21.667] (--) PCI: (0:1:0:0) 10de:1180:1458:3551 rev 161, Mem @ 0xf6000000/16777216, 0xe0000000/134217728, 0xe8000000/33554432, I/O @ 0x0000e000/128, BIOS @ 0x????????/524288
[    21.668] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[    21.668] (II) LoadModule: "glx"
[    21.669] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[    21.756] (II) Module glx: vendor="NVIDIA Corporation"
[    21.756] 	compiled for 4.0.2, module version = 1.0.0
[    21.756] 	Module class: X.Org Server Extension
[    21.756] (II) NVIDIA GLX Module  358.16  Mon Nov 16 18:54:01 PST 2015
[    21.756] (==) Matched intel as autoconfigured driver 0
[    21.756] (==) Matched intel as autoconfigured driver 1
[    21.756] (==) Matched modesetting as autoconfigured driver 2
[    21.756] (==) Matched fbdev as autoconfigured driver 3
[    21.756] (==) Matched vesa as autoconfigured driver 4
[    21.756] (==) Assigned the driver to the xf86ConfigLayout
[    21.756] (II) LoadModule: "intel"
[    21.758] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
[    21.766] (II) Module intel: vendor="X.Org Foundation"
[    21.766] 	compiled for 1.18.0, module version = 2.99.917
[    21.766] 	Module class: X.Org Video Driver
[    21.766] 	ABI class: X.Org Video Driver, version 20.0
[    21.766] (II) LoadModule: "modesetting"
[    21.769] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[    21.770] (II) Module modesetting: vendor="X.Org Foundation"
[    21.770] 	compiled for 1.18.0, module version = 1.18.0
[    21.770] 	Module class: X.Org Video Driver
[    21.770] 	ABI class: X.Org Video Driver, version 20.0
[    21.770] (II) LoadModule: "fbdev"
[    21.770] (II) Loading /usr/lib/xorg/modules/drivers/fbdev_drv.so
[    21.771] (II) Module fbdev: vendor="X.Org Foundation"
[    21.771] 	compiled for 1.18.0, module version = 0.4.4
[    21.771] 	Module class: X.Org Video Driver
[    21.771] 	ABI class: X.Org Video Driver, version 20.0
[    21.771] (II) LoadModule: "vesa"
[    21.771] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
[    21.772] (II) Module vesa: vendor="X.Org Foundation"
[    21.772] 	compiled for 1.18.0, module version = 2.3.4
[    21.772] 	Module class: X.Org Video Driver
[    21.772] 	ABI class: X.Org Video Driver, version 20.0
[    21.772] (II) intel: Driver for Intel(R) Integrated Graphics Chipsets:
	i810, i810-dc100, i810e, i815, i830M, 845G, 854, 852GM/855GM, 865G,
	915G, E7221 (i915), 915GM, 945G, 945GM, 945GME, Pineview GM,
	Pineview G, 965G, G35, 965Q, 946GZ, 965GM, 965GME/GLE, G33, Q35, Q33,
	GM45, 4 Series, G45/G43, Q45/Q43, G41, B43
[    21.772] (II) intel: Driver for Intel(R) HD Graphics: 2000-6000
[    21.772] (II) intel: Driver for Intel(R) Iris(TM) Graphics: 5100, 6100
[    21.772] (II) intel: Driver for Intel(R) Iris(TM) Pro Graphics: 5200, 6200, P6300
[    21.772] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[    21.772] (II) FBDEV: driver for framebuffer: fbdev
[    21.772] (II) VESA: driver for VESA chipsets: vesa
[    21.772] (II) intel(0): Using Kernel Mode Setting driver: i915, version 1.6.0 20150522
[    21.772] (II) intel(0): SNA compiled from 2.99.917-519-g8229390
[    21.773] (WW) Falling back to old probe method for modesetting
[    21.773] (WW) Falling back to old probe method for fbdev
[    21.773] (II) Loading sub module "fbdevhw"
[    21.773] (II) LoadModule: "fbdevhw"
[    21.774] (II) Loading /usr/lib/xorg/modules/libfbdevhw.so
[    21.775] (II) Module fbdevhw: vendor="X.Org Foundation"
[    21.775] 	compiled for 1.18.0, module version = 0.0.2
[    21.775] 	ABI class: X.Org Video Driver, version 20.0
[    21.775] (WW) Falling back to old probe method for vesa
[    21.775] (--) intel(0): Integrated Graphics Chipset: Intel(R) HD Graphics 4000
[    21.775] (--) intel(0): CPU: x86-64, sse2, sse3, ssse3, sse4.1, sse4.2, avx; using a maximum of 4 threads
[    21.775] (II) intel(0): Creating default Display subsection in Screen section
	"Default Screen Section" for depth/fbbpp 24/32
[    21.775] (==) intel(0): Depth 24, (--) framebuffer bpp 32
[    21.775] (==) intel(0): RGB weight 888
[    21.775] (==) intel(0): Default visual is TrueColor
[    21.776] (II) intel(0): Output VGA1 has no monitor section
[    21.776] (II) intel(0): Enabled output VGA1
[    21.776] (II) intel(0): Output HDMI1 has no monitor section
[    21.776] (II) intel(0): Enabled output HDMI1
[    21.776] (II) intel(0): Output DP1 has no monitor section
[    21.776] (II) intel(0): Enabled output DP1
[    21.776] (II) intel(0): Output HDMI2 has no monitor section
[    21.776] (II) intel(0): Enabled output HDMI2
[    21.776] (II) intel(0): Output DP2 has no monitor section
[    21.776] (II) intel(0): Enabled output DP2
[    21.776] (--) intel(0): Using a maximum size of 256x256 for hardware cursors
[    21.776] (II) intel(0): Output VIRTUAL1 has no monitor section
[    21.776] (II) intel(0): Enabled output VIRTUAL1
[    21.776] (--) intel(0): Output VGA1 using initial mode 1280x1024 on pipe 0
[    21.776] (==) intel(0): TearFree disabled
[    21.776] (==) intel(0): DPI set to (96, 96)
[    21.776] (II) Loading sub module "dri2"
[    21.776] (II) LoadModule: "dri2"
[    21.776] (II) Module "dri2" already built-in
[    21.776] (II) Loading sub module "present"
[    21.776] (II) LoadModule: "present"
[    21.776] (II) Module "present" already built-in
[    21.776] (II) UnloadModule: "modesetting"
[    21.776] (II) Unloading modesetting
[    21.776] (II) UnloadModule: "fbdev"
[    21.776] (II) Unloading fbdev
[    21.776] (II) UnloadSubModule: "fbdevhw"
[    21.776] (II) Unloading fbdevhw
[    21.776] (II) UnloadModule: "vesa"
[    21.776] (II) Unloading vesa
[    21.776] (==) Depth 24 pixmap format is 32 bpp
[    21.777] (II) intel(0): SNA initialized with Ivybridge (gen7, gt2) backend
[    21.777] (==) intel(0): Backing store enabled
[    21.777] (==) intel(0): Silken mouse enabled
[    21.777] (II) intel(0): HW Cursor enabled
[    21.777] (II) intel(0): RandR 1.2 enabled, ignore the following RandR disabled message.
[    21.777] (==) intel(0): DPMS enabled
[    21.777] (==) intel(0): Display hotplug detection enabled
[    21.777] (II) intel(0): [DRI2] Setup complete
[    21.777] (II) intel(0): [DRI2]   DRI driver: i965
[    21.777] (II) intel(0): [DRI2]   VDPAU driver: va_gl
[    21.777] (II) intel(0): direct rendering: DRI2 enabled
[    21.777] (II) intel(0): hardware support for Present enabled
[    21.777] (--) RandR disabled
[    21.786] (EE) Failed to initialize GLX extension (Compatible NVIDIA X driver not found)
[    21.789] (II) intel(0): switch to mode 1280x1024@60.0 on VGA1 using pipe 0, position (0, 0), rotation normal, reflection none
[    21.789] (II) intel(0): Setting screen physical size to 338 x 270
[    21.903] (II) config/udev: Adding input device Power Button (/dev/input/event4)
[    21.903] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[    21.903] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[    21.903] (II) LoadModule: "libinput"
[    21.903] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[    21.908] (II) Module libinput: vendor="X.Org Foundation"
[    21.908] 	compiled for 1.18.0, module version = 0.15.0
[    21.908] 	Module class: X.Org XInput Driver
[    21.908] 	ABI class: X.Org XInput driver, version 22.1
[    21.909] (II) systemd-logind: got fd for /dev/input/event4 13:68 fd 15 paused 0
[    21.909] (II) Using input driver 'libinput' for 'Power Button'
[    21.909] (**) Power Button: always reports core events
[    21.909] (**) Option "Device" "/dev/input/event4"
[    21.910] (II) input device 'Power Button', /dev/input/event4 is tagged by udev as: Keyboard
[    21.910] (II) input device 'Power Button', /dev/input/event4 is a keyboard
[    21.910] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input4/event4"
[    21.910] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[    21.910] (II) input device 'Power Button', /dev/input/event4 is tagged by udev as: Keyboard
[    21.910] (II) input device 'Power Button', /dev/input/event4 is a keyboard
[    21.910] (II) config/udev: Adding input device Video Bus (/dev/input/event15)
[    21.910] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
[    21.910] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[    21.911] (II) systemd-logind: got fd for /dev/input/event15 13:79 fd 18 paused 0
[    21.911] (II) Using input driver 'libinput' for 'Video Bus'
[    21.911] (**) Video Bus: always reports core events
[    21.911] (**) Option "Device" "/dev/input/event15"
[    21.911] (II) input device 'Video Bus', /dev/input/event15 is tagged by udev as: Keyboard
[    21.911] (II) input device 'Video Bus', /dev/input/event15 is a keyboard
[    21.911] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input15/event15"
[    21.911] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[    21.912] (II) input device 'Video Bus', /dev/input/event15 is tagged by udev as: Keyboard
[    21.912] (II) input device 'Video Bus', /dev/input/event15 is a keyboard
[    21.912] (II) config/udev: Adding input device Power Button (/dev/input/event3)
[    21.912] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[    21.912] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[    21.913] (II) systemd-logind: got fd for /dev/input/event3 13:67 fd 19 paused 0
[    21.913] (II) Using input driver 'libinput' for 'Power Button'
[    21.913] (**) Power Button: always reports core events
[    21.913] (**) Option "Device" "/dev/input/event3"
[    21.913] (II) input device 'Power Button', /dev/input/event3 is tagged by udev as: Keyboard
[    21.913] (II) input device 'Power Button', /dev/input/event3 is a keyboard
[    21.913] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input3/event3"
[    21.913] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 8)
[    21.914] (II) input device 'Power Button', /dev/input/event3 is tagged by udev as: Keyboard
[    21.914] (II) input device 'Power Button', /dev/input/event3 is a keyboard
[    21.914] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 (/dev/input/event16)
[    21.914] (II) No input driver specified, ignoring this device.
[    21.914] (II) This device may have been added with another device file.
[    21.914] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=7 (/dev/input/event17)
[    21.914] (II) No input driver specified, ignoring this device.
[    21.914] (II) This device may have been added with another device file.
[    21.915] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=8 (/dev/input/event18)
[    21.915] (II) No input driver specified, ignoring this device.
[    21.915] (II) This device may have been added with another device file.
[    21.915] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=9 (/dev/input/event19)
[    21.915] (II) No input driver specified, ignoring this device.
[    21.915] (II) This device may have been added with another device file.
[    21.916] (II) config/udev: Adding input device USB Keyboard (/dev/input/event1)
[    21.916] (**) USB Keyboard: Applying InputClass "evdev keyboard catchall"
[    21.916] (**) USB Keyboard: Applying InputClass "libinput keyboard catchall"
[    21.916] (II) systemd-logind: got fd for /dev/input/event1 13:65 fd 20 paused 0
[    21.916] (II) Using input driver 'libinput' for 'USB Keyboard'
[    21.916] (**) USB Keyboard: always reports core events
[    21.916] (**) Option "Device" "/dev/input/event1"
[    21.917] (II) input device 'USB Keyboard', /dev/input/event1 is tagged by udev as: Keyboard
[    21.917] (II) input device 'USB Keyboard', /dev/input/event1 is a keyboard
[    21.917] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.2/1-1.2.3/1-1.2.3:1.0/0003:04D9:A02E.0001/input/input1/event1"
[    21.917] (II) XINPUT: Adding extended input device "USB Keyboard" (type: KEYBOARD, id 9)
[    21.917] (II) input device 'USB Keyboard', /dev/input/event1 is tagged by udev as: Keyboard
[    21.917] (II) input device 'USB Keyboard', /dev/input/event1 is a keyboard
[    21.918] (II) config/udev: Adding input device USB Keyboard (/dev/input/event2)
[    21.918] (**) USB Keyboard: Applying InputClass "evdev keyboard catchall"
[    21.918] (**) USB Keyboard: Applying InputClass "libinput keyboard catchall"
[    21.919] (II) systemd-logind: got fd for /dev/input/event2 13:66 fd 21 paused 0
[    21.919] (II) Using input driver 'libinput' for 'USB Keyboard'
[    21.919] (**) USB Keyboard: always reports core events
[    21.919] (**) Option "Device" "/dev/input/event2"
[    21.919] (II) input device 'USB Keyboard', /dev/input/event2 is tagged by udev as: Keyboard
[    21.919] (II) input device 'USB Keyboard', /dev/input/event2 is a keyboard
[    21.919] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.2/1-1.2.3/1-1.2.3:1.1/0003:04D9:A02E.0002/input/input2/event2"
[    21.919] (II) XINPUT: Adding extended input device "USB Keyboard" (type: KEYBOARD, id 10)
[    21.920] (II) input device 'USB Keyboard', /dev/input/event2 is tagged by udev as: Keyboard
[    21.920] (II) input device 'USB Keyboard', /dev/input/event2 is a keyboard
[    21.920] (II) config/udev: Adding input device Areson USB Device (/dev/input/event20)
[    21.920] (**) Areson USB Device: Applying InputClass "evdev pointer catchall"
[    21.920] (**) Areson USB Device: Applying InputClass "libinput pointer catchall"
[    21.973] (II) systemd-logind: got fd for /dev/input/event20 13:84 fd 22 paused 0
[    21.973] (II) Using input driver 'libinput' for 'Areson USB Device'
[    21.973] (**) Areson USB Device: always reports core events
[    21.973] (**) Option "Device" "/dev/input/event20"
[    21.974] (II) input device 'Areson USB Device', /dev/input/event20 is tagged by udev as: Mouse
[    21.974] (II) input device 'Areson USB Device', /dev/input/event20 is a pointer caps
[    21.974] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.2/1-1.2.4/1-1.2.4:1.0/0003:E0FF:0005.0003/input/input20/event20"
[    21.974] (II) XINPUT: Adding extended input device "Areson USB Device" (type: MOUSE, id 11)
[    21.974] (**) Option "AccelerationScheme" "none"
[    21.974] (**) Areson USB Device: (accel) selected scheme none/0
[    21.974] (**) Areson USB Device: (accel) acceleration factor: 2.000
[    21.974] (**) Areson USB Device: (accel) acceleration threshold: 4
[    21.974] (II) input device 'Areson USB Device', /dev/input/event20 is tagged by udev as: Mouse
[    21.974] (II) input device 'Areson USB Device', /dev/input/event20 is a pointer caps
[    21.975] (II) config/udev: Adding input device Areson USB Device (/dev/input/mouse0)
[    21.975] (II) No input driver specified, ignoring this device.
[    21.975] (II) This device may have been added with another device file.
[    21.976] (II) config/udev: Adding input device Areson USB Device (/dev/input/event21)
[    21.976] (**) Areson USB Device: Applying InputClass "evdev keyboard catchall"
[    21.976] (**) Areson USB Device: Applying InputClass "libinput keyboard catchall"
[    21.977] (II) systemd-logind: got fd for /dev/input/event21 13:85 fd 23 paused 0
[    21.977] (II) Using input driver 'libinput' for 'Areson USB Device'
[    21.977] (**) Areson USB Device: always reports core events
[    21.977] (**) Option "Device" "/dev/input/event21"
[    21.977] (II) input device 'Areson USB Device', /dev/input/event21 is tagged by udev as: Keyboard
[    21.977] (II) input device 'Areson USB Device', /dev/input/event21 is a keyboard
[    21.977] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.2/1-1.2.4/1-1.2.4:1.1/0003:E0FF:0005.0004/input/input21/event21"
[    21.977] (II) XINPUT: Adding extended input device "Areson USB Device" (type: MOUSE, id 12)
[    21.978] (**) Option "AccelerationScheme" "none"
[    21.978] (**) Areson USB Device: (accel) selected scheme none/0
[    21.978] (**) Areson USB Device: (accel) acceleration factor: 2.000
[    21.978] (**) Areson USB Device: (accel) acceleration threshold: 4
[    21.978] (II) input device 'Areson USB Device', /dev/input/event21 is tagged by udev as: Keyboard
[    21.978] (II) input device 'Areson USB Device', /dev/input/event21 is a keyboard
[    21.979] (II) config/udev: Adding input device HDA Intel PCH Line Out Surround (/dev/input/event10)
[    21.979] (II) No input driver specified, ignoring this device.
[    21.979] (II) This device may have been added with another device file.
[    21.979] (II) config/udev: Adding input device HDA Intel PCH Line Out CLFE (/dev/input/event11)
[    21.979] (II) No input driver specified, ignoring this device.
[    21.979] (II) This device may have been added with another device file.
[    21.980] (II) config/udev: Adding input device HDA Intel PCH Line Out Side (/dev/input/event12)
[    21.980] (II) No input driver specified, ignoring this device.
[    21.980] (II) This device may have been added with another device file.
[    21.980] (II) config/udev: Adding input device HDA Intel PCH Front Headphone (/dev/input/event13)
[    21.980] (II) No input driver specified, ignoring this device.
[    21.980] (II) This device may have been added with another device file.
[    21.980] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=3 (/dev/input/event14)
[    21.980] (II) No input driver specified, ignoring this device.
[    21.980] (II) This device may have been added with another device file.
[    21.981] (II) config/udev: Adding input device HDA Intel PCH Front Mic (/dev/input/event6)
[    21.981] (II) No input driver specified, ignoring this device.
[    21.981] (II) This device may have been added with another device file.
[    21.981] (II) config/udev: Adding input device HDA Intel PCH Rear Mic (/dev/input/event7)
[    21.981] (II) No input driver specified, ignoring this device.
[    21.981] (II) This device may have been added with another device file.
[    21.982] (II) config/udev: Adding input device HDA Intel PCH Line (/dev/input/event8)
[    21.982] (II) No input driver specified, ignoring this device.
[    21.982] (II) This device may have been added with another device file.
[    21.982] (II) config/udev: Adding input device HDA Intel PCH Line Out Front (/dev/input/event9)
[    21.982] (II) No input driver specified, ignoring this device.
[    21.982] (II) This device may have been added with another device file.
[    21.982] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0)
[    21.982] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
[    21.982] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
[    21.983] (II) systemd-logind: got fd for /dev/input/event0 13:64 fd 24 paused 0
[    21.983] (II) Using input driver 'libinput' for 'AT Translated Set 2 keyboard'
[    21.983] (**) AT Translated Set 2 keyboard: always reports core events
[    21.983] (**) Option "Device" "/dev/input/event0"
[    21.984] (II) input device 'AT Translated Set 2 keyboard', /dev/input/event0 is tagged by udev as: Keyboard
[    21.984] (II) input device 'AT Translated Set 2 keyboard', /dev/input/event0 is a keyboard
[    21.984] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input0/event0"
[    21.984] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 13)
[    21.984] (II) input device 'AT Translated Set 2 keyboard', /dev/input/event0 is tagged by udev as: Keyboard
[    21.984] (II) input device 'AT Translated Set 2 keyboard', /dev/input/event0 is a keyboard
[    21.985] (II) config/udev: Adding input device PC Speaker (/dev/input/event5)
[    21.985] (II) No input driver specified, ignoring this device.
[    21.985] (II) This device may have been added with another device file.

On one screen three xterms appeared. What should I do, to run sddm (I want to use plasma5 if it's possible)? I tried running just "sddm" in one of those xterms and also "systemctl start sddm", but both with no luck.
And btw Merry Christmas ^^

Offline

#10 2015-12-25 11:55:31

Lone_Wolf
Administrator
From: Netherlands, Europe
Registered: 2005-10-04
Posts: 15,165

Re: Using Intel graphics with installed nvidia drivers (not optimus)

you don't need to run SDDM to use KDE/plasma, you can use ~/.xinitrc to start KDE .
if you do want to use sddm check it's wikipage.

[    21.669] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[    21.756] (II) Module glx: vendor="NVIDIA Corporation"
[    21.756] 	compiled for 4.0.2, module version = 1.0.0
[    21.756] 	Module class: X.Org Server Extension
[    21.756] (II) NVIDIA GLX Module  358.16  Mon Nov 16 18:54:01 PST 2015
<snip>
[    21.786] (EE) Failed to initialize GLX extension (Compatible NVIDIA X driver not found)

To use HW acceleration for the intel card, you'd need mesa-libgl instead of nvidia-libgl .
(re)-read the first part of Nvidia Optimus wiki page and decide which of those 4 options you prefer.

If you want to have both cards usable, then bumblebee (has it's own wiki page) is your best bet.


Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.

clean chroot building not flexible enough ?
Try clean chroot manager by graysky

Offline

#11 2015-12-25 15:16:20

mily20001
Member
Registered: 2015-12-14
Posts: 5

Re: Using Intel graphics with installed nvidia drivers (not optimus)

Ok, I'll try xinitrc, wiki provides nice script to start various DE.

Lone_Wolf wrote:

(re)-read the first part of Nvidia Optimus wiki page and decide which of those 4 options you prefer.

If you want to have both cards usable, then bumblebee (has it's own wiki page) is your best bet.

I think that bumblebee is the only option if i want to use CUDA for Blender rendering and iGPU to render desktop, am I right?

@edit: Unfortunetly kde won't start: http://ibin.co/2RBqHnoWvoql Please tell me if I should provide any other info to fix this.

Last edited by mily20001 (2015-12-25 17:53:33)

Offline

#12 2015-12-26 11:01:25

Lone_Wolf
Administrator
From: Netherlands, Europe
Registered: 2005-10-04
Posts: 15,165

Re: Using Intel graphics with installed nvidia drivers (not optimus)

I think that bumblebee is the only option if i want to use CUDA for Blender rendering and iGPU to render desktop, am I right?

I think that's correct.

I don't speak that language , but the screenshots look like kde is missing some dependencies.
How did you install kde ?
There should be a file .xsession-errors somewhere in your home folder ,it may help to figure out what is missing.


Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.

clean chroot building not flexible enough ?
Try clean chroot manager by graysky

Offline

Board footer

Powered by FluxBB