[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

erros para carregar GLX depois de atualiza Xorg para



Olá,

Alguns aplicativos do Gnome estão reclamando o seguinte:

gunther@shreknemo:~$ empathy
XServer appears to lack the required GLX support
Run 'empathy --help' to see a full list of available command line
options.

(empathy:6602): empathy-WARNING **: Error in empathy init: XServer
appears to lack the required GLX support
gunther@shreknemo:~$ 


Desde a última atualização do xorg
root@shreknemo:~# cat /var/log/aptitude | grep xorg | tail
.
.
.
[ATUALIZAÇÃO] xorg 1:7.6+6 -> 1:7.6+7
[ATUALIZAÇÃO] xserver-xorg 1:7.6+6 -> 1:7.6+7
[ATUALIZAÇÃO] xserver-xorg-input-all 1:7.6+6 -> 1:7.6+7
[ATUALIZAÇÃO] xserver-xorg-video-all 1:7.6+6 -> 1:7.6+7
[ATUALIZAÇÃO] xserver-xorg-core 2:1.10.2-1 -> 2:1.10.2-1+b1
[ATUALIZAÇÃO] xserver-xorg-dev 2:1.10.2-1 -> 2:1.10.2-1+b1

root@shreknemo:~# cat /var/log/Xorg.0.log | grep GLX
[    17.489] (==) AIGLX enabled
[    17.490] (II) Loading extension GLX
[    17.609] (==) NOUVEAU(0): GLX sync to VBlank disabled.
[    18.037] (II) AIGLX error: dlopen
of /usr/lib/x86_64-linux-gnu/dri/nouveau_dri.so failed
(/usr/lib/x86_64-linux-gnu/dri/nouveau_dri.so: cannot open shared object
file: No such file or directory)
[    18.037] (II) AIGLX: reverting to software rendering
[    18.037] (II) AIGLX: Screen 0 is not DRI capable
[    18.037] (EE) AIGLX error: dlopen
of /usr/lib/x86_64-linux-gnu/dri/swrast_dri.so failed
(/usr/lib/x86_64-linux-gnu/dri/swrast_dri.so: cannot open shared object
file: No such file or directory)
[    18.037] (EE) GLX: could not load software renderer
[    18.037] (II) GLX: no usable GL providers found for screen 0
root@shreknemo:~# 

o que resolveu pra mim foi:

# mkdir /usr/lib/x86_64-linux-gnu/dri
# ln -sf /usr/lib/dri/nouveau_dri.so /usr/lib/x86_64-linux-gnu/dri/

abs.,

-- 
"Cuando la guática pide comídica
 Pone al cristiánico firme y guerrérico
 Por sus poróticos y sus cebóllicas,
 No hay regimiéntico que los deténguica
 Si tienen hámbrica los populáricos." Violeta Parra

Gunther Furtado
Curitiba - Paraná - Brasil
gunfurtado@gmail.com



Reply to: