diff options
author | Anssi Hannula <anssi@mandriva.org> | 2009-10-18 15:35:13 +0000 |
---|---|---|
committer | Anssi Hannula <anssi@mandriva.org> | 2009-10-18 15:35:13 +0000 |
commit | b27bbc4493133263509593abd26900b7bfe4b156 (patch) | |
tree | 1ff43c20c8563fba22080a709f5f2042c176e93e | |
parent | 09cb6fc30677c089eaba399c09d057965c6cf47a (diff) | |
download | monitor-edid-b27bbc4493133263509593abd26900b7bfe4b156.tar monitor-edid-b27bbc4493133263509593abd26900b7bfe4b156.tar.gz monitor-edid-b27bbc4493133263509593abd26900b7bfe4b156.tar.bz2 monitor-edid-b27bbc4493133263509593abd26900b7bfe4b156.tar.xz monitor-edid-b27bbc4493133263509593abd26900b7bfe4b156.zip |
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)
-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" |