There are a large number of PC's with Nvidia graphics cards and certain TV tuner/radio card combos that are affected by this bug. If you can't get your Restricted Nvidia driver installed in Ubuntu 8.10, and are greeted with the bulletproofx "Low Graphics Mode" at boot, then this might be a solution. To see if you are affected, open a terminal and run: ``` lsmod | grep cx18
cx18 96832 0 dvb_core 86272 1 cx18 videodev 41344 2 tuner,cx18 compat_ioctl32 9344 1 cx18 i2c_algo_bit 14340 1 cx18 cx2341x 21124 1 cx18 v4l2_common 19840 4 cs5345,tuner,cx18,cx2341x tveeprom 20228 1 cx18 i2c_core 31892 14 adm1021,mxl5005s,s5h1409,tuner_simple,tda9887,tda8290,cs5345,tuner,cx18,nvidia,i2c_algo_bit,v4l2_common,tveeprom,i2c_nforce2
1.) If you plan on using your tuner/radio card, then this is the solution:
Reallocate the virtual memory so both the cx18 and nvidia modules will coexist. Open a terminal and run ```
sudo gedit /boot/grub/menu.lst
vmalloc=256M
title Ubuntu 8.10, kernel 2.6.27-10-generic
uuid 84456e0a-8648-477a-96ef-0116151ecc8c
kernel /boot/vmlinuz-2.6.27-10-generic root=UUID=84456e0a-8648-477a-96ef-0116151ecc8c ro quiet splash rootflags=data=writeback vmalloc=256M
initrd /boot/initrd.img-2.6.27-10-generic
quiet
2.) If you do not plan on using your tuner/radio, or if you don't have one and the module is being loaded by mistake, then you can just blacklist the cx18 module so it won't load at boot time. Open a terminal and run ``` sudo gedit /etc/modprobe.d/blacklist
blacklist cx18