--- a/hw/xfree86/common/xf86pciBus.c 2023-12-13 15:26:26.358040618 +0300 +++ b/hw/xfree86/common/xf86pciBus.c 2023-12-13 15:25:53.173424700 +0300 @@ -1179,6 +1179,12 @@ case 0x102b: driverList[0] = "mga"; break; + case 0x108e: + driverList[0] = "mcstmga"; + break; + case 0x1fff: + driverList[0] = "mga2"; + break; case 0x10c8: driverList[0] = "neomagic"; break;