
Quote: Originally Posted by
microwiz
Getting the same results with driver .4656 on a Dell Inspiron 700m. Bizarre that the driver works fine (with full native res, 1200x800) when booted with an external monitor attached, but bluescreens without. Hopefully some bright soul will be able to figure out a way around that!
You asked, and I can deliver. The 0x7E STOP blue screen is occuring due to the new boot animation in Windows 7 which runs at 1024x768 and the crash occurs when the resolution changes at the end of that (since the driver was written when no resolution change occurred then). Strangely it only crashes if an external monitor isn't attached. So if you avoid the new boot animation that forces the old boot VGA resolution (640x480) that the driver can handle, and the blue screen doesn't occur. That can be achieved by running msconfig and checking Boot->OS boot information. Instead of the animation you now get text showing driver loads and the 0x7E STOP blue screen is avoided. And now you don't need an external monitor connected each time you reboot.
Unfortunately this didn't help me as I instead (with the above workaround or an external monitor attached) now get a 0x50 STOP blue screen immediately at logon with my Fujitsu Stylistic 5021D Tablet PC

.
However, I did finally discover that the 3722 driver does work for me. BUT I had to reboot about 4 times before it stopped installing the driver at logon / giving me a code 43. All other builds of the driver just kept getting uninstalled indefinitely. So now I can reboot without problems and the machine can sleep and hibernate. Unfortunately this driver doesn't support portrait but given it works for everything else, I'm pretty happy.
I also tried 4421 and 4497 drivers but both of these had the uninstalled at logon issue and I couldn't find a way to prevent that - none of the various suggestions in this long thread had any effect.
Update:- Found out how to enable rotation. Add these registry keys:
HKLM\Software\Intel\CUI\DISPLAY1\EnableRotation = (DWORD)1 HKLM\Software\Intel\CUI\DISPLAY2\EnableRotation = (DWORD)1
and reboot.