Intel video card recognized as VMWare
I have an nvidia GTX860m i bought a new ssd and upgrade it to fedora 22 and yesterday to fedora 23. The problem is that in both cases it recognized my intel card as VMWare
01:00.0 3D controller: NVIDIA Corporation GM107M [GeForce GTX 860M] (rev ff)
[jdc@hal ~]$ lspci |grep -i vga
00:02.0 VGA compatible controller: Intel Corporation 4th Gen Core Processor Integrated Graphics Controller (rev 06)
I installed bumblebee and it works a little bit better, optirun seems to work.
When I run glxgears I get this
GL_RENDERER = Gallium 0.4 on llvmpipe (LLVM 3.7, 256 bits)
GL_VERSION = 2.1 Mesa 11.1.0 (git-525f3c2)
GL_VENDOR = VMware, Inc.
When i run it with optirun I get
optirun glxgears -info
GL_RENDERER = GeForce GTX 860M/PCIe/SSE2
GL_VERSION = 4.5.0 NVIDIA 352.63
GL_VENDOR = NVIDIA Corporation
I am having trouble hibernating or going to sleep mode, when ever I try to wake up I get a black screen.
I get this error on the Xorg.0.log
egrep "(GLX|DRI)" /var/log/Xorg.0.log
[ 3.580] (==) AIGLX enabled
[ 3.593] (II) AIGLX: Screen 0 is not DRI2 capable
[ 3.593] (EE) AIGLX: reverting to software rendering
[ 3.653] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
[ 3.653] (II) AIGLX: Loaded and initialized swrast
[ 3.653] (II) GLX: Initialized DRISWRAST GL provider for screen 0
grep EE Xorg.0.log
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 3.586] (EE) open /dev/dri/card0: No such file or directory
[ 3.586] (EE) open /dev/dri/card0: No such file or directory
[ 3.586] (EE) Screen 0 deleted because of no matching config section.
[ 3.593] (EE) AIGLX: reverting to software rendering
I am pretty sure that when I was running fedora 20 it recognized the card as Intel not vmware and I didnt have trouble hibernating.