glxinfo for OpenGL missing info
![Creative The name of the picture](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgO9GURib1T8z7lCwjOGLQaGtrueEthgQ8LO42ZX8cOfTqDK4jvDDpKkLFwf2J49kYCMNW7d4ABih_XCb_2UXdq5fPJDkoyg7-8g_YfRUot-XnaXkNYycsNp7lA5_TW9td0FFpLQ2APzKcZ/s1600/1.jpg)
![Creative The name of the picture](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhYQ0N5W1qAOxLP7t7iOM6O6AzbZnkXUy16s7P_CWfOb5UbTQY_aDsc727chyphenhyphen5W4IppVNernMMQeaUFTB_rFzAd95_CDt-tnwN-nBx6JyUp2duGjPaL5-VgNO41AVsA_vu30EJcipdDG409/s400/Clash+Royale+CLAN+TAG%2523URR8PPP.png)
up vote
0
down vote
favorite
I am trying to develop code for OpenGL 2.0, but for some reason glxinfo | grep "OpenGL version"
only gives me OpenGL version string: 1.4 (2.1 Mesa 17.0.1)
.
I saw some answers like Making sense of glxinfo OpenGL versions saying that I should look at the OpenGL core
but I don't have that info in my glxinfo
output.
Full output: https://pastebin.com/Up6bwpq5
I'm using Ubuntu 16.04.
Tesla K40 (and same problem with V100 on other servers).
New nvidia drivers (390.46).
What am I missing?
drivers nvidia graphics opengl
add a comment |Â
up vote
0
down vote
favorite
I am trying to develop code for OpenGL 2.0, but for some reason glxinfo | grep "OpenGL version"
only gives me OpenGL version string: 1.4 (2.1 Mesa 17.0.1)
.
I saw some answers like Making sense of glxinfo OpenGL versions saying that I should look at the OpenGL core
but I don't have that info in my glxinfo
output.
Full output: https://pastebin.com/Up6bwpq5
I'm using Ubuntu 16.04.
Tesla K40 (and same problem with V100 on other servers).
New nvidia drivers (390.46).
What am I missing?
drivers nvidia graphics opengl
add a comment |Â
up vote
0
down vote
favorite
up vote
0
down vote
favorite
I am trying to develop code for OpenGL 2.0, but for some reason glxinfo | grep "OpenGL version"
only gives me OpenGL version string: 1.4 (2.1 Mesa 17.0.1)
.
I saw some answers like Making sense of glxinfo OpenGL versions saying that I should look at the OpenGL core
but I don't have that info in my glxinfo
output.
Full output: https://pastebin.com/Up6bwpq5
I'm using Ubuntu 16.04.
Tesla K40 (and same problem with V100 on other servers).
New nvidia drivers (390.46).
What am I missing?
drivers nvidia graphics opengl
I am trying to develop code for OpenGL 2.0, but for some reason glxinfo | grep "OpenGL version"
only gives me OpenGL version string: 1.4 (2.1 Mesa 17.0.1)
.
I saw some answers like Making sense of glxinfo OpenGL versions saying that I should look at the OpenGL core
but I don't have that info in my glxinfo
output.
Full output: https://pastebin.com/Up6bwpq5
I'm using Ubuntu 16.04.
Tesla K40 (and same problem with V100 on other servers).
New nvidia drivers (390.46).
What am I missing?
drivers nvidia graphics opengl
asked Apr 22 at 7:20
Elad Weiss
1466
1466
add a comment |Â
add a comment |Â
1 Answer
1
active
oldest
votes
up vote
1
down vote
Note these three lines:
OpenGL vendor string: VMware, Inc.
OpenGL renderer string: Gallium 0.4 on llvmpipe (LLVM 3.9, 256 bits)
OpenGL version string: 1.4 (2.1 Mesa 17.0.1)
Are you sure you have the proper NVIDIA driver installed? I ask because OpenGL on your system is currently being provided with software fallback. The driver for your GPU and OS is here: http://www.nvidia.com/download/driverResults.aspx/132546/en-us
1
Yes, this is my installed driver.
â Elad Weiss
Apr 22 at 7:33
Also I noticed the: client glx vendor string: SGI line, don't know how to fix it.
â Elad Weiss
Apr 22 at 7:34
And noticed that direct rendering is NO.
â Elad Weiss
Apr 22 at 7:35
Your pastebin says "client glx vendor string" is "NVIDIA Corporation". If you meant the "server glx vendor string", I have "SGI" as the value as well, so that's normal.
â dsstorefile1
Apr 22 at 7:42
1
So I guess now the question is: How do I set the OpenGL vendor to be nvidia...
â Elad Weiss
Apr 22 at 8:01
add a comment |Â
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
1
down vote
Note these three lines:
OpenGL vendor string: VMware, Inc.
OpenGL renderer string: Gallium 0.4 on llvmpipe (LLVM 3.9, 256 bits)
OpenGL version string: 1.4 (2.1 Mesa 17.0.1)
Are you sure you have the proper NVIDIA driver installed? I ask because OpenGL on your system is currently being provided with software fallback. The driver for your GPU and OS is here: http://www.nvidia.com/download/driverResults.aspx/132546/en-us
1
Yes, this is my installed driver.
â Elad Weiss
Apr 22 at 7:33
Also I noticed the: client glx vendor string: SGI line, don't know how to fix it.
â Elad Weiss
Apr 22 at 7:34
And noticed that direct rendering is NO.
â Elad Weiss
Apr 22 at 7:35
Your pastebin says "client glx vendor string" is "NVIDIA Corporation". If you meant the "server glx vendor string", I have "SGI" as the value as well, so that's normal.
â dsstorefile1
Apr 22 at 7:42
1
So I guess now the question is: How do I set the OpenGL vendor to be nvidia...
â Elad Weiss
Apr 22 at 8:01
add a comment |Â
up vote
1
down vote
Note these three lines:
OpenGL vendor string: VMware, Inc.
OpenGL renderer string: Gallium 0.4 on llvmpipe (LLVM 3.9, 256 bits)
OpenGL version string: 1.4 (2.1 Mesa 17.0.1)
Are you sure you have the proper NVIDIA driver installed? I ask because OpenGL on your system is currently being provided with software fallback. The driver for your GPU and OS is here: http://www.nvidia.com/download/driverResults.aspx/132546/en-us
1
Yes, this is my installed driver.
â Elad Weiss
Apr 22 at 7:33
Also I noticed the: client glx vendor string: SGI line, don't know how to fix it.
â Elad Weiss
Apr 22 at 7:34
And noticed that direct rendering is NO.
â Elad Weiss
Apr 22 at 7:35
Your pastebin says "client glx vendor string" is "NVIDIA Corporation". If you meant the "server glx vendor string", I have "SGI" as the value as well, so that's normal.
â dsstorefile1
Apr 22 at 7:42
1
So I guess now the question is: How do I set the OpenGL vendor to be nvidia...
â Elad Weiss
Apr 22 at 8:01
add a comment |Â
up vote
1
down vote
up vote
1
down vote
Note these three lines:
OpenGL vendor string: VMware, Inc.
OpenGL renderer string: Gallium 0.4 on llvmpipe (LLVM 3.9, 256 bits)
OpenGL version string: 1.4 (2.1 Mesa 17.0.1)
Are you sure you have the proper NVIDIA driver installed? I ask because OpenGL on your system is currently being provided with software fallback. The driver for your GPU and OS is here: http://www.nvidia.com/download/driverResults.aspx/132546/en-us
Note these three lines:
OpenGL vendor string: VMware, Inc.
OpenGL renderer string: Gallium 0.4 on llvmpipe (LLVM 3.9, 256 bits)
OpenGL version string: 1.4 (2.1 Mesa 17.0.1)
Are you sure you have the proper NVIDIA driver installed? I ask because OpenGL on your system is currently being provided with software fallback. The driver for your GPU and OS is here: http://www.nvidia.com/download/driverResults.aspx/132546/en-us
answered Apr 22 at 7:24
dsstorefile1
1,303111
1,303111
1
Yes, this is my installed driver.
â Elad Weiss
Apr 22 at 7:33
Also I noticed the: client glx vendor string: SGI line, don't know how to fix it.
â Elad Weiss
Apr 22 at 7:34
And noticed that direct rendering is NO.
â Elad Weiss
Apr 22 at 7:35
Your pastebin says "client glx vendor string" is "NVIDIA Corporation". If you meant the "server glx vendor string", I have "SGI" as the value as well, so that's normal.
â dsstorefile1
Apr 22 at 7:42
1
So I guess now the question is: How do I set the OpenGL vendor to be nvidia...
â Elad Weiss
Apr 22 at 8:01
add a comment |Â
1
Yes, this is my installed driver.
â Elad Weiss
Apr 22 at 7:33
Also I noticed the: client glx vendor string: SGI line, don't know how to fix it.
â Elad Weiss
Apr 22 at 7:34
And noticed that direct rendering is NO.
â Elad Weiss
Apr 22 at 7:35
Your pastebin says "client glx vendor string" is "NVIDIA Corporation". If you meant the "server glx vendor string", I have "SGI" as the value as well, so that's normal.
â dsstorefile1
Apr 22 at 7:42
1
So I guess now the question is: How do I set the OpenGL vendor to be nvidia...
â Elad Weiss
Apr 22 at 8:01
1
1
Yes, this is my installed driver.
â Elad Weiss
Apr 22 at 7:33
Yes, this is my installed driver.
â Elad Weiss
Apr 22 at 7:33
Also I noticed the: client glx vendor string: SGI line, don't know how to fix it.
â Elad Weiss
Apr 22 at 7:34
Also I noticed the: client glx vendor string: SGI line, don't know how to fix it.
â Elad Weiss
Apr 22 at 7:34
And noticed that direct rendering is NO.
â Elad Weiss
Apr 22 at 7:35
And noticed that direct rendering is NO.
â Elad Weiss
Apr 22 at 7:35
Your pastebin says "client glx vendor string" is "NVIDIA Corporation". If you meant the "server glx vendor string", I have "SGI" as the value as well, so that's normal.
â dsstorefile1
Apr 22 at 7:42
Your pastebin says "client glx vendor string" is "NVIDIA Corporation". If you meant the "server glx vendor string", I have "SGI" as the value as well, so that's normal.
â dsstorefile1
Apr 22 at 7:42
1
1
So I guess now the question is: How do I set the OpenGL vendor to be nvidia...
â Elad Weiss
Apr 22 at 8:01
So I guess now the question is: How do I set the OpenGL vendor to be nvidia...
â Elad Weiss
Apr 22 at 8:01
add a comment |Â
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1027125%2fglxinfo-for-opengl-missing-info%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
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