Nothing works to make Nvidia GTX1050 Ti work inside Ubuntu MATE 18.04
I have read more than 15 pages where people expose their difficulties, discuss and teach how to install the Nvidia or Nouveau graphics driver in Ubuntu 18.04.
I tried all the suggestions that I found. It is now one week since I began trying this, so frustrating (what did I do to Nvidia or Ubuntu to deserve this?
I have tried, among others, the 3 installation methods suggested here.
I can't make Ubuntu Mate use the Nvidia GPU even with Nouveau driver; it always uses the intel driver/board.
Probably the most important information that I receive shows up when I try to manually install the proprietary graphics driver that I downloaded from the Nvidia website. Here it is:
ERROR: Unable to load the kernel module 'nvidia.ko'.
This happens most frequently when this kernel module was built against the wrong or improperly configured kernel sources,
with a version of gcc that differs from the one used to build the target kernel,
or if another driver, such as nouveau, is present
and prevents the NVIDIA kernel module from obtaining ownership of the NVIDIA GPU(s),
or no NVIDIA GPU installed in this system is supported by this NVIDIA Linux graphics driver release.
Secure Boot is disabled. Kernel is 4.15.0-43-generic.
I deleted any blacklist mention to Nouveau or Nvidia in /etc/modprobe.d/.
In the window called by software-properties-gtk I choose nouveau or any version (390 to 415) of Nvidia driver, and it accepts and downloads many files without any error, but the computer still uses the Intel video controller.
P.S.: I tried to post the output of several bash commands that show important information about my hardware and Ubuntu installation but this forum prohibits it.
$ gpu-manager
last_boot_file: /var/lib/ubuntu-drivers-common/last_gfx_boot
new_boot_file: /var/lib/ubuntu-drivers-common/last_gfx_boot
can't access /opt/amdgpu-pro/bin/amdgpu-pro-px
Looking for nvidia modules in /lib/modules/4.15.0-43-generic/updates/dkms
Found nvidia module: nvidia.ko
Looking for amdgpu modules in /lib/modules/4.15.0-43-generic/updates/dkms
Is nvidia loaded? yes
Was nvidia unloaded? no
Is nvidia blacklisted? yes
Is intel loaded? yes
Is radeon loaded? no
Is radeon blacklisted? no
Is amdgpu loaded? no
Is amdgpu blacklisted? no
Is amdgpu versioned? no
Is amdgpu pro stack? no
Is nouveau loaded? no
Is nouveau blacklisted? yes
Is nvidia kernel module available? yes
Is amdgpu kernel module available? no
Vendor/Device Id: 8086:3e9b
BusID "PCI:0@0:2:0"
Is boot vga? yes
Vendor/Device Id: 10de:1c8c
BusID "PCI:1@0:0:0"
Is boot vga? no
Error: can't access /sys/bus/pci/devices/0000:01:00.0/driver
The device is not bound to any driver.
Skipping "/dev/dri/card0", driven by "i915"
Skipping "/dev/dri/card0", driven by "i915"
Skipping "/dev/dri/card0", driven by "i915"
Found "/dev/dri/card0", driven by "i915"
output 0:
card0-eDP-1
Number of connected outputs for /dev/dri/card0: 1
Does it require offloading? yes
last cards number = 2
I couldn't open /var/lib/ubuntu-drivers-common/last_gfx_boot
for writing.
Error: can't write to /var/lib/ubuntu-drivers-common/last_gfx_boot
drivers nvidia 18.04
add a comment |
I have read more than 15 pages where people expose their difficulties, discuss and teach how to install the Nvidia or Nouveau graphics driver in Ubuntu 18.04.
I tried all the suggestions that I found. It is now one week since I began trying this, so frustrating (what did I do to Nvidia or Ubuntu to deserve this?
I have tried, among others, the 3 installation methods suggested here.
I can't make Ubuntu Mate use the Nvidia GPU even with Nouveau driver; it always uses the intel driver/board.
Probably the most important information that I receive shows up when I try to manually install the proprietary graphics driver that I downloaded from the Nvidia website. Here it is:
ERROR: Unable to load the kernel module 'nvidia.ko'.
This happens most frequently when this kernel module was built against the wrong or improperly configured kernel sources,
with a version of gcc that differs from the one used to build the target kernel,
or if another driver, such as nouveau, is present
and prevents the NVIDIA kernel module from obtaining ownership of the NVIDIA GPU(s),
or no NVIDIA GPU installed in this system is supported by this NVIDIA Linux graphics driver release.
Secure Boot is disabled. Kernel is 4.15.0-43-generic.
I deleted any blacklist mention to Nouveau or Nvidia in /etc/modprobe.d/.
In the window called by software-properties-gtk I choose nouveau or any version (390 to 415) of Nvidia driver, and it accepts and downloads many files without any error, but the computer still uses the Intel video controller.
P.S.: I tried to post the output of several bash commands that show important information about my hardware and Ubuntu installation but this forum prohibits it.
$ gpu-manager
last_boot_file: /var/lib/ubuntu-drivers-common/last_gfx_boot
new_boot_file: /var/lib/ubuntu-drivers-common/last_gfx_boot
can't access /opt/amdgpu-pro/bin/amdgpu-pro-px
Looking for nvidia modules in /lib/modules/4.15.0-43-generic/updates/dkms
Found nvidia module: nvidia.ko
Looking for amdgpu modules in /lib/modules/4.15.0-43-generic/updates/dkms
Is nvidia loaded? yes
Was nvidia unloaded? no
Is nvidia blacklisted? yes
Is intel loaded? yes
Is radeon loaded? no
Is radeon blacklisted? no
Is amdgpu loaded? no
Is amdgpu blacklisted? no
Is amdgpu versioned? no
Is amdgpu pro stack? no
Is nouveau loaded? no
Is nouveau blacklisted? yes
Is nvidia kernel module available? yes
Is amdgpu kernel module available? no
Vendor/Device Id: 8086:3e9b
BusID "PCI:0@0:2:0"
Is boot vga? yes
Vendor/Device Id: 10de:1c8c
BusID "PCI:1@0:0:0"
Is boot vga? no
Error: can't access /sys/bus/pci/devices/0000:01:00.0/driver
The device is not bound to any driver.
Skipping "/dev/dri/card0", driven by "i915"
Skipping "/dev/dri/card0", driven by "i915"
Skipping "/dev/dri/card0", driven by "i915"
Found "/dev/dri/card0", driven by "i915"
output 0:
card0-eDP-1
Number of connected outputs for /dev/dri/card0: 1
Does it require offloading? yes
last cards number = 2
I couldn't open /var/lib/ubuntu-drivers-common/last_gfx_boot
for writing.
Error: can't write to /var/lib/ubuntu-drivers-common/last_gfx_boot
drivers nvidia 18.04
add a comment |
I have read more than 15 pages where people expose their difficulties, discuss and teach how to install the Nvidia or Nouveau graphics driver in Ubuntu 18.04.
I tried all the suggestions that I found. It is now one week since I began trying this, so frustrating (what did I do to Nvidia or Ubuntu to deserve this?
I have tried, among others, the 3 installation methods suggested here.
I can't make Ubuntu Mate use the Nvidia GPU even with Nouveau driver; it always uses the intel driver/board.
Probably the most important information that I receive shows up when I try to manually install the proprietary graphics driver that I downloaded from the Nvidia website. Here it is:
ERROR: Unable to load the kernel module 'nvidia.ko'.
This happens most frequently when this kernel module was built against the wrong or improperly configured kernel sources,
with a version of gcc that differs from the one used to build the target kernel,
or if another driver, such as nouveau, is present
and prevents the NVIDIA kernel module from obtaining ownership of the NVIDIA GPU(s),
or no NVIDIA GPU installed in this system is supported by this NVIDIA Linux graphics driver release.
Secure Boot is disabled. Kernel is 4.15.0-43-generic.
I deleted any blacklist mention to Nouveau or Nvidia in /etc/modprobe.d/.
In the window called by software-properties-gtk I choose nouveau or any version (390 to 415) of Nvidia driver, and it accepts and downloads many files without any error, but the computer still uses the Intel video controller.
P.S.: I tried to post the output of several bash commands that show important information about my hardware and Ubuntu installation but this forum prohibits it.
$ gpu-manager
last_boot_file: /var/lib/ubuntu-drivers-common/last_gfx_boot
new_boot_file: /var/lib/ubuntu-drivers-common/last_gfx_boot
can't access /opt/amdgpu-pro/bin/amdgpu-pro-px
Looking for nvidia modules in /lib/modules/4.15.0-43-generic/updates/dkms
Found nvidia module: nvidia.ko
Looking for amdgpu modules in /lib/modules/4.15.0-43-generic/updates/dkms
Is nvidia loaded? yes
Was nvidia unloaded? no
Is nvidia blacklisted? yes
Is intel loaded? yes
Is radeon loaded? no
Is radeon blacklisted? no
Is amdgpu loaded? no
Is amdgpu blacklisted? no
Is amdgpu versioned? no
Is amdgpu pro stack? no
Is nouveau loaded? no
Is nouveau blacklisted? yes
Is nvidia kernel module available? yes
Is amdgpu kernel module available? no
Vendor/Device Id: 8086:3e9b
BusID "PCI:0@0:2:0"
Is boot vga? yes
Vendor/Device Id: 10de:1c8c
BusID "PCI:1@0:0:0"
Is boot vga? no
Error: can't access /sys/bus/pci/devices/0000:01:00.0/driver
The device is not bound to any driver.
Skipping "/dev/dri/card0", driven by "i915"
Skipping "/dev/dri/card0", driven by "i915"
Skipping "/dev/dri/card0", driven by "i915"
Found "/dev/dri/card0", driven by "i915"
output 0:
card0-eDP-1
Number of connected outputs for /dev/dri/card0: 1
Does it require offloading? yes
last cards number = 2
I couldn't open /var/lib/ubuntu-drivers-common/last_gfx_boot
for writing.
Error: can't write to /var/lib/ubuntu-drivers-common/last_gfx_boot
drivers nvidia 18.04
I have read more than 15 pages where people expose their difficulties, discuss and teach how to install the Nvidia or Nouveau graphics driver in Ubuntu 18.04.
I tried all the suggestions that I found. It is now one week since I began trying this, so frustrating (what did I do to Nvidia or Ubuntu to deserve this?
I have tried, among others, the 3 installation methods suggested here.
I can't make Ubuntu Mate use the Nvidia GPU even with Nouveau driver; it always uses the intel driver/board.
Probably the most important information that I receive shows up when I try to manually install the proprietary graphics driver that I downloaded from the Nvidia website. Here it is:
ERROR: Unable to load the kernel module 'nvidia.ko'.
This happens most frequently when this kernel module was built against the wrong or improperly configured kernel sources,
with a version of gcc that differs from the one used to build the target kernel,
or if another driver, such as nouveau, is present
and prevents the NVIDIA kernel module from obtaining ownership of the NVIDIA GPU(s),
or no NVIDIA GPU installed in this system is supported by this NVIDIA Linux graphics driver release.
Secure Boot is disabled. Kernel is 4.15.0-43-generic.
I deleted any blacklist mention to Nouveau or Nvidia in /etc/modprobe.d/.
In the window called by software-properties-gtk I choose nouveau or any version (390 to 415) of Nvidia driver, and it accepts and downloads many files without any error, but the computer still uses the Intel video controller.
P.S.: I tried to post the output of several bash commands that show important information about my hardware and Ubuntu installation but this forum prohibits it.
$ gpu-manager
last_boot_file: /var/lib/ubuntu-drivers-common/last_gfx_boot
new_boot_file: /var/lib/ubuntu-drivers-common/last_gfx_boot
can't access /opt/amdgpu-pro/bin/amdgpu-pro-px
Looking for nvidia modules in /lib/modules/4.15.0-43-generic/updates/dkms
Found nvidia module: nvidia.ko
Looking for amdgpu modules in /lib/modules/4.15.0-43-generic/updates/dkms
Is nvidia loaded? yes
Was nvidia unloaded? no
Is nvidia blacklisted? yes
Is intel loaded? yes
Is radeon loaded? no
Is radeon blacklisted? no
Is amdgpu loaded? no
Is amdgpu blacklisted? no
Is amdgpu versioned? no
Is amdgpu pro stack? no
Is nouveau loaded? no
Is nouveau blacklisted? yes
Is nvidia kernel module available? yes
Is amdgpu kernel module available? no
Vendor/Device Id: 8086:3e9b
BusID "PCI:0@0:2:0"
Is boot vga? yes
Vendor/Device Id: 10de:1c8c
BusID "PCI:1@0:0:0"
Is boot vga? no
Error: can't access /sys/bus/pci/devices/0000:01:00.0/driver
The device is not bound to any driver.
Skipping "/dev/dri/card0", driven by "i915"
Skipping "/dev/dri/card0", driven by "i915"
Skipping "/dev/dri/card0", driven by "i915"
Found "/dev/dri/card0", driven by "i915"
output 0:
card0-eDP-1
Number of connected outputs for /dev/dri/card0: 1
Does it require offloading? yes
last cards number = 2
I couldn't open /var/lib/ubuntu-drivers-common/last_gfx_boot
for writing.
Error: can't write to /var/lib/ubuntu-drivers-common/last_gfx_boot
drivers nvidia 18.04
drivers nvidia 18.04
edited Jan 16 at 4:07
marcioxyz
asked Jan 15 at 3:21
marcioxyzmarcioxyz
12
12
add a comment |
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/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%2faskubuntu.com%2fquestions%2f1109799%2fnothing-works-to-make-nvidia-gtx1050-ti-work-inside-ubuntu-mate-18-04%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%2f1109799%2fnothing-works-to-make-nvidia-gtx1050-ti-work-inside-ubuntu-mate-18-04%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