Display + PM + Battery monitor problem with i5 - 7200U CPU

I have just purchased Dell inspiron 7560 laptop which has i5-7200U CPU with intel and NVIDIA graphics adapter. I have installed cleanly OpenSUSE 42.2. However, I find following issues:
(a) it is stating battery is not present, (b) when I close laptop lid, display is off while opening the lid is unable to bring the display although laptop is not hung (capslock light, keyboard light works).

The following states the long list while I am showing the first entry…


cat /proc/cpuinfo
processor       : 0
vendor_id       : GenuineIntel
cpu family      : 6
model           : 142
model name      : Intel(R) Core(TM) i5-7200U CPU @ 2.50GHz
stepping        : 9
microcode       : 0x42
cpu MHz         : 1118.736
cache size      : 3072 KB
physical id     : 0
siblings        : 4
core id         : 0
cpu cores       : 2
apicid          : 0
initial apicid  : 0
fpu             : yes
fpu_exception   : yes
cpuid level     : 22
wp              : yes
flags           : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf eagerfpu pni pclmulqdq dtes64 monitor ds_cpl vmx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch ida arat epb pln pts dtherm hwp hwp_notify hwp_act_window hwp_epp intel_pt tpr_shadow vnmi flexpriority ept vpid fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid mpx rdseed adx smap clflushopt xsaveopt xsavec xgetbv1
bugs            :
bogomips        : 5423.89
clflush size    : 64
cache_alignment : 64
address sizes   : 39 bits physical, 48 bits virtual
power management:

Also I am mentioning


 /sbin/lspci -nnk | egrep -iA3 "VGA|3D"
00:02.0 VGA compatible controller [0300]: Intel Corporation Device [8086:5916] (rev 02)
        Subsystem: Dell Device [1028:0782]
00:04.0 Signal processing controller [1180]: Intel Corporation Skylake Processor Thermal Subsystem [8086:1903] (rev 02)
        Subsystem: Dell Device [1028:0782]
--
01:00.0 3D controller [0302]: NVIDIA Corporation GM108M [GeForce 940MX] [10de:134d] (rev ff)
        Kernel modules: nouveau, nvidia_drm, nvidia
02:00.0 Network controller [0280]: Intel Corporation Wireless 3165 [8086:3165] (rev 79)
        Subsystem: Intel Corporation Device [8086:4410]
[vega@jupiter: ~ 20:07 Mar 24, 2017]$ 


However, I also checked

 /etc/modprobe.d/50-blacklist.conf

to reconfirm that there is entry for

 blacklist nouveau 

. If I run optirun for NVIDIA GPU it works well for demo graphics while other graphics face problem. However, my codes with CUDA run very well.

I am also pasting

dmesg

for your understanding which could be seen at http://pastebin.com/3Mgg3pcA .

I trust I have stated my problem. I have also presented required diagnostic informations. I don’t understand what should I do now.

Please help to resolve the issue as I do not wish to uninstall OS and other codes.
Thanks and Regards

those with more experience may be able to pinpoint your problem (or have differing opinions) but IMHO your running very new hardware on an old kernel (if using default). even if you fix your problem, pstates etc will not work efficiently (unless patches backported). If you consider updating to leap kernel stable or tumbleweed (latest of everything) you might see if the problem still persists (note: one can change to TW directly from leap https://en.opensuse.org/openSUSE:Tumbleweed_upgrade).

since nobody has responded. An observation - your running very new hardware on an old kernel (if default) which may or may not contribute to your issues. you can update to kernel stable, there is also tumbleweed - but you have dedicated graphics and its out of my experience zone. The paste you supplied is private, you should use susepaste site.