diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2006-07-12 14:55:54 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2006-07-12 14:55:54 +0000 |
commit | f1c587b1494dc321c8df370f1d855197d04196a2 (patch) | |
tree | a4b731051c517298f1dd534c75879a216ff1340e /monitor-probe-using-X | |
parent | 2985bb8c4d2935579b6f33d616fd644b7e69b2eb (diff) | |
download | monitor-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-x | monitor-probe-using-X | 4 |
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" |