Discard templates directory

netsetup
Mike Hiretsky 14 years ago
parent 8cd4c3a6c3
commit c715a65602

@ -1 +0,0 @@
# Calculate append=skip cl_name==calculate-install&&cl_pass_action==install||cl_name==calculate-install&&cl_pass_action==template

@ -1 +0,0 @@
# Calculate append=skip

@ -1,2 +0,0 @@
# Calculate belong()!=&&pkg(sys-power/acpid)!= path=/etc name=acpi

@ -1,128 +0,0 @@
# Calculate comment=# hr_laptop!=
#!/bin/sh
# /etc/acpi/default.sh
# Default acpi script that takes an entry for all actions
set $*
group=${1%%/*}
action=${1#*/}
device=$2
id=$3
value=$4
BACKLIGHT_DIR=/sys/devices/virtual/backlight/acpi_video0
# increase backlight
inc_backlight() {
local cur_backlight=$(cat $BACKLIGHT_DIR/actual_brightness)
local max_backlight=$(cat $BACKLIGHT_DIR/max_brightness)
[[ $cur_backlight -lt $max_backlight ]] &&
echo $(($cur_backlight + 1)) >$BACKLIGHT_DIR/brightness
}
# decrease backlight
dec_backlight() {
local cur_backlight=$(cat $BACKLIGHT_DIR/actual_brightness)
local max_backlight=$(cat $BACKLIGHT_DIR/max_brightness)
[[ $cur_backlight -gt 0 ]] &&
echo $(($cur_backlight - 1)) >$BACKLIGHT_DIR/brightness
}
FREQLIST=(2530000 1600000)
# increase cpu freq
inc_freq() {
cpufreq-set -c0 -f ${FREQLIST[0]}
cpufreq-set -c1 -f ${FREQLIST[0]}
#cpufreq-set -g performance
}
# decrease cpu freq
dec_freq() {
cpufreq-set -c0 -f ${FREQLIST[1]}
cpufreq-set -c1 -f ${FREQLIST[1]}
#cpufreq-set -g powersave
}
log_unhandled() {
logger "ACPI event unhandled: $*"
}
case "$group" in
button)
case "$action" in
power)
/sbin/init 0
;;
# if your laptop doesnt turn on/off the display via hardware
# switch and instead just generates an acpi event, you can force
# X to turn off the display via dpms. note you will have to run
# 'xhost +local:0' so root can access the X DISPLAY.
#lid)
# xset dpms force off
# ;;
*) log_unhandled $* ;;
esac
;;
ac_adapter)
case "$value" in
# Add code here to handle when the system is unplugged
# (maybe change cpu scaling to powersave mode). For
# multicore systems, make sure you set powersave mode
# for each core!
*0)
dec_freq
;;
# Add code here to handle when the system is plugged in
# (maybe change cpu scaling to performance mode). For
# multicore systems, make sure you set performance mode
# for each core!
*1)
inc_freq
;;
*) log_unhandled $* ;;
esac
;;
sony)
case "$action" in
hotkey)
case "$device" in
SNC)
case "$id" in
*01)
case "$value" in
*010)
dec_backlight
;;
*011)
inc_backlight
;;
*020)
dec_freq
;;
*021)
inc_freq
;;
*040)
eject
;;
*) log_unhandled $* ;;
esac ;;
*) log_unhandled $* ;;
esac
;;
*) log_unhandled $* ;;
esac
;;
*) log_unhandled $* ;;
esac
;;
*) log_unhandled $* ;;
esac

@ -1,2 +0,0 @@
# Calculate path=/etc/runlevels

@ -1 +0,0 @@
# Calculate append=remove hr_laptop==

@ -1,2 +0,0 @@
# Calculate belong()!=&&pkg(sys-apps/baselayout)!= name=etc

@ -1 +0,0 @@
HOSTNAME="#-os_install_net_hostname-#"

@ -1,7 +0,0 @@
# Calculate comment=# os_install_root_type!=livecd
#-os_install_fstab_mount_info-#
#-os_install_fstab_swap_info-#
proc /proc proc defaults 0 0
shm /dev/shm tmpfs nodev,nosuid,noexec 0 0

@ -1,2 +0,0 @@
# Calculate comment=#
127.0.0.1 #-os_install_net_hostname-#.#-os_install_net_domain-# #-os_install_net_hostname-# localhost

@ -1,3 +0,0 @@
Welcome to \n.\O (#-os_install_linux_name-# #-os_install_linux_ver-#)

@ -1 +0,0 @@
# Calculate link=/usr/share/zoneinfo/#-os_install_clock_timezone-# symbolic

@ -1,2 +0,0 @@
# Calculate cl_pass_action==install

@ -1 +0,0 @@
#-os_install_clock_timezone-#

@ -1,2 +0,0 @@
# Calculate belong()!=&&pkg(app-portage/eix)!= name=etc

@ -1,2 +0,0 @@
# Calculate comment=#
calculate

@ -1,2 +0,0 @@
# Calculate belong()!=&&pkg(gnome-base/gnome-session)!= path=/etc name=env.d

@ -1,14 +0,0 @@
# Calculate comment=#
#?pkg(kde-base/kdebase-startkde)!=#
XSESSION="KDE-4"
#pkg#
#?pkg(kde-base/kdebase-startkde)==&&pkg(gnome-base/gnome-session)!=#
XSESSION="Gnome"
#pkg#
#?pkg(kde-base/ksmserver)==&&pkg(gnome-base/gnome-session)==&&pkg(xfce-base/xfce-utils)!=#
XSESSION="Xfce4"
#pkg#
#?pkg(kde-base/ksmserver)==&&pkg(gnome-base/gnome-session)==&&pkg(xfce-base/xfce-utils)==&&pkg(x11-wm/openbox)!=#
XSESSION="openbox"
#pkg#

@ -1,2 +0,0 @@
# Calculate belong()!=&&pkg(sys-libs/gpm)!= path=/etc name=conf.d

@ -1,2 +0,0 @@
MOUSE=imps2
MOUSEDEV=/dev/psaux

@ -1,2 +0,0 @@
# Calculate belong()!=&&pkg(sys-boot/grub)!=&&cl_pass_action==install path=/boot

@ -1 +0,0 @@
#-os_install_grub_devicemap_info-#

@ -1,54 +0,0 @@
# Calculate comment=#
timeout 5
default 0
fallback 1
splashimage=(hd#-disk(/boot,grub)-#)/boot/grub/grub-calculate.xpm.gz
#?os_install_linux_system==desktop&&os_install_linux_subname!=#
title #-os_install_linux_name-# #-os_install_arch_machine-# #-os_install_linux_ver-# #-os_install_linux_subname-#
#os_install_linux_system#
#?os_install_linux_system==desktop&&os_install_linux_subname==#
title #-os_install_linux_name-# #-os_install_arch_machine-# #-os_install_linux_ver-#
#os_install_linux_system#
#?os_install_linux_system==server#
title #-os_install_linux_name-# #-os_install_arch_machine-# #-os_install_linux_ver-#
#os_install_linux_system#
root (hd#-disk(/boot,grub)-#)
#?os_install_linux_system==desktop#
kernel /boot/#-os_install_kernel-# root=#-os_install_root_dev-# video=uvesafb:ywrap,1024x768-32@60,mtrr:3,splash=silent,theme:tty1 CONSOLE=/dev/tty1 udev quiet #-os_install_kernel_resume-# elevator=#-os_install_kernel_scheduler-# doscsi#-os_install_kernel_attr-#
#os_install_linux_system#
#?os_install_linux_system==server&&os_install_linux_shortname!=CSS#
kernel /boot/#-os_install_kernel-# root=#-os_install_root_dev-# video=uvesafb:ywrap,1024x768-32@60,mtrr:3,splash=silent,theme:tty1 CONSOLE=/dev/tty1 udev quiet #-os_install_kernel_resume-# elevator=#-os_install_kernel_scheduler-# doscsi#-os_install_kernel_attr-#
#os_install_linux_system#
#?os_install_linux_shortname==CSS#
kernel /boot/#-os_install_kernel-# root=#-os_install_root_dev-# video=uvesafb:ywrap,1024x768-32@60,mtrr:3 udev quiet #-os_install_kernel_resume-# elevator=#-os_install_kernel_scheduler-# doscsi#-os_install_kernel_attr-#
#os_install_linux_shortname#
initrd /boot/#-os_install_initrd-#
#?os_install_linux_system==desktop&&os_install_linux_subname!=#
title #-os_install_linux_name-# #-os_install_arch_machine-# #-os_install_linux_ver-# #-os_install_linux_subname-# Safemode
#os_install_linux_system#
#?os_install_linux_system==desktop&&os_install_linux_subname==#
title #-os_install_linux_name-# #-os_install_arch_machine-# #-os_install_linux_ver-# Safemode
#os_install_linux_system#
#?os_install_linux_system==server#
title #-os_install_linux_name-# #-os_install_arch_machine-# #-os_install_linux_ver-# Safemode
#os_install_linux_system#
root (hd#-disk(/boot,grub)-#)
#?os_install_linux_system==desktop#
kernel /boot/#-os_install_kernel-# root=#-os_install_root_dev-# video=uvesafb:ywrap,1024x768-32@60,mtrr:3,splash=silent,theme:tty1 CONSOLE=/dev/tty1 udev quiet #-os_install_kernel_resume-# elevator=#-os_install_kernel_scheduler-# doscsi#-os_install_kernel_attr-#
#os_install_linux_system#
#?os_install_linux_system==server&&os_install_linux_shortname!=CSS#
kernel /boot/#-os_install_kernel-# root=#-os_install_root_dev-# video=uvesafb:ywrap,1024x768-32@60,mtrr:3,splash=silent,theme:tty1 CONSOLE=/dev/tty1 udev quiet #-os_install_kernel_resume-# elevator=#-os_install_kernel_scheduler-# doscsi#-os_install_kernel_attr-#
#os_install_linux_system#
#?os_install_linux_shortname==CSS#
kernel /boot/#-os_install_kernel-# root=#-os_install_root_dev-# video=uvesafb:ywrap,1024x768-32@60,mtrr:3 udev quiet #-os_install_kernel_resume-# elevator=#-os_install_kernel_scheduler-# doscsi#-os_install_kernel_attr-#
#os_install_linux_shortname#
initrd /boot/#-os_install_initrd_install-#
#-grub()-#
# Uncomment if you have Windows on hard disk
# title Microsoft Windows
# rootnoverify (hd0,0)
# chainloader +1

@ -1,2 +0,0 @@
# Calculate belong()!=&&pkg(sys-apps/hal)!= path=/usr/share/hal/fdi name=policy

@ -1,10 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<deviceinfo version="0.2">
<device>
<match key="volume.fstype" string="ntfs">
<merge key="volume.fstype" type="string">ntfs-3g</merge>
<merge key="volume.policy.mount_filesystem" type="string">ntfs-3g</merge>
</match>
</device>
</deviceinfo>

@ -1,35 +0,0 @@
<?xml version="1.0" encoding="ISO-8859-1"?>
<deviceinfo version="0.2">
<device>
<!-- keyboards -->
<match key="info.capabilities" contains="input.keys">
<merge key="input.x11_driver" type="string">keyboard</merge>
<match key="/org/freedesktop/Hal/devices/computer:system.kernel.name"
string="Linux">
<merge key="input.x11_driver" type="string">evdev</merge>
<merge key="input.xkb.rules" type="string">xorg</merge>
<merge key="input.xkb.layout" type="string">#-os_install_locale_xkbname-#</merge>
<merge key="input.xkb.model" type="string">pc104</merge>
<merge key="input.xkb.options" type="string">grp:caps_toggle</merge>
<append key="input.xkb.options" type="string">,grp:switch</append>
<append key="input.xkb.options" type="string">,grp_led:caps</append>
</match>
</match>
<!-- mouses -->
<match key="info.capabilities" contains="input.mouse">
<merge key="input.x11_driver" type="string">mouse</merge>
<match key="/org/freedesktop/Hal/devices/computer:system.kernel.name"
string="Linux">
<merge key="input.x11_driver" type="string">evdev</merge>
<merge key="input.x11_options.Buttons" type="string">5</merge>
<merge key="input.x11_options.Protocol" type="string">auto</merge>
<merge key="input.x11_options.Emulate3Buttons" type="string"></merge>
<merge key="input.x11_options.ZAxisMapping" type="string">4 5</merge>
</match>
</match>
</device>
</deviceinfo>

@ -1,31 +0,0 @@
<?xml version="1.0" encoding="ISO-8859-1"?>
<deviceinfo version="0.2">
<device>
<match key="info.capabilities" contains="input.touchpad">
<merge key="input.x11_driver" type="string">synaptics</merge>
<merge key="input.x11_options.TapButton1" type="string">1</merge>
<!-- EXAMPLES:
Switch on shared memory, enables the driver to be configured at runtime
<merge key="input.x11_options.SHMConfig" type="string">true</merge>
Maximum movement of the finger for detecting a tap
<merge key="input.x11_options.MaxTapMove" type="string">2000</merge>
Enable vertical scrolling when dragging along the right edge
<merge key="input.x11_options.VertEdgeScroll" type="string">true</merge>
Enable vertical scrolling when dragging with two fingers anywhere on the touchpad
<merge key="input.x11_options.VertTwoFingerScroll" type="string">true</merge>
Enable horizontal scrolling when dragging with two fingers anywhere on the touchpad
<merge key="input.x11_options.HorizTwoFingerScroll" type="string">true</merge>
If on, circular scrolling is used
<merge key="input.x11_options.CircularScrolling" type="string">true</merge>
For other possible options, check CONFIGURATION DETAILS in synaptics man page
-->
</match>
</device>
</deviceinfo>

@ -1,35 +0,0 @@
<?xml version="1.0" encoding="ISO-8859-1"?>
<deviceinfo version="0.2">
<device>
<match key="info.capabilities" contains="input.touchpad">
<match key="info.product" contains="AlpsPS/2 ALPS">
<merge key="input.x11_driver" type="string">synaptics</merge>
<merge key="input.x11_options.LeftEdge" type="string">130</merge>
<merge key="input.x11_options.RightEdge" type="string">840</merge>
<merge key="input.x11_options.TopEdge" type="string">130</merge>
<merge key="input.x11_options.BottomEdge" type="string">640</merge>
<merge key="input.x11_options.FingerLow" type="string">25</merge>
<merge key="input.x11_options.FingerHigh" type="string">30</merge>
<merge key="input.x11_options.MaxTapTime" type="string">180</merge>
<merge key="input.x11_options.MaxTapMove" type="string">220</merge>
<merge key="input.x11_options.EmulateMidButtonTime" type="string">75</merge>
<merge key="input.x11_options.VertEdgeScroll" type="string">true</merge>
<merge key="input.x11_options.VertScrollDelta" type="string">20</merge>
<merge key="input.x11_options.HorizEdgeScroll" type="string">true</merge>
<merge key="input.x11_options.HorizScrollDelta" type="string">20</merge>
<merge key="input.x11_options.MinSpeed" type="string">0.60</merge>
<merge key="input.x11_options.MaxSpeed" type="string">1.10</merge>
<merge key="input.x11_options.AccelFactor" type="string">0.030</merge>
<merge key="input.x11_options.EdgeMotionMinSpeed" type="string">200</merge>
<merge key="input.x11_options.EdgeMotionMaxSpeed" type="string">200</merge>
<merge key="input.x11_options.UpDownScrolling" type="string">1</merge>
<merge key="input.x11_options.CircularScrolling" type="string">1</merge>
<merge key="input.x11_options.CircScrollDelta" type="string">0.1</merge>
<merge key="input.x11_options.CircScrollTrigger" type="string">2</merge>
<merge key="input.x11_options.SHMConfig" type="string">on</merge>
<merge key="input.x11_options.TapButton1" type="string">1</merge>
</match>
</match>
</device>
</deviceinfo>

@ -1,24 +0,0 @@
<?xml version="1.0" encoding="ISO-8859-1"?>
<deviceinfo version="0.2">
<device>
<match key="info.capabilities" contains="input.touchpad">
<match key="info.product" contains="appletouch">
<merge key="input.x11_driver" type="string">synaptics</merge>
<merge key="input.x11_options.TapButton" type="string">0</merge>
<merge key="input.x11_options.VertTwoFingerScroll" type="string">1</merge>
<merge key="input.x11_options.TwoFingerButton1" type="string">2</merge>
<merge key="input.x11_options.MaxTapMove" type="string">0</merge>
<merge key="input.x11_options.MaxDoubleTapTime" type="string">90</merge>
<merge key="input.x11_options.LockedDrags" type="string">off</merge>
<merge key="input.x11_options.MinSpeed" type="string">1.10</merge>
<merge key="input.x11_options.MaxSpeed" type="string">1.30</merge>
<merge key="input.x11_options.AccelFactor" type="string">0.08</merge>
<merge key="input.x11_options.TapButton3" type="string">2</merge>
<merge key="input.x11_options.TapButton2" type="string">3</merge>
<merge key="input.x11_options.VertTwoFingerScroll" type="string">1</merge>
<merge key="input.x11_options.HorizTwoFingerScroll" type="string">0</merge>
</match>
</match>
</device>
</deviceinfo>

@ -1,44 +0,0 @@
<?xml version="1.0" encoding="ISO-8859-1"?>
<deviceinfo version="0.2">
<device>
<match key="info.capabilities" contains="input.touchpad">
<match key="info.product" contains="bcm5974">
<merge key="input.x11_driver" type="string">synaptics</merge>
<merge key="input.x11_options.LeftEdge" type="string">0</merge>
<merge key="input.x11_options.RightEdge" type="string">1280</merge>
<merge key="input.x11_options.TopEdge" type="string">0</merge>
<merge key="input.x11_options.BottomEdge" type="string">800</merge>
<merge key="input.x11_options.ClickFinger1" type="string">1</merge>
<merge key="input.x11_options.ClickFinger2" type="string">3</merge>
<merge key="input.x11_options.ClickFinger3" type="string">2</merge>
<merge key="input.x11_options.HorizEdgeScroll" type="string">1</merge>
<merge key="input.x11_options.VertEdgeScroll" type="string">0</merge>
<merge key="input.x11_options.VertTwoFingerScroll" type="string">1</merge>
<merge key="input.x11_options.HorizTwoFingerScroll" type="string">1</merge>
<merge key="input.x11_options.HorizScrollDelta" type="string">0</merge>
<merge key="input.x11_options.VertScrollDelta" type="string">40</merge>
<merge key="input.x11_options.PressureMotionMinZ" type="string">10</merge>
<merge key="input.x11_options.FingerLow" type="string">16</merge>
<merge key="input.x11_options.FingerHigh" type="string">80</merge>
<merge key="input.x11_options.FingerPress" type="string">256</merge>
<merge key="input.x11_options.PalmDetect" type="string">0</merge>
<merge key="input.x11_options.PalmMinWidth" type="string">10</merge>
<merge key="input.x11_options.PalmMinZ" type="string">200</merge>
<merge key="input.x11_options.MinSpeed" type="string">0.8</merge>
<merge key="input.x11_options.MaxSpeed" type="string">1.2</merge>
<merge key="input.x11_options.AccelFactor" type="string">0.10</merge>
<merge key="input.x11_options.MaxTapMove" type="string">25</merge>
<merge key="input.x11_options.MaxTapTime" type="string">223</merge>
<merge key="input.x11_options.MaxDoubleTapTime" type="string">200</merge>
<merge key="input.x11_options.TapButton1" type="string">1</merge>
<merge key="input.x11_options.TapButton2" type="string">3</merge>
<merge key="input.x11_options.TapButton3" type="string">2</merge>
<merge key="input.x11_options.RTCornerButton" type="string">0</merge>
<merge key="input.x11_options.RBCornerButton" type="string">0</merge>
<merge key="input.x11_options.LTCornerButton" type="string">0</merge>
<merge key="input.x11_options.LBCornerButton" type="string">0</merge>
</match>
</match>
</device>
</deviceinfo>

@ -1,27 +0,0 @@
<?xml version="1.0" encoding="ISO-8859-1"?>
<deviceinfo version="0.2">
<device>
<match key="info.capabilities" contains="input">
<match key="info.product" contains="Elantech Touchpad">
<merge key="input.x11_driver" type="string">synaptics</merge>
<merge key="input.x11_options.SHMConfig" type="string">on</merge>
<merge key="input.x11_options.AccelFactor" type="string">0.0320</merge>
<merge key="input.x11_options.MaxSpeed" type="string">0.72</merge>
<merge key="input.x11_options.Emulate3Buttons" type="string">on</merge>
<merge key="input.x11_options.VertTwoFingerScroll" type="string">1</merge>
<merge key="input.x11_options.HorizTwoFingerScroll" type="string">1</merge>
<merge key="input.x11_options.LockedDrags" type="string">1</merge>
<merge key="input.x11_options.LBCornerButton" type="string">2</merge>
<merge key="input.x11_options.LeftEdge" type="string">60</merge>
<merge key="input.x11_options.RightEdge" type="string">1070</merge>
<merge key="input.x11_options.TopEdge" type="string">90</merge>
<merge key="input.x11_options.BottomEdge" type="string">680</merge>
<merge key="input.x11_options.CoastingSpeed" type="string">0.13</merge>
<merge key="input.x11_options.TapButton1" type="string">1</merge>
<merge key="input.x11_options.TapButton2" type="string">2</merge>
<merge key="input.x11_options.TapButton3" type="string">3</merge>
</match>
</match>
</device>
</deviceinfo>

@ -1,12 +0,0 @@
<?xml version="1.0" encoding="ISO-8859-1"?>
<deviceinfo version="0.2">
<device>
<!-- keyboards -->
<match key="info.capabilities" contains="input.keys">
<match key="/org/freedesktop/Hal/devices/computer:system.kernel.name"
string="Linux">
<append key="input.xkb.options" type="string">,terminate:ctrl_alt_bksp</append>
</match>
</match>
</device>
</deviceinfo>

@ -1,31 +0,0 @@
<?xml version="1.0" encoding="ISO-8859-1"?>
<deviceinfo version="0.2">
<device>
<match key="info.capabilities" contains="input.touchpad">
<match key="info.product" contains="Synaptics TouchPad">
<merge key="input.x11_driver" type="string">synaptics</merge>
<merge key="input.x11_options.LeftEdge" type="string">1700</merge>
<merge key="input.x11_options.RightEdge" type="string">5300</merge>
<merge key="input.x11_options.TopEdge" type="string">1700</merge>
<merge key="input.x11_options.BottomEdge" type="string">4200</merge>
<merge key="input.x11_options.FingerLow" type="string">25</merge>
<merge key="input.x11_options.FingerHigh" type="string">30</merge>
<merge key="input.x11_options.MaxTapTime" type="string">180</merge>
<merge key="input.x11_options.MaxTapMove" type="string">220</merge>
<merge key="input.x11_options.VertScrollDelta" type="string">100</merge>
<merge key="input.x11_options.MinSpeed" type="string">0.10</merge>
<merge key="input.x11_options.MaxSpeed" type="string">0.70</merge>
<merge key="input.x11_options.AccelFactor" type="string">0.00150</merge>
<merge key="input.x11_options.SHMConfig" type="string">on</merge>
<merge key="input.x11_options.VertTwoFingerScroll" type="string">1</merge>
<merge key="input.x11_options.HorizTwoFingerScroll" type="string">1</merge>
<merge key="input.x11_options.VertEdgeScroll" type="string">1</merge>
<merge key="input.x11_options.HorizEdgeScroll" type="string">1</merge>
<merge key="input.x11_options.TapButton1" type="string">1</merge>
<merge key="input.x11_options.TapButton2" type="string">2</merge>
<merge key="input.x11_options.TapButton3" type="string">3</merge>
</match>
</match>
</device>
</deviceinfo>

@ -1,11 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?> <!-- -*- SGML -*- -->
<deviceinfo version="0.2">
<device>
<match key="@block.storage_device:storage.hotpluggable" bool="false">
<match key="@block.storage_device:storage.removable" bool="false">
<merge key="volume.ignore" type="bool">false</merge>
</match>
</match>
</device>
</deviceinfo>

@ -1,2 +0,0 @@
# Calculate path=/etc/hal/fdi name=policy

@ -1,10 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<deviceinfo version="0.2">
<device>
<match key="volume.fstype" string="ntfs">
<merge key="volume.fstype" type="string">ntfs-3g</merge>
<merge key="volume.policy.mount_filesystem" type="string">ntfs-3g</merge>
</match>
</device>
</deviceinfo>

@ -1,2 +0,0 @@
# Calculate belong()!=&&pkg(sys-apps/hdparm)!= path=/etc name=conf.d

@ -1,3 +0,0 @@
pata_all_args="-d1 -X69 -c1"
sata_all_args=""
all_args=""

@ -1,2 +0,0 @@
# Calculate belong()!=&&pkg(kde-base/kdebase-startkde)!= path=/etc name=env.d

@ -1,14 +0,0 @@
# Calculate comment=#
#?pkg(kde-base/kdebase-startkde)!=#
XSESSION="KDE-4"
#pkg#
#?pkg(kde-base/kdebase-startkde)==&&pkg(gnome-base/gnome-session)!=#
XSESSION="Gnome"
#pkg#
#?pkg(kde-base/ksmserver)==&&pkg(gnome-base/gnome-session)==&&pkg(xfce-base/xfce-utils)!=#
XSESSION="Xfce4"
#pkg#
#?pkg(kde-base/ksmserver)==&&pkg(gnome-base/gnome-session)==&&pkg(xfce-base/xfce-utils)==&&pkg(x11-wm/openbox)!=#
XSESSION="openbox"
#pkg#

@ -1,2 +0,0 @@
# Calculate belong()!=&&pkg(kde-base/kdm)!= path=/usr/share/config

@ -1,20 +0,0 @@
# Calculate format=kde
[Desktop0]
BackgroundMode=Flat
BlendBalance=100
BlendMode=NoBlending
ChangeInterval=60
Color1=0,0,0
Color2=192,192,192
CurrentWallpaperName=
LastChange=0
MinOptimizationDepth=1
MultiWallpaperMode=NoMulti
Pattern=fish
Program=
ReverseBlending=false
UseSHM=false
Wallpaper=/usr/share/wallpapers/calculate-kdm.jpg
WallpaperList=Custom
WallpaperMode=Scaled

@ -1,104 +0,0 @@
# Calculate format=kde
[General]
ConfigVersion=2.4
ConsoleTTYs=tty1,tty2,tty3,tty4,tty5,tty6
PidFile=/var/run/kdm.pid
ReserveServers=:1,:2,:3
ServerVTs=-7
StaticServers=:0
[Shutdown]
BootManager=None
HaltCmd=/sbin/halt
RebootCmd=/sbin/reboot
[X-*-Core]
AllowNullPasswd=false
AllowRootLogin=false
AllowShutdown=Root
#?os_install_root_type!=livecd#
AutoReLogin=false
#os_install_root_type#
#?os_install_root_type==livecd#
AutoReLogin=true
#os_install_root_type#
ClientLogFile=.xsession-errors-%d
Resources=/usr/share/wallpapers/fulmine.jpg
SessionsDirs=/usr/share/xsessions
[X-*-Greeter]
AntiAliasing=true
ColorScheme=Oxygen
FaceSource=AdminOnly
#pkg(media-fonts/droid)==#
FailFont=Verdana,10,-1,5,75,0,0,0,0,0
#pkg#
#pkg(media-fonts/droid)!=#
FailFont=Droid Sans,10,-1,5,75,0,0,0,0,0
#pkg#
ForgingSeed=1224337366
GUIStyle=Oxygen
#pkg(media-fonts/droid)==#
GreetFont=Verdana,20,-1,5,50,0,0,0,0,0
#pkg#
#pkg(media-fonts/droid)!=#
GreetFont=Droid Sans,20,-1,5,50,0,0,0,0,0
#pkg#
GreetString=
GreeterPos=50,50
HiddenUsers=
LogoArea=Logo
LogoPixmap=/usr/share/wallpapers/calculate-logo.png
MaxShowUID=65000
Preloader=/usr/bin/preloadkde
SelectedUsers=
ShowUsers=NotHidden
SortUsers=true
#pkg(media-fonts/droid)==#
StdFont=Verdana,10,-1,5,50,0,0,0,0,0
#pkg#
#pkg(media-fonts/droid)!=#
StdFont=Droid Sans,10,-1,5,50,0,0,0,0,0
#pkg#
Theme=
UseBackground=true
UseTheme=false
UserCompletion=true
UserList=true
[X-:*-Core]
AllowNullPasswd=true
AllowShutdown=All
NoPassEnable=false
NoPassUsers=
ServerArgsLocal=-nolisten tcp -dpi 96
ServerCmd=/usr/bin/X -br -novtswitch
#?os_install_x11_video_drv==fglrx#
# System freezes after logout with GDM or KDM ATI
# http://ru.gentoo-wiki.com/wiki/Fglrx
TerminateServer=true
#os_install_x11_video_drv#
[X-:*-Greeter]
AllowClose=false
DefaultUser=cxz
FocusPasswd=true
LoginMode=DefaultLocal
PreselectUser=Previous
[X-:0-Core]
#?os_install_root_type!=livecd#
AutoLoginEnable=false
AutoLoginUser=
#os_install_root_type#
#?os_install_root_type==livecd#
AutoLoginEnable=true
AutoLoginUser=guest
#os_install_root_type#
AutoLoginLocked=false
ClientLogFile=.xsession-errors
[Xdmcp]
Enable=false
Willing=/usr/share/config/kdm/Xwilling

@ -1,2 +0,0 @@
# Calculate belong()!=&&pkg(net-misc/ntp)!= path=/etc name=cron.hourly

@ -1,5 +0,0 @@
# Calculate os_install_ntp!=
#!/bin/sh
/usr/sbin/ntpdate -u #-os_install_ntp-# &>/dev/null

@ -1,2 +0,0 @@
# Calculate belong()!=&&pkg(x11-wm/openbox)!= path=/etc name=env.d

@ -1,14 +0,0 @@
# Calculate comment=#
#?pkg(kde-base/kdebase-startkde)!=#
XSESSION="KDE-4"
#pkg#
#?pkg(kde-base/kdebase-startkde)==&&pkg(gnome-base/gnome-session)!=#
XSESSION="Gnome"
#pkg#
#?pkg(kde-base/ksmserver)==&&pkg(gnome-base/gnome-session)==&&pkg(xfce-base/xfce-utils)!=#
XSESSION="Xfce4"
#pkg#
#?pkg(kde-base/ksmserver)==&&pkg(gnome-base/gnome-session)==&&pkg(xfce-base/xfce-utils)==&&pkg(x11-wm/openbox)!=#
XSESSION="openbox"
#pkg#

@ -1,2 +0,0 @@
# Calculate belong()!=&&pkg(sys-apps/openrc)!= name=etc

@ -1,3 +0,0 @@
# Calculate comment=#
CONSOLEFONT="#-os_install_locale_consolefont-#"

@ -1,8 +0,0 @@
# Calculate os_install_linux_shortname!=CSS
# On which TTYs should fbcondecor be enabled? Defaults to RC_TTY_NUMBER.
FBCONDECOR_TTYS="1 2 3 4 5 6"
# Allows to set different themes on different consoles
# format: "<console>:<theme> <console>:<theme> (...)"
FBCONDECOR_TTY_MAP="1:tty1 2:tty2 3:tty3 4:tty4 5:tty5 6:tty6"

@ -1,6 +0,0 @@
# Calculate comment=#
KEYMAP="#-os_install_locale_keymap-#"
SET_WINDOWSKEYS="yes"
EXTENDED_KEYMAPS=""
DUMPKEYS_CHARSET="#-os_install_locale_dumpkeys-#"

@ -1,4 +0,0 @@
# Calculate os_install_root_type==ram
#переведем системное время на livecd
hwclock --hctosys

@ -1,5 +0,0 @@
# Calculate comment=#
LANG="#-os_install_locale_locale-#"
LC_NUMERIC=POSIX

@ -1 +0,0 @@
# Calculate pkg(net-misc/wicd)== link=net.lo symbolic

@ -1,2 +0,0 @@
# Calculate belong()!=&&pkg(net-misc/openssh)!= name=etc

@ -1,2 +0,0 @@
# Calculate os_install_root_type!=livecd path=/etc/runlevels

@ -1 +0,0 @@
# Calculate link=/etc/init.d/sshd symbolic

@ -1,3 +0,0 @@
# Calculate format=squid
SendEnv LANG LC_*

@ -1,3 +0,0 @@
# Calculate format=squid os_install_linux_system==desktop
DenyUsers guest

@ -1,2 +0,0 @@
# Calculate belong()!=&&pkg(sys-auth/pambase)!= path=/etc name=pam.d

@ -1,20 +0,0 @@
# Calculate comment=#
auth required pam_tally.so file=/var/log/faillog onerr=succeed
auth required pam_shells.so
auth required pam_nologin.so
auth include system-auth
account required pam_access.so
account required pam_nologin.so
account include system-auth
account required pam_tally.so file=/var/log/faillog onerr=succeed
password include system-auth
session required pam_env.so
session optional pam_lastlog.so
session include system-auth
#session optional pam_motd.so motd=/etc/motd
session optional pam_mail.so

@ -1,2 +0,0 @@
# Calculate belong()!=&&pkg(sys-apps/portage)!= name=etc

@ -1,23 +0,0 @@
# Calculate comment=#
#-------------------------
# basic options assemblies
#-------------------------
#language support
LINGUAS="#-os_install_linguas-#"
#accept license packages net-wireless/broadcom-sta, dev-java/sun-jdk and other
ACCEPT_LICENSE="*"
#connect layman for include calculate overlay
source /var/lib/layman/make.conf
#-----------------------------------------------------------
# optimized settings for compiling packages on your computer
#-----------------------------------------------------------
#CFLAGS="-O2 -march=native -pipe"
#CXXFLAGS="${CFLAGS}"
#----------------------------------
# compile-time option to accelerate
#----------------------------------
MAKEOPTS="#-os_install_makeopts-#"
EMERGE_DEFAULT_OPTS="--jobs=4"

@ -1,2 +0,0 @@
# Calculate belong()!=&&pkg(media-gfx/splashutils)!= name=etc

@ -1,2 +0,0 @@
# Calculate format=procmail
SPLASH_VERBOSE_ON_ERRORS="no"

@ -1 +0,0 @@
# Calculate link=/etc/init.d/fbcondecor symbolic

@ -1,2 +0,0 @@
# Calculate belong()!=&&pkg(app-admin/sudo)!= name=etc

@ -1,5 +0,0 @@
# Calculate comment=#
Defaults env_reset
root ALL=(ALL) ALL
%vboxusers ALL=NOPASSWD:/sbin/modprobe vboxdrv

@ -1,2 +0,0 @@
# Calculate belong()!=&&pkg(sys-apps/sysvinit)!=&&cl_pass_action==install name=etc

@ -1,59 +0,0 @@
#
# /etc/inittab: This file describes how the INIT process should set up
# the system in a certain run-level.
#
# Author: Miquel van Smoorenburg, <miquels@cistron.nl>
# Modified by: Patrick J. Volkerding, <volkerdi@ftp.cdrom.com>
# Modified by: Daniel Robbins, <drobbins@gentoo.org>
# Modified by: Martin Schlemmer, <azarah@gentoo.org>
# Modified by: Mike Frysinger, <vapier@gentoo.org>
# Modified by: Robin H. Johnson, <robbat2@gentoo.org>
#
# $Header: /var/cvsroot/gentoo-x86/sys-apps/sysvinit/files/inittab-2.87,v 1.1 2010/01/08 16:55:07 williamh Exp $
# Default runlevel.
id:3:initdefault:
# System initialization, mount local filesystems, etc.
si::sysinit:/sbin/rc sysinit
# Further system initialization, brings up the boot runlevel.
rc::bootwait:/sbin/rc boot
l0:0:wait:/sbin/rc shutdown
l0s:0:wait:/sbin/halt -dhp
l1:1:wait:/sbin/rc single
l2:2:wait:/sbin/rc nonetwork
l3:3:wait:/sbin/rc default
l4:4:wait:/sbin/rc default
l5:5:wait:/sbin/rc default
l6:6:wait:/sbin/rc reboot
l6r:6:wait:/sbin/reboot -dk
#z6:6:respawn:/sbin/sulogin
# new-style single-user
su0:S:wait:/sbin/rc single
su1:S:wait:/sbin/sulogin
# TERMINALS
c1:12345:respawn:/sbin/agetty 38400 tty1 linux
c2:2345:respawn:/sbin/agetty 38400 tty2 linux
c3:2345:respawn:/sbin/agetty 38400 tty3 linux
c4:2345:respawn:/sbin/agetty 38400 tty4 linux
c5:2345:respawn:/sbin/agetty 38400 tty5 linux
c6:2345:respawn:/sbin/agetty 38400 tty6 linux
# SERIAL CONSOLES
#s0:12345:respawn:/sbin/agetty 9600 ttyS0 vt100
#s1:12345:respawn:/sbin/agetty 9600 ttyS1 vt100
# What to do at the "Three Finger Salute".
ca:12345:ctrlaltdel:/sbin/shutdown -r now
# Used by /etc/init.d/xdm to control DM startup.
# Read the comments in /etc/init.d/xdm for more
# info. Do NOT remove, as this will start nothing
# extra at boot if /etc/init.d/xdm is not added
# to the "default" runlevel.
x:a:once:/etc/X11/startDM.sh

@ -1,2 +0,0 @@
# Calculate belong()!=&&pkg(app-editors/vim)!= path=/etc name=env.d

@ -1,4 +0,0 @@
# Calculate comment=#
EDITOR="/usr/bin/vim"

@ -1,2 +0,0 @@
# Calculate belong()!=&&pkg(sys-process/vixie-cron)!= name=etc

@ -1 +0,0 @@
# Calculate link=/etc/init.d/vixie-cron symbolic

@ -1,2 +0,0 @@
# Calculate belong()!=&&pkg(net-misc/wicd)!= path=/etc

@ -1,2 +0,0 @@
# Calculate path=/etc/runlevels

@ -1 +0,0 @@
# Calculate link=/etc/init.d/wicd symbolic

@ -1,17 +0,0 @@
# Calculate comment=#
[wired-default]
afterscript = /etc/wicd/ip-up.sh
use_static_dns = False
dns3 = None
ip = None
dns1 = None
broadcast = None
default = True
netmask = None
dns2 = None
beforescript = None
disconnectscript = /etc/wicd/ip-down.sh
gateway = None
use_global_dns = False

@ -1,2 +0,0 @@
# Calculate belong()!=&&pkg(xfce-base/xfce-utils)!= path=/etc name=env.d

@ -1,14 +0,0 @@
# Calculate comment=#
#?pkg(kde-base/kdebase-startkde)!=#
XSESSION="KDE-4"
#pkg#
#?pkg(kde-base/kdebase-startkde)==&&pkg(gnome-base/gnome-session)!=#
XSESSION="Gnome"
#pkg#
#?pkg(kde-base/ksmserver)==&&pkg(gnome-base/gnome-session)==&&pkg(xfce-base/xfce-utils)!=#
XSESSION="Xfce4"
#pkg#
#?pkg(kde-base/ksmserver)==&&pkg(gnome-base/gnome-session)==&&pkg(xfce-base/xfce-utils)==&&pkg(x11-wm/openbox)!=#
XSESSION="openbox"
#pkg#

@ -1,2 +0,0 @@
# Calculate belong()!=&&pkg(x11-apps/xinit)!= name=etc

@ -1,12 +0,0 @@
# Calculate comment=#
CHECKVT=7
#?pkg(kde-base/kdm)!=#
DISPLAYMANAGER="kdm"
#pkg#
#?pkg(gnome-base/gdm)!=#
DISPLAYMANAGER="gdm"
#pkg#
#?pkg(x11-misc/slim)!=#
DISPLAYMANAGER="slim"
#pkg#

@ -1,2 +0,0 @@
# Calculate belong()!=&&pkg(x11-base/xorg-server)!= name=etc

@ -1,107 +0,0 @@
# Calculate comment=#
Section "ServerLayout"
Identifier "Xorg Configured"
Screen "Monitor"
EndSection
Section "Files"
FontPath "/usr/share/fonts/corefonts"
FontPath "/usr/share/fonts/misc"
FontPath "/usr/share/fonts/droid"
EndSection
Section "Module"
#?os_install_x11_video_drv!=nvidia&&os_install_x11_video_drv!=vesa#
Load "dri"
#os_install_x11_video_drv#
#?os_install_x11_video_drv==intel#
Load "i2c"
Load "bitmap"
Load "ddc"
Load "int10"
Load "vbe"
#os_install_x11_video_drv#
#?os_install_x11_video_drv!=intel#
Load "dbe" # Double buffer extension
#os_install_x11_video_drv#
Load "glx" # OpenGL X protocol interface
Load "extmod" # Misc. required extension
EndSection
Section "Monitor"
Identifier "StandardMonitor"
#?os_install_x11_video_drv==nvidia||os_install_x11_video_drv==vesa#
HorizSync 31.5 - 60.0
VertRefresh 60-160
#os_install_x11_video_drv#
Option "DPMS"
EndSection
Section "Device"
Identifier "#-os_install_x11_video_drv-#VGA"
#?hr_video_id!=#
BusID "PCI:#-hr_video_id-#"
#hr_video_id#
Driver "#-os_install_x11_video_drv-#"
#?os_install_x11_video_drv==nvidia#
Option "RenderAccel" "True"
Option "AllowGLXWithComposite" "True"
Option "NoLogo" "True"
Option "NvAgp" "1"
Option "DPI" "96x96"
#os_install_x11_video_drv#
#?os_install_x11_video_drv==fglrx#
Option "XAANoOffscreenPixmaps" "True"
Option "AllowGLXWithComposite" "True"
Option "RenderAccel" "True"
Option "AddARGBGLXVisuals" "True"
Option "TripleBuffer" "True"
Option "UseFBDev" "True"
#http://ru.gentoo-wiki.com/wiki/Fglrx
Option "VideoOverlay" "on" # fix bug with mplayer
Option "TexturedVideo" "on" # fix bug Xv
#os_install_x11_video_drv#
#?os_install_x11_video_drv==intel#
Option "NoAccel" "False"
Option "DRI" "True"
#os_install_x11_video_drv#
EndSection
Section "Screen"
Identifier "Monitor"
Device "#-os_install_x11_video_drv-#VGA"
Monitor "StandardMonitor"
DefaultDepth 24
Subsection "Display"
Viewport 0 0
Depth 24
#?os_install_x11_resolution!=#
Modes "#-os_install_x11_resolution-#"
#os_install_x11_resolution#
EndSubsection
EndSection
#?os_install_x11_video_drv!=nvidia&&os_install_x11_video_drv!=vesa&&os_install_x11_video_drv!=vmware&&os_install_x11_video_drv!=vboxvideo#
Section "DRI"
Group "video"
Mode 0666
EndSection
#os_install_x11_video_drv#
#?os_install_x11_video_drv!=vesa&&os_install_x11_video_drv!=vmware&&os_install_x11_video_drv!=vboxvideo#
Section "Extensions"
#os_install_x11_video_drv#
#?os_install_x11_video_drv==fglrx#
Option "RENDER" "On"
Option "XVideo" "On"
#os_install_x11_video_drv#
#?os_install_x11_composite==on&&os_install_x11_video_drv!=vesa&&os_install_x11_video_drv!=vmware&&os_install_x11_video_drv!=vboxvideo#
Option "Composite" "On"
#os_install_x11_composite#
#?os_install_x11_composite!=on&&os_install_x11_video_drv!=vesa&&os_install_x11_video_drv!=vmware&&os_install_x11_video_drv!=vboxvideo#
Option "Composite" "Off"
#os_install_x11_composite#
#?os_install_x11_video_drv!=vesa&&os_install_x11_video_drv!=vmware&&os_install_x11_video_drv!=vboxvideo#
EndSection
#os_install_x11_video_drv#

@ -1 +0,0 @@
# Calculate link=/etc/init.d/xdm symbolic
Loading…
Cancel
Save