多台显示器 - 调整清晰度(编辑:事件名称 *BlueScreen*)

多台显示器 - 调整清晰度(编辑:事件名称 *BlueScreen*)

我有一台 13 英寸笔记本电脑,我想将其连接到我的新三星智能站。今天早些时候,它工作正常,并且显示器被 Windows7 控制面板上的“将计算机设置为多显示器”找到。然后屏幕截图如下在此处输入图片描述

但现在,在插入和拔出我的智能站上的电缆后,“将计算机设置为多显示器”没有找到我的三星屏幕。结果,现在我可以看到镜子我的笔记本电脑屏幕,以前笔记本电脑是空白的。更重要的是,屏幕很模糊。这是屏幕截图https://www.dropbox.com/s/ywlkmxt6h5yusze/Screenshot%202014-05-06%2016.40.34.png顺便说一句,三星无法识别该鼠标。


我现在还看到,如果比较第一张和第二张屏幕截图,菜单栏已经改变。它应该是黑色的。我猜是某些软件把它变成了蓝色。编辑:不,它又恢复正常了,是某些英特尔软件造成的。

编辑 我收到了名为 blueScreen 的错误消息

Problem signature:
  Problem Event Name:   BlueScreen
  OS Version:   6.1.7601.2.1.0.256.48
  Locale ID:    1053

Additional information about the problem:
  BCCode:   1000009f
  BCP1: 0000000000000004
  BCP2: 0000000000000258
  BCP3: FFFFFA80066FC040
  BCP4: FFFFF80000B9C3D0
  OS Version:   6_1_7601
  Service Pack: 1_0
  Product:  256_1

Files that help describe the problem:
  C:\Windows\Minidump\050614-4508-01.dmp 
  C:\Users\jl\AppData\Local\Temp\WER-3252106-0.sysdata.xml

这些问题文件的链接在这里

我不知道该怎么做

答案1

根据转储,驱动程序lan9500-x64-n620f.sys(SMSC LAN9500 USB 2.0 至以太网 10/100)导致崩溃:

*******************************************************************************
*                                                                             *
*                        Bugcheck Analysis                                    *
*                                                                             *
*******************************************************************************

DRIVER_POWER_STATE_FAILURE (9f)
A driver has failed to complete a power IRP within a specific time.
Arguments:
Arg1: 0000000000000004, The power transition timed out waiting to synchronize with the Pnp
    subsystem.
Arg2: 0000000000000258, Timeout in seconds.
Arg3: fffffa80066fc040, The thread currently holding on to the Pnp lock.
Arg4: fffff80000b9c3d0, nt!TRIAGE_9F_PNP on Win7 and higher

Debugging Details:
------------------

BUGCHECK_STR:  0x9F

PROCESS_NAME:  System

CURRENT_IRQL:  2

STACK_TEXT:  
nt!KiSwapContext
nt!KiCommitThreadWait
nt!KeWaitForSingleObject
ndis!NdisWaitEvent
lan9500_x64_n620f
0x0


IMAGE_NAME:  lan9500-x64-n620f.sys

FAILURE_BUCKET_ID:  X64_0x9F_4_lan9500_x64_n620f+114d6

FAILURE_ID_HASH_STRING:  km:x64_0x9f_4_lan9500_x64_n620f+114d6

    Image path: \SystemRoot\system32\DRIVERS\lan9500-x64-n620f.sys
    Image name: lan9500-x64-n620f.sys
    Timestamp:        Fri Oct 19 19:55:25 2012

从安装更新的驱动程序这里看看它是否能修复它。

相关内容