aboutsummaryrefslogtreecommitdiffstats
path: root/monitor-probe-using-X
diff options
context:
space:
mode:
authorAnssi Hannula <anssi@mandriva.org>2009-10-18 15:35:13 +0000
committerAnssi Hannula <anssi@mandriva.org>2009-10-18 15:35:13 +0000
commitb27bbc4493133263509593abd26900b7bfe4b156 (patch)
tree1ff43c20c8563fba22080a709f5f2042c176e93e /monitor-probe-using-X
parent09cb6fc30677c089eaba399c09d057965c6cf47a (diff)
downloadmonitor-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)
Diffstat (limited to 'monitor-probe-using-X')
-rwxr-xr-xmonitor-probe-using-X4
1 files changed, 4 insertions, 0 deletions
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"