From b27bbc4493133263509593abd26900b7bfe4b156 Mon Sep 17 00:00:00 2001 From: Anssi Hannula Date: Sun, 18 Oct 2009 15:35:13 +0000 Subject: monitor-probe-using-X: disable glx module to speed up X startup, especially if a proprietary glx module is in use (fixes a timeout I observed when booting One through a slow USB bus) --- monitor-probe-using-X | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'monitor-probe-using-X') diff --git a/monitor-probe-using-X b/monitor-probe-using-X index 1558805..820114f 100755 --- a/monitor-probe-using-X +++ b/monitor-probe-using-X @@ -73,6 +73,10 @@ Section "Files" FontPath "/usr/lib/X11/fonts/misc:unscaled" EndSection +Section "Module" + Disable "glx" +EndSection + Section "Device" Identifier "device" Driver "$Driver" -- cgit v1.2.1