Xvfb error no Ubuntu

2

Estou executando o Xvfb no meu Ubuntu 10.04.1 LTS VPS (Linode). Por algum motivo, estou recebendo os seguintes erros e não consigo me aproximar deles.

AIGLX error: dlopen of /usr/lib/dri/swrast_dri.so failed (/usr/lib/dri/swrast_dri.so: cannot open shared object file: No such file or directory)
(EE) GLX: could not load software renderer
[dix] Could not init font path element /usr/share/fonts/X11/cyrillic, removing from list!
[dix] Could not init font path element /usr/share/fonts/X11/Type1, removing from list!
[dix] Could not init font path element /var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType, removing from list!

Algum conselho?

    
por jorilallo 24.02.2011 / 08:59

2 respostas

1

Instale libgl1-mesa-dri:

sudo apt-get install libgl1-mesa-dri

e xont:

sudo apt-get install xfonts-100dpi xfonts-75dpi xfonts-scalable xfonts-cyrillic
    
por 24.02.2011 / 09:12
0

Tente isso, isso deve resolver seu último problema:

sudo apt-get install defoma x-ttcidfont-conf
    
por 28.04.2013 / 12:29

Tags