From 44d7670485e96f0be62b1edf77d04f6eae8e7283 Mon Sep 17 00:00:00 2001 From: Andres Salomon Date: Wed, 26 Nov 2008 18:26:04 -0500 Subject: [PATCH] initchroot: include newer xorg driver and reinstate font overriding This changes the DPI back to 200, which means we need to adjust font sizes. It also fixes randr and scaling. Signed-off-by: Andres Salomon --- %gconf-tree.xml | 39 +++++++++++++++++++++++++++++++++++++++ initchroot.sh | 2 +- 2 files changed, 40 insertions(+), 1 deletion(-) diff --git a/%gconf-tree.xml b/%gconf-tree.xml index 5ac9188..99a98d9 100644 --- a/%gconf-tree.xml +++ b/%gconf-tree.xml @@ -7,6 +7,17 @@ /usr/share/pixmaps/backgrounds/gnome/nature/FreshFlower.jpg + + + Monospace 8 + + + Sans 8 + + + Sans 8 + + @@ -14,5 +25,33 @@ + + + + Sans Bold 8 + + + + + + + Sans 8 + + + + + + + + + + + + + + + + + diff --git a/initchroot.sh b/initchroot.sh index bb27340..d7565c7 100755 --- a/initchroot.sh +++ b/initchroot.sh @@ -150,7 +150,7 @@ echo "en_US.UTF-8 UTF-8" >${ROOT_DIR}/etc/locale.gen k="http://lunge.mit.edu/~dilinger/debxo-0.2/initramfs-tools_0.92l.2_all.deb http://lunge.mit.edu/~dilinger/debxo-0.2/ofw-config_0.1_all.deb http://lunge.mit.edu/~dilinger/debxo-0.4/linux-2.6.25.15_2.6.25.15-165_i386.deb - http://lunge.mit.edu/~dilinger/debxo-0.4/xserver-xorg-video-geode_2.11.0-0.1_i386.deb" + http://lunge.mit.edu/~dilinger/debxo-0.4/xserver-xorg-video-geode_2.11.0-0.2_i386.deb" mkdir -p cache for i in $k; do pkg=$(basename ${i}) -- 2.39.5