Jump to content

VGA TO DVI I AMD HD 7770


zalien
 Share

4 posts in this topic

Recommended Posts

Got an issue in which el capitan doesnt detect my vga monitor connected my dvi i adapter, is there anyway i can make it work or el capitan just doesnt support dvi-i /VGA.

 

Thanks

Link to comment
Share on other sites

Got an issue in which el capitan doesnt detect my vga monitor connected my dvi i adapter, is there anyway i can make it work or el capitan just doesnt support dvi-i /VGA.

 

Thanks

 

DVI D is supported only afaik. 

 

// I made an one hour research and ended with a "i know there will be much work to do" mood. 

 

First of all you have to try different personalities included in the AMD7000Controller.kext. This is done trough injection inside the bootloader. 

 

Here you have a list of all available personalities :

Aji 
Buri 
Chutoro
Dashimaki 
Ebi 
Gari 
Futomaki 
Hamachi 
OPM 
Ikura 
IkuraS 
Junsai
Kani
KaniS 
DashimakiS 
Maguro 
MaguroS 

I use Chameleon

 

 AtiConfig=Personality goes here AtiPorts=Count your video ports //int needed

 

 

 

 

I use Clover

 

<key>Graphics</key>    
<dict>
        <key>FBName</key>
        <string>Personality goes here</string>
        <key>Inject</key>
        <dict>
            <key>ATI</key>
            <true/>
            <key>Intel</key>
            <false/>
            <key>NVidia</key>
            <false/>
        </dict>
        <key>VideoPorts</key>
        <integer>Count your video ports //int needed</integer>
    </dict>

 

 

 

Note down what every framebuffer results in. Choose the best one and begin modding it to get the analog thing working. 

 

All extracted personalities in detail : 

 

 

Aji (4) @ 0xa1c60
DP, DP, DDVI, HDMI
00040000040300000001010012040501
00040000040300000001020022050402
04000000140200000001030000000306
00080000040200000001040011020104

Buri (4) @ 0xa1ca0
LVDS, DP, DP, HDMI
02000000000100002905010010000505
00040000040300000009020011020101
00040000040300000009030021030202
00080000040200000001040012040303

Chutoro (5) @ 0xa1ce0
LVDS, DP, DP, DP, DP
02000000000100000901010012040303
00040000040300000001020011020101
00040000000100000009030021030202
00040000000100000009040022050404
00040000040300000001050010000505

Dashimaki (4) @ 0xa1d30
DP, DP, DDVI, HDMI
00040000040300000001010012040202
00040000040300000001020022050305
04000000140200000001030000000404
00080000040200000001040011020101

Ebi (5) @ 0xa1d70
LVDS, DP, DP, DP, DP
02000000000100000901010012040303
00040000040300000001020011020101
00040000000100000009030021030202
00040000000100000009040022050404
00040000040300000001050010000505

Gari (5) @ 0xa1dc0
LVDS, DP, DP, DP, DP
02000000000100000901010012040303
00040000040300000001020011020101
00040000000100000009030021030202
00040000000100000009040022050404
00040000040300000001050010000505

Futomaki (4) @ 0xa1e10
DP, DP, DDVI, HDMI
00040000040300000001010012040401
00040000040300000001020022050502
04000000140200000001030000000606
00080000040200000001040011020103

Hamachi (4) @ 0xa1e50
DP, DP, DDVI, HDMI
00040000040300000001010012040501
00040000040300000001020022050402
04000000140200000001030000000306
00080000040200000001040011020104

OPM (6) @ 0xa1e90
DP, DP, DP, DP, DP, DP
00040000040300000001000011020101
00040000040300000001000021030202
00040000040300000001000012040303
00040000040300000001000022050404
00040000040300000001000010000505
00040000140300000001000020010606

Ikura (1) @ 0xa1ef0
HDMI
00080000040200000001010012040301

IkuraS (6) @ 0xa1f00
DP, DP, DP, DP, DP, DP
00040000040300000001010011020103
00040000040300000001020021030204
00040000040300000001830012040301
00040000040300000001040022050402
00040000040300000001050010000505
00040000040300000001060020010606

Junsai (6) @ 0xa1f60
DP, DP, DP, DP, DP, DP
00040000040300000001000012040301
00040000040300000001000022050402
00040000040300000001000011020103
00040000040300000001000021030204
00040000040300000001000010000505
00040000040300000001000020010606

Kani (1) @ 0xa1fc0
HDMI
00080000040200000001010012040301

KaniS (6) @ 0xa1fd0
DP, DP, DP, DP, DP, DP
00040000040300000001010011020103
00040000040300000001020021030204
00040000040300000001830012040301
00040000040300000001040022050402
00040000040300000001050010000505
00040000040300000001060020010606

DashimakiS (4) @ 0xa2030
DP, DP, DDVI, HDMI
00040000040300000001010012040202
00040000040300000001020022050305
04000000140200000001030000000404
00080000040200000001040011020101

Maguro (1) @ 0xa2070
HDMI
00080000040200000001010012040301

MaguroS (6) @ 0xa2080
DP, DP, DP, DP, DP, DP
00040000040300000001010011020103
00040000040300000001020021030204
00040000040300000001830012040301
00040000040300000001040022050402
00040000040300000001050010000505
00040000040300000001060020010606 

 

 

 

Here i found a guide wich is pretty decent and a good starting point.

Link to comment
Share on other sites

 Share

×
×
  • Create New...