/etc/resolv.conf
with nameserver 127.0.0.1
ALSA lib pcm_dmix.c:1108:(snd_pcm_dmix_open) unable to open slave \\error: No such file or directory
: create file /etc/modprobe.d/sound.conf
; insert options snd_hda_intel index=1
; /etc/modprobe.d/sound.conf
; insert options snd-hda-intel power_save=0 power_save_controller=N
;
It is a bug in the psmouse
modul.
psmouse proto=ismp
/lib/systemd/system-sleep/50psmouse
#!/bin/bash case "${1}" in pre) modprobe -r psmouse ;; post) modprobe psmouse sleep 2 #my configuration for the clickpad: very very slow : clickpad key usable, tochpad disabled export DISPLAY=:0.0 TouchID=`xinput | grep -i 'Synaptics' | head -n1 | cut -f2 -d'=' | cut -f1 -d'[' | tr -d '\t '` xinput -set-prop "${TouchID}" 'Device Accel Constant Deceleration' '1000.0' ;; *) exit 0 ;; esac
about:config
as URL ; set middlemouse.contentLoadURL=true
; restart firefox with all instancesstrclip=`xclip -o` xdotool type --clearmodifiers "${strclip}"