From 5440144abe73b09e36a83ad2c0cfe18ea294ae64 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Fri, 20 Jun 2008 14:37:55 +0000 Subject: - force back 75dpi to get back previous font sizes --- perl-install/install/NEWS | 1 + perl-install/install/steps_gtk.pm | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'perl-install') diff --git a/perl-install/install/NEWS b/perl-install/install/NEWS index aa42f8b56..e12a9b88f 100644 --- a/perl-install/install/NEWS +++ b/perl-install/install/NEWS @@ -1,3 +1,4 @@ +- force back 75dpi to get back previous font sizes - adapt to cooker file changes Version 10.36 - 12 June 2008 diff --git a/perl-install/install/steps_gtk.pm b/perl-install/install/steps_gtk.pm index 44c5c28e4..dfc7b9ede 100644 --- a/perl-install/install/steps_gtk.pm +++ b/perl-install/install/steps_gtk.pm @@ -52,7 +52,7 @@ sub new($$) { install::gtk::createXconf($f, @{$o->{mouse}}{'Protocol', 'device'}, $o->{mouse}{wacom}[0], $Driver); push @options, '-allowMouseOpenFail', '-xf86config', $f if arch() !~ /^sparc/; - push @options, 'vt7', '-s', '240'; + push @options, 'vt7', '-s', '240', '-dpi', '75'; push @options, '-nolisten', 'tcp'; #- old weird servers: Xsun -- cgit v1.2.1