Does Ubuntu12.04 Nouveau driver implement Optimus laptop

 
Thread Tools Search this Thread
Special Forums Hardware Does Ubuntu12.04 Nouveau driver implement Optimus laptop
# 1  
Old 05-31-2012
Does Ubuntu12.04 Nouveau driver implement Optimus laptop

Hi Gud day,

I would like to ask about if someone out here use an optimus technology laptop install the bumblebee package to enable to use the nvidia graphics card.

I just wondering on my optimus laptop which i install the latest ubuntu dist. which is 12.04 precise and update to kernel as of this date is 3.2.0-24.
Im using lucyd and bumblebee to access my paid graphics nvidia card. Before no bumblebee package install i can't use google-earth
or so called webgl on a browser. In my understanding the intel card can't handle high end application that required a high end card which is the purpose of the
nvidia. with bumblebee installed google-earth and webgl is a piece of cake. an any application that required extensive graphics. Now im confused since the default
installation of the precise 12.04 as of 2012-06-01, the google earth and webgl works fine, so does it mean the default install driver can used the nvidia or access the nvidia card.
Question:

1. I never found nvidia module/driver loaded when i run google-earth not like the bumblebee "optirun <apps>" so therefore what driver is the apps using?
2. Does the nouveau driver can access or used the nvidia card ( nouveau driver is opensource driver for nvidia right )
3. On the nouveau official website, its states that Optirun technology is not implemented yet. then maybe im wrong thinking nouveau driver is using the nvidia card?

Thanks And Best Regards.
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. Ubuntu

Laptop to laptop transfer files

Dear all, I would like to transfer my old laptop documents/files etc to the new laptop without using any external hard disk. Please let me know if its possible via any way. Thank in advance, emily (3 Replies)
Discussion started by: emily
3 Replies

2. Hardware

Difference between platform driver,codec driver and Machine driver

In general terms what are the differences platform driver,codec driver and Machine driver? (1 Reply)
Discussion started by: rupeshkp728
1 Replies

3. Hardware

Problem Nvidia Optimus Technology linux Support (bumblebee apps)

Hi, I had a asus u30jc laptop with dual video NVIDIA OPTIMUS features (Built-in Intel and Nvidia geforce 310M), I just wondering if someone already figure out how the official nvidia driver works, or any tweaks inorder to use the nvidia card, Ive been using this laptop for more than a year now,... (0 Replies)
Discussion started by: jao_madn
0 Replies

4. UNIX for Dummies Questions & Answers

boot option Available partitions 0b00 1048575 sr0 driver:sr 0800 488386584 sda driver:sd

Help, suspect hacked via serial or electric! any ideas on error "Pid:1, comm:swapper Tainted:G W 2.6.35-22 generic #33 -unbutu device = "(null)" or unknown-blocklist(8.1) please append a correct "root"boot option Available partitions 0b00 1048575 sr0 driver:sr 0800 488386584 sda driver:sd. Thanks... (3 Replies)
Discussion started by: kryclear
3 Replies

5. Ubuntu

Connect 2 laptops with RJ45 cable (Ubuntu 10.10 laptop with Windows 7 laptop)

Hi to all, I have the problem that a laptops with windows XP cannot startup even in safe mode nor using last good known configuration. I have a Ubuntu 10.10 Live CD and booting from it I can read the Hard Drive. I need to do a backup the Hard Drive from XP laptop and I want to connect this... (5 Replies)
Discussion started by: cgkmal
5 Replies

6. Shell Programming and Scripting

How to implement this?

hi i have a file like 1,"A","B" 2,"C","D" 1,"E","F" 3,"G","H" in output i need like 3,"G","H" 1,"E","F" 2,"C","D" 1,"A","B" (12 Replies)
Discussion started by: angel12345
12 Replies

7. Shell Programming and Scripting

how to implement this

Hi all, could any of you please help me on my problem.. we are doing FTP (one report out put) from one server to another server through unix shell script program. Due to the network issues, some times FTP process is hanging. So we planned to modify the existing program with the following... (2 Replies)
Discussion started by: kishore_jasthi
2 Replies

8. Solaris

SUNWglmr -- rasctrl environment monitoring driver for i2c or SCSI device driver ?

I've been researching minimizeing Solaris 8 and found that on the web page http://www.sun.com/bigadmin/content/packagelist/s8u7PkgList/p2.html the package SUNWglmr is listed as "rasctrl environment monitoring driver for i2c, (Root) (32-bit)" while in the document "Solaris 8 minimize-updt1.pdf"... (1 Reply)
Discussion started by: roygoodwin
1 Replies

9. UNIX for Advanced & Expert Users

how can i implement rlogin

how can i use a rlogin with out entered a password, someone tell me about configure the next files /.rhosts /etc/hosts.equiv and /etc/hosts but i not sure about that, or there are not enough could you tell me how to do that? (3 Replies)
Discussion started by: jav_v
3 Replies
Login or Register to Ask a Question
OPENSC-TOOL(1)							   OpenSC Tools 						    OPENSC-TOOL(1)

NAME
opensc-tool - generic smart card utility SYNOPSIS
opensc-tool [OPTIONS] DESCRIPTION
The opensc-tool utility can be used from the command line to perform miscellaneous smart card operations such as getting the card ATR or sending arbitrary APDU commands to a card. OPTIONS
--atr, -a Print the Answer To Reset (ATR) of the card. Output is in hex byte format --card-driver driver, -c driver Use the given card driver. The default is auto-detected. --info, -i Print information about OpenSC, such as version and enabled components. --list-drivers, -D List all installed card drivers. --list-files, -f Recursively list all files stored on card. --list-readers, -l List all configured readers. --name, -n Print the name of the inserted card (driver). --reader num, -r num Use the given reader number. The default is 0, the first reader in the system. --send-apdu apdu, -s apdu Sends an arbitrary APDU to the card in the format AA:BB:CC:DD:EE:FF.... --serial Print the card serial number (normally the ICCSN). Output is in hex byte format --verbose, -v Causes opensc-tool to be more verbose. Specify this flag several times to enable debug output in the opensc library. --wait, -w Wait for a card to be inserted. SEE ALSO
opensc-explorer(1) opensc 06/17/2014 OPENSC-TOOL(1)