aboutsummaryrefslogtreecommitdiffstats
path: root/monitor-probe-using-X
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2006-07-12 14:55:54 +0000
committerPascal Rigaux <pixel@mandriva.com>2006-07-12 14:55:54 +0000
commitf1c587b1494dc321c8df370f1d855197d04196a2 (patch)
treea4b731051c517298f1dd534c75879a216ff1340e /monitor-probe-using-X
parent2985bb8c4d2935579b6f33d616fd644b7e69b2eb (diff)
downloadmonitor-edid-f1c587b1494dc321c8df370f1d855197d04196a2.tar
monitor-edid-f1c587b1494dc321c8df370f1d855197d04196a2.tar.gz
monitor-edid-f1c587b1494dc321c8df370f1d855197d04196a2.tar.bz2
monitor-edid-f1c587b1494dc321c8df370f1d855197d04196a2.tar.xz
monitor-edid-f1c587b1494dc321c8df370f1d855197d04196a2.zip
use a fixed FontPath (do not default to unix:-1 in case xfs is not running)
(was committed in CVS instead of SVN)
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 6e4fdea..9907e32 100755
--- a/monitor-probe-using-X
+++ b/monitor-probe-using-X
@@ -50,6 +50,10 @@ sub probe_using_X {
my $tmp_log = tmpfile();
output($tmp_conf, <<EOF);
+Section "Files"
+ FontPath "/usr/lib/X11/fonts/misc:unscaled"
+EndSection
+
Section "Device"
Identifier "device"
Driver "$Driver"