DAEMONS=(syslog-ng acpid !network hal @bluetooth @wicd !mpd netfs @alsa @samba @crond gpm @sshd hplip @cups @ntpd !tomcat @cpufreq fam !sensors !postgresql !avahi-daemon gdm)
Собираюсь поэкспериментировать с последовательностью загрузки...
DAEMONS=(syslog-ng acpid !network hal @bluetooth @wicd !mpd netfs @alsa @samba @crond gpm @sshd hplip @cups @ntpd !tomcat @cpufreq fam !sensors !postgresql !avahi-daemon gdm)
Section "ServerLayout"
Identifier "Xorg Configured"
Screen 0 "aticonfig-Screen[0]-0" 0 0
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "USB Mouse" "CorePointer"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "keyboard"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "us,ru"
Option "XkbVariant" "winkeys"
Option "XkbOptions" "grp:toggle,grp_led:scroll"
EndSection
Section "ServerFlags"
Option "AutoAddDevices" "true"
EndSection
<?xml version="1.0" encoding="UTF-8"?>
<deviceinfo version="0.2">
<device>
<match key="info.capabilities" contains="input.keymap">
<append key="info.callouts.add" type="strlist">hal-setup-keymap</append>
</match>
<match key="info.capabilities" contains="input.keyboard">
<merge key="input.xkb.rules" type="string">base</merge>
<!-- If we're using Linux, we use evdev by default (falling back to keyboard otherwise). -->
<merge key="input.xkb.model" type="string">keyboard</merge>
<match key="/org/freedesktop/Hal/devices/computer:system.kernel.name" string="Linux">
<merge key="input.xkb.model" type="string">evdev</merge>
</match>
<merge key="input.xkb.layout" type="string">us,ru</merge>
<merge key="input.xkb.variant" type="string">,winkeys</merge>
<merge key="input.xkb.options" type="string">grp:toggle,grp_led:scroll,caps:internal</merge>
</match>
</device>
</deviceinfo>
smb://server