I cannot enable desktop effects from system>preferences>appearance. There also seems to be a big problem with my graphics in general, because many times I get a blank screen on booting. I have to reboot in recovery mode, and choose the "run in failsafe graphic mode" or "resume normal boot" and do my work in a simple CLI interface.
My machine has these specs, with a Windows 7/Ubuntu 10.04 dual boot. I was waiting for Oneric hoping that it'll have updated compatibility with my hardware. However, seeing the beta1 preview I have chosen to stick with the LTS for the same reasons I downgraded from 11.04. I have all the basic functionality that I need for work, but graphics is a big issue (black screen on bootup, no desktop effects) to make it my stable primary OS.
As you can realize from my post, I am a Linux n00b. How can I fix my graphics issues? On a sidenote, sometimes even when idle, my laptop begins to make a lot of noise and then subsides. Is this related to my graphics problem, as this doesn't happen on my Windows boot. If so, I really need to fix it. I don't play any games or run Blu-ray or heavy video, etc. (Please tolerate my ignorance as I came to Ubuntu from a Mac background) I did some searching but I can't troubleshoot my problem.
I guess the following output is relevant
lspci | grep VGA
00:02.0 VGA compatible controller: Intel Corporation Device 0116 (rev 09)
01:00.0 VGA compatible controller: nVidia Corporation Device 0dcd (rev a1)
(EE) No devices detected.
– yayu Sep 16 '11 at 20:18/etc/X11/xorg.conf
exists, remove it and reboot. Otherwise, could you runbumblebee-bugreport
and either submit the report to the mailing list bumblebee@lists.launchpad.net or mail it to lekensteyn@gmail.com ? – Lekensteyn Sep 16 '11 at 20:32sudo nvidia-uninstall
(probably from recovery mode or a text console). After that, reinstall thelibgl1-mesa-glx
package. – Lekensteyn Sep 16 '11 at 20:54optirun firefox
I get the messageThe Bumblebee daemon has not been started. To start the daemon, run: sudo /etc/init.d/bumblebee start
However there is no such file in/etc/init.d/
I have generated the bumblebee bugreport and sending it to you. Thanks a lot for your help all this while. – yayu Sep 24 '11 at 01:39ls -la /usr/lib/libnvidia*
andls -la /usr/lib/libvdpau.so*
? Also, recent versions ofbumblebee-bugreport
already include thebumblebee.log
file, so you do not need to add it manually. A Bumblebee user faced a similar issue in Lucid with the same log spam in Xorg.0.log ("FBDEV(0): FBIOPUTCMAP: Invalid argument") and resolved it by upgrading from 10.04 Lucid to 11.04 Natty. For best hardware support, I recommend upgrading. – Lekensteyn Sep 24 '11 at 08:18