Não é possível instalar xserver-xorg-video-dummy no Ubuntu14.04

2

Eu não gosto de postar perguntas, mas passei horas procurando e estou precisando urgentemente de ajuda! Eu estou tentando executar o Ubuntu 14.04 headless e remotamente login via VNC do Windows. Eu li muitos posts que o caminho a percorrer é instalar o xserver-xorg-video-dummy e é aqui que estou preso

root@mediaserver:~# apt-get install xserver-xorg-video-dummy
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help resolve the situation:

The following packages have unmet dependencies:
 xserver-xorg-video-dummy : Depends: xorg-video-abi-15
                            Depends: xserver-xorg-core (>= 2:1.14.99.902)
E: Unable to correct problems, you have held broken packages.

root@mediaserver:~#
root@mediaserver:~#
root@mediaserver:~#
root@mediaserver:~# apt-get install xorg-video-abi-15
Reading package lists... Done
Building dependency tree
Reading state information... Done
Note, selecting 'xserver-xorg-core' instead of 'xorg-video-abi-15'
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help resolve the situation:

The following packages have unmet dependencies:
 unity-control-center : Depends: libcheese-gtk23 (>= 3.4.0) but it is not going to be installed
                        Depends: libcheese7 (>= 3.0.1) but it is not going to be installed
E: Error, pkgProblemResolver::Resolve generated breaks, this may be caused by held packages.
root@mediaserver:~#

Parece que o libcheese é o culpado. Eu recebo a mesma saída se eu tentar instalar xserver-xorg-core . Do acima, parece que eu preciso > = 3.4, no entanto, o meu é 3.10

root@mediaserver:~# dpkg -s libcheese-gtk23
Package: libcheese-gtk23
Status: install ok installed
...
Version: 3.10.2-0ubuntu2

Quando tento atualizá-lo, recebo isso:

root@mediaserver:~# apt-get upgrade libcheese-gtk23
Reading package lists... Done
Building dependency tree
Reading state information... Done
Calculating upgrade... Done
libcheese-gtk23 is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.

Isso é um problema com meu repositório ??? Eu comentei com todos eles. Eu estou sentindo falta de um repositório especial que não seria incluído no 14.04?

Por favor ajude !!! Obrigado antecipadamente

root @ mediaserver: ~ # uname -a Mediaserver Linux 3.16.0-31-genérico # 41 ~ 14.04.1-Ubuntu SMP Qua 11 de fevereiro 19:30:43 UTC 2015 i686 i686 i686 GNU / Linux

    
por Frank 17.03.2015 / 19:59

2 respostas

3

Este é um problema de dependência no gerenciador de pacotes, como este problema

Eu tentei o aptitude e as soluções propostas destruíram toda a instalação do ubuntu ...

Você precisa instalar alguns outros pacotes antes de instalar o driver fictício Tente isso e isso resolverá o problema:

apt-get install  libglew-dev libcheese7 libcheese-gtk23 libclutter-gst-2.0-0 libcogl15 libclutter-gtk-1.0-0 libclutter-1.0-0  xserver-xorg-input-all

P.S. Eu tentei os pacotes acima no Ubuntu desktop x64 14.04.3 e 14.04.4 e trabalhei para ambos.

    
por Ehsan Mahdavi 11.05.2016 / 13:11
1

O driver está sendo substituído. Executar apt-cache search video-dummy

xserver-xorg-video-dummy-lts-quantal - Pacote de transição para xserver-xorg-video-dummy

xserver-xorg-video-dummy-lts-raring - Pacote de transição para xserver-xorg-video-dummy

xserver-xorg-video-dummy-lts-saucy - Pacote de transição para xserver-xorg-video-dummy

xserver-xorg-video-dummy-lts-trusty - Pacote de transição para xserver-xorg-video-dummy

xserver-xorg-video-dummy-lts-utopic - Servidor X.Org X - driver de exibição fictício

    
por Bill 03.05.2015 / 23:15