请大神帮我改一改dsdt把,hd4000驱动不起来啊!555555!
我的配置:sony: svs15138ccw 笔记本
独显已经在bios里屏蔽
核显HD4000 64M (id:01660003)
显示屏EDID:
0 1 2 3 4 5 6 7 8 9
000|00FFFFFFFFFFFF00367F
010|25000F000000000C0103
020|802313FF2F0000A05749
030|9B2610484F0000000101
040|01010101010101010101
050|01010101000080FC7056
060|41494F5F4C43440A2020
070|2020000000FD00000000
080|00000000000000000000
090|00000000000000000000
100|00000000000000000000
110|00000000000000000000
120|000000000000009D
(8-9) ID Manufacture Name : MS_
(10-11) ID Product Code : 0025
(12-15) ID Serial Number :
(16) Week of Manufacture : 0
(17) Year of Manufacture : 2002
(18) EDID Version Number : 1
(19) EDID Revision Number: 3
(20) Video Input Definition : Digital
(21) Maximum Horizontal Image Size: 35 cm
(22) Maximum Vertical Image Size: 19 cm
(23) Display Gamma : 3.55
(24) Power Management and Supported Feature(s):
Active Off/Very Low Power, RGB Color, sRGB, Preferred Timing Mode, Default GTF Supported
(25-34) Color Characteristics
Red Chromaticity :Rx = 0.625Ry = 0.336
Green Chromaticity :Gx = 0.281Gy = 0.602
Blue Chromaticity:Bx = 0.148By = 0.062
Default White Point:Wx = 0.281Wy = 0.305
(35) Established Timings I (Not Used)
(36) Established Timings II (Not Used)
(37) Manufacturer's Timings (Not Used)
(38-53) Standard Timings (Not Used)
(54-71) Detailed Descriptor #1: Preferred Detailed Timing (1920x1110 @ 0Hz)
Pixel Clock : 0 MHz
Horizontal Image Size: 580 mm
Vertical Image Size : 10 mm
Refresh Mode : Non-interlaced
Sequential Stereo, Right Image When Stereo Sync
Horizontal:
Active Time : 1920 Pixels
Blanking Time : 252 Pixels
Sync Offset : 335 Pixels
Sync Pulse Width: 95 Pixels
Border : 32 Pixels
Frequency : 0 kHz
Vertical:
Active Time : 1110 Lines
Blanking Time : 2369 Lines
Sync Offset : 4 Lines
Sync Pulse Width: 60 Lines
Border : 32 Lines
Analog Composite, Horizontal Polarity (-), Vertical Polarity (-)
Modeline: "1920x1110" 0.000 1920 2255 2350 2172 1110 1114 1174 3479 -hsync -vsync
(72-89) Detailed Descriptor #2: Monitor Range Limits
Horizontal Scan Range: 0kHz-0kHz
Vertical Scan Range: 0Hz-0Hz
Supported Pixel Clock: 0 MHz
Secondary GTF : Not Supported
(90-107) Detailed Descriptor #3: Defined by Manufacturer
(108-125) Detailed Descriptor #4: Defined by Manufacturer
(126-127) Extension Flag and Checksum
Extension Block(s): 0
Checksum Value : 157
___________________________________________________________________
System Information Summary:
Processor : Intel(R) Core(TM) i5-3230M CPU @ 2.60GHz
Operating System : Microsoft Windows 7 旗舰版
OS Version : 6.1.7601
Service Pack : 1.0
Video Controler:
Device ID : VideoController1
Name : Intel(R) HD Graphics 4000
Adapter Compatibility: Intel Corporation
Video Processor : Intel(R) HD Graphics Family
Video RAM : 1.76 GB (1,884,477,440 Bytes)
Availability : Running or Full Power
Driver Version : 9.18.10.3071
PNP Device ID : PCI\VEN_8086&DEV_0166&SUBSYS_909C104D&REV_09\3&11583659&0&10
Resolution : 1920x1080
Max Refresh Rate : 60 Hz
Min Refresh Rate : 40 Hz
Current Refresh Rate : 59 Hz
Current Scan Mode : None-Interlaced
Status : OK
补充内容 (2014-10-14 14:35):
各种方法都试了一遍,最后发现其实显卡是加载了,我用的clover2695直接注入显卡就驱动了HD4000,但是黑屏,如果clover注入EDID就灰白屏幕,看来是遇到的是sony高分屏的麻烦(1920*1080)不知如何弄好了 再次上传附件 我原来的dsdt GFX0 _DSM代码如下:
Method (_DSM, 4, Serialized)
{
Name (DRET, Buffer (0x04)
{
0x00
})
If (LEqual (Arg0, Buffer (0x10)
{
/* 0000 */ 0xE1, 0x75, 0x39, 0x6F, 0x82, 0x7A, 0x67, 0x4F,
/* 0008 */ 0x8B, 0x97, 0x15, 0xBE, 0xE0, 0x60, 0xBE, 0xDF
}))
{
If (LEqual (Arg2, Zero))
{
CreateWordField (DRET, Zero, F0SS)
Store (0x02, F0SS)
Return (DRET)
}
If (LEqual (Arg2, One))
{
If (LEqual (^^PEG0.PEGP.LNKV, 0x03))
{
Return (Zero)
}
Return (One)
}
}
Return (DRET)
}
}
}
上传的附件是原始的bin文件 还没研究到dsdt来 帮顶 删除原来那段,换成论坛教程里面的 896348670 发表于 2014-10-13 19:46 http://cdn.pcbeta.img.inimc.com/static/image/common/back.gif
还没研究到dsdt来 帮顶
谢谢啊!sony的本本好难弄!bios调整项好少
又是高分屏,clover引导改plist文件加入HD4000的ID以及神奇代码,啰嗦模式走完就黑屏了,不添加ID和代码,只是用显卡注入倒是可以进入系统但是显存只有7mb!试着改SL下显示器配置文件的EDID也无效,头大了啊!
补充内容 (2014-10-14 14:38):
用显卡注入加上01660003id注入可以进桌面 ,只是显存只有7mb 请问sony高分屏真的无解了吗?
页:
[1]