I'm currently using an Acer Predator G3-605 desktop of which I need to access the integrated graphics because my GPU doesn't have a VGA or HDMI connector and I just so happen to find myself with only wires with those connectors. However, the on board devices which host the VGA and HDMI connectors is disabled for some reason. See the following outputs:
$ sudo dmidecode -t 10
# dmidecode 3.6
Getting SMBIOS data from sysfs.
SMBIOS 2.7 present.
Handle 0x0019, DMI type 10, 12 bytes
On Board Device 1 Information
Type: Video
Status: Disabled
Description: Intel(R) HD Graphics
...
$ sudo dmidecode -t 41
# dmidecode 3.6
Getting SMBIOS data from sysfs.
SMBIOS 2.7 present.
Handle 0x001D, DMI type 41, 11 bytes
Onboard Device
Reference Designation: Onboard IGD
Type: Video
Status: Disabled
Type Instance: 1
Bus Address: 0000:00:02.0
...
Now the Acer Predator G3-605's BIOS (P11.B3) is -- to put it gently -- incredibly limited. So I can't re-enable the on board devices via BIOS. Is there any way to enable them from within a linux system?