#Maintained by: RehabMan for: Laptop Patches #graphics_Rename-PCI0_VID.txt # Note: Most DSDT/SSDTs use GFX0 for the integrated graphics # device. If that is the case with your DSDT, do not use this # patch and instead use "Rename GFX0 to IGPU" # Note: This patch is a minimalistic rename that only # touches PCI0.VID. Useful for some Lenovo machines # that have both a PCI0.VID and PCI0.PEG.VID. into device label VID parent_label PCI0 set_label begin IGPU end; into_all all code_regex PCI0\.VID_ replaceall_matched begin PCI0.IGPU end; into_all all code_regex PCI0\.VID replaceall_matched begin PCI0.IGPU end; into_all scope label \_SB.PCI0.VID.LCD0 set_label begin \_SB.PCI0.IGPU.LCD0 end; into_all scope label \_SB.PCI0.VID set_label begin \_SB.PCI0.IGPU end;