diff options
-rw-r--r-- | NEWS | 4 | ||||
-rwxr-xr-x | monitor-probe-using-X | 4 |
2 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,7 @@ +- monitor-probe-using-X: + o disable glx module to speed up X startup, especially if a proprietary + glx module is in use (fixes a timeout observed by Anssi Hannula) + Version 2.4 - 1 October 2009 - monitor-parse-edid: 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" |