Autor Tópico: Chrome travando com youtube tela cheia [RESOLVIDO]  (Lida 35091 vezes)

Offline galactus

  • Equipe Ubuntu
  • Usuário Ubuntu
  • *****
  • Mensagens: 4.683
    • Ver perfil
Re:Chrome travando com youtube tela cheia
« Resposta #15 Online: 24 de Junho de 2017, 18:01 »
Olha só, depois desta sua última resposta, fui fazer um pesquisa e realmente encontrei muita, mas muita gente reclamando de congelamento do Google Chrome com o Intel HD Graphics 4600. Esta placa HD Graphics 4600 é a placa de vídeo do seu Core i5. 

E as reclamações são com Windows também!   Encontrei que o problema só é corrigido com atualização de driver.  Foi lançada um atualização em Janeiro deste ano para Windows, para resolver o problema dos congelamentos na tela cheia.  Não sei se o driver para linux está no mesmo pacote de atualizações.

A única maneira de ter os últimos drivers da Intel é usando o Intel Graphics Update Tool for Linux  : https://01.org/linuxgraphics/downloads/update-tool

Existem pacotes binários para versões específicas do Ubuntu!
Não sei se você se dará ao trabalho de tentar mais isso! Por sua conta e risco, claro!  :P

Só achei confirmação que o problema está realmente entre o hardware da Intel e o Google Chrome!

Há sim, a pesquisa que fiz para achar a confirmação do problema: https://www.google.com.br/search?q=intel++HD+Graphics+4600+googel+chrome+freezes&gws_rd=cr,ssl&ei=gs1OWYrFKcSZwQT-pIGQDg#q=intel+HD+Graphics+4600+google+chrome+freezes
Kubuntu 21.10 / Linux Mint XFCE 20.2

Offline druidaobelix

  • Usuário Ubuntu
  • *
  • Mensagens: 5.552
    • Ver perfil
Re:Chrome travando com youtube tela cheia
« Resposta #16 Online: 24 de Junho de 2017, 19:45 »
Antes de partir diretamente para o "Intel Graphics Update Tool for Linux", supondo que a ppa OIBAF esteja corretamente instalada experimente fazer:

Código: [Selecionar]
sudo gedit /etc/X11/xorg.conf
adicione:

Citar
Section "Device"
 Identifier "Device0"
 Driver "Intel"
 Option "DRI" "ilo"
EndSection

Salvar e sair

Atualize o sistema, também porque alguns pacotes foram atualizados poucas horas atrás (mesa e libdrm).

Código: [Selecionar]
sudo apt update
Código: [Selecionar]
sudo apt dist-upgrade
Reinicie o sistema.

Vamos ver o que acontece, se produz algum resultado quanto aos travamentos.

« Última modificação: 24 de Junho de 2017, 19:47 por druidaobelix »
www.arredondar.org.br
Vencedor Desafio de Impacto Social Google 2016!
Você também pode participar e fazer a diferença.

Offline druidaobelix

  • Usuário Ubuntu
  • *
  • Mensagens: 5.552
    • Ver perfil
Re:Chrome travando com youtube tela cheia
« Resposta #17 Online: 24 de Junho de 2017, 20:05 »
Em tempo, também isso:

Código: [Selecionar]
sudo apt-get install libgl1-mesa-dri-experimental
e antes de executar o Chrome, faça:

Código: [Selecionar]
LIBGL_DRIVERS_PATH=/usr/lib/dri-alternates glxgears -info
Nesse caso é testar inicialmente com a aceleração de hardware ativa, isto é, ligada.

Se não der, então desative e teste novamente.
« Última modificação: 24 de Junho de 2017, 20:07 por druidaobelix »
www.arredondar.org.br
Vencedor Desafio de Impacto Social Google 2016!
Você também pode participar e fazer a diferença.

Offline carlos/40

  • Usuário Ubuntu
  • *
  • Mensagens: 86
    • Ver perfil
Re:Chrome travando com youtube tela cheia
« Resposta #18 Online: 24 de Junho de 2017, 20:46 »
Galactus, eu tenho esse app instalado, foi com ele que eu atualizei a ultima vez, faz um bom tempo. Quando eu ia atualizar aparecia a mensagem de Fail, na época eu consegui consertar isso e atualizar. Tentei nesses dias e não consigo mais, e não me lembro o que eu fiz pra conseguir. Quanto ao windows, não tive nenhum travamento até agora.

Druidaobelix, eu fiz os procedimentos, menos o de instalar aquele driver da Mesa.
Quanto aquele comando:

libGL error: unable to load driver: i965_dri.so
libGL error: driver pointer missing
libGL error: failed to load driver: i965
libGL error: unable to load driver: swrast_dri.so
libGL error: failed to load driver: swrast
X Error of failed request:  BadValue (integer parameter out of range for operation)
  Major opcode of failed request:  154 (GLX)
  Minor opcode of failed request:  3 (X_GLXCreateContext)
  Value in failed request:  0x0
  Serial number of failed request:  36
  Current serial number in output stream:  38

O driver que estava adicionado, era o i 915, parece que agora ele não carrega o atualizado, que é o i 965.

Offline carlos/40

  • Usuário Ubuntu
  • *
  • Mensagens: 86
    • Ver perfil
Re:Chrome travando com youtube tela cheia
« Resposta #19 Online: 24 de Junho de 2017, 20:48 »
Tentei instalar esse driver e deu erro:

E: O pacote 'libgl1-mesa-dri-experimental' não tem candidato para instalação

Offline druidaobelix

  • Usuário Ubuntu
  • *
  • Mensagens: 5.552
    • Ver perfil
Re:Chrome travando com youtube tela cheia
« Resposta #20 Online: 24 de Junho de 2017, 20:54 »
Se não produzir nenhum efeito, então desinstale a ppa OIBAF, isto é, retorne ao padrão, então instale manualmente o kernel 4.8, a última versão disponível na mainline (4.8.17). Caso resolva aí fazemos a atualização automática, mas por ora faça manualmente mesmo.

Precisa de detalhes ou consegue fazer isso sozinho?
« Última modificação: 24 de Junho de 2017, 20:59 por druidaobelix »
www.arredondar.org.br
Vencedor Desafio de Impacto Social Google 2016!
Você também pode participar e fazer a diferença.

Offline druidaobelix

  • Usuário Ubuntu
  • *
  • Mensagens: 5.552
    • Ver perfil
Re:Chrome travando com youtube tela cheia
« Resposta #21 Online: 24 de Junho de 2017, 21:02 »
Desinstalar ppa Oibaf:

Código: [Selecionar]
sudo apt-get install ppa-purge
Código: [Selecionar]
sudo ppa-purge ppa:oibaf/graphics-drivers
Código: [Selecionar]
sudo apt update
Código: [Selecionar]
sudo apt dist-upgrade
www.arredondar.org.br
Vencedor Desafio de Impacto Social Google 2016!
Você também pode participar e fazer a diferença.

Offline carlos/40

  • Usuário Ubuntu
  • *
  • Mensagens: 86
    • Ver perfil
Re:Chrome travando com youtube tela cheia
« Resposta #22 Online: 24 de Junho de 2017, 21:08 »
sudo ppa-purge ppa:oibaf/graphics-drivers

Não deu certo este comando, não sei se falta alguma coisa.

Offline druidaobelix

  • Usuário Ubuntu
  • *
  • Mensagens: 5.552
    • Ver perfil
Re:Chrome travando com youtube tela cheia
« Resposta #23 Online: 24 de Junho de 2017, 21:08 »
Instalar Kernel 4.8.17 - 64bits

Código: [Selecionar]
cd ~/Downloads
Código: [Selecionar]
wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.8.17/linux-headers-4.8.17-040817_4.8.17-040817.201701090438_all.deb

wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.8.17/linux-headers-4.8.17-040817-generic_4.8.17-040817.201701090438_amd64.deb

wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.8.17/linux-image-4.8.17-040817-generic_4.8.17-040817.201701090438_amd64.deb

Para instalar:

Código: [Selecionar]
sudo dpkg -i *.deb
Reinicie o sistema e suba o sistema pelo novo kernel instalado, que deve aparecer como primeira linha no menu do Grub, que é a tela inicial do sistema, antes de carregar.

www.arredondar.org.br
Vencedor Desafio de Impacto Social Google 2016!
Você também pode participar e fazer a diferença.

Offline druidaobelix

  • Usuário Ubuntu
  • *
  • Mensagens: 5.552
    • Ver perfil
Re:Chrome travando com youtube tela cheia
« Resposta #24 Online: 24 de Junho de 2017, 21:13 »
sudo ppa-purge ppa:oibaf/graphics-drivers
Não deu certo este comando, não sei se falta alguma coisa.

Como dito, primeiro precisa instalar o ppa-purge, então supondo que ele esteja instalado, vamos conferir assim:

Código: [Selecionar]
find /etc/apt/sources.list.d -type f -name "*.list" -print0 | \
    while read -d $'\0' file; do awk -F/ '/deb / && /ppa\.launchpad\.net/ {print "sudo ppa-purge ppa:"$4"/"$5}' "$file"; done

Obviamente não tente digitar um comando desse em razão da enorme chance de erro de retranscrição, então copie com o mouse e cole no terminal, seja usando o mouse ou ainda Ctrl Shift V

Vai resultar numa saída pronta para executar.

É só copiar, colar no terminal e <enter> nela.
« Última modificação: 24 de Junho de 2017, 21:18 por druidaobelix »
www.arredondar.org.br
Vencedor Desafio de Impacto Social Google 2016!
Você também pode participar e fazer a diferença.

Offline carlos/40

  • Usuário Ubuntu
  • *
  • Mensagens: 86
    • Ver perfil
Re:Chrome travando com youtube tela cheia
« Resposta #25 Online: 24 de Junho de 2017, 21:38 »
Sim, tinha instalado ppa-purge antes.

Quanto a saída eu copiei e colei, e deu o mesmo resultado:

Updating packages lists
W: Target Packages (main/binary-amd64/Packages) is configured multiple times in /etc/apt/sources.list:57 and /etc/apt/sources.list.d/oibaf-ubuntu-graphics-drivers-xenial.list:1
W: Target Packages (main/binary-i386/Packages) is configured multiple times in /etc/apt/sources.list:57 and /etc/apt/sources.list.d/oibaf-ubuntu-graphics-drivers-xenial.list:1
W: Target Packages (main/binary-all/Packages) is configured multiple times in /etc/apt/sources.list:57 and /etc/apt/sources.list.d/oibaf-ubuntu-graphics-drivers-xenial.list:1
W: Target Translations (main/i18n/Translation-pt_BR) is configured multiple times in /etc/apt/sources.list:57 and /etc/apt/sources.list.d/oibaf-ubuntu-graphics-drivers-xenial.list:1
W: Target Translations (main/i18n/Translation-pt) is configured multiple times in /etc/apt/sources.list:57 and /etc/apt/sources.list.d/oibaf-ubuntu-graphics-drivers-xenial.list:1
W: Target Translations (main/i18n/Translation-en) is configured multiple times in /etc/apt/sources.list:57 and /etc/apt/sources.list.d/oibaf-ubuntu-graphics-drivers-xenial.list:1
W: Target DEP-11 (main/dep11/Components-amd64.yml) is configured multiple times in /etc/apt/sources.list:57 and /etc/apt/sources.list.d/oibaf-ubuntu-graphics-drivers-xenial.list:1
W: Target DEP-11-icons (main/dep11/icons-64x64.tar) is configured multiple times in /etc/apt/sources.list:57 and /etc/apt/sources.list.d/oibaf-ubuntu-graphics-drivers-xenial.list:1
W: The repository 'http://ppa.launchpad.net/alexmurray/indicator-sensors/ubuntu xenial Release' does not have a Release file.
W: The repository 'http://ppa.launchpad.net/artfwo/ppa/ubuntu xenial Release' does not have a Release file.
W: The repository 'http://ppa.launchpad.net/cpug-devs/ppa/ubuntu xenial Release' does not have a Release file.
W: The repository 'http://ppa.launchpad.net/osmoma/audio-recorder/ubuntu xenial Release' does not have a Release file.
W: http://archive.canonical.com/dists/lucid/InRelease: Signature by key 630239CC130E1A7FD81A27B140976EAF437D05B5 uses weak digest algorithm (SHA1)
W: The repository 'http://ppa.launchpad.net/ryochan7/antimicro/ubuntu xenial Release' does not have a Release file.
W: The repository 'http://ppa.launchpad.net/tualatrix/ppa/ubuntu xenial Release' does not have a Release file.
W: An error occurred during the signature verification. The repository is not updated and the previous index files will be used. GPG error: http://deb.playonlinux.com saucy InRelease: As assinaturas a seguir não puderam ser verificadas devido à chave pública não estar disponível: NO_PUBKEY 73F0D6E88E3D6C3A
W: Falhou ao buscar http://deb.playonlinux.com/dists/saucy/InRelease  As assinaturas a seguir não puderam ser verificadas devido à chave pública não estar disponível: NO_PUBKEY 73F0D6E88E3D6C3A
E: Falhou ao buscar http://ppa.launchpad.net/alexmurray/indicator-sensors/ubuntu/dists/xenial/main/binary-amd64/Packages  404  Not Found
E: Falhou ao buscar http://ppa.launchpad.net/artfwo/ppa/ubuntu/dists/xenial/main/binary-amd64/Packages  404  Not Found
E: Falhou ao buscar http://ppa.launchpad.net/cpug-devs/ppa/ubuntu/dists/xenial/main/binary-amd64/Packages  404  Not Found
E: Falhou ao buscar http://ppa.launchpad.net/osmoma/audio-recorder/ubuntu/dists/xenial/main/binary-amd64/Packages  404  Not Found
E: Falhou ao buscar http://ppa.launchpad.net/ryochan7/antimicro/ubuntu/dists/xenial/main/binary-amd64/Packages  404  Not Found
E: Falhou ao buscar http://ppa.launchpad.net/tualatrix/ppa/ubuntu/dists/xenial/main/binary-amd64/Packages  404  Not Found
W: Falhou o download de alguns ficheiros de índice. Foram ignorados ou os antigos foram usados em seu lugar.
W: Target Packages (main/binary-amd64/Packages) is configured multiple times in /etc/apt/sources.list:57 and /etc/apt/sources.list.d/oibaf-ubuntu-graphics-drivers-xenial.list:1
W: Target Packages (main/binary-i386/Packages) is configured multiple times in /etc/apt/sources.list:57 and /etc/apt/sources.list.d/oibaf-ubuntu-graphics-drivers-xenial.list:1
W: Target Packages (main/binary-all/Packages) is configured multiple times in /etc/apt/sources.list:57 and /etc/apt/sources.list.d/oibaf-ubuntu-graphics-drivers-xenial.list:1
W: Target Translations (main/i18n/Translation-pt_BR) is configured multiple times in /etc/apt/sources.list:57 and /etc/apt/sources.list.d/oibaf-ubuntu-graphics-drivers-xenial.list:1
W: Target Translations (main/i18n/Translation-pt) is configured multiple times in /etc/apt/sources.list:57 and /etc/apt/sources.list.d/oibaf-ubuntu-graphics-drivers-xenial.list:1
W: Target Translations (main/i18n/Translation-en) is configured multiple times in /etc/apt/sources.list:57 and /etc/apt/sources.list.d/oibaf-ubuntu-graphics-drivers-xenial.list:1
W: Target DEP-11 (main/dep11/Components-amd64.yml) is configured multiple times in /etc/apt/sources.list:57 and /etc/apt/sources.list.d/oibaf-ubuntu-graphics-drivers-xenial.list:1
W: Target DEP-11-icons (main/dep11/icons-64x64.tar) is configured multiple times in /etc/apt/sources.list:57 and /etc/apt/sources.list.d/oibaf-ubuntu-graphics-drivers-xenial.list:1
Warning:  apt-get update failed for some reason

Offline carlos/40

  • Usuário Ubuntu
  • *
  • Mensagens: 86
    • Ver perfil
Re:Chrome travando com youtube tela cheia
« Resposta #26 Online: 24 de Junho de 2017, 21:40 »
Isso quer dizer que foi instalado certo o ppa, só que falhou no update, não?

Offline druidaobelix

  • Usuário Ubuntu
  • *
  • Mensagens: 5.552
    • Ver perfil
Re:Chrome travando com youtube tela cheia
« Resposta #27 Online: 24 de Junho de 2017, 21:44 »
Isso quer dizer que foi instalado certo o ppa, só que falhou no update, não?

Isso quer dizer que tinha outros erros.  :)

Vamos corrigir.
« Última modificação: 24 de Junho de 2017, 21:55 por druidaobelix »
www.arredondar.org.br
Vencedor Desafio de Impacto Social Google 2016!
Você também pode participar e fazer a diferença.

Offline druidaobelix

  • Usuário Ubuntu
  • *
  • Mensagens: 5.552
    • Ver perfil
Re:Chrome travando com youtube tela cheia
« Resposta #28 Online: 24 de Junho de 2017, 21:47 »
Traga aqui no tópico a saída desses dois comandos:

Código: [Selecionar]
lsb_release -rd
Código: [Selecionar]
egrep -v '^#|^ *$' /etc/apt/sources.list /etc/apt/sources.list.d/*
www.arredondar.org.br
Vencedor Desafio de Impacto Social Google 2016!
Você também pode participar e fazer a diferença.

Offline carlos/40

  • Usuário Ubuntu
  • *
  • Mensagens: 86
    • Ver perfil
Re:Chrome travando com youtube tela cheia
« Resposta #29 Online: 24 de Junho de 2017, 22:03 »
Description:   Ubuntu 16.04.2 LTS
Release:   16.04


/etc/apt/sources.list:deb http://br.archive.ubuntu.com/ubuntu/ xenial main restricted
/etc/apt/sources.list:deb http://br.archive.ubuntu.com/ubuntu/ xenial-updates main restricted
/etc/apt/sources.list:deb http://br.archive.ubuntu.com/ubuntu/ xenial universe
/etc/apt/sources.list:deb http://br.archive.ubuntu.com/ubuntu/ xenial-updates universe
/etc/apt/sources.list:deb http://br.archive.ubuntu.com/ubuntu/ xenial multiverse
/etc/apt/sources.list:deb http://br.archive.ubuntu.com/ubuntu/ xenial-updates multiverse
/etc/apt/sources.list:deb http://br.archive.ubuntu.com/ubuntu/ xenial-backports main restricted universe multiverse
/etc/apt/sources.list:deb http://archive.canonical.com/ubuntu xenial partner
/etc/apt/sources.list:deb-src http://archive.canonical.com/ubuntu xenial partner
/etc/apt/sources.list:deb http://security.ubuntu.com/ubuntu xenial-security main restricted
/etc/apt/sources.list:deb http://security.ubuntu.com/ubuntu xenial-security universe
/etc/apt/sources.list:deb http://security.ubuntu.com/ubuntu xenial-security multiverse
/etc/apt/sources.list:deb http://archive.canonical.com/ lucid partner
/etc/apt/sources.list:deb http://br.archive.ubuntu.com/ubuntu/ xenial-proposed main universe restricted multiverse
/etc/apt/sources.list:deb http://ppa.launchpad.net/oibaf/graphics-drivers/ubuntu xenial main
/etc/apt/sources.list:deb-src http://ppa.launchpad.net/oibaf/graphics-drivers/ubuntu xenial main
/etc/apt/sources.list.d/alexmurray-ubuntu-indicator-sensors-xenial.list:deb http://ppa.launchpad.net/alexmurray/indicator-sensors/ubuntu xenial main
/etc/apt/sources.list.d/alexmurray-ubuntu-indicator-sensors-xenial.list.save:deb http://ppa.launchpad.net/alexmurray/indicator-sensors/ubuntu xenial main
/etc/apt/sources.list.d/artfwo-ubuntu-ppa-xenial.list:deb http://ppa.launchpad.net/artfwo/ppa/ubuntu xenial main
/etc/apt/sources.list.d/artfwo-ubuntu-ppa-xenial.list.save:deb http://ppa.launchpad.net/artfwo/ppa/ubuntu xenial main
/etc/apt/sources.list.d/atareao-ubuntu-atareao-xenial.list:deb http://ppa.launchpad.net/atareao/atareao/ubuntu xenial main
/etc/apt/sources.list.d/atareao-ubuntu-atareao-xenial.list.save:deb http://ppa.launchpad.net/atareao/atareao/ubuntu xenial main
/etc/apt/sources.list.d/cpug-devs-ubuntu-ppa-xenial.list:deb http://ppa.launchpad.net/cpug-devs/ppa/ubuntu xenial main
/etc/apt/sources.list.d/cpug-devs-ubuntu-ppa-xenial.list.save:deb http://ppa.launchpad.net/cpug-devs/ppa/ubuntu xenial main
/etc/apt/sources.list.d/gambas-team-ubuntu-gambas3-xenial.list:deb http://ppa.launchpad.net/gambas-team/gambas3/ubuntu xenial main
/etc/apt/sources.list.d/gambas-team-ubuntu-gambas3-xenial.list.save:deb http://ppa.launchpad.net/gambas-team/gambas3/ubuntu xenial main
/etc/apt/sources.list.d/google-chrome.list:deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main
/etc/apt/sources.list.d/google-chrome.list.save:deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main
/etc/apt/sources.list.d/gregory-hainaut-ubuntu-pcsx2_official_ppa-xenial.list:deb http://ppa.launchpad.net/gregory-hainaut/pcsx2.official.ppa/ubuntu xenial main
/etc/apt/sources.list.d/gregory-hainaut-ubuntu-pcsx2_official_ppa-xenial.list.save:deb http://ppa.launchpad.net/gregory-hainaut/pcsx2.official.ppa/ubuntu xenial main
/etc/apt/sources.list.d/libretro-ubuntu-stable-xenial.list:deb http://ppa.launchpad.net/libretro/stable/ubuntu xenial main
/etc/apt/sources.list.d/libretro-ubuntu-stable-xenial.list.save:deb http://ppa.launchpad.net/libretro/stable/ubuntu xenial main
/etc/apt/sources.list.d/maarten-baert-ubuntu-simplescreenrecorder-xenial.list:deb http://ppa.launchpad.net/maarten-baert/simplescreenrecorder/ubuntu xenial main
/etc/apt/sources.list.d/maarten-baert-ubuntu-simplescreenrecorder-xenial.list.save:deb http://ppa.launchpad.net/maarten-baert/simplescreenrecorder/ubuntu xenial main
/etc/apt/sources.list.d/nilarimogard-ubuntu-webupd8-xenial.list:deb http://ppa.launchpad.net/nilarimogard/webupd8/ubuntu xenial main
/etc/apt/sources.list.d/nilarimogard-ubuntu-webupd8-xenial.list.save:deb http://ppa.launchpad.net/nilarimogard/webupd8/ubuntu xenial main
/etc/apt/sources.list.d/oibaf-ubuntu-graphics-drivers-xenial.list:deb http://ppa.launchpad.net/oibaf/graphics-drivers/ubuntu xenial main
/etc/apt/sources.list.d/oibaf-ubuntu-graphics-drivers-xenial.list.save:deb http://ppa.launchpad.net/oibaf/graphics-drivers/ubuntu xenial main
/etc/apt/sources.list.d/opera-stable.list:deb https://deb.opera.com/opera-stable/ stable non-free #Opera Browser (final releases)
/etc/apt/sources.list.d/opera-stable.list.save:deb https://deb.opera.com/opera-stable/ stable non-free #Opera Browser (final releases)
/etc/apt/sources.list.d/osmoma-ubuntu-audio-recorder-xenial.list:deb http://ppa.launchpad.net/osmoma/audio-recorder/ubuntu xenial main
/etc/apt/sources.list.d/osmoma-ubuntu-audio-recorder-xenial.list.save:deb http://ppa.launchpad.net/osmoma/audio-recorder/ubuntu xenial main
/etc/apt/sources.list.d/playonlinux.list:deb http://deb.playonlinux.com/ saucy main
/etc/apt/sources.list.d/playonlinux.list.save:deb http://deb.playonlinux.com/ saucy main
/etc/apt/sources.list.d/ravefinity-project-ubuntu-ppa-xenial.list:deb http://ppa.launchpad.net/ravefinity-project/ppa/ubuntu xenial main
/etc/apt/sources.list.d/ravefinity-project-ubuntu-ppa-xenial.list.save:deb http://ppa.launchpad.net/ravefinity-project/ppa/ubuntu xenial main
/etc/apt/sources.list.d/ryochan7-ubuntu-antimicro-xenial.list:deb http://ppa.launchpad.net/ryochan7/antimicro/ubuntu xenial main
/etc/apt/sources.list.d/ryochan7-ubuntu-antimicro-xenial.list.save:deb http://ppa.launchpad.net/ryochan7/antimicro/ubuntu xenial main
/etc/apt/sources.list.d/skype-stable.list:deb [arch=amd64] https://repo.skype.com/deb stable main
/etc/apt/sources.list.d/skype-stable.list.save:deb [arch=amd64] https://repo.skype.com/deb stable main
/etc/apt/sources.list.d/spotify.list:deb http://repository.spotify.com stable non-free
/etc/apt/sources.list.d/spotify.list.save:deb http://repository.spotify.com stable non-free
/etc/apt/sources.list.d/steam.list:deb [arch=amd64,i386] http://repo.steampowered.com/steam/ precise steam
/etc/apt/sources.list.d/steam.list:deb-src [arch=amd64,i386] http://repo.steampowered.com/steam/ precise steam
/etc/apt/sources.list.d/steam.list.save:deb [arch=amd64,i386] http://repo.steampowered.com/steam/ precise steam
/etc/apt/sources.list.d/steam.list.save:deb-src [arch=amd64,i386] http://repo.steampowered.com/steam/ precise steam
/etc/apt/sources.list.d/trebelnik-stefina-ubuntu-ubuntu-tweak-xenial.list:deb http://ppa.launchpad.net/trebelnik-stefina/ubuntu-tweak/ubuntu xenial main
/etc/apt/sources.list.d/trebelnik-stefina-ubuntu-ubuntu-tweak-xenial.list.save:deb http://ppa.launchpad.net/trebelnik-stefina/ubuntu-tweak/ubuntu xenial main
/etc/apt/sources.list.d/tualatrix-ubuntu-ppa-xenial.list:deb http://ppa.launchpad.net/tualatrix/ppa/ubuntu xenial main
/etc/apt/sources.list.d/tualatrix-ubuntu-ppa-xenial.list.save:deb http://ppa.launchpad.net/tualatrix/ppa/ubuntu xenial main
/etc/apt/sources.list.d/webupd8team-ubuntu-java-xenial.list:deb http://ppa.launchpad.net/webupd8team/java/ubuntu xenial main
/etc/apt/sources.list.d/webupd8team-ubuntu-java-xenial.list.save:deb http://ppa.launchpad.net/webupd8team/java/ubuntu xenial main
/etc/apt/sources.list.d/webupd8team-ubuntu-unstable-xenial.list:deb http://ppa.launchpad.net/webupd8team/unstable/ubuntu xenial main
/etc/apt/sources.list.d/webupd8team-ubuntu-unstable-xenial.list.save:deb http://ppa.launchpad.net/webupd8team/unstable/ubuntu xenial main
/etc/apt/sources.list.d/yannubuntu-ubuntu-boot-repair-xenial.list:deb http://ppa.launchpad.net/yannubuntu/boot-repair/ubuntu xenial main
/etc/apt/sources.list.d/yannubuntu-ubuntu-boot-repair-xenial.list.save:deb http://ppa.launchpad.net/yannubuntu/boot-repair/ubuntu xenial main