LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices


Reply
  Search this Thread
Old 11-21-2011, 09:02 AM   #1
hipy
LQ Newbie
 
Registered: Nov 2011
Posts: 3

Rep: Reputation: Disabled
Unhappy Laptop: Two videocards, how to pick the Nvidia gt540m card?


Hello,

I got a brand new laptop with in it an Nvidia GT540M, this is a card with optimus technology. This means that(on windows) the laptop will switch between an intel video card and the nvidia one. To save battery life.

The problem is, i cant get my Nvidia driver to work. If i install the driver and run Nvidia-xconfig, i get the following error on start up: No screens found.

When i do lspci | grep VGA, i get back two video cards.
My theory is that xorg tries to use the nvidia driver for the Intel card(which i guess is selected by default) and that is the reason that it will not work.

How can i select the nvidia card, i do not have an option in my bios.
Also i already tried the software called bumblebee. This is supposed to let you switch between video cards. But since i use Mint(12) it will not work. There must be a way to select my other video bard. I read something about BusId but adding it to my xorg config did not help.

Please help!
 
Old 11-21-2011, 01:40 PM   #2
business_kid
LQ Guru
 
Registered: Jan 2006
Location: Ireland
Distribution: Slackware, Slarm64 & Android
Posts: 16,370

Rep: Reputation: 2335Reputation: 2335Reputation: 2335Reputation: 2335Reputation: 2335Reputation: 2335Reputation: 2335Reputation: 2335Reputation: 2335Reputation: 2335Reputation: 2335
The way I would attack that is with an Xorg.conf, which might have the following sections

Section Display
Video card one details

Section Display
video card 2 details.

In those, you may be able to specify pci.id.

Section Monitor
Monitor details

Then there's some master section where you stick them all together and tell X to use this monitor, that mouse, the nvidia card, etc.

Then you are able to specify the config file for X to use. Sorry to be so woolly, but I'm off sick atm.
 
0 members found this post helpful.
Old 11-21-2011, 02:42 PM   #3
hipy
LQ Newbie
 
Registered: Nov 2011
Posts: 3

Original Poster
Rep: Reputation: Disabled
Could you please elaborate this a bit? I can't do a lot with this information sadly, i am certainly not an expert in Xorg.conf, so some examples to help me on my way would be great

Thanks for the effort/help tough!
 
Old 11-21-2011, 03:00 PM   #4
thorkelljarl
Senior Member
 
Registered: Jun 2008
Posts: 1,820

Rep: Reputation: 229Reputation: 229Reputation: 229
Optimus...

Nvidia Optimus is reported as a headache for many linux users. Two solutions are being worked on, Bumblebee and its fork for Ubuntu, Ironhide, but this is probably one of the cases where you will need to be patient while the linux developers keep working on the solution. Nvidia does not plan any support for Optimus for linux.

https://github.com/Bumblebee-Project

https://launchpad.net/~mj-casalogic/+archive/ironhide

Last edited by thorkelljarl; 11-21-2011 at 03:19 PM.
 
Old 11-21-2011, 03:02 PM   #5
hipy
LQ Newbie
 
Registered: Nov 2011
Posts: 3

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by thorkelljarl View Post
Optimus...

Nvidia Optimus is reported as a problem for many linux users. Two solutions are being worked on, Bumblebee and its fork for Ubuntu, Ironhide, but this is probably one of the cases where you will need to be patient while linux developers go to work. Nvidia does not plan any support for Optimus for linux.

https://github.com/MrMEEE/bumblebee
But it must be possible to select one videocard, i do not want to use the optimus inteligent switching technology. I just want my video card to work. At the moment i can't play games, etc..
 
Old 11-21-2011, 03:42 PM   #6
thorkelljarl
Senior Member
 
Registered: Jun 2008
Posts: 1,820

Rep: Reputation: 229Reputation: 229Reputation: 229
Games, games...

As I've read the Internet posts, it's not possible to just use Nvidia and play away. Optimus uses both the Nvidia chip and an integrated Intel chip on the motherboard, one feeding to the other to produce the best graphics. There isn't a way around the architecture

.

Last edited by thorkelljarl; 11-21-2011 at 03:56 PM.
 
Old 11-21-2011, 04:09 PM   #7
thorkelljarl
Senior Member
 
Registered: Jun 2008
Posts: 1,820

Rep: Reputation: 229Reputation: 229Reputation: 229
?...

What about trying Optimus this way?

http://community.linuxmint.com/tutorial/view/610O

Last edited by thorkelljarl; 11-21-2011 at 04:13 PM.
 
Old 11-22-2011, 12:17 AM   #8
tun025
LQ Newbie
 
Registered: Sep 2009
Posts: 7

Rep: Reputation: 0
Cannot switch to Nvidia Card.
So how can I turn off my Nvidia video card ? (asus ul80vt with geforce g210m 512mb)
I just want to use onboard card.
My laptop is working too hot whenever I'm on linux.
I don't want to use Nvidia in linux. I'm still searching in the net for a long time.
Any suggestions ?
How to turn off ?
Is there a way to turn it off with terminal ?
 
Old 11-22-2011, 02:55 AM   #9
business_kid
LQ Guru
 
Registered: Jan 2006
Location: Ireland
Distribution: Slackware, Slarm64 & Android
Posts: 16,370

Rep: Reputation: 2335Reputation: 2335Reputation: 2335Reputation: 2335Reputation: 2335Reputation: 2335Reputation: 2335Reputation: 2335Reputation: 2335Reputation: 2335Reputation: 2335
Quote:
Originally Posted by hipy View Post
Could you please elaborate this a bit? I can't do a lot with this information sadly, i am certainly not an expert in Xorg.conf, so some examples to help me on my way would be great

Thanks for the effort/help tough!
Google for "xorg.conf multi head" or the like. There's plenty of examples online for various configurations and loads of howtos. Loads of hits from this site. If people are working on extra software for it, though, xorg.conf alone is probably not going to work - why I don't know.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Is it possible to replace the internal graphics card in a laptop from ATI to Nvidia? urcindalo Linux - Laptop and Netbook 2 02-19-2010 08:00 AM
Help me pick a linux compatible laptop paulsiu Linux - Laptop and Netbook 21 03-26-2007 08:56 PM
Help me pick a Linux laptop texaudit Linux - Hardware 3 01-14-2006 01:05 PM
Pick out a Notebook/Laptop FOR Linux livewire98801 Linux - Laptop and Netbook 7 08-28-2005 01:07 AM
nvidia videocards in 9.1 - upgrade/installation using YOU ungua SUSE / openSUSE 17 10-22-2004 12:14 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

All times are GMT -5. The time now is 07:58 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration