From: Andres Salomon Date: Wed, 26 Nov 2008 23:26:04 +0000 (-0500) Subject: initchroot: include newer xorg driver and reinstate font overriding X-Git-Tag: v0.5~10 X-Git-Url: https://spindle.queued.net/cgi-bin/gitweb.cgi?p=xodist;a=commitdiff_plain;h=44d7670485e96f0be62b1edf77d04f6eae8e7283 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 --- 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})