On Tue, Jun 14, 2011 at 1:44 PM, Moshe Nissim <[email protected]> wrote: > If I understood correctly, bumblebee uses the intel graphics as the 'main' X > server hardware, > and another X server for the nVidia graphics, without a visible screen, and > with VirtuGL to route > GL operations to Pbuffer on that screen. > I don't want all this setup. > I want something much simpler: ignore the intel graphics completely, and use > the nVida hardware > with the nVidia driver.
Right now there is no way of ignoring the intel graphics driver other than directly from the BIOS, and only in certain models, but with the optimus bumblebee you *are* using nvidia hardware *and* nvidia drivers for all the applications you call with optirun. There is a penalty in using VirtualGL routing, but other than that, it does use the nvidia drivers, that are on-par with the Windows drivers in performance. It would be useful if you could run this on Windows and Linux bumblebee to check the performance difference: on windows: google-chrome http://webglsamples.googlecode.com/hg/aquarium/aquarium.html on linux with bumblebee installed, try both: google-chrome http://webglsamples.googlecode.com/hg/aquarium/aquarium.html optirun google-chrome http://webglsamples.googlecode.com/hg/aquarium/aquarium.html and please reply with the FPS values for the three cases. > Does this laptop have a hardware LVDS mux? > If yes, does someone know how to throw the switch via acpi_call? There is no obvious LVDS mux in your model's DSDT tables but it could be a different method that we've found so far... Cheers > On Tue, Jun 14, 2011 at 3:37 PM, Joaquín Ignacio Aramendía > <[email protected]> wrote: >> >> I think Bumblebee is your only choice here. Just don't use it to turn >> on/off your card you can modify the scripts to do that. >> >> >> -- >> Joaquín Ignacio Aramendía <[email protected]> >> >> El mar, 14-06-2011 a las 11:13 +0300, Moshe Nissim escribió: >> > I dual-boot to windows-7 therefore I would like to keep the BIOS >> > setting of Optimus to 'enabled'. >> > On linux, at this stage, I would simply like to use the nVidia card >> > with nVidia drivers, NOT toggling it off/on, >> > using bumblebee VirtualGL or anything fancy. (and drain the >> > battery...) >> > >> > >> > lspci shows the intel + nvidia cards (as expected). >> > >> > >> > Trying to use Xorg with explicit PCI number of the nVidia card >> > ("BusID"...) fails with >> > "NVIDIA(0): No display devices found". >> > >> > >> > Trying to force a display connection ("ConnectedMonitor" "DFP-0") - >> > Xorg starts without complains, >> > but screen is blanked (text-mode login prompt disappears, _ cursor on >> > top left). >> > ctrl-alt-Fx switches to other text-mode login screens. >> > Seems to me like its still the Intel output (which is still in text >> > mode). >> > >> > >> > Does this laptop have a hardware LDVS mux? >> > If so, how co control it? >> > >> > >> > Disabling Optimus in the BIOS makes only the nVidia card visible on >> > lspci, and Xorg works as expected >> > (without any need for explicit 'ConnectedMonitor' setting, or 'BusID' >> > setting). >> > But this is a pain, since I dual-boot to windows-7 and want the >> > Optimus mode to work there. >> > >> > >> > attached files: >> > >> > https://bugs.launchpad.net/lpbugreporter/+bug/752542/+attachment/2166441/+files/Latitude%20E6420.tar.gz >> > _______________________________________________ >> > Mailing list: https://launchpad.net/~hybrid-graphics-linux >> > Post to : [email protected] >> > Unsubscribe : https://launchpad.net/~hybrid-graphics-linux >> > More help : https://help.launchpad.net/ListHelp >> > > > _______________________________________________ > Mailing list: https://launchpad.net/~hybrid-graphics-linux > Post to : [email protected] > Unsubscribe : https://launchpad.net/~hybrid-graphics-linux > More help : https://help.launchpad.net/ListHelp > > _______________________________________________ Mailing list: https://launchpad.net/~hybrid-graphics-linux Post to : [email protected] Unsubscribe : https://launchpad.net/~hybrid-graphics-linux More help : https://help.launchpad.net/ListHelp

