<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    On 05/26/2012 08:20 PM, Earl Ramirez wrote:
    <blockquote
cite="mid:CAP6-ctR6mtcXfva-rH6TRayxEUnC+cwKtD3u6gXsLfRmnSuShA@mail.gmail.com"
      type="cite"><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 moz-do-not-send="true"
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 moz-do-not-send="true"
            href="mailto:elrepo@lists.elrepo.org">elrepo@lists.elrepo.org</a><br>
          <a moz-do-not-send="true"
            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&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 5555&nbsp; 0 <br>
      <br>
      bumblebee service is up and running<br>
      ps -ef | grep bumble<br>
      root&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 3774&nbsp;&nbsp;&nbsp;&nbsp; 1&nbsp; 0 13:44 ?&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 00:00:00 bumblebeed -D<br>
      root&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 3795&nbsp; 3744&nbsp; 0 13:45 pts/0&nbsp;&nbsp;&nbsp; 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
      "nomodeset" as the kernel argument, therefore it was always load
      the VESA driver with 1280x1024 screen resolution. Once I removed
      "nomodeset" 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:&nbsp; You have a /boot partition.&nbsp; This means that<br>
      #&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; all kernel and initrd paths are relative to /boot/, eg.<br>
      #&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; root (hd0,0)<br>
      #&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; kernel /vmlinuz-version ro
      root=/dev/mapper/vg_wildfire-LogVol00 rdblacklist=nouveau vga=791<br>
      #&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 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>
      &nbsp;&nbsp;&nbsp; root (hd0,0)<br>
      &nbsp;&nbsp;&nbsp; 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&nbsp; KEYBOARDTYPE=pc KEYTABLE=us
      rd_LVM_LV=vg_wildfire/LogVol07 rd_NO_DM rdblacklist=nouveau
      vga=791 nouveau.modeset=0<br>
      &nbsp;&nbsp;&nbsp; initrd /initramfs-2.6.32-220.17.1.el6.x86_64.img<br>
      title CentOS (2.6.32-220.el6.x86_64)<br>
      &nbsp;&nbsp;&nbsp; root (hd0,0)<br>
      &nbsp;&nbsp;&nbsp; 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&nbsp; KEYBOARDTYPE=pc KEYTABLE=us
      rd_LVM_LV=vg_wildfire/LogVol07 rd_NO_DM rdblacklist=nouveau
      vga=791 nouveau.modeset=0<br>
      &nbsp;&nbsp;&nbsp; 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 moz-do-not-send="true" 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>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">_______________________________________________
elrepo mailing list
<a class="moz-txt-link-abbreviated" href="mailto:elrepo@lists.elrepo.org">elrepo@lists.elrepo.org</a>
<a class="moz-txt-link-freetext" href="http://lists.elrepo.org/mailman/listinfo/elrepo">http://lists.elrepo.org/mailman/listinfo/elrepo</a>
</pre>
    </blockquote>
    Earl,<br>
    <br>
    I have these lines in grub.conf<br>
    <br>
    nouveau.modeset=0 rdblacklist=nouveau<br>
    <br>
    Did you also install the virtualgl package from:
    <a class="moz-txt-link-freetext" href="http://www.virtualgl.org/">http://www.virtualgl.org/</a><br>
    I need to add this as a requirement to the package.<br>
    <br>
    Kind regards,<br>
    <br>
    Rob<br>
  </body>
</html>