Sostanzialmente mi sono accorto di questo problema (che appare sia sul mio fisso che sul portatile della mia ragazza, rispettivamente slack64 current e slack32 current) leggendo il thread sul nuovo X, dove venivano fatti dei test usando glxgears. Ho provato sul portatile e appare il messaggio di errore
Ho frugato nei log di X e:dorian@darkstar:~$ glxgears
Xlib: extension "GLX" missing on display ":0.0".
Error: couldn't get an RGB, Double-buffered visual
Nel log si può vedere anche una linea che ho aggiunto nella parte "Device" di xorg.conf, precisamentedorian@darkstar:~$ cat /var/log/Xorg.0.log | grep GLX
(==) AIGLX enabled
(II) Loading extension GLX
(**) NVIDIA(0): Option "AllowGLXWithComposite" "true"
(EE) NVIDIA(0): Failed to initialize the GLX module; please check in your X
(EE) NVIDIA(0): log file that the GLX module has been loaded in your X
(EE) NVIDIA(0): server, and that the module is the NVIDIA GLX module. If
(==) NVIDIA(0): Enabling 32-bit ARGB GLX visuals.
(II) Loading extension NV-GLX
(II) AIGLX: Screen 0 is not DRI2 capable
(II) AIGLX: Screen 0 is not DRI capable
(EE) AIGLX error: dlopen of /usr/lib/xorg/modules/dri/swrast_dri.so failed (/usr/lib/xorg/modules/dri/swrast_dri.so: cannot open shared object file: No such file or directory)
(EE) GLX: could not load software renderer
(II) GLX: no usable GL providers found for screen 0
(II) AIGLX: Screen 0 is not DRI2 capable
(II) AIGLX: Screen 0 is not DRI capable
(EE) AIGLX error: dlopen of /usr/lib/xorg/modules/dri/swrast_dri.so failed (/usr/lib/xorg/modules/dri/swrast_dri.so: cannot open shared object file: No such file or directory)
(EE) GLX: could not load software renderer
(II) GLX: no usable GL providers found for screen 0
(II) AIGLX: Screen 0 is not DRI2 capable
(II) AIGLX: Screen 0 is not DRI capable
(EE) AIGLX error: dlopen of /usr/lib/xorg/modules/dri/swrast_dri.so failed (/usr/lib/xorg/modules/dri/swrast_dri.so: cannot open shared object file: No such file or directory)
(EE) GLX: could not load software renderer
(II) GLX: no usable GL providers found for screen 0
dorian@darkstar:~$
dorian@darkstar:~$
dorian@darkstar:~$ cat /var/log/Xorg.0.log | grep glx
(II) "glx" will be loaded. This was enabled by default and also specified in the config file.
(II) LoadModule: "glx"
(II) Loading /usr/lib/xorg/modules/extensions//libglx.so
(II) Module glx: vendor="X.Org Foundation"
dorian@darkstar:~$
che però non ha aiutato un granché. Avete qualche suggerimento su come risolvere questo inconveniente? Non è un deal breaker, nel senso che non mi pare comprometta quello che è l'uso che faccio io della Slack (ne tantomeno quello della mia ragazzaOption "AllowGLXWithComposite" "true"
I driver sono nel portatile gli NVIDIA 185.18.14, nel desktop i 180.51 e le schede video rispettivamente una Go 7400 e una 7800 GT.

