From 995b142f510d1daab3914d336f3c0d017a043b41 Mon Sep 17 00:00:00 2001 From: Alan Hourihane Date: Tue, 8 Aug 2006 12:01:39 +0100 Subject: Disable detecting of new monitors on VT switch. It's doesn't always work. The modesetting branch will deal with hotplug displays correctly. --- src/i830_driver.c | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'src') diff --git a/src/i830_driver.c b/src/i830_driver.c index 84fb21a9..94a2c8f5 100644 --- a/src/i830_driver.c +++ b/src/i830_driver.c @@ -7765,9 +7765,13 @@ I830BIOSEnterVT(int scrnIndex, int flags) ResetState(pScrn, FALSE); SetHWOperatingState(pScrn); - /* Detect monitor change and switch to suitable mode */ +#if 0 + /* Disable this as it's clunky, and doesn't always work. + * The modesetting branch will deal with hotplug displays much better. + */ if (!pI830->starting) I830DetectMonitorChange(pScrn); +#endif if (!I830VESASetMode(pScrn, pScrn->currentMode)) return FALSE; -- cgit v1.2.3