Page 2 of 2 FirstFirst 12
Results 11 to 15 of 15

Thread: Blank white box where webcam video should be

  1. #11
    Join Date
    Jul 2006
    Beans
    37
    Distro
    Ubuntu 6.06

    Re: Blank white box where webcam video should be

    Don't reinstall! You're using Linux, not Windows.
    Besides - Mine is a clean install of 10.04, and got the same white screen incoming issue.

    Found this on the Swiss Ubuntu Forum:
    Code:
    export XLIB_SKIP_ARGB_VISUALS=1
    Run it in Terminal, and close & restart Skype.

  2. #12
    Join Date
    Nov 2007
    Beans
    27

    Re: Blank white box where webcam video should be

    Quote Originally Posted by Psychoscorpic View Post
    Don't reinstall! You're using Linux, not Windows.
    Besides - Mine is a clean install of 10.04, and got the same white screen incoming issue.

    Found this on the Swiss Ubuntu Forum:
    Code:
    export XLIB_SKIP_ARGB_VISUALS=1
    Run it in Terminal, and close & restart Skype.
    Tried that. It did not work.

    The only thing that worked was a complete reinstall.

    Keep in mind that the white screen happened with all video, not just Skype.

  3. #13
    Join Date
    Dec 2009
    Beans
    Hidden!
    Distro
    Xubuntu 12.04 Precise Pangolin

    Re: Blank white box where webcam video should be

    This won't be of any use to you now that you've reinstalled, but I did eventually find a fix that got skype working perfectly for me again! I found it trawling these forums but have unfortunately lost the thread so I can't give credit to the user I'm eternally grateful to.

    It's basically the fix posted just above, with a slight alteration that specifically mentions skype.

    Code:
     
    export XLIB_SKIP_ARGB_VISUALS=1 && skype
    To save some terminal leg-work each time I want to use skype, I edited the app's launcher in the Applications menu and replaced the command "skype" with the following:

    Code:
     
    sh -c "export XLIB_SKIP_ARGB_VISUALS=1 && skype"
    I now once again have a clickable skype launcher and fully functioning video chat in Ubuntu 10.04 64-bit.

    Thank you, whoever you are! You've saved me having to boot Windows 7 just for skype

    Edit: Ah, I see your problem related to all video and not just skype. In that case I did also read a suggestion of a strange conflict with cairo dock running in GLX mode conflicting with some video resources during my fix-hunt. Just a pointer to a possible avenue to explore further for anyone who comes across this thread with the same problem in future.
    Last edited by M1ke; June 25th, 2010 at 12:15 PM.

  4. #14
    Join Date
    Jul 2008
    Beans
    56
    Distro
    Kubuntu 10.04 Lucid Lynx

    Re: Blank white box where webcam video should be

    you can edit /usr/bin/skype-wrapper

    and add
    XLIB_SKIP_ARGB_VISUALS=1
    to the beginning of the last command... no terminal needed after that

  5. #15
    Join Date
    Dec 2009
    Location
    Bayamon, PR
    Beans
    Hidden!

    Re: Blank white box where webcam video should be

    i know this is old, but thanks so much Psychoscorpic, M1ke, and managementboy. this fix worked perfectly for me.

Page 2 of 2 FirstFirst 12

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •