Hello,
in order to start skype, i made a scripte (it loads the extensions, which dont need to be at boot for a normal use of the pc without a skype use in a normal day):
=======================
tce-load -i /mnt/hdd3/tce/optional/firmware.tcz
tce-load -i /mnt/hdd3/tce/optional/alsa.tcz
tce-load -i /mnt/hdd3/tce/optional/libv4l.tcz
tce-load -i /mnt/hdd3/tce/optional/glib2.tcz
tce-load -i /mnt/hdd3/tce/optional/Xlibs.tcz
tce-load -i /mnt/hdd3/tce/optional/libasound.tcz
tce-load -i /mnt/hdd3/tce/optional/libiconv.tcz
tce-load -i /mnt/hdd3/tce/optional/graphics-2.6.33.3-tinycore.tcz
tce-load -i /mnt/hdd3/tce/optional/Xorg-7.4.tcz
tce-load -i /mnt/hdd3/tce/optional/wxcam.tcz
tce-load -i /mnt/hdd3/tce/optional/skype.tcz
startx
setxkbmap -layout "de" -variant "nodeadkeys"
wxcam
sudo /usr/local/etc/init.d/alsasound start
amixer set Mic 50% unmute
amixer set Capture 50%
skype
=======================
startx seems not to run. Why? (reason: setxkbmap dont find xkd on "de", and the skype window is not opening).
How to make Xorg7.4 running in a scripte? (it runs if its loaded at boot: but this take too much time and I would like to place its start via a scripte).
Regards,
Pascal