GLX is compiled with wrong version (Display resolution and hardware acceleration stopped working) Announcing the arrival of Valued Associate #679: Cesar Manara Planned maintenance scheduled April 23, 2019 at 23:30 UTC (7:30pm US/Eastern) Come Celebrate our 10 Year Anniversary!What is wrong with my nginx reverse proxy configuration, with single server (and more later)SSL Version and Open SSL version are different in ubuntu 14.04 with php version 5.6
Should man-made satellites feature an intelligent inverted "cow catcher"?
What is the ongoing value of the Kanban board to the developers as opposed to management
"Destructive force" carried by a B-52?
Does traveling In The United States require a passport or can I use my green card if not a US citizen?
How to keep bees out of canned beverages?
How to create a command for the "strange m" symbol in latex?
Trying to enter the Fox's den
Is there a verb for listening stealthily?
Married in secret, can marital status in passport be changed at a later date?
Help Recreating a Table
Is "ein Herz wie das meine" an antiquated or colloquial use of the possesive pronoun?
Is it OK if I do not take the receipt in Germany?
Can I ask an author to send me his ebook?
false 'Security alert' from Google - every login generates mails from 'no-reply@accounts.google.com'
Knights and Knaves question
Why these surprising proportionalities of integrals involving odd zeta values?
Is my guitar’s action too high?
Assertions In A Mock Callout Test
How to produce a PS1 prompt in bash or ksh93 similar to tcsh
What were wait-states, and why was it only an issue for PCs?
Weaponising the Grasp-at-a-Distance spell
Why is one lightbulb in a string illuminated?
Why did Israel vote against lifting the American embargo on Cuba?
/bin/ls sorts differently than just ls
GLX is compiled with wrong version (Display resolution and hardware acceleration stopped working)
Announcing the arrival of Valued Associate #679: Cesar Manara
Planned maintenance scheduled April 23, 2019 at 23:30 UTC (7:30pm US/Eastern)
Come Celebrate our 10 Year Anniversary!What is wrong with my nginx reverse proxy configuration, with single server (and more later)SSL Version and Open SSL version are different in ubuntu 14.04 with php version 5.6
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty height:90px;width:728px;box-sizing:border-box;
I have two Ubuntu 14 Desktops (identical). Both were working fine until Friday.
Some updates appear to have been performed on the non-working machine...
2019-03-18 02:29:32 install linux-base:all <keine> 4.5ubuntu1~14.04.1
2019-03-18 02:29:32 install linux-modules-3.13.0-167-generic:amd64 <keine> 3.13.0-167.217
2019-03-18 02:29:33 install linux-image-3.13.0-167-generic:amd64 <keine> 3.13.0-167.217
2019-03-18 02:29:33 install linux-modules-extra-3.13.0-167-generic:amd64 <keine> 3.13.0-167.217
2019-03-18 02:29:36 install linux-image-generic:amd64 <keine> 3.13.0.167.178
2019-03-18 02:29:36 install linux-headers-3.13.0-167:all <keine> 3.13.0-167.217
2019-03-18 02:29:38 install linux-headers-3.13.0-167-generic:amd64 <keine> 3.13.0-167.217
2019-03-18 02:29:39 install linux-headers-generic:amd64 <keine> 3.13.0.167.178
2019-03-18 02:29:39 install linux-generic:amd64 <keine> 3.13.0.167.178
2019-03-18 02:29:39 install linux-modules-4.4.0-143-generic:amd64 <keine> 4.4.0-143.169~14.04.2
2019-03-18 02:29:40 install linux-image-4.4.0-143-generic:amd64 <keine> 4.4.0-143.169~14.04.2
2019-03-18 02:29:40 install linux-modules-extra-4.4.0-143-generic:amd64 <keine> 4.4.0-143.169~14.04.2
2019-03-18 02:29:44 install linux-headers-4.4.0-143:all <keine> 4.4.0-143.169~14.04.2
2019-03-18 02:29:46 install linux-headers-4.4.0-143-generic:amd64 <keine> 4.4.0-143.169~14.04.2
Now the display resolution (and apparently the hardware acceleration) are not working on the broken machine. Using glxgears
shows the following error...
lshw
shows the Nvidia card as UNattached (please excuse the German)
*-display UNGEFORDERT
Beschreibung: VGA compatible controller
Produkt: NVIDIA Corporation
Hersteller: NVIDIA Corporation
Physische ID: 0
Bus-Informationen: pci@0000:01:00.0
Version: a1
Breite: 64 bits
Takt: 33MHz
Fähigkeiten: pm msi pciexpress vga_controller bus_master cap_list
Konfiguration: latency=0
Ressourcen: memory:de000000-deffffff memory:c0000000-cfffffff memory:d0000000-d1ffffff ioport:e000(Größe=128) memory:df000000-df07ffff
And the /var/log/Xorg.o.log
shows that different GLX modules are being called (glxserver_nvidia
versus libglx.so
)...
Working machine
[ 99380.611] (**) NVIDIA(0): Enabling 2D acceleration
[ 99380.611] (II) Loading sub module "glxserver_nvidia"
[ 99380.611] (II) LoadModule: "glxserver_nvidia"
[ 99380.611] (II) Loading /usr/lib/x86_64-linux-gnu/xorg/extra-modules/libglxserver_nvidia.so
[ 99380.633] (II) Module glxserver_nvidia: vendor="NVIDIA Corporation"
[ 99380.633] compiled for 4.0.2, module version = 1.0.0
[ 99380.633] Module class: X.Org Server Extension
NON-WORKING MACHINE
[ 1042.464] (II) "glx" will be loaded by default.
[ 1042.464] (II) LoadModule: "glx"
[ 1042.465] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[ 1042.489] (II) Module glx: vendor="X.Org Foundation"
[ 1042.490] compiled for 1.18.3, module version = 1.0.0
[ 1042.490] ABI class: X.Org Server Extension, version 9.0
I've reinstalled all the original drivers...
apt-get --reinstall install nvidia-410 nvidia-410-dev nvidia-modprobe nvidia-opencl-icd-410 nvidia-settings
apt --reinstall install libxcb-glx0 libxcb-glx0-dev
apt install libcudnn5 libcudnn5-dev -y
My Google'ing hasn't given me any direction towardsinstalling glxserver_nvidia
ubuntu-14.04 display nvidia
add a comment |
I have two Ubuntu 14 Desktops (identical). Both were working fine until Friday.
Some updates appear to have been performed on the non-working machine...
2019-03-18 02:29:32 install linux-base:all <keine> 4.5ubuntu1~14.04.1
2019-03-18 02:29:32 install linux-modules-3.13.0-167-generic:amd64 <keine> 3.13.0-167.217
2019-03-18 02:29:33 install linux-image-3.13.0-167-generic:amd64 <keine> 3.13.0-167.217
2019-03-18 02:29:33 install linux-modules-extra-3.13.0-167-generic:amd64 <keine> 3.13.0-167.217
2019-03-18 02:29:36 install linux-image-generic:amd64 <keine> 3.13.0.167.178
2019-03-18 02:29:36 install linux-headers-3.13.0-167:all <keine> 3.13.0-167.217
2019-03-18 02:29:38 install linux-headers-3.13.0-167-generic:amd64 <keine> 3.13.0-167.217
2019-03-18 02:29:39 install linux-headers-generic:amd64 <keine> 3.13.0.167.178
2019-03-18 02:29:39 install linux-generic:amd64 <keine> 3.13.0.167.178
2019-03-18 02:29:39 install linux-modules-4.4.0-143-generic:amd64 <keine> 4.4.0-143.169~14.04.2
2019-03-18 02:29:40 install linux-image-4.4.0-143-generic:amd64 <keine> 4.4.0-143.169~14.04.2
2019-03-18 02:29:40 install linux-modules-extra-4.4.0-143-generic:amd64 <keine> 4.4.0-143.169~14.04.2
2019-03-18 02:29:44 install linux-headers-4.4.0-143:all <keine> 4.4.0-143.169~14.04.2
2019-03-18 02:29:46 install linux-headers-4.4.0-143-generic:amd64 <keine> 4.4.0-143.169~14.04.2
Now the display resolution (and apparently the hardware acceleration) are not working on the broken machine. Using glxgears
shows the following error...
lshw
shows the Nvidia card as UNattached (please excuse the German)
*-display UNGEFORDERT
Beschreibung: VGA compatible controller
Produkt: NVIDIA Corporation
Hersteller: NVIDIA Corporation
Physische ID: 0
Bus-Informationen: pci@0000:01:00.0
Version: a1
Breite: 64 bits
Takt: 33MHz
Fähigkeiten: pm msi pciexpress vga_controller bus_master cap_list
Konfiguration: latency=0
Ressourcen: memory:de000000-deffffff memory:c0000000-cfffffff memory:d0000000-d1ffffff ioport:e000(Größe=128) memory:df000000-df07ffff
And the /var/log/Xorg.o.log
shows that different GLX modules are being called (glxserver_nvidia
versus libglx.so
)...
Working machine
[ 99380.611] (**) NVIDIA(0): Enabling 2D acceleration
[ 99380.611] (II) Loading sub module "glxserver_nvidia"
[ 99380.611] (II) LoadModule: "glxserver_nvidia"
[ 99380.611] (II) Loading /usr/lib/x86_64-linux-gnu/xorg/extra-modules/libglxserver_nvidia.so
[ 99380.633] (II) Module glxserver_nvidia: vendor="NVIDIA Corporation"
[ 99380.633] compiled for 4.0.2, module version = 1.0.0
[ 99380.633] Module class: X.Org Server Extension
NON-WORKING MACHINE
[ 1042.464] (II) "glx" will be loaded by default.
[ 1042.464] (II) LoadModule: "glx"
[ 1042.465] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[ 1042.489] (II) Module glx: vendor="X.Org Foundation"
[ 1042.490] compiled for 1.18.3, module version = 1.0.0
[ 1042.490] ABI class: X.Org Server Extension, version 9.0
I've reinstalled all the original drivers...
apt-get --reinstall install nvidia-410 nvidia-410-dev nvidia-modprobe nvidia-opencl-icd-410 nvidia-settings
apt --reinstall install libxcb-glx0 libxcb-glx0-dev
apt install libcudnn5 libcudnn5-dev -y
My Google'ing hasn't given me any direction towardsinstalling glxserver_nvidia
ubuntu-14.04 display nvidia
add a comment |
I have two Ubuntu 14 Desktops (identical). Both were working fine until Friday.
Some updates appear to have been performed on the non-working machine...
2019-03-18 02:29:32 install linux-base:all <keine> 4.5ubuntu1~14.04.1
2019-03-18 02:29:32 install linux-modules-3.13.0-167-generic:amd64 <keine> 3.13.0-167.217
2019-03-18 02:29:33 install linux-image-3.13.0-167-generic:amd64 <keine> 3.13.0-167.217
2019-03-18 02:29:33 install linux-modules-extra-3.13.0-167-generic:amd64 <keine> 3.13.0-167.217
2019-03-18 02:29:36 install linux-image-generic:amd64 <keine> 3.13.0.167.178
2019-03-18 02:29:36 install linux-headers-3.13.0-167:all <keine> 3.13.0-167.217
2019-03-18 02:29:38 install linux-headers-3.13.0-167-generic:amd64 <keine> 3.13.0-167.217
2019-03-18 02:29:39 install linux-headers-generic:amd64 <keine> 3.13.0.167.178
2019-03-18 02:29:39 install linux-generic:amd64 <keine> 3.13.0.167.178
2019-03-18 02:29:39 install linux-modules-4.4.0-143-generic:amd64 <keine> 4.4.0-143.169~14.04.2
2019-03-18 02:29:40 install linux-image-4.4.0-143-generic:amd64 <keine> 4.4.0-143.169~14.04.2
2019-03-18 02:29:40 install linux-modules-extra-4.4.0-143-generic:amd64 <keine> 4.4.0-143.169~14.04.2
2019-03-18 02:29:44 install linux-headers-4.4.0-143:all <keine> 4.4.0-143.169~14.04.2
2019-03-18 02:29:46 install linux-headers-4.4.0-143-generic:amd64 <keine> 4.4.0-143.169~14.04.2
Now the display resolution (and apparently the hardware acceleration) are not working on the broken machine. Using glxgears
shows the following error...
lshw
shows the Nvidia card as UNattached (please excuse the German)
*-display UNGEFORDERT
Beschreibung: VGA compatible controller
Produkt: NVIDIA Corporation
Hersteller: NVIDIA Corporation
Physische ID: 0
Bus-Informationen: pci@0000:01:00.0
Version: a1
Breite: 64 bits
Takt: 33MHz
Fähigkeiten: pm msi pciexpress vga_controller bus_master cap_list
Konfiguration: latency=0
Ressourcen: memory:de000000-deffffff memory:c0000000-cfffffff memory:d0000000-d1ffffff ioport:e000(Größe=128) memory:df000000-df07ffff
And the /var/log/Xorg.o.log
shows that different GLX modules are being called (glxserver_nvidia
versus libglx.so
)...
Working machine
[ 99380.611] (**) NVIDIA(0): Enabling 2D acceleration
[ 99380.611] (II) Loading sub module "glxserver_nvidia"
[ 99380.611] (II) LoadModule: "glxserver_nvidia"
[ 99380.611] (II) Loading /usr/lib/x86_64-linux-gnu/xorg/extra-modules/libglxserver_nvidia.so
[ 99380.633] (II) Module glxserver_nvidia: vendor="NVIDIA Corporation"
[ 99380.633] compiled for 4.0.2, module version = 1.0.0
[ 99380.633] Module class: X.Org Server Extension
NON-WORKING MACHINE
[ 1042.464] (II) "glx" will be loaded by default.
[ 1042.464] (II) LoadModule: "glx"
[ 1042.465] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[ 1042.489] (II) Module glx: vendor="X.Org Foundation"
[ 1042.490] compiled for 1.18.3, module version = 1.0.0
[ 1042.490] ABI class: X.Org Server Extension, version 9.0
I've reinstalled all the original drivers...
apt-get --reinstall install nvidia-410 nvidia-410-dev nvidia-modprobe nvidia-opencl-icd-410 nvidia-settings
apt --reinstall install libxcb-glx0 libxcb-glx0-dev
apt install libcudnn5 libcudnn5-dev -y
My Google'ing hasn't given me any direction towardsinstalling glxserver_nvidia
ubuntu-14.04 display nvidia
I have two Ubuntu 14 Desktops (identical). Both were working fine until Friday.
Some updates appear to have been performed on the non-working machine...
2019-03-18 02:29:32 install linux-base:all <keine> 4.5ubuntu1~14.04.1
2019-03-18 02:29:32 install linux-modules-3.13.0-167-generic:amd64 <keine> 3.13.0-167.217
2019-03-18 02:29:33 install linux-image-3.13.0-167-generic:amd64 <keine> 3.13.0-167.217
2019-03-18 02:29:33 install linux-modules-extra-3.13.0-167-generic:amd64 <keine> 3.13.0-167.217
2019-03-18 02:29:36 install linux-image-generic:amd64 <keine> 3.13.0.167.178
2019-03-18 02:29:36 install linux-headers-3.13.0-167:all <keine> 3.13.0-167.217
2019-03-18 02:29:38 install linux-headers-3.13.0-167-generic:amd64 <keine> 3.13.0-167.217
2019-03-18 02:29:39 install linux-headers-generic:amd64 <keine> 3.13.0.167.178
2019-03-18 02:29:39 install linux-generic:amd64 <keine> 3.13.0.167.178
2019-03-18 02:29:39 install linux-modules-4.4.0-143-generic:amd64 <keine> 4.4.0-143.169~14.04.2
2019-03-18 02:29:40 install linux-image-4.4.0-143-generic:amd64 <keine> 4.4.0-143.169~14.04.2
2019-03-18 02:29:40 install linux-modules-extra-4.4.0-143-generic:amd64 <keine> 4.4.0-143.169~14.04.2
2019-03-18 02:29:44 install linux-headers-4.4.0-143:all <keine> 4.4.0-143.169~14.04.2
2019-03-18 02:29:46 install linux-headers-4.4.0-143-generic:amd64 <keine> 4.4.0-143.169~14.04.2
Now the display resolution (and apparently the hardware acceleration) are not working on the broken machine. Using glxgears
shows the following error...
lshw
shows the Nvidia card as UNattached (please excuse the German)
*-display UNGEFORDERT
Beschreibung: VGA compatible controller
Produkt: NVIDIA Corporation
Hersteller: NVIDIA Corporation
Physische ID: 0
Bus-Informationen: pci@0000:01:00.0
Version: a1
Breite: 64 bits
Takt: 33MHz
Fähigkeiten: pm msi pciexpress vga_controller bus_master cap_list
Konfiguration: latency=0
Ressourcen: memory:de000000-deffffff memory:c0000000-cfffffff memory:d0000000-d1ffffff ioport:e000(Größe=128) memory:df000000-df07ffff
And the /var/log/Xorg.o.log
shows that different GLX modules are being called (glxserver_nvidia
versus libglx.so
)...
Working machine
[ 99380.611] (**) NVIDIA(0): Enabling 2D acceleration
[ 99380.611] (II) Loading sub module "glxserver_nvidia"
[ 99380.611] (II) LoadModule: "glxserver_nvidia"
[ 99380.611] (II) Loading /usr/lib/x86_64-linux-gnu/xorg/extra-modules/libglxserver_nvidia.so
[ 99380.633] (II) Module glxserver_nvidia: vendor="NVIDIA Corporation"
[ 99380.633] compiled for 4.0.2, module version = 1.0.0
[ 99380.633] Module class: X.Org Server Extension
NON-WORKING MACHINE
[ 1042.464] (II) "glx" will be loaded by default.
[ 1042.464] (II) LoadModule: "glx"
[ 1042.465] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[ 1042.489] (II) Module glx: vendor="X.Org Foundation"
[ 1042.490] compiled for 1.18.3, module version = 1.0.0
[ 1042.490] ABI class: X.Org Server Extension, version 9.0
I've reinstalled all the original drivers...
apt-get --reinstall install nvidia-410 nvidia-410-dev nvidia-modprobe nvidia-opencl-icd-410 nvidia-settings
apt --reinstall install libxcb-glx0 libxcb-glx0-dev
apt install libcudnn5 libcudnn5-dev -y
My Google'ing hasn't given me any direction towardsinstalling glxserver_nvidia
ubuntu-14.04 display nvidia
ubuntu-14.04 display nvidia
asked Mar 18 at 10:56
BurningKromeBurningKrome
181111
181111
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
From my experience, if glxserver_nvidia
is not loaded, it's because the xserver consider the nvidia graphics card is not using (for instance, not connected to a monitor).
I used to face the same problem on my server. I fixed it by using nvidia-xconfig
to attach virtual monitors to my nvidia graphic cards.
New contributor
add a comment |
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "2"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fserverfault.com%2fquestions%2f958767%2fglx-is-compiled-with-wrong-version-display-resolution-and-hardware-acceleration%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
From my experience, if glxserver_nvidia
is not loaded, it's because the xserver consider the nvidia graphics card is not using (for instance, not connected to a monitor).
I used to face the same problem on my server. I fixed it by using nvidia-xconfig
to attach virtual monitors to my nvidia graphic cards.
New contributor
add a comment |
From my experience, if glxserver_nvidia
is not loaded, it's because the xserver consider the nvidia graphics card is not using (for instance, not connected to a monitor).
I used to face the same problem on my server. I fixed it by using nvidia-xconfig
to attach virtual monitors to my nvidia graphic cards.
New contributor
add a comment |
From my experience, if glxserver_nvidia
is not loaded, it's because the xserver consider the nvidia graphics card is not using (for instance, not connected to a monitor).
I used to face the same problem on my server. I fixed it by using nvidia-xconfig
to attach virtual monitors to my nvidia graphic cards.
New contributor
From my experience, if glxserver_nvidia
is not loaded, it's because the xserver consider the nvidia graphics card is not using (for instance, not connected to a monitor).
I used to face the same problem on my server. I fixed it by using nvidia-xconfig
to attach virtual monitors to my nvidia graphic cards.
New contributor
New contributor
answered Apr 16 at 14:52
Sy LoveSy Love
361
361
New contributor
New contributor
add a comment |
add a comment |
Thanks for contributing an answer to Server Fault!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fserverfault.com%2fquestions%2f958767%2fglx-is-compiled-with-wrong-version-display-resolution-and-hardware-acceleration%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown