Follow Slashdot blog updates by subscribing to our blog RSS feed

 



Forgot your password?
typodupeerror
×
User Journal

Journal moj0e's Journal: Ubuntu 11.10 upgrade/install NVidia

Nvidia drivers weren't loading. Error: could not allocate memory:

Solution:
Apparently this is a known bug, and i had to do the following to fix this:

edit /etc/default/grub
find the option GRUB_CMDLINE_LINUX and add nopat, so for me this looked like

GRUB_CMDLINE_LINUX="nopat"

run sudo update-grub

Source:
http://askubuntu.com/questions/37590/nvidia-drivers-not-working-after-upgrade-why-can-i-only-see-terminal

This discussion has been archived. No new comments can be posted.

Ubuntu 11.10 upgrade/install NVidia

Comments Filter:

We warn the reader in advance that the proof presented here depends on a clever but highly unmotivated trick. -- Howard Anton, "Elementary Linear Algebra"

Working...