X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=stage3%2Fcis-xfree86;h=28a98627bdb0405009bf94783ac64c1dba6a3d75;hb=6bd766eee64094f4a893c5c168a9dea089888a8d;hp=b3b54f943456e267b21433d1c8d0651446d5cb25;hpb=16cc35ba4890382ee9368a176e4f5a7fa773b7a6;p=hvlinux.git diff --git a/stage3/cis-xfree86 b/stage3/cis-xfree86 index b3b54f9..28a9862 100755 --- a/stage3/cis-xfree86 +++ b/stage3/cis-xfree86 @@ -126,46 +126,16 @@ sed -i -e "s@^#include @/* & */@" \ `grep -lr linux/config.h ../${1}` && echo "make World" && make World && + echo "make install" && make install && echo "make install.man" && make install.man && ldconfig && -ln -svf /usr/X11R6/bin /usr/bin/X11 && -ln -svf /usr/X11R6/lib/X11 /usr/lib/X11 && -ln -svf /usr/X11R6/include/X11 /usr/include/X11 && - -cat > /usr/X11R6/lib/pkgconfig/xrender.pc << "EOF" && -prefix=/usr/X11R6 -exec_prefix=${prefix} -libdir=${exec_prefix}/lib -includedir=${prefix}/include - -Name: Xrender -Description: X Render Library -Version: 0.8.3 -Cflags: -I${includedir} -I/usr/X11R6/include -Libs: -L${libdir} -lXrender -L/usr/X11R6/lib -lX11 -EOF - -cat > /usr/X11R6/lib/pkgconfig/xextensions.pc << "EOF" && -prefix=/usr/X11R6 -exec_prefix=${prefix} -libdir=${exec_prefix}/lib -includedir=${prefix}/include - -Name: XExtensions -Description: Sundry X extension headers -Version: 1.0.1 -Cflags: -I${includedir} -EOF - - -# Creation of ~/.xinitrc -cat > ~/.xinitrc << "EOF" && -exec wmaker -EOF +ln -svfT /usr/X11R6/bin /usr/bin/X11 && +ln -svfT /usr/X11R6/lib/X11 /usr/lib/X11 && +ln -svfT /usr/X11R6/include/X11 /usr/include/X11 && cat > /etc/X11/XF86Config << "EOF" && # XF86Config @@ -175,9 +145,7 @@ cat > /etc/X11/XF86Config << "EOF" && # ********************************************************************** Section "Files" RgbPath "/usr/X11R6/lib/X11/rgb" - ModulePath "/usr/X11R6/lib/modules" # Module search path - FontPath "_HV_FONTS_PATH_/TrueType" # Standard XFree86 Fonts @@ -223,10 +191,11 @@ Section "InputDevice" Option "XkbRules" "xfree86" Option "XkbModel" "pc105" Option "XkbLayout" "_XF86_KEYBOARD_LAYOUT_" + Option "XkbVariant" "_XF86_KEYBOARD_VARIANT_" + Option "XkbOptions" "_XF86_KEYBOARD_OPTIONS_" Option "AutoRepeat" "500 30" EndSection -# With kernel 2.6, all mouse are supported through "/dev/input/mice" Section "InputDevice" Identifier "Mouse1" Driver "mouse" @@ -287,6 +256,8 @@ EOF sed -i -e "s!_HV_FONTS_PATH_!${HV_FONTS_PATH}!g" /etc/X11/XF86Config && sed -i -e "s!_VIDEO_CARD_DRIVER_!${XF86_CARD_DRIVER}!g" /etc/X11/XF86Config && sed -i -e "s!_XF86_KEYBOARD_LAYOUT_!${HV_XF86_KEYBOARD_LAYOUT}!g" /etc/X11/XF86Config && +sed -i -e "s!_XF86_KEYBOARD_VARIANT_!${HV_XF86_KEYBOARD_VARIANT}!g" /etc/X11/XF86Config && +sed -i -e "s!_XF86_KEYBOARD_OPTIONS_!${HV_XF86_KEYBOARD_OPTIONS}!g" /etc/X11/XF86Config && cat > /etc/skel/.xinitrc << "EOF" && # ~/.xinitrc @@ -295,12 +266,28 @@ exec wmaker EOF cat > /etc/skel/.Xdefaults << "EOF" && -xterm*background: rgb:BB/AA/99 xterm*scrollBar: false xterm*rightScrollBar: false xterm*saveLines: 1000 xterm*geometry: 120x45+70+50 -emacs*geometry:85x45+10+10 +xterm*background: #000000 +xterm*foreground: #A8A8A8 +xterm*color0: #000000 +xterm*color1: #A80000 +xterm*color2: #00A800 +xterm*color3: #A85400 +xterm*color4: #0000A8 +xterm*color5: #A800A8 +xterm*color6: #00A8A8 +xterm*color7: #A8A8A8 +xterm*color8: #545054 +xterm*color9: #F85450 +xterm*color10: #50FC50 +xterm*color11: #F2FC50 +xterm*color12: #5054F8 +xterm*color13: #F854F8 +xterm*color14: #50FCF8 +xterm*color15: #F8FCF8 EOF cat > /etc/skel/.xsession << "EOF" && @@ -336,7 +323,7 @@ case $# in 1) case $1 in kde) - exec startkde + exec dbus-launch --exit-with-session startkde ;; twm) xsetroot -solid rgb:33/33/55 & @@ -344,24 +331,24 @@ case $# in opera -geometry 1100x950+150+10 -iconic -title "Opera 6.0 TP3" & emacs -geometry 140x60-5+100 -iconic -title "Emacs" & xterm -ls -geometry 160x60+25-25 -title "xterm" & - exec twm + exec dbus-launch --exit-with-session twm ;; wmaker) - exec wmaker + exec dbus-launch --exit-with-session wmaker ;; failsafe) exec xterm -geometry 80x24-0-0 ;; default) - exec wmaker + exec dbus-launch --exit-with-session wmaker ;; *) - exec wmaker + exec dbus-launch --exit-with-session wmaker ;; esac ;; *) - exec wmaker + exec dbus-launch --exit-with-session wmaker ;; esac @@ -371,6 +358,7 @@ EOF chmod 755 /etc/skel/.xsession && cp /etc/skel/.{xinitrc,Xdefaults,xsession} /root && +cp /etc/skel/.{xinitrc,Xdefaults,xsession} /home/${REGUSER} && var_add_path "PATH" /etc/profile "/usr/X11R6/bin" && @@ -383,7 +371,14 @@ var_export "MANPATH" /etc/profile && var_add_shadow "ENV_SUPATH" /etc/login.defs "/usr/X11R6/bin" && string_add "/usr/X11R6/lib" /etc/ld.so.conf && -ldconfig + +if [ "x${INST_TYPE}" = "xltsp-server" ]; then + # Enable remote xdm login for LTSP clients + sed -i -e "s@^\(DisplayManager.requestPort.*\)@!\1@g" /etc/X11/xdm/xdm-config && + chmod 644 /etc/X11/xdm/Xaccess && + sed -i -e "s@^#\(\*[\t ]*#any host can get a login window\)@\1@g" /etc/X11/xdm/Xaccess && + chmod 444 /etc/X11/xdm/Xaccess || exit 1 +fi && # When needed, XFree86 creates the directory /tmp/.ICE-unix if it does not # exist. If this directory is not owned by root, XFree86 delays startup by a @@ -398,3 +393,4 @@ ldconfig # Return last error exit $? +