On 07/07/2017 02:55 PM, William wrote: > On Thursday, July 06, Samuel Sieb wrote: > >> Just remove it. Are you using the proprietary NVidia driver? Is that > why you have all the blacklisting? > > Neither removing it nor changing "off" to "on made any difference that I > saw. > > Back in September, 2013, I opened a thread "problem: system freezes" in > this list. What solved the problem was Rick Stevens' suggestion to > replace the "nouveau" graphics card driver for my nVidia graphics card > with the "nVidia binary driver". Using the commands that Rick gave me > back then, I check what's being used now: > > bash.2[~]: lsmod | grep -i nouveau > bash.3[~]: lsmod | grep -i nvidia > nvidia_drm 49152 1 > nvidia_modeset 790528 4 nvidia_drm > nvidia 12308480 68 nvidia_modeset > drm_kms_helper 151552 1 nvidia_drm > drm 348160 4 nvidia_drm,drm_kms_helper > bash.4[~]: > > So yes, I'm using the proprietary nVidia driver. Ye gods! That was a LONG time ago. Nouveau has gotten better. It just didn't work well on some chipsets way back when dinosaurs walked the earth. > The blacklisting is not my doing. I don't know why it's there, or if it > should be there. But it does seem consistent with my system using the > nvidia proprietary driver. <dusting off the cobwebs> I think that's why the blacklisting is there--to make sure you didn't use nouveau. That may be a moot point now. That's why it's handy to have a bootable USB drive around...to test stuff like this out. Install to the USB drive using defaults (like nouveau) and boot it. Does nouveau handle the hardware properly now? > Does it matter that > > GRUB_DISABLE_SUBMENU=true > GRUB_GFXMODE=1920x1080,1600x900,1280x720,1024x576,auto > GRUB_GFXPAYLOAD_LINUX=keep > > come after the GRUB_CMDLINE_LINUX line in the /etc/default/grub file? > I'm guessing it does not matter, but I'd like that confirmed by someone > a lot more knowledgeable about these things than am I. I'm highly > uncomfortable playing with something as critical as grub. They're just shell variables that get exported by grub. They _must_ be defined before they're referenced via any "$(GRUB_xxxxx)" directives. Like any shell script, if you reference a non-existent variable, you'll get an error. It's unlikely your GRUB_CMDLINE_LINUX definition references those so any order should be OK. Just double check that they're defined before they're used. If they're not referenced elsewhere in the file, you're probably fine in any order. ---------------------------------------------------------------------- - Rick Stevens, Systems Engineer, AllDigital ricks@xxxxxxxxxxxxxx - - AIM/Skype: therps2 ICQ: 226437340 Yahoo: origrps2 - - - - Adjectives in English absolutely must come in the following order: - - opinion-size-age-shape-color-origin-material-purpose Noun. So you - - can have a "lovely, little old rectangular green French silver - - whittling knife". But if you mess with that order in the - - slightest, you'll sound like a maniac. It is an odd thing that - - almost every English speaker uses that order, but almost none of - - us could write it out. And, as size comes before color, "green - - great dragons" can't exist. However, we all know that "great - - green dragons" do. - ---------------------------------------------------------------------- _______________________________________________ users mailing list -- users@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to users-leave@xxxxxxxxxxxxxxxxxxxxxxx