Code Sample |
sudo dpkg -i --force-depends /path/to/gsfonts*.deb |
Code Sample |
Section "InputDevice" Identifier "USB Mice" Driver "mouse" Option "CorePointer" Option "SendCoreEvents" "true" Option "Device" "/dev/input/mice" Option "Protocol" "ImPS/2" Option "Emulate3Buttons" "true" Option "ZAxisMapping" "4 5" Option "Buttons" "5" EndSection |
Code Sample |
Section "Files" FontPath "/usr/lib/X11/fonts/misc" FontPath "/usr/lib/X11/fonts/75dpi/:unscaled" FontPath "/usr/lib/X11/fonts/Type1" FontPath "/usr/lib/X11/fonts/75dpi" FontPath "/usr/share/fonts/type1/gsfonts" EndSection |
Code Sample |
exec /usr/X11R6/bin/XFree86 -nolisten tcp |
Code Sample |
mount /dev/sda1 mydsl-load /mnt/sda1/dsl/gtk2-0705.unc #for Firefox-1.5.0.4.uci mydsl-load /mnt/sda1/dsl/dsl-dpkg.dsl #apt-get and dpkg mydsl-load /mnt/sda1/dsl/gnu-utils.unc #Just because (not req) mydsl-load /mnt/sda1/dsl/firefox-1.5.0.4.uci #Keep it up-to-date! mydsl-load /mnt/sda1/dsl/XFree86.unc #XFree86 dpkg -i --force-depends /mnt/sda1/dsl/gsfonts-x11_0.17_all.deb dpkg -i --force-depends /mnt/sda1/dsl/gsfonts-8.14+v8.11+urw-0.2_all.deb |