← Back to team overview

ubuntu-x-swat team mailing list archive

[Bug 607490] Re: Xorg fails with "NVIDIA(0): Failed to allocate primary buffer: out of memory."

 

@Krzysztof Matusik I just checked this. There is a nvidia kernel loaded

jolo@jolo-desktop:~$ lsmod | grep nvidia

nvidia              10195198  0

agpgart                32075  2 nvidia,via_agp


jolo@jolo-desktop:~$ dmesg | grep nvidia

[   14.357302] nvidia: module license 'NVIDIA' taints kernel.

[   17.315761] nvidia 0000:01:00.0: PCI INT A -> Link[LNKA] -> GSI 11
(level, low) -> IRQ 11

[   18.244266] nvidia 0000:01:00.0: putting AGP V2 device into 4x mode

[   20.430668] nvidia 0000:01:00.0: putting AGP V2 device into 4x mode

[   21.652614] nvidia 0000:01:00.0: putting AGP V2 device into 4x mode

[   22.818040] nvidia 0000:01:00.0: putting AGP V2 device into 4x mode

[   23.871694] nvidia 0000:01:00.0: putting AGP V2 device into 4x mode

[   24.922755] nvidia 0000:01:00.0: putting AGP V2 device into 4x mode


In the meanwhile I found another workaround. Instead of adding "nopat" in /etc/default/grub and update-grub, I added just one space in /etc/default/grub between quiet and splash 
and I did the ussally update-grub.
 
# If you change this file, run 'update-grub' afterwards to update

# /boot/grub/grub.cfg.


GRUB_DEFAULT=0

#GRUB_HIDDEN_TIMEOUT=0

GRUB_HIDDEN_TIMEOUT_QUIET=true

GRUB_TIMEOUT=10

GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`

GRUB_CMDLINE_LINUX_DEFAULT="quiet  splash"

GRUB_CMDLINE_LINUX=""


Thus with two spaces instead of one space in /etc/default/grub between quiet and splash the nvidia error seemd to be fixed for me. I also added this file as an 
attachment.

** Attachment added: "grub"
   https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers/+bug/607490/+attachment/1508533/+files/grub

-- 
Xorg fails with "NVIDIA(0): Failed to allocate primary buffer: out of memory."
https://bugs.launchpad.net/bugs/607490
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to nvidia-graphics-drivers in ubuntu.



Follow ups