Jump to content

WhatEverGreen Support Topic


MattsCreative
1,499 posts in this topic

Recommended Posts

04 06 01 03 is connectors Sense ID. You can determine connector priority by swaping sense ID. 04 - DVI, 06 - DVI, 01 - DP, 03 - HDMI. So your priority is DVI, DVI, DP, HDMI. You can swap it. 

 

Example:

Be default you have this connectors: 

con @ 0 is type 00000400 (DP  ).   flags 00000304 feat 0100 pri 0000 txmit 12 enc 04 hotplug 02 sense 01

con @ 1 is type 00000800 (HDMI)  flags 00000204 feat 0100 pri 0000 txmit 22 enc 05 hotplug 03 sense 03
con @ 2 is type 00000004 (DVI )    flags 00000004 feat 0100 pri 0000 txmit 01 enc 02 hotplug 01 sense 04
con @ 3 is type 00000004 (DVI )    flags 00000004 feat 0100 pri 0000 txmit 00 enc 00 hotplug 06 sense 06
 
pri=0000 for ALL 4 connetors (priority). Without specific priority. DP, HDMI, DVI, DVI
 
After Applying connector priority 04 06 01 03
 
rad @ getConnectorInfo found 4 senses in connector-priority
rad @ reprioritiseConnectors setting priority of sense 04 to 1 by sense
rad @ reprioritiseConnectors setting priority of sense 06 to 2 by sense
rad @ reprioritiseConnectors setting priority of sense 01 to 3 by sense
rad @ reprioritiseConnectors setting priority of sense 03 to 4 by sense
rad @ getConnectorsInfo resulting 4 connectors follow
con @ 0 is type 00000400 (DP  ).  flags 00000304 feat 0100 pri 0003 txmit 12 enc 04 hotplug 02 sense 01
con @ 1 is type 00000800 (HDMI) flags 00000204 feat 0100 pri 0004 txmit 22 enc 05 hotplug 03 sense 03
con @ 2 is type 00000004 (DVI ).  flags 00000004 feat 0100 pri 0001 txmit 01 enc 02 hotplug 01 sense 04
con @ 3 is type 00000004 (DVI ).  flags 00000004 feat 0100 pri 0002 txmit 00 enc 00 hotplug 06 sense 06
 

You can see that pri (priority) is changed. 04=1, 06=2, 01=3, 03=4. This is your order - 04060103 DVI, DVI, HDMI, DP

 

Now you have to try all 16 combinations

04060103

06040103

04060301

etc...

I can change the priority to whatever I want but it always says "getConnectorInfo leaving unchaged priority" and pri is 0000 for every connector.

What value should "PciAddr" have? Is this something special or can I leave it 01:00.00 like in your example?

Link to comment
Share on other sites

I can change the priority to whatever I want but it always says "getConnectorInfo leaving unchaged priority" and pri is 0000 for every connector.

What value should "PciAddr" have? Is this something special or can I leave it 01:00.00 like in your example?

 

You can see pciadr in clover log. Type in terminal 

bdmesg

and search this lines

0:102  0:000  === [ GetDevices ] ========================================
0:102  0:000  PCI (00|00:00.00) : 8086 591F class=060000
0:102  0:000  PCI (00|00:01.00) : 8086 1901 class=060400
0:102  0:000  PCI (00|01:00.00) : 1002 6798 class=030000
0:102  0:000   - GFX: Model=AMD Radeon HD 7970X/8970/R9 280X (ATI/AMD)
0:102  0:000   - RADEON_BIOS_0_SCRATCH = 0x00000050
0:102  0:000  PCI (00|01:00.01) : 1002 AAA0 class=040300
0:102  0:000   - HDMI Audio: 
0:102  0:000  PCI (00|00:02.00) : 8086 5912 class=038000
0:102  0:000   - GFX: Model=Intel HD Graphics 630 (Intel)
0:102  0:000  PCI (00|00:14.00) : 8086 A12F class=0C0330
0:102  0:000  PCI (00|00:16.00) : 8086 A13A class=078000
0:102  0:000  PCI (00|00:17.00) : 8086 A102 class=010601
0:102  0:000  PCI (00|00:1B.00) : 8086 A167 class=060400
0:102  0:000  PCI (00|00:1B.02) : 8086 A169 class=060400
0:103  0:000  PCI (00|03:00.00) : 14E4 43A0 class=028000
0:103  0:000   - WIFI: Vendor=Broadcom
0:103  0:000  PCI (00|00:1B.03) : 8086 A16A class=060400
0:103  0:000  PCI (00|04:00.00) : 1B21 0612 class=010601
0:103  0:000  PCI (00|00:1C.00) : 8086 A110 class=060400
0:103  0:000  PCI (00|05:00.00) : 1B21 1242 class=0C0330
0:103  0:000  PCI (00|00:1D.00) : 8086 A118 class=060400
0:103  0:000  PCI (00|00:1F.00) : 8086 A145 class=060100
0:103  0:000  PCI (00|00:1F.02) : 8086 A121 class=058000
0:103  0:000  PCI (00|00:1F.03) : 8086 A170 class=040300
0:103  0:000  PCI (00|00:1F.04) : 8086 A123 class=0C0500
0:103  0:000  PCI (00|00:1F.06) : 8086 15B8 class=020000
0:103  0:000   - LAN: 0 Vendor=Intel

In my case PCI Adress of Graphics card is 01:00.00

  • Like 2
Link to comment
Share on other sites

You can see pciadr in clover log. Type in terminal 

bdmesg

and search this lines

0:102  0:000  === [ GetDevices ] ========================================
0:102  0:000  PCI (00|00:00.00) : 8086 591F class=060000
0:102  0:000  PCI (00|00:01.00) : 8086 1901 class=060400
0:102  0:000  PCI (00|01:00.00) : 1002 6798 class=030000
0:102  0:000   - GFX: Model=AMD Radeon HD 7970X/8970/R9 280X (ATI/AMD)
0:102  0:000   - RADEON_BIOS_0_SCRATCH = 0x00000050
0:102  0:000  PCI (00|01:00.01) : 1002 AAA0 class=040300
0:102  0:000   - HDMI Audio: 
0:102  0:000  PCI (00|00:02.00) : 8086 5912 class=038000
0:102  0:000   - GFX: Model=Intel HD Graphics 630 (Intel)
0:102  0:000  PCI (00|00:14.00) : 8086 A12F class=0C0330
0:102  0:000  PCI (00|00:16.00) : 8086 A13A class=078000
0:102  0:000  PCI (00|00:17.00) : 8086 A102 class=010601
0:102  0:000  PCI (00|00:1B.00) : 8086 A167 class=060400
0:102  0:000  PCI (00|00:1B.02) : 8086 A169 class=060400
0:103  0:000  PCI (00|03:00.00) : 14E4 43A0 class=028000
0:103  0:000   - WIFI: Vendor=Broadcom
0:103  0:000  PCI (00|00:1B.03) : 8086 A16A class=060400
0:103  0:000  PCI (00|04:00.00) : 1B21 0612 class=010601
0:103  0:000  PCI (00|00:1C.00) : 8086 A110 class=060400
0:103  0:000  PCI (00|05:00.00) : 1B21 1242 class=0C0330
0:103  0:000  PCI (00|00:1D.00) : 8086 A118 class=060400
0:103  0:000  PCI (00|00:1F.00) : 8086 A145 class=060100
0:103  0:000  PCI (00|00:1F.02) : 8086 A121 class=058000
0:103  0:000  PCI (00|00:1F.03) : 8086 A170 class=040300
0:103  0:000  PCI (00|00:1F.04) : 8086 A123 class=0C0500
0:103  0:000  PCI (00|00:1F.06) : 8086 15B8 class=020000
0:103  0:000   - LAN: 0 Vendor=Intel

In my case PCI Adress of Graphics card is 01:00.00

 

Mine is 02:00.00. But even if I use that WhateverGreen doesn't seem to detect it. It always says "getConnectorInfo leaving unchaged priority".

 

My bdmesg looks like the following:

0:100  0:000  PCI (00|02:00.00) : 1002 67B0 class=030000
0:100  0:000   - GFX: Model=AMD Radeon R9 290X (ATI/AMD)
0:100  0:000   - RADEON_BIOS_0_SCRATCH = 0x00000000

I don't have an R9 290x but an R9 390x. I assume this should not be a problem as I can't find an R9 390x in bdmesg so I'm using 02:00.00.

 

Also bdmesg says the following:

0:784  0:000  === [ GetUserSettings ] ===================================
0:784  0:000  Add 1 devices:
0:784  0:000   - [00]: [02:00.00]  (Inject AMD R9 properties)

Which means connector-priority should be there but WhateverGreen nevertheless doesn't detect (or use) it.

 

I have 5 connectors as you can see there:

2017-09-03 00:18:26.910178+0200  localhost kernel[0]: (kernel) WhateverGreen: (DEBUG) rad @ getConnectorsInfo found 5 connectors
2017-09-03 00:18:26.910185+0200  localhost kernel[0]: (kernel) WhateverGreen: (DEBUG) con @ 0 is type 00000400 (DP  ) flags 00000304 feat 0100 pri 0000 txmit 12 enc 04 hotplug 02 sense 01
2017-09-03 00:18:26.910191+0200  localhost kernel[0]: (kernel) WhateverGreen: (DEBUG) con @ 1 is type 00000400 (DP  ) flags 00000304 feat 0100 pri 0000 txmit 10 enc 00 hotplug 05 sense 05
2017-09-03 00:18:26.910197+0200  localhost kernel[0]: (kernel) WhateverGreen: (DEBUG) con @ 2 is type 00000400 (DP  ) flags 00000304 feat 0100 pri 0000 txmit 20 enc 01 hotplug 06 sense 06
2017-09-03 00:18:26.910203+0200  localhost kernel[0]: (kernel) WhateverGreen: (DEBUG) con @ 3 is type 00000800 (HDMI) flags 00000204 feat 0100 pri 0000 txmit 22 enc 05 hotplug 03 sense 03
2017-09-03 00:18:26.910209+0200  localhost kernel[0]: (kernel) WhateverGreen: (DEBUG) con @ 4 is type 00000004 (DVI ) flags 00000004 feat 0100 pri 0000 txmit 01 enc 02 hotplug 01 sense 04

So I use connector-priority like "0103050604". Also, I have the type "data" selected. Should it rather be string?

 

Here is an image for reference:

 

mJJEIcn.png

Link to comment
Share on other sites

Mine is 02:00.00. But even if I use that WhateverGreen doesn't seem to detect it. It always says "getConnectorInfo leaving unchaged priority".

 

Hm... Could you upload your EFI folder? And please hit F4 in Clover GUI. I want to see original ACPI tables...

 

upd. And give me your full Lilu and WhateverGreen log.

  • Like 1
Link to comment
Share on other sites

Hm... Could you upload your EFI folder? And please hit F4 in Clover GUI. I want to see original ACPI tables...

 

upd. And give me your full Lilu and WhateverGreen log.

This one is my EFI folder:

 

https://drive.google.com/file/d/0B6II6Rf-XjIzc203Q3htekxDdzQ/view?usp=sharing

 

And this one the full WhateverGreen and lili log:

 

https://drive.google.com/file/d/0B6II6Rf-XjIzZHYwNVNaczRuVWM/view?usp=sharing

 

The Clover config.plist is in the EFI folder so you can see it there.

Link to comment
Share on other sites

This one is my EFI folder

 

Well. According to your log everything is fine. Connector-priority is working

2017-09-03 13:08:05.263967+0200  localhost kernel[0]: (kernel) WhateverGreen: (DEBUG) rad @ reprioritiseConnectors setting priority of sense 01 to 1 by sense
2017-09-03 13:08:05.263971+0200  localhost kernel[0]: (kernel) WhateverGreen: (DEBUG) rad @ reprioritiseConnectors setting priority of sense 03 to 2 by sense
2017-09-03 13:08:05.263976+0200  localhost kernel[0]: (kernel) WhateverGreen: (DEBUG) rad @ reprioritiseConnectors setting priority of sense 05 to 3 by sense
2017-09-03 13:08:05.263980+0200  localhost kernel[0]: (kernel) WhateverGreen: (DEBUG) rad @ reprioritiseConnectors setting priority of sense 06 to 4 by sense
2017-09-03 13:08:05.263984+0200  localhost kernel[0]: (kernel) WhateverGreen: (DEBUG) rad @ reprioritiseConnectors setting priority of sense 04 to 5 by sense
2017-09-03 13:08:05.263988+0200  localhost kernel[0]: (kernel) WhateverGreen: (DEBUG) rad @ getConnectorsInfo resulting 5 connectors follow
2017-09-03 13:08:05.263993+0200  localhost kernel[0]: (kernel) WhateverGreen: (DEBUG) con @ 0 is type 00000400 (DP  ) flags 00000304 feat 0100 pri 0001 txmit 12 enc 04 hotplug 02 sense 01
2017-09-03 13:08:05.263998+0200  localhost kernel[0]: (kernel) WhateverGreen: (DEBUG) con @ 1 is type 00000400 (DP  ) flags 00000304 feat 0100 pri 0003 txmit 10 enc 00 hotplug 05 sense 05
2017-09-03 13:08:05.264004+0200  localhost kernel[0]: (kernel) WhateverGreen: (DEBUG) con @ 2 is type 00000400 (DP  ) flags 00000304 feat 0100 pri 0004 txmit 20 enc 01 hotplug 06 sense 06
2017-09-03 13:08:05.264010+0200  localhost kernel[0]: (kernel) WhateverGreen: (DEBUG) con @ 3 is type 00000800 (HDMI) flags 00000204 feat 0100 pri 0002 txmit 22 enc 05 hotplug 03 sense 03
2017-09-03 13:08:05.264016+0200  localhost kernel[0]: (kernel) WhateverGreen: (DEBUG) con @ 4 is type 00000004 (DVI ) flags 00000004 feat 0100 pri 0005 txmit 01 enc 02 hotplug 01 sense 04
2017-09-03 13:08:05.264023+0200  localhost kernel[0]: (kernel) WhateverGreen: (DEBUG) rad @ SetProperty caught model 19 (AMD Radeon HD 8xxx)
2017-09-03 13:08:05.264028+0200  localhost kernel[0]: (kernel) WhateverGreen: (DEBUG) iokit @ getOSData vendor-id has 1002 value
2017-09-03 13:08:05.264032+0200  localhost kernel[0]: (kernel) WhateverGreen: (DEBUG) iokit @ getOSData device-id has 67B0 value
2017-09-03 13:08:05.264036+0200  localhost kernel[0]: (kernel) WhateverGreen: (DEBUG) iokit @ getOSData revision-id has 80 value
2017-09-03 13:08:05.264040+0200  localhost kernel[0]: (kernel) WhateverGreen: (DEBUG) iokit @ getOSData subsystem-vendor-id has 174B value
2017-09-03 13:08:05.264044+0200  localhost kernel[0]: (kernel) WhateverGreen: (DEBUG) iokit @ getOSData subsystem-id has E324 value
2017-09-03 13:08:05.264048+0200  localhost kernel[0]: (kernel) WhateverGreen: (DEBUG) rad @ SetProperty autodetect found for 1002:67B0:0080 174B:E324
2017-09-03 13:08:05.264053+0200  localhost kernel[0]: (kernel) WhateverGreen: (DEBUG) rad @ SetProperty autodetect found AMD Radeon R9 390X

Look at the pri. 

 

So now you have to swap connectors to determine working pattern for you. 

In your case it is 25 combinations :)

  • Like 1
Link to comment
Share on other sites

Well. According to your log everything is fine. Connector-priority is working

2017-09-03 13:08:05.263967+0200  localhost kernel[0]: (kernel) WhateverGreen: (DEBUG) rad @ reprioritiseConnectors setting priority of sense 01 to 1 by sense
2017-09-03 13:08:05.263971+0200  localhost kernel[0]: (kernel) WhateverGreen: (DEBUG) rad @ reprioritiseConnectors setting priority of sense 03 to 2 by sense
2017-09-03 13:08:05.263976+0200  localhost kernel[0]: (kernel) WhateverGreen: (DEBUG) rad @ reprioritiseConnectors setting priority of sense 05 to 3 by sense
2017-09-03 13:08:05.263980+0200  localhost kernel[0]: (kernel) WhateverGreen: (DEBUG) rad @ reprioritiseConnectors setting priority of sense 06 to 4 by sense
2017-09-03 13:08:05.263984+0200  localhost kernel[0]: (kernel) WhateverGreen: (DEBUG) rad @ reprioritiseConnectors setting priority of sense 04 to 5 by sense
2017-09-03 13:08:05.263988+0200  localhost kernel[0]: (kernel) WhateverGreen: (DEBUG) rad @ getConnectorsInfo resulting 5 connectors follow
2017-09-03 13:08:05.263993+0200  localhost kernel[0]: (kernel) WhateverGreen: (DEBUG) con @ 0 is type 00000400 (DP  ) flags 00000304 feat 0100 pri 0001 txmit 12 enc 04 hotplug 02 sense 01
2017-09-03 13:08:05.263998+0200  localhost kernel[0]: (kernel) WhateverGreen: (DEBUG) con @ 1 is type 00000400 (DP  ) flags 00000304 feat 0100 pri 0003 txmit 10 enc 00 hotplug 05 sense 05
2017-09-03 13:08:05.264004+0200  localhost kernel[0]: (kernel) WhateverGreen: (DEBUG) con @ 2 is type 00000400 (DP  ) flags 00000304 feat 0100 pri 0004 txmit 20 enc 01 hotplug 06 sense 06
2017-09-03 13:08:05.264010+0200  localhost kernel[0]: (kernel) WhateverGreen: (DEBUG) con @ 3 is type 00000800 (HDMI) flags 00000204 feat 0100 pri 0002 txmit 22 enc 05 hotplug 03 sense 03
2017-09-03 13:08:05.264016+0200  localhost kernel[0]: (kernel) WhateverGreen: (DEBUG) con @ 4 is type 00000004 (DVI ) flags 00000004 feat 0100 pri 0005 txmit 01 enc 02 hotplug 01 sense 04
2017-09-03 13:08:05.264023+0200  localhost kernel[0]: (kernel) WhateverGreen: (DEBUG) rad @ SetProperty caught model 19 (AMD Radeon HD 8xxx)
2017-09-03 13:08:05.264028+0200  localhost kernel[0]: (kernel) WhateverGreen: (DEBUG) iokit @ getOSData vendor-id has 1002 value
2017-09-03 13:08:05.264032+0200  localhost kernel[0]: (kernel) WhateverGreen: (DEBUG) iokit @ getOSData device-id has 67B0 value
2017-09-03 13:08:05.264036+0200  localhost kernel[0]: (kernel) WhateverGreen: (DEBUG) iokit @ getOSData revision-id has 80 value
2017-09-03 13:08:05.264040+0200  localhost kernel[0]: (kernel) WhateverGreen: (DEBUG) iokit @ getOSData subsystem-vendor-id has 174B value
2017-09-03 13:08:05.264044+0200  localhost kernel[0]: (kernel) WhateverGreen: (DEBUG) iokit @ getOSData subsystem-id has E324 value
2017-09-03 13:08:05.264048+0200  localhost kernel[0]: (kernel) WhateverGreen: (DEBUG) rad @ SetProperty autodetect found for 1002:67B0:0080 174B:E324
2017-09-03 13:08:05.264053+0200  localhost kernel[0]: (kernel) WhateverGreen: (DEBUG) rad @ SetProperty autodetect found AMD Radeon R9 390X

Look at the pri. 

 

So now you have to swap connectors to determine working pattern for you. 

In your case it is 25 combinations :)

 

Wow you are right thank you! It works now and the combination I used was "0105060304" - so DP DP DP HDMI DVI. Just for reference.

 

Thank you again, you are awesome!

  • Like 1
Link to comment
Share on other sites

hi guys

I've just installed whatevergreen on my recently Sierra install on my Z270/I5 7400 setup. I'm going to drop an MSI RX 560 in two days in there, so I have setup everything I though I should, including wtgreen and modifying some files (to add the correct FF value vs EF value:) 

lot of precious information in this topic so I had to say thanks (and that's prior to installing the card, which is dangerous I know:) )

Link to comment
Share on other sites

Wow you are right thank you! It works now and the combination I used was "0105060304" - so DP DP DP HDMI DVI. Just for reference.

 

Thank you again, you are awesome!

 

So, what is your R9 390x? I have a Gigabyte and am hoping to be lazy... edit: you have a sapphire

Also, did you only have lilu and whatevergreen, and make the change in your custom properties or are there other steps?

 

edit: 

0:108  0:000  PCI (00|B3:00.00) : 1002 67B0 class=030000

0:108  0:000   - GFX: Model=AMD Radeon R9 290X (ATI/AMD)

0:108  0:000   - RADEON_BIOS_0_SCRATCH = 0x00000000

 

so my PCI address is B3:00.00 right? (edit: starting to think this is wrong. I've made a bunch of priority changes and the pri 0000 doesn't change at any point).

And I'll have to try all my (5) connectors after that - in the custom properties.

 

being a combo of these:

2017-09-04 16:51:30.843926+1200  localhost kernel[0]: (kernel) WhateverGreen: (DEBUG) rad @ getConnectorsInfo resulting 5 connectors follow

2017-09-04 16:51:30.858038+1200  localhost kernel[0]: (kernel) WhateverGreen: (DEBUG) con @ 0 is type 00000400 (DP  ) flags 00000304 feat 0100 pri 0000 txmit 12 enc 04 hotplug 02 sense 01

2017-09-04 16:51:30.874063+1200  localhost kernel[0]: (kernel) WhateverGreen: (DEBUG) con @ 1 is type 00000400 (DP  ) flags 00000304 feat 0100 pri 0000 txmit 10 enc 00 hotplug 05 sense 05

2017-09-04 16:51:30.889940+1200  localhost kernel[0]: (kernel) WhateverGreen: (DEBUG) con @ 2 is type 00000400 (DP  ) flags 00000304 feat 0100 pri 0000 txmit 20 enc 01 hotplug 06 sense 06

2017-09-04 16:51:30.905788+1200  localhost kernel[0]: (kernel) WhateverGreen: (DEBUG) con @ 3 is type 00000800 (HDMI) flags 00000204 feat 0100 pri 0000 txmit 22 enc 05 hotplug 03 sense 03

2017-09-04 16:51:30.921658+1200  localhost kernel[0]: (kernel) WhateverGreen: (DEBUG) con @ 4 is type 00000004 (DVI ) flags 00000004 feat 0100 pri 0000 txmit 01 enc 02 hotplug 01 sense 04

2017-09-04 16:51:30.937403+1200  localhost kernel[0]: (kernel) WhateverGreen: (DEBUG) rad @ SetProperty caught model 19 (AMD Radeon HD 8xxx)

2017-09-04 16:51:30.951435+1200  localhost kernel[0]: (kernel) WhateverGreen: (DEBUG) util @ getOSData vendor-id has 1002 value

 

2017-09-04 16:51:30.964964+1200  localhost kernel[0]: (kernel) WhateverGreen: (DEBUG) util @ getOSData device-id has 67B0 value

 

so 0105060304 etc etc

 

Sorry about the noob questions.

 

Thanks!

Pete

Link to comment
Share on other sites

So, what is your R9 390x? I have a Gigabyte and am hoping to be lazy... edit: you have a sapphire

Also, did you only have lilu and whatevergreen, and make the change in your custom properties or are there other steps?

 

edit: 

0:108  0:000  PCI (00|B3:00.00) : 1002 67B0 class=030000

0:108  0:000   - GFX: Model=AMD Radeon R9 290X (ATI/AMD)

0:108  0:000   - RADEON_BIOS_0_SCRATCH = 0x00000000

 

so my PCI address is B3:00.00 right? (edit: starting to think this is wrong. I've made a bunch of priority changes and the pri 0000 doesn't change at any point).

And I'll have to try all my (5) connectors after that - in the custom properties.

 

being a combo of these:

2017-09-04 16:51:30.843926+1200  localhost kernel[0]: (kernel) WhateverGreen: (DEBUG) rad @ getConnectorsInfo resulting 5 connectors follow

2017-09-04 16:51:30.858038+1200  localhost kernel[0]: (kernel) WhateverGreen: (DEBUG) con @ 0 is type 00000400 (DP  ) flags 00000304 feat 0100 pri 0000 txmit 12 enc 04 hotplug 02 sense 01

2017-09-04 16:51:30.874063+1200  localhost kernel[0]: (kernel) WhateverGreen: (DEBUG) con @ 1 is type 00000400 (DP  ) flags 00000304 feat 0100 pri 0000 txmit 10 enc 00 hotplug 05 sense 05

2017-09-04 16:51:30.889940+1200  localhost kernel[0]: (kernel) WhateverGreen: (DEBUG) con @ 2 is type 00000400 (DP  ) flags 00000304 feat 0100 pri 0000 txmit 20 enc 01 hotplug 06 sense 06

2017-09-04 16:51:30.905788+1200  localhost kernel[0]: (kernel) WhateverGreen: (DEBUG) con @ 3 is type 00000800 (HDMI) flags 00000204 feat 0100 pri 0000 txmit 22 enc 05 hotplug 03 sense 03

2017-09-04 16:51:30.921658+1200  localhost kernel[0]: (kernel) WhateverGreen: (DEBUG) con @ 4 is type 00000004 (DVI ) flags 00000004 feat 0100 pri 0000 txmit 01 enc 02 hotplug 01 sense 04

2017-09-04 16:51:30.937403+1200  localhost kernel[0]: (kernel) WhateverGreen: (DEBUG) rad @ SetProperty caught model 19 (AMD Radeon HD 8xxx)

2017-09-04 16:51:30.951435+1200  localhost kernel[0]: (kernel) WhateverGreen: (DEBUG) util @ getOSData vendor-id has 1002 value

 

2017-09-04 16:51:30.964964+1200  localhost kernel[0]: (kernel) WhateverGreen: (DEBUG) util @ getOSData device-id has 67B0 value

 

so 0105060304 etc etc

 

Sorry about the noob questions.

 

Thanks!

Pete

If I understood it correctly, your address should be B3:00.00. Also you may need to scroll a little bit because it appears twice in the log. One time with pri 0000 and one time with the changed priorities. Just give it another try...And try to put your Displayport to the start in the priority list...

 

I just use lilu and whatevergreen and the only thing I changed was the connector-priority...

  • Like 2
Link to comment
Share on other sites

Hm... Could you upload your EFI folder? And please hit F4 in Clover GUI. I want to see original ACPI tables...

 

upd. And give me your full Lilu and WhateverGreen log.

just wanted to tell you a few users are having issues now clover kext injection was updated and it's having issues with WEG https://www.dropbox.com/s/z06mz7ahvvyx5y6/Clover_v2.4k_r4206.zip?dl=0

 

 

Link to comment
Share on other sites

Thanks for your prompt and kind help.

Now HDMI audio from R9 290X working in my Intel i7 920 (MB: ASUS P6TSE) hackintosh for the first time  at 10.12.5, 10.12.6 & 10.13 beta5 (17A330h) !

[Edit]

It's also working at 10.12.5 in P6TSE hackintosh.

 

At 10.13(17A360a) Dual screen output from Display and HDMI are enabled and both DP audio & HDMI audio working at the same time from AMD R9 290X in my P6TSE hackintosh !

It can wake-up from S3 sleep without previous blank screen issue now !

post-70188-0-20533700-1505297053_thumb.png

post-70188-0-62045100-1505297062_thumb.png

  • Like 1
Link to comment
Share on other sites

I'm experiencing strange behavior of RX 560. Suddenly performance drops (can happen on cold boot or just after an hour of using the computer) to a third. As you can see from the Novabench scores only Metal is affected while OpenCL performance is not. Has anyone any idea what might cause this?

post-94739-0-74067100-1505306253_thumb.png

post-94739-0-62628600-1505306389_thumb.png

Link to comment
Share on other sites

hello, I used AMD Radeon R9 380 4096 MB Card,It works fine at  10.12.6 Sierra  when I used the lilu and whatevergreen.But when I try to update to 10.13 Beta, I got a black screen. May be the lilu and whatevergreen dosen't work.


At 10.13(17A360a) Dual screen output from Display and HDMI are enabled and both DP audio & HDMI audio working at the same time from AMD R9 290X in my P6TSE hackintosh !

It can wake-up from S3 sleep without previous blank screen issue now !

Luck guy,my R9 380 4GB got a black screen at 10.13。 

  • Like 1
Link to comment
Share on other sites

Hi, just wanted to chime in that I successfully got my MSI Gaming R9 390 fully working on High Sierra thanks to WhateverGreen and Lilu!

For the first time since El Capitan I can boot without IGP! Additionally, sleep is fully functional.  :D

 

To get this working I had to implement a fake device ID in clover using the arbitrary feature. Finding out how to do this was pretty difficult since there is no documentation on this feature AFAIK. Here is the relevant section in Clover Configurator: KMGiPaG.png

The PciAddr might be different depending on what slot your graphics card is in and your motherboard, you can find this in the GetDevices section of bdmesg.

 

Additionally, I cleared out the FakeID section of the Clover config as well as the entire graphics section (Inject ATI needs to be off). No extra boot flags are necessary.

 

Thank you to the developer for creating this amazing software, and I hope this post helps someone out!  :)

 

yj96JUN.png

Link to comment
Share on other sites

I'm experiencing strange behavior of RX 560. Suddenly performance drops (can happen on cold boot or just after an hour of using the computer) to a third. As you can see from the Novabench scores only Metal is affected while OpenCL performance is not. Has anyone any idea what might cause this?

I just found out: It is Safari! The drop in Metal performance always happens after starting Safari and can only be solved by sleep and wake. Can that behavior be related to whatevergreen.kext in any way? 

*Update* To be more specific: The bug appears after watching Youtube videos but only when using Safari, Chrome does not slow down the graphics card at all. I've read about some "state0-bug" with RX 480 cards that cause a lockdown of core an memory frequencies. Could that be what is happening?

Link to comment
Share on other sites

I have the setup as per my sig, using an ASUS Strix RX580 OC 8GB graphics card.

 

I have dual boot NVme - with one running normal Sierra 10.12.6 - it is using Lilu & WhateverGreen & the card is detected fine & is working well (still need to get 2nd monitor going, but that's not priority right now).

 

The issue is when I try to install High Sierra, It get's through the boot & then when it should change to the grey graphics, I just get a black screen. I am using the latest Lilu and WhateverGreen. This is on install from USB

 

Any ideas ? why would it work ok on Sierra, but not High Sierra ?

Link to comment
Share on other sites

Found my issue, was to do with CSM not being disabled in BIOS.

 

When I had installed 10.12.6 Sierra I had tried to disable this & my PC wouldn't start, had to reset BIOS and then Sierra installed correctly with CSM enabled.

 

For High Sierra it is black screen without CSM disabled. Managed to disable now & no more black screen

 

Any idea why CSM enabled works on 10.12.6 and not 10.13.x ?

Link to comment
Share on other sites

My Hackintosh

 

mobo: Gigabyte GA-990XA-UD3

CPU: AMD FX-6300

Mem: 2x4GB

On Board Audio Codec: ALC889

OS: SierraAMD 10.12.6 with kernel for AMD by Shaneee

 

Now, can anybody tell me if I can use lilu.kext and AppleALC.kext to have native audio on this system?

I have read that lilu.kext and AppleALC.kext (as well as WhateverGreen.kext) are built for Intel CPUs, but some people here have reported to have used them succesfully with AMD CPUs as well. So, what will it take to use them in my system?

 

Edit: keep in mind that I have experimented with the kexts. I put the two kexts in EFI/CLOVER/kexts/Other and I turn the Sys.Par. "InjectKexts" into YES in Clover configuration. The kexts are successfully loaded (checked them out with "Kext Wizard") but nothing happens. No sound device recognized (the sound device window in System Preferences is empty) and the sound icon on the panel is grey. When I trash the kexts and re-install VoodooHDA everything works, but...the sound Is not very good, there is always some noise in the background (even though I have turned the onboard microphone inputs -back and front- to zero gain). So, I would prefer native audio.

 

thanks in advance

Link to comment
Share on other sites

×
×
  • Create New...