|
发表于 2011-3-28 12:45:37| 字数 4,374| - 中国–上海–上海 电信
|
显示全部楼层
;-------------------------------------------------
; Manufacturer Sections
[Generic.NTamd64]
; Monitor\Default_Monitor is the hardware device ID for legacy descriptor-less monitors.
; PnP monitors connected via non-DDC compliant switchbox may also show up as non-PnP.
%NonPnPMonitor.DeviceDesc% = NonPnPMonitor.Install, Monitor\Default_Monitor ; for auto-install
; *PNP09FF is the compatible device ID for monitors with descriptors, but we treat it as a h/w device ID,
; since registry settings for PnP monitors are different from legacy non-PnP ones.
; This will get matched when an INF with the Monitor\<venID><prodID> hardware device ID for the PnP monitor isn't found by the PnP manager.
%PnPMonitor.DeviceDesc% = PnPMonitor.Install, *PNP09FF
%NonPnPMonitor.DeviceDesc% = NonPnPMonitor.Install ; for pick list
%Laptop640x480x60.DeviceDesc%=Laptop640x480x60.Install,Monitor\MS_0001
%Laptop800x600x60.DeviceDesc%=Laptop800x600x60.Install,Monitor\MS_0002
%Laptop1024x768x60.DeviceDesc%=Laptop1024x768x60.Install,Monitor\MS_0003
%Laptop1152x864x60.DeviceDesc%=Laptop1152x864x60.Install,Monitor\MS_0004
%Laptop1280x1024x60.DeviceDesc%=Laptop1280x1024x60.Install,Monitor\MS_0005
%Laptop1600x1200x60.DeviceDesc%=Laptop1600x1200x60.Install,Monitor\MS_0006
%Laptop640x480x72.DeviceDesc%=Laptop640x480x72.Install,Monitor\MS_0007
%Laptop640x480x75.DeviceDesc%=Laptop640x480x75.Install,Monitor\MS_0008
%Laptop640x480x85.DeviceDesc%=Laptop640x480x85.Install,Monitor\MS_0009
%Laptop704x480x60.DeviceDesc%=Laptop704x480x60.Install,Monitor\MS_000A
%Laptop720x480x60.DeviceDesc%=Laptop720x480x60.Install,Monitor\MS_000B
%Laptop720x576x60.DeviceDesc%=Laptop720x576x60.Install,Monitor\MS_000C
%Laptop800x600x72.DeviceDesc%=Laptop800x600x72.Install,Monitor\MS_000D
%Laptop800x600x75.DeviceDesc%=Laptop800x600x75.Install,Monitor\MS_000E
%Laptop800x600x85.DeviceDesc%=Laptop800x600x85.Install,Monitor\MS_000F
%Laptop848x480x60.DeviceDesc%=Laptop848x480x60.Install,Monitor\MS_0010
%Laptop1024x768x70.DeviceDesc%=Laptop1024x768x70.Install,Monitor\MS_0011
%Laptop1024x768x75.DeviceDesc%=Laptop1024x768x75.Install,Monitor\MS_0012
%Laptop1024x768x85.DeviceDesc%=Laptop1024x768x85.Install,Monitor\MS_0013
%Laptop1152x864x75.DeviceDesc%=Laptop1152x864x75.Install,Monitor\MS_0014
%Laptop1280x720x60.DeviceDesc%=Laptop1280x720x60.Install,Monitor\MS_0015
%Laptop1280x768x60.DeviceDesc%=Laptop1280x768x60.Install,Monitor\MS_0016
%Laptop1280x960x60.DeviceDesc%=Laptop1280x960x60.Install,Monitor\MS_0017
%Laptop1280x960x85.DeviceDesc%=Laptop1280x960x85.Install,Monitor\MS_0018
%Laptop1280x1024x75.DeviceDesc%=Laptop1280x1024x75.Install,Monitor\MS_0019
%Laptop1280x1024x85.DeviceDesc%=Laptop1280x1024x85.Install,Monitor\MS_001A
%Laptop1360x768x60.DeviceDesc%=Laptop1360x768x60.Install,Monitor\MS_001B
%Laptop1400x1050x60.DeviceDesc%=Laptop1400x1050x60.Install,Monitor\MS_001C
%Laptop1600x1200x65.DeviceDesc%=Laptop1600x1200x65.Install,Monitor\MS_001D
%Laptop1600x1200x70.DeviceDesc%=Laptop1600x1200x70.Install,Monitor\MS_001E
%Laptop1600x1200x75.DeviceDesc%=Laptop1600x1200x75.Install,Monitor\MS_001F
%Laptop1600x1200x85.DeviceDesc%=Laptop1600x1200x85.Install,Monitor\MS_0020
%Laptop1792x1344x60.DeviceDesc%=Laptop1792x1344x60.Install,Monitor\MS_0021
%Laptop1792x1344x75.DeviceDesc%=Laptop1792x1344x75.Install,Monitor\MS_0022
%Laptop1856x1392x60.DeviceDesc%=Laptop1856x1392x60.Install,Monitor\MS_0023
%Laptop1856x1392x75.DeviceDesc%=Laptop1856x1392x75.Install,Monitor\MS_0024
%Laptop1920x1080x60.DeviceDesc%=Laptop1920x1080x60.Install,Monitor\MS_0025
%Laptop1920x1200x60.DeviceDesc%=Laptop1920x1200x60.Install,Monitor\MS_0026
%Laptop1920x1440x60.DeviceDesc%=Laptop1920x1440x60.Install,Monitor\MS_0027
%Laptop1920x1440x75.DeviceDesc%=Laptop1920x1440x75.Install,Monitor\MS_0028
%Laptop2048x1024x60.DeviceDesc%=Laptop2048x1024x60.Install,Monitor\MS_0029
%Laptop2048x1024x75.DeviceDesc%=Laptop2048x1024x75.Install,Monitor\MS_002A
%Laptop2048x1536x60.DeviceDesc%=Laptop2048x1536x60.Install,Monitor\MS_002B
%Laptop2048x1536x75.DeviceDesc%=Laptop2048x1536x75.Install,Monitor\MS_002C
%Laptop2560x2048x60.DeviceDesc%=Laptop2560x2048x60.Install,Monitor\MS_002D
%Laptop2560x2048x75.DeviceDesc%=Laptop2560x2048x75.Install,Monitor\MS_002E
%TVGen.DeviceDesc%=640.Install,Monitor\PNP09FE
%TVGen.DeviceDesc%=640.Install,Monitor\*PNP09FE
%640.DeviceDesc%=640.Install,Monitor\MS_0640
%800.DeviceDesc%=800.Install,Monitor\MS_0800
%1024.DeviceDesc%=1024.Install,Monitor\MS_1024
%1280.DeviceDesc%=1280.Install,Monitor\MS_1280
%1600.DeviceDesc%=1600.Install,Monitor\MS_1600 |
|