Author: jhuntwork Date: 2007-07-16 10:39:19 -0600 (Mon, 16 Jul 2007) New Revision: 1956
Removed: branches/minimal/etc/X11/ branches/minimal/root/.gaim/ branches/minimal/root/.mozilla/ branches/minimal/root/.xchat2/ branches/minimal/root/.xinitrc Modified: branches/minimal/etc/profile Log: Remove Xorg related configuration files for minimal CD Modified: branches/minimal/etc/profile =================================================================== --- branches/minimal/etc/profile 2007-07-16 16:36:03 UTC (rev 1955) +++ branches/minimal/etc/profile 2007-07-16 16:39:19 UTC (rev 1956) @@ -10,15 +10,7 @@ NNTPSERVER=news.gmane.org -TERMCMD=Terminal - [EMAIL PROTECTED] -GTK_IM_MODULE=scim - -# For fglrx -LIBGL_DRIVERS_DIR=/usr/lib/dri - export PATH INPUTRC G_FILENAME_ENCODING PKG_CONFIG_PATH XML_CATALOG_FILES -export WWW_HOME NNTPSERVER TERMCMD XMODIFIERS GTK_IM_MODULE LIBGL_DRIVERS_DIR +export WWW_HOME NNTPSERVER source /etc/bashrc Deleted: branches/minimal/root/.xinitrc =================================================================== --- branches/minimal/root/.xinitrc 2007-07-16 16:36:03 UTC (rev 1955) +++ branches/minimal/root/.xinitrc 2007-07-16 16:39:19 UTC (rev 1956) @@ -1,21 +0,0 @@ -# For languages that can't be displayed on Linux console, we have, e.g.: -# LC_ALL=C, LANG=zh_CN.UTF-8 -# Remove LC_ALL now so that LANG takes effect -unset LC_ALL -if xrandr | grep -q '\*0.*640 x 480.*\*60' -then -xmessage -center \ -"The X server could not obtain the allowed synchronization -frequencies from the monitor because your monitor is not -Plug-n-Play compatible. Thus, a default resolution of -640 x 480 @ 60 Hz has been used. This can hurt your eyes. - -To fix the problem, press Ctrl + Alt + Backspace, and then -specify the allowed frequency ranges in /etc/X11/xorg.conf -manually. See /root/README for details. - -If 640 x 480 @ 60 Hz is indeed what you want, press the 'okay' -button to proceed." -fi -scim -d -exec startxfce4 -- http://linuxfromscratch.org/mailman/listinfo/livecd FAQ: http://www.linuxfromscratch.org/faq/ Unsubscribe: See the above information page
