The PCI ID for the i945GM (8086,27a2) isn't in the DRM driver for snv_66, you'll need to edit the "i915" driver in ON, or edit the binary driver /kernel/drv/i915 or /kernel/drv/amd64/i915.
For the binaries, replace: 86 80 00 00 72 27 with: 86 80 00 00 a2 27 You'll also need to make a /usr/X11/lib/dri symlink to /usr/X11/lib/modules/dri or /usr/X11/lib/modules/dri/amd64 - see http://bugs.opensolaris.org/bugdatabase/view_bug.do?bug_id=6565740 Also make sure the "agptarget" is associated with yourmemory controller: grep 8086,27a0 /etc/driver_aliases || update_drv -a -i '"pci8086,27a0"' agpgart This message posted from opensolaris.org
