> On Dec 4, 2014, at 9:00 PM, Jonathan Gray <[email protected]> wrote: > > On Thu, Dec 04, 2014 at 08:47:34PM -0600, Sean Cody wrote: >>> >>> Fix: >> <how to correct or work around the problem, if known (multiple lines)> > > We should probably repost all known powervr devices given there > is otherwise no kernel support. > > For now try this: > > Index: sys/dev/pci/vga_pci.c > =================================================================== > RCS file: /cvs/src/sys/dev/pci/vga_pci.c,v > retrieving revision 1.81 > diff -u -p -r1.81 vga_pci.c > --- sys/dev/pci/vga_pci.c 28 Jul 2014 15:00:27 -0000 1.81 > +++ sys/dev/pci/vga_pci.c 5 Dec 2014 02:55:20 -0000 > @@ -167,6 +167,11 @@ static const struct vga_device_descripti > 0x0000, 0x0000 }, > { 0xffff, 0xffff, 0x0000, 0x0000 }, 1 > }, > + { /* All machines with Intel D2000/N2000 (until more evidence) */ > + { PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_D2000_IGD, > + 0x0000, 0x0000 }, > + { 0xffff, 0xffff, 0x0000, 0x0000 }, 1 > + }, > }; > #endif
That did the trick. zzz and resume works, as well in X. Lid close suspends but opening doesn't resume (not a big deal) requires some key mashing to wake up. -- Sean
