On 10/14/2012 12:09 PM, Mark Hounschell wrote: > On 10/14/2012 11:55 AM, Bruno Prémont wrote: >> On Sun, 14 October 2012 Daniel Vetter wrote: >>> On Sun, Oct 14, 2012 at 5:41 PM, Mark Hounschell wrote: >>>> There is something amiss. Here is my i915_pci_probe routine. I Added a >>>> couple more printks. NONE of these show up in dmesg. Not even the >>>> "Entered" >>>> printk. ???? >>> >>> That's rather strange indeed. Is there another driver bound by >>> accident to the intel graphics? You can check that with lspci -k >>> -Daniel >> >> A few mails ago in a kernel cmd I saw a nomodeset, could it be that >> it's still around? > > Yes, that is still around. I'll get rid of it and try again. > > Mark > > That was it. Sorry. Attached is the dmesg now. This is what I see though [ 1.875354] [drm] Initialized drm 1.1.0 20060810 [ 1.891216] i915_pci_probe: Entered [ 1.891218] dropping agp requirement [ 1.891219] force-disabling agp on gen 7, is_ivybridge 1 Mark