|
@@ -94,6 +94,7 @@ int viafb_ioctl_hotplug(int hres, int vres, int bpp)
|
|
|
viafb_CRT_ON = 0;
|
|
|
viafb_LCD_ON = 0;
|
|
|
viafb_DeviceStatus = DVI_Device;
|
|
|
+ viafb_set_iga_path();
|
|
|
return viafb_DeviceStatus;
|
|
|
}
|
|
|
status = 1;
|
|
@@ -107,6 +108,7 @@ int viafb_ioctl_hotplug(int hres, int vres, int bpp)
|
|
|
viafb_LCD_ON = 0;
|
|
|
|
|
|
viafb_DeviceStatus = CRT_Device;
|
|
|
+ viafb_set_iga_path();
|
|
|
return viafb_DeviceStatus;
|
|
|
}
|
|
|
|