<br><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Earl,<br>
<br>
To get 3d functionality you need to use optirun.<br>
<br>
Is the bbswitch module loaded?, you can check this with lsmod | grep<br>
bbswitch<br>
<br>
Is the bumblebeed service running?, you can check this with ps -ef |<br>
grep bumble<br>
<br>
What kind of vga card do you have, can you post the output of lspci |<br>
grep -i vga<br>
<br>
Kind regards,<br>
<br>
Rob<br>
<br>
<br>
-------------- next part --------------<br>
An HTML attachment was scrubbed...<br>
URL: &lt;<a href="http://lists.elrepo.org/pipermail/elrepo/attachments/20120525/4b9cc6af/attachment-0001.html" target="_blank">http://lists.elrepo.org/pipermail/elrepo/attachments/20120525/4b9cc6af/attachment-0001.html</a>&gt;<br>

<br>
------------------------------<br>
<br>
_______________________________________________<br>
elrepo mailing list<br>
<a href="mailto:elrepo@lists.elrepo.org">elrepo@lists.elrepo.org</a><br>
<a href="http://lists.elrepo.org/mailman/listinfo/elrepo" target="_blank">http://lists.elrepo.org/mailman/listinfo/elrepo</a><br>
<br>
<br>
End of elrepo Digest, Vol 35, Issue 23<br>
**************************************<br>
</blockquote></div>Rob,<br><br>Thanks for your time and all of your support.<br><br>bbswitch module is loaded.<br>lsmod | grep bbswitch<br>bbswitch                5555  0 <br><br>bumblebee service is up and running<br>ps -ef | grep bumble<br>
root      3774     1  0 13:44 ?        00:00:00 bumblebeed -D<br>root      3795  3744  0 13:45 pts/0    00:00:00 grep bumble<br><br>Below are the types of vga that are running on my laptop<br>lspci | grep -i vga<br>00:02.0 VGA compatible controller: Intel Corporation 2nd Generation Core Processor Family Integrated Graphics Controller (rev 09)<br>
01:00.0 VGA compatible controller: nVidia Corporation GF106 [GeForce GT 555M] (rev ff)<br clear="all"><br>I have been doing some research and I found out that since I installed CentOS on the laptop I with the basic drivers it added &quot;nomodeset&quot; as the kernel argument, therefore it was always load the VESA driver with 1280x1024 screen resolution. Once I removed &quot;nomodeset&quot; I get the 1920x1080 resolution, however I am only getting the nouveau driver and not nvidia drivers.<br>
<br>Below is the what my grub.conf looks like and it will still load the nouveau drivers. If I use the xorg.conf I will not boot into the GUI as I will just get a blank screen.<br><br># grub.conf generated by anaconda<br>
#<br># Note that you do not have to rerun grub after making changes to this file<br># NOTICE:  You have a /boot partition.  This means that<br>#          all kernel and initrd paths are relative to /boot/, eg.<br>#          root (hd0,0)<br>
#          kernel /vmlinuz-version ro root=/dev/mapper/vg_wildfire-LogVol00 rdblacklist=nouveau vga=791<br>#          initrd /initrd-[generic-]version.img<br>#boot=/dev/sda<br>default=0<br>timeout=5<br>splashimage=(hd0,0)/grub/splash.xpm.gz<br>
hiddenmenu<br>title CentOS (2.6.32-220.17.1.el6.x86_64)<br>    root (hd0,0)<br>    kernel /vmlinuz-2.6.32-220.17.1.el6.x86_64 ro root=/dev/mapper/vg_wildfire-LogVol00 rd_NO_LUKS LANG=en_US.UTF-8 rd_NO_MD quiet SYSFONT=latarcyrheb-sun16 rhgb crashkernel=128M rd_LVM_LV=vg_wildfire/LogVol00  KEYBOARDTYPE=pc KEYTABLE=us rd_LVM_LV=vg_wildfire/LogVol07 rd_NO_DM rdblacklist=nouveau vga=791 nouveau.modeset=0<br>
    initrd /initramfs-2.6.32-220.17.1.el6.x86_64.img<br>title CentOS (2.6.32-220.el6.x86_64)<br>    root (hd0,0)<br>    kernel /vmlinuz-2.6.32-220.el6.x86_64 ro root=/dev/mapper/vg_wildfire-LogVol00 rd_NO_LUKS LANG=en_US.UTF-8 rd_NO_MD quiet SYSFONT=latarcyrheb-sun16 rhgb crashkernel=128M rd_LVM_LV=vg_wildfire/LogVol00  KEYBOARDTYPE=pc KEYTABLE=us rd_LVM_LV=vg_wildfire/LogVol07 rd_NO_DM rdblacklist=nouveau vga=791 nouveau.modeset=0<br>
    initrd /initramfs-2.6.32-220.el6.x86_64.img<br><br>The nouveau driver is also blacklisted in the /etc/modprobe.d/blacklist-nouveau.conf<br><br>cat /etc/modprobe.d/blacklist-nouveau.conf<br># ELRepo.org (<a href="http://elrepo.org">http://elrepo.org</a>)<br>
# Blacklist file for the nouveau driver in el6<br># If the nouveau continues to load, run as root:<br># dracut -f /boot/initramfs-$(uname -r).img $(uname -r)<br><br>blacklist nouveau<br><br>I have also uninstalled the nouveau driver but I am still booting into the nouveau driver. The only why that I can completely blacklist the nouveau driver is to use nomodeset to the kernel, however I will be back to square one as I will get the VESA driver with 1280x1024 resolution.<br>
<br>-- <br>Kind Regards<br>Earl Ramirez<br><br>