[10:45] Morning peoples, critters and everything else [12:52] ahoy [13:03] hoy hoy [22:12] can anyone here help me with a nvidia driver issue? [22:13] Mayyybe. We can cetainly try! [22:14] Tell us about your nvidia driver issue. [22:14] awesome [22:15] i have a fresh install of ubuntu gnome 16.04, just finished running updates [22:15] I have an nvidia Geforce GTX 1060 [22:16] when i go to software&updates, I see nvidia 367.57 listed, but when I select it and reboot I get a blank screen or boot hang i'm not quite sure [22:16] and this 367.57 is definitely compatible with my card [22:16] and I have no 'secure boot' option selected in bios, I just checked [22:17] okay, are you pretty familiar with the terminal? [22:17] decently [22:17] And pastebin? [22:17] i can figure pastebin out [22:18] yeah ok im set up on pastebin [22:18] Sweet. Could you pastebin the contents of /var/log/Xorg.0.log and /var/log/Xog.1.log? [22:19] just type that in the terminal [22:19] ? [22:19] Well, if you want to install pastebinit you could do that first: sudo apt install pastebinit [22:19] and then cat /var/log/Xorg.0.log | pastebinit [22:19] oh cat [22:19] ok [22:19] and cat /var/log/Xorg.1.log | pastebinit [22:20] or you can cat them and copy/paste into your web browser [22:21] pastebin.com/nWgDL6TL [22:21] www.pastebin.com/nWgDL6TL [22:21] ah fuck spam filters [22:21] ok that one should be up [22:22] So, seeing in there [22:22] [ 135.319] (II) LoadModule: "nvidia" [22:22] [ 135.319] (WW) Warning, couldn't open module nvidia [22:22] [ 135.319] (II) UnloadModule: "nvidia" [22:22] [ 135.319] (II) Unloading nvidia [22:22] [ 135.319] (EE) Failed to load module "nvidia" (module does not exist, 0) [22:22] [ 135.319] (II) LoadModule: "nouveau" [22:22] Looks like maybe you've got the nvidia package installed but haven't loaded the kernel module / it isn't actually accessible [22:22] and I bet that's (at least part of) your problem. [22:23] www.pastebin.com/ZATXSMGH [22:23] hmm [22:25] * jthan reading up on this a bit [22:30] Seems like this could be somewhat relevant: http://askubuntu.com/questions/289459/nvidia-drivers-installed-but-not-used [22:30] I am unfortunately NOT on Ubuntu these days or running nvidia graphics on my Linux boxen [22:37] when I run [22:37] sudo modprobe nvidia [22:37] I get, FATAL: module nvidia not found in directory /lib/modules/4.4.0-51-generic [22:46] how about dpkg -l | grep nvidia [22:46] does that spit anything out? [22:48] it doesn't seem to [22:48] yeah, nothing [22:48] that means an nvidia package isn't actually installed. [22:49] is it supposed to be installed by default when you install ubuntu? or is it supposed to be installed when I select the driver in software&updates? [22:50] I'm not sure, because I don't know much about Ubuntu package management. [23:10] user2: it should be installed when you select the driver [23:11] user2: what's the output of "ubuntu-drivers list"? [23:11] im currently rebooting trying again with the 367 driver [23:11] but seems like im getting the same error [23:12] black screen on boot, no boot progress [23:24] user2: have you tried that ubuntu-drivers command? [23:26] im working on getting a fresh install up, since the 367 driver made my last installation break [23:27] its going to be a while