Glxinfo shows Mesa but I'm using Nvidia driversDo I need nvidia driver for Dell Inspiron 5720?How do I get OpenGL working on an Nvidia GeForce GT 750M?Why are my launcher and panel all glitchy when I open dash since updating my nVidia drivers?Nvidia drivers only work as guest? Windows 10 killed me tooWhy does my OpenGL Version String not correspond with my core profile version string?
Why don't we shield existing CPUs from radiation instead of designing new ones?
What was the deal with the news stories about rats in "Joker"?
What is the shortest distance Airport to Cologne Germany From San Francisco
Is Scrum actually suitable for all kinds of projects?
What happened to Eladrin? Did something make them unavailable to play?
Is it possible to have multiple *Find* buffers in emacs?
Co-curricular lessons between geometry and chemistry?
Composer requesting help with a perfect translation
Is the sentence "pay some in cash" understandable?
Outlining the climax made me lose interest in writing the actual story
Calculate the number of solutions
Who was the first human to sleep on the Moon?
What does shimmy in nose landing gear mean?
Stalemate situation with all pieces on the board
Why not use chacha derivatives (BLAKE, rumba) to make an [H]MAC for use with chacha? Why use poly1305?
What is an example of a sequence which "thins out" and is finite?
Why does rapeseed oil turn sticky but coconut oil doesn't?
When Using Throne room on a Throne room do you need two more action cards already in hand?
Is there any math conjecture that would cause a lot of damage if disproven?
Is it possible to determine if a Pokémon is a powerful encounter?
How to force widow lines using widowpenalty?
Difference/relationship between power and significance
Are there concrete advantages for being proficient at social skills in a table that rewards roleplaying these interactions?
What does Ambassador Taylor have to do with the Trump impeachment inquiry?
Glxinfo shows Mesa but I'm using Nvidia drivers
Do I need nvidia driver for Dell Inspiron 5720?How do I get OpenGL working on an Nvidia GeForce GT 750M?Why are my launcher and panel all glitchy when I open dash since updating my nVidia drivers?Nvidia drivers only work as guest? Windows 10 killed me tooWhy does my OpenGL Version String not correspond with my core profile version string?
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty
margin-bottom:0;
I am trying to update my GPU driver in order to use OpenGL 4+ (Ubuntu 18.04). I have installed the recommended Nvidia driver, however when I run
glxinfo | grep OpenGL
I still get the following output:
OpenGL vendor string: VMware, Inc.
OpenGL renderer string: llvmpipe (LLVM 8.0, 256 bits)
OpenGL core profile version string: 3.3 (Core Profile) Mesa 19.0.2
OpenGL core profile shading language version string: 3.30
OpenGL core profile context flags: (none)
OpenGL core profile profile mask: core profile
OpenGL core profile extensions:
OpenGL version string: 3.1 Mesa 19.0.2
OpenGL shading language version string: 1.40
OpenGL context flags: (none)
OpenGL extensions:
OpenGL ES profile version string: OpenGL ES 3.0 Mesa 19.0.2
OpenGL ES profile shading language version string: OpenGL ES GLSL ES 3.00
OpenGL ES profile extensions:
Showing that OpenGL is still on Mesa and llvmpipe renderer string, instead of showing the Nvidia GPU.
When I check which drivers are used, I get the following output:
01:00.0 VGA compatible controller: NVIDIA Corporation GP104 [GeForce GTX 1080] (rev a1) (prog-if 00 [VGA controller])
Subsystem: Micro-Star International Co., Ltd. [MSI] GP104 [GeForce GTX 1080]
Flags: bus master, fast devsel, latency 0, IRQ 125
Memory at ee000000 (32-bit, non-prefetchable) [size=16M]
Memory at d0000000 (64-bit, prefetchable) [size=256M]
Memory at e0000000 (64-bit, prefetchable) [size=32M]
I/O ports at e000 [size=128]
[virtual] Expansion ROM at 000c0000 [disabled] [size=128K]
Capabilities: <access denied>
Kernel driver in use: nvidia
Kernel modules: nvidiafb, nouveau, nvidia_drm, nvidia
Additionally, I am unable to run nvidia-settings, as this error pops up:
ERROR: Unable to load info from any available system
(nvidia-settings:2470): GLib-GObject-CRITICAL **: 18:39:28.467: g_object_unref: assertion 'G_IS_OBJECT (object)' failed
** Message: 18:39:28.469: PRIME: No offloading required. Abort
** Message: 18:39:28.469: PRIME: is it supported? no
Any help would be appreciated.
Edit:
Some extra information:
Result of running nvidia-smi
This is the recommended nvidia driver, installed by running sudo apt install nvidia-driver-430 and rebooting the system (sudo reboot).
I have also updated the error message shown when running nvidia-settings
Not sure if it is useful information, but the system runs on a remote server, which I am accessing using a remote desktop with Plasma KDE.
drivers 18.04 nvidia opengl
add a comment
|
I am trying to update my GPU driver in order to use OpenGL 4+ (Ubuntu 18.04). I have installed the recommended Nvidia driver, however when I run
glxinfo | grep OpenGL
I still get the following output:
OpenGL vendor string: VMware, Inc.
OpenGL renderer string: llvmpipe (LLVM 8.0, 256 bits)
OpenGL core profile version string: 3.3 (Core Profile) Mesa 19.0.2
OpenGL core profile shading language version string: 3.30
OpenGL core profile context flags: (none)
OpenGL core profile profile mask: core profile
OpenGL core profile extensions:
OpenGL version string: 3.1 Mesa 19.0.2
OpenGL shading language version string: 1.40
OpenGL context flags: (none)
OpenGL extensions:
OpenGL ES profile version string: OpenGL ES 3.0 Mesa 19.0.2
OpenGL ES profile shading language version string: OpenGL ES GLSL ES 3.00
OpenGL ES profile extensions:
Showing that OpenGL is still on Mesa and llvmpipe renderer string, instead of showing the Nvidia GPU.
When I check which drivers are used, I get the following output:
01:00.0 VGA compatible controller: NVIDIA Corporation GP104 [GeForce GTX 1080] (rev a1) (prog-if 00 [VGA controller])
Subsystem: Micro-Star International Co., Ltd. [MSI] GP104 [GeForce GTX 1080]
Flags: bus master, fast devsel, latency 0, IRQ 125
Memory at ee000000 (32-bit, non-prefetchable) [size=16M]
Memory at d0000000 (64-bit, prefetchable) [size=256M]
Memory at e0000000 (64-bit, prefetchable) [size=32M]
I/O ports at e000 [size=128]
[virtual] Expansion ROM at 000c0000 [disabled] [size=128K]
Capabilities: <access denied>
Kernel driver in use: nvidia
Kernel modules: nvidiafb, nouveau, nvidia_drm, nvidia
Additionally, I am unable to run nvidia-settings, as this error pops up:
ERROR: Unable to load info from any available system
(nvidia-settings:2470): GLib-GObject-CRITICAL **: 18:39:28.467: g_object_unref: assertion 'G_IS_OBJECT (object)' failed
** Message: 18:39:28.469: PRIME: No offloading required. Abort
** Message: 18:39:28.469: PRIME: is it supported? no
Any help would be appreciated.
Edit:
Some extra information:
Result of running nvidia-smi
This is the recommended nvidia driver, installed by running sudo apt install nvidia-driver-430 and rebooting the system (sudo reboot).
I have also updated the error message shown when running nvidia-settings
Not sure if it is useful information, but the system runs on a remote server, which I am accessing using a remote desktop with Plasma KDE.
drivers 18.04 nvidia opengl
2
Please edit your question and add more detail for us. What is the recommended NVIDIA driver that you installed? Where did you install it from? What does the output ofnvidia-smishow? Also, have you rebooted since you installed the NVIDIA drivers?
– Terrance
Aug 13 at 14:04
@Terrance added more information in the post as per your request
– Ivan Novikov
Aug 13 at 16:43
add a comment
|
I am trying to update my GPU driver in order to use OpenGL 4+ (Ubuntu 18.04). I have installed the recommended Nvidia driver, however when I run
glxinfo | grep OpenGL
I still get the following output:
OpenGL vendor string: VMware, Inc.
OpenGL renderer string: llvmpipe (LLVM 8.0, 256 bits)
OpenGL core profile version string: 3.3 (Core Profile) Mesa 19.0.2
OpenGL core profile shading language version string: 3.30
OpenGL core profile context flags: (none)
OpenGL core profile profile mask: core profile
OpenGL core profile extensions:
OpenGL version string: 3.1 Mesa 19.0.2
OpenGL shading language version string: 1.40
OpenGL context flags: (none)
OpenGL extensions:
OpenGL ES profile version string: OpenGL ES 3.0 Mesa 19.0.2
OpenGL ES profile shading language version string: OpenGL ES GLSL ES 3.00
OpenGL ES profile extensions:
Showing that OpenGL is still on Mesa and llvmpipe renderer string, instead of showing the Nvidia GPU.
When I check which drivers are used, I get the following output:
01:00.0 VGA compatible controller: NVIDIA Corporation GP104 [GeForce GTX 1080] (rev a1) (prog-if 00 [VGA controller])
Subsystem: Micro-Star International Co., Ltd. [MSI] GP104 [GeForce GTX 1080]
Flags: bus master, fast devsel, latency 0, IRQ 125
Memory at ee000000 (32-bit, non-prefetchable) [size=16M]
Memory at d0000000 (64-bit, prefetchable) [size=256M]
Memory at e0000000 (64-bit, prefetchable) [size=32M]
I/O ports at e000 [size=128]
[virtual] Expansion ROM at 000c0000 [disabled] [size=128K]
Capabilities: <access denied>
Kernel driver in use: nvidia
Kernel modules: nvidiafb, nouveau, nvidia_drm, nvidia
Additionally, I am unable to run nvidia-settings, as this error pops up:
ERROR: Unable to load info from any available system
(nvidia-settings:2470): GLib-GObject-CRITICAL **: 18:39:28.467: g_object_unref: assertion 'G_IS_OBJECT (object)' failed
** Message: 18:39:28.469: PRIME: No offloading required. Abort
** Message: 18:39:28.469: PRIME: is it supported? no
Any help would be appreciated.
Edit:
Some extra information:
Result of running nvidia-smi
This is the recommended nvidia driver, installed by running sudo apt install nvidia-driver-430 and rebooting the system (sudo reboot).
I have also updated the error message shown when running nvidia-settings
Not sure if it is useful information, but the system runs on a remote server, which I am accessing using a remote desktop with Plasma KDE.
drivers 18.04 nvidia opengl
I am trying to update my GPU driver in order to use OpenGL 4+ (Ubuntu 18.04). I have installed the recommended Nvidia driver, however when I run
glxinfo | grep OpenGL
I still get the following output:
OpenGL vendor string: VMware, Inc.
OpenGL renderer string: llvmpipe (LLVM 8.0, 256 bits)
OpenGL core profile version string: 3.3 (Core Profile) Mesa 19.0.2
OpenGL core profile shading language version string: 3.30
OpenGL core profile context flags: (none)
OpenGL core profile profile mask: core profile
OpenGL core profile extensions:
OpenGL version string: 3.1 Mesa 19.0.2
OpenGL shading language version string: 1.40
OpenGL context flags: (none)
OpenGL extensions:
OpenGL ES profile version string: OpenGL ES 3.0 Mesa 19.0.2
OpenGL ES profile shading language version string: OpenGL ES GLSL ES 3.00
OpenGL ES profile extensions:
Showing that OpenGL is still on Mesa and llvmpipe renderer string, instead of showing the Nvidia GPU.
When I check which drivers are used, I get the following output:
01:00.0 VGA compatible controller: NVIDIA Corporation GP104 [GeForce GTX 1080] (rev a1) (prog-if 00 [VGA controller])
Subsystem: Micro-Star International Co., Ltd. [MSI] GP104 [GeForce GTX 1080]
Flags: bus master, fast devsel, latency 0, IRQ 125
Memory at ee000000 (32-bit, non-prefetchable) [size=16M]
Memory at d0000000 (64-bit, prefetchable) [size=256M]
Memory at e0000000 (64-bit, prefetchable) [size=32M]
I/O ports at e000 [size=128]
[virtual] Expansion ROM at 000c0000 [disabled] [size=128K]
Capabilities: <access denied>
Kernel driver in use: nvidia
Kernel modules: nvidiafb, nouveau, nvidia_drm, nvidia
Additionally, I am unable to run nvidia-settings, as this error pops up:
ERROR: Unable to load info from any available system
(nvidia-settings:2470): GLib-GObject-CRITICAL **: 18:39:28.467: g_object_unref: assertion 'G_IS_OBJECT (object)' failed
** Message: 18:39:28.469: PRIME: No offloading required. Abort
** Message: 18:39:28.469: PRIME: is it supported? no
Any help would be appreciated.
Edit:
Some extra information:
Result of running nvidia-smi
This is the recommended nvidia driver, installed by running sudo apt install nvidia-driver-430 and rebooting the system (sudo reboot).
I have also updated the error message shown when running nvidia-settings
Not sure if it is useful information, but the system runs on a remote server, which I am accessing using a remote desktop with Plasma KDE.
drivers 18.04 nvidia opengl
drivers 18.04 nvidia opengl
edited Aug 13 at 16:42
Ivan Novikov
asked Aug 13 at 11:34
Ivan NovikovIvan Novikov
713 bronze badges
713 bronze badges
2
Please edit your question and add more detail for us. What is the recommended NVIDIA driver that you installed? Where did you install it from? What does the output ofnvidia-smishow? Also, have you rebooted since you installed the NVIDIA drivers?
– Terrance
Aug 13 at 14:04
@Terrance added more information in the post as per your request
– Ivan Novikov
Aug 13 at 16:43
add a comment
|
2
Please edit your question and add more detail for us. What is the recommended NVIDIA driver that you installed? Where did you install it from? What does the output ofnvidia-smishow? Also, have you rebooted since you installed the NVIDIA drivers?
– Terrance
Aug 13 at 14:04
@Terrance added more information in the post as per your request
– Ivan Novikov
Aug 13 at 16:43
2
2
Please edit your question and add more detail for us. What is the recommended NVIDIA driver that you installed? Where did you install it from? What does the output of
nvidia-smi show? Also, have you rebooted since you installed the NVIDIA drivers?– Terrance
Aug 13 at 14:04
Please edit your question and add more detail for us. What is the recommended NVIDIA driver that you installed? Where did you install it from? What does the output of
nvidia-smi show? Also, have you rebooted since you installed the NVIDIA drivers?– Terrance
Aug 13 at 14:04
@Terrance added more information in the post as per your request
– Ivan Novikov
Aug 13 at 16:43
@Terrance added more information in the post as per your request
– Ivan Novikov
Aug 13 at 16:43
add a comment
|
0
active
oldest
votes
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "89"
;
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/4.0/"u003ecc by-sa 4.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%2faskubuntu.com%2fquestions%2f1165408%2fglxinfo-shows-mesa-but-im-using-nvidia-drivers%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
Thanks for contributing an answer to Ask Ubuntu!
- 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%2faskubuntu.com%2fquestions%2f1165408%2fglxinfo-shows-mesa-but-im-using-nvidia-drivers%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
2
Please edit your question and add more detail for us. What is the recommended NVIDIA driver that you installed? Where did you install it from? What does the output of
nvidia-smishow? Also, have you rebooted since you installed the NVIDIA drivers?– Terrance
Aug 13 at 14:04
@Terrance added more information in the post as per your request
– Ivan Novikov
Aug 13 at 16:43