Monday, July 31, 2017
Skype issues on ubuntu
Skype issues on ubuntu
Theres a number of issues one might experience with skype on ubuntu. Including:
- Webcam: green static from your webcam
- Not able to see incoming (the other partys) video
- Skype high cpu usage
- No sound for incoming call. The popup is working, but no sound.
- You need to use v4l input (Video for linux), not v4l2. Open $ gstreamer-properties->Video tab, change input to v4l.
- If you see just the window rectangle and no video inside, this might be related to cairo-dock. Try the following $ export XLIB_SKIP_ARGB_VISUALS=1 && skype check if that works.
- Looks like this is related to pulse and the suggestion is to remove pulse, but thats not for me)
- Increase the Alert volume in sound preferences. Open System->Preferences->Sound

skype.desktop actually uses skype-wrapper to launch skype. The latter is a simle script, so it might be a good idea to edit it rather then running the commands above manually.
Ive added
export XLIB_SKIP_ARGB_VISUALS=1 to the skype-wrapper above LD_PRELOAD=/usr/lib/libv4l/v4l1compat.so /usr/bin/skype "$@" line.
download file now
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment
Note: Only a member of this blog may post a comment.