I have two graphics cards: How do I just use the nVidia one?

Asked by Ryan Kaskel

As you can see below from the output of "lshw -c video," I have to graphics cards:

1) On board Intel
2) nvidia

I want X to use the nVidia card only, as the i915 Intel driver does not work in natty. I've tried installing the nvidia package from Ubuntu, to no avail, and the proprietary drivers from nVidia, also to no avail.

This is the error I see in Xorg.log:

[ 32.776] (II) LoadModule: "nvidia"
[ 32.777] (II) Loading /usr/lib/xorg/extra-modules/nvidia_drv.so
[ 32.777] (II) Module nvidia: vendor="NVIDIA Corporation"
[ 32.777] compiled for 4.0.2, module version = 1.0.0
[ 32.777] Module class: X.Org Video Driver
[ 32.777] (II) NVIDIA dlloader X Driver 270.41.06 Mon Apr 18 14:55:25 PDT 2011
[ 32.777] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[ 32.899] (--) using VT number 8

[ 33.082] (EE) No devices detected.
[ 33.082]
Fatal server error:
[ 33.082] no screens found
[ 33.082]
Please consult the The X.Org Foundation support
  at http://wiki.x.org

What can I do to fix this?

Thanks,
Ryan

--------------------
$ sudo lshw -c video
[sudo] password for ryan:
  *-display UNCLAIMED
       description: VGA compatible controller
       product: GT216 [GeForce GT 330M]
       vendor: nVidia Corporation
       physical id: 0
       bus info: pci@0000:01:00.0
       version: a2
       width: 64 bits
       clock: 33MHz
       capabilities: pm msi pciexpress vga_controller bus_master cap_list
       configuration: latency=0
       resources: memory:ac000000-acffffff memory:b0000000-bfffffff memory:ae000000-afffffff ioport:2000(size=128)
  *-display
       description: VGA compatible controller
       product: Core Processor Integrated Graphics Controller
       vendor: Intel Corporation
       physical id: 2
       bus info: pci@0000:00:02.0
       version: 02
       width: 64 bits
       clock: 33MHz
       capabilities: msi pm vga_controller bus_master cap_list rom
       configuration: driver=i915 latency=0
       resources: irq:46 memory:f2000000-f23fffff memory:d0000000-dfffffff ioport:1800(size=8)

Question information

Language:
English Edit question
Status:
Answered
For:
Ubuntu xorg Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Ryan Kaskel (ryankaskel) said :
#1

I also am linking this question because the source of my issue is that the i915 driver doesn't work for me in kernels >= 2.6.38 https://answers.launchpad.net/ubuntu/+source/xserver-xorg-video-intel/+question/156082

All worked well in 10.10 (kernel 2.6.35)

Revision history for this message
Evilload (evilload-deactivatedaccount) said :
#2

Hi !

As you have a 'real' graphic card, I guess the easiest way is to disable the onboard card directly in the BIOS. There might be an option to do this.

The system will completely ignore the existence of the onboard card, and will rely only on the nvidia.

Can you help with this problem?

Provide an answer of your own, or ask Ryan Kaskel for more information if necessary.

To post a message you must log in.