HowTo:PostInstall:NoXFS

De Luispa

Eliminar XFS

Durante un update rutinario me he dado cuenta que el Font-Server xfs dejó de tener sentido hace tiempo, así que lo voy a eliminar. Estos son los pasos que he realizado.

  • Salgo de X11, voy a la consola y paro xfs y xdm
# /etc/init.d/xfs stop
# /etc/init.d/xdm stop

  • Quito del arranque del sistema el xfs
# rc-update del xfs default
  • En el /etc/make.conf elimino el USE font-server y añado fontconfig
/etc/make.conf
USE=... -font-server ... fontconfig
  • Desinstalo xfs
# emerge -C x11-apps/ttmkfdir x11-apps/xfs
  • Modifico el fichero /etc/X11/xorg.conf
# Fuentes
#Section "Files"
#	ModulePath   "/usr/lib64/xorg/modules"
#        FontPath "unix/:-1"
#EndSection
  • Rearranco xdm
# /etc/init.d/xdm start
  • En el /var/log/Xorg.0.log observo que xorg automáticamente asigna el FontPath
(==) FontPath set to:
	/usr/share/fonts/misc/,
	/usr/share/fonts/TTF/,
	/usr/share/fonts/OTF,
	/usr/share/fonts/Type1/, 
	/usr/share/fonts/100dpi/,
	/usr/share/fonts/75dpi/



--Luis 14:32 9 nov 2009 (CET)