Also 🙂
ich habe mich nach längerem Hin und Her für E-17 als DE entschieden. Es ist in meinen Augen die schönste und ressourcenschonenste Variante (widersprecht mir ruhig).
Vielleicht können wir mit diesem Thread den Wikieintrag noch erweitern.
Um Strom zu sparen habe sieht meine rc.local so aus
#!/bin/bash
#
# /etc/rc.local: Local multi-user startup script.
#
#Powertop Vorschlag
echo 1500 > /proc/sys/vm/dirty_writeback_centisecs
#HSDPA-Modem ausschalten
echo "suspend" > /sys/bus/usb/devices/1-7/power/level
#Webcam ausschalten
echo "suspend" > /sys/bus/usb/devices/1-8/power/level
#Restliche Hubs ausschalten
echo "suspend" > /sys/bus/usb/devices/usb2/power/level
echo "suspend" > /sys/bus/usb/devices/usb3/power/level
echo "suspend" > /sys/bus/usb/devices/usb4/power/level
echo "suspend" > /sys/bus/usb/devices/usb5/power/level
Ob es Etwas bringt die "restlichen Hubs" auszuschalten weiß ich nicht aber es entsteht kein Nachteil dadurch.
Meine xorg.conf
Section "ServerLayout"
Identifier "X.org Configured"
Screen 0 "Screen0" 0 0
InputDevice "Touchpad" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection
Section "ServerFlags"
Option "AutoAddDevices" "False"
EndSection
Section "Files"
ModulePath "/usr/lib/xorg/modules"
FontPath "/usr/share/fonts/misc"
FontPath "/usr/share/fonts/100dpi:unscaled"
FontPath "/usr/share/fonts/75dpi:unscaled"
FontPath "/usr/share/fonts/TTF"
FontPath "/usr/share/fonts/Type1"
EndSection
Section "Module"
Load "glx"
Load "xtrap"
Load "dbe"
Load "extmod"
Load "dri"
Load "freetype"
Load "synaptics"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
Option "XkbLayout" "de"
Option "XkbVariant" "nodeadkeys"
EndSection
Section "InputDevice"
Identifier "Touchpad"
Driver "synaptics"
Option "Protocol" "auto"
Option "Device" "/dev/input/mouse1"
Option "LeftEdge" "1700"
Option "RightEdge" "5300"
Option "TopEdge" "1700"
Option "BottomEdge" "4200"
Option "FingerLow" "25"
Option "FingerHigh" "30"
Option "MaxTapTime" "180"
Option "MaxTapMove" "220"
Option "TapButton1" "1"
Option "HorizScrollDelta" "150"
Option "MinSpeed" "0.25"
Option "MaxSpeed" "0.50"
Option "AccelFactor" "0.01"
Option "VertEdgeScroll" "true"
EndSection
Section "Monitor"
Identifier "Monitor0"
VendorName "Samsung"
ModelName "NC10"
EndSection
Section "Device"
### Available Driver options are:-
### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
### [arg]: arg optional
#Option "NoAccel" # [<bool>]
#Option "SWcursor" # [<bool>]
#Option "ColorKey" # <i>
#Option "CacheLines" # <i>
#Option "Dac6Bit" # [<bool>]
#Option "DRI" # [<bool>]
#Option "NoDDC" # [<bool>]
#Option "ShowCache" # [<bool>]
#Option "XvMCSurfaces" # <i>
#Option "PageFlip" # [<bool>]
Identifier "Card0"
Driver "intel"
VendorName "Intel Corporation"
BoardName "Mobile 945GME Express Integrated Graphics Controller"
BusID "PCI:0:2:0"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1024x600"
EndSubSection
EndSection
Das Wichtigste ist darin denke ich die konfiguration für synaptics. Leider habe ich Multitouch noch nicht zum laufen bekommen.
Naja und hier noch meine rc.conf
#
# /etc/rc.conf - Main Configuration for Arch Linux
#
# -----------------------------------------------------------------------
# LOCALIZATION
# -----------------------------------------------------------------------
#
# LOCALE: available languages can be listed with the 'locale -a' command
# HARDWARECLOCK: set to "UTC" or "localtime"
# USEDIRECTISA: use direct I/O requests instead of /dev/rtc for hwclock
# TIMEZONE: timezones are found in /usr/share/zoneinfo
# KEYMAP: keymaps are found in /usr/share/kbd/keymaps
# CONSOLEFONT: found in /usr/share/kbd/consolefonts (only needed for non-US)
# CONSOLEMAP: found in /usr/share/kbd/consoletrans
# USECOLOR: use ANSI color sequences in startup messages
#
LOCALE="de_DE.utf8"
HARDWARECLOCK="local"
USEDIRECTISA="no"
TIMEZONE="Europe/Berlin"
KEYMAP="de-latin1-nodeadkeys"
CONSOLEFONT=
CONSOLEMAP=
USECOLOR="yes"
# -----------------------------------------------------------------------
# HARDWARE
# -----------------------------------------------------------------------
#
# MOD_AUTOLOAD: Allow autoloading of modules at boot and when needed
# MOD_BLACKLIST: Prevent udev from loading these modules
# MODULES: Modules to load at boot-up. Prefix with a ! to blacklist.
#
# NOTE: Use of 'MOD_BLACKLIST' is deprecated. Please use ! in the MODULES array.
#
MOD_AUTOLOAD="no"
#MOD_BLACKLIST=() #deprecated
MODULES=(!ath5k ath_pci acpi-cpufreq ac battery button fan processor thermal video agpgart intel-agp !intel-rng !i2c-i801 !i2c-core evdev !joydev !pcspkr psmouse !serio_raw !led-class !compat_ioctl32 uvcvideo !v4l1-compat videodev !pci_hotplug !shpchp !rtc-cmos !rtc-core !rtc-lib output !iTCO_vendor_support !iTCO_wdt !snd-mixer-oss !snd-pcm-oss !snd-hwdep !snd !snd-page-alloc !snd-pcm !snd-timer !snd-pcsp snd-hda-intel !soundcore !pata_acpi !ata_generic !scsi_mod ata_piix !sky2 !mac80211 usb-storage cdc-acm usbcore !ehci-hcd uhci-hcd !sd_mod !st)
# Scan for LVM volume groups at startup, required if you use LVM
USELVM="no"
# -----------------------------------------------------------------------
# NETWORKING
# -----------------------------------------------------------------------
#
# HOSTNAME: Hostname of machine. Should also be put in /etc/hosts
#
HOSTNAME="mini"
# Use 'ifconfig -a' or 'ls /sys/class/net/' to see all available interfaces.
#
# Interfaces to start at boot-up (in this order)
# Declare each interface then list in INTERFACES
# - prefix an entry in INTERFACES with a ! to disable it
# - no hyphens in your interface names - Bash doesn't like it
#
# DHCP: Set your interface to "dhcp" (eth0="dhcp")
# Wireless: See network profiles below
#
ath0="dhcp"
INTERFACES=(ath0)
# Routes to start at boot-up (in this order)
# Declare each route then list in ROUTES
# - prefix an entry in ROUTES with a ! to disable it
#
gateway="default gw 192.168.178.1"
ROUTES=(!gateway)
# Enable these network profiles at boot-up. These are only useful
# if you happen to need multiple network configurations (ie, laptop users)
# - set to 'menu' to present a menu during boot-up (dialog package required)
# - prefix an entry with a ! to disable it
#
# Network profiles are found in /etc/network.d
#
# This now requires the netcfg package
#
#NETWORKS=(main)
# -----------------------------------------------------------------------
# DAEMONS
# -----------------------------------------------------------------------
#
# Daemons to start at boot-up (in this order)
# - prefix a daemon with a ! to disable it
# - prefix a daemon with a @ to start it up in the background
#
DAEMONS=(@slim @hal @wicd @cpufreq)
Ich lasse die Module einzeln laden um den Bootvorgang zu beschleunigen. (Bringt ca 2 Sekunden 🙂 )
Naja soviel erstmal von meiner Seite. Viellcht zeigt ihr ja mal eure configs oder gebt ein feedback auf meine 🙂
Danke schonmal