You are not logged in.

#1 2015-09-04 22:23:43

LuaKT
Member
Registered: 2015-09-04
Posts: 3

Nvidia and Nvidia legacy together

Hi,

I have a GTX 560ti and a 9500GT installed in my computer.
I'm using the proprietary Nvidia drivers which work fine with the 560ti but not with the 9500gt.

Running

lshw -numeric -c video

tells me the 9500gt is UNCLAIMED.

  *-display               
       description: VGA compatible controller
       product: GF114 [GeForce GTX 560 Ti] [10DE:1200]
       vendor: NVIDIA Corporation [10DE]
       physical id: 0
       bus info: pci@0000:01:00.0
       version: a1
       width: 64 bits
       clock: 33MHz
       capabilities: pm msi pciexpress vga_controller bus_master cap_list rom
       configuration: driver=nvidia latency=0
       resources: irq:30 memory:f4000000-f5ffffff memory:e0000000-e7ffffff memory:e8000000-ebffffff ioport:e000(size=128) memory:f6000000-f607ffff
  *-display UNCLAIMED
       description: VGA compatible controller
       product: G96 [GeForce 9500 GT] [10DE:640]
       vendor: NVIDIA Corporation [10DE]
       physical id: 0
       bus info: pci@0000:02:00.0
       version: a1
       width: 64 bits
       clock: 33MHz
       capabilities: pm msi pciexpress vga_controller cap_list
       configuration: latency=0
       resources: memory:f2000000-f2ffffff memory:d0000000-dfffffff memory:f0000000-f1ffffff ioport:d000(size=128) memory:f3000000-f307ffff

Looking at the wiki it says I should use the nvidia-340xx package for this legacy GPU.

The problem is when going to install the drivers I get

:: nvidia-340xx and nvidia are in conflict. Remove nvidia? [y/N] 

How can I get nvidia and nvidia-340xx to be installed together so I can use both cards?

Thanks

Offline

#2 2015-09-04 23:47:44

Xabre
Member
From: Serbia
Registered: 2009-03-19
Posts: 752

Re: Nvidia and Nvidia legacy together

I don't think you can use both at the same time. First to all, kernel module for both has exactly the same name. There can be only one nvidia.ko.

Offline

#3 2015-09-05 14:35:19

LuaKT
Member
Registered: 2015-09-04
Posts: 3

Re: Nvidia and Nvidia legacy together

What would the best way to get the two cards working together?

I could use Nouveau on the second card but can't install OpenGL support as it conflicts with Nvidia OpenGL support

Offline

#4 2015-09-05 15:24:25

Xabre
Member
From: Serbia
Registered: 2009-03-19
Posts: 752

Re: Nvidia and Nvidia legacy together

Again, the only way of having two nvidia cards on a proprietary driver working together is if they use the same diver: nouveau won't work, because of KMS (you can't use nvidia driver if nouveau is loaded, installing nvidia driver blacklists nouveau.)

Offline

#5 2015-09-05 18:35:53

LuaKT
Member
Registered: 2015-09-04
Posts: 3

Re: Nvidia and Nvidia legacy together

Xabre wrote:

Again, the only way of having two nvidia cards on a proprietary driver working together is if they use the same diver: nouveau won't work, because of KMS (you can't use nvidia driver if nouveau is loaded, installing nvidia driver blacklists nouveau.)

Have managed to get Nvidia and Nouveau working together by removing the blacklist and creating a file in /etc/modules-load.d with

nvidia
nouveau

So that nvidia first picks up the GTX 560ti then nouveau will pick up the other card.

$ sudo lshw -c video
  *-display               
       description: VGA compatible controller
       product: GF114 [GeForce GTX 560 Ti]
       vendor: NVIDIA Corporation
       physical id: 0
       bus info: pci@0000:01:00.0
       version: a1
       width: 64 bits
       clock: 33MHz
       capabilities: pm msi pciexpress vga_controller bus_master cap_list rom
       configuration: driver=nvidia latency=0
       resources: irq:31 memory:f4000000-f5ffffff memory:e0000000-e7ffffff memory:e8000000-ebffffff ioport:e000(size=128) memory:f6000000-f607ffff
  *-display
       description: VGA compatible controller
       product: G96 [GeForce 9500 GT]
       vendor: NVIDIA Corporation
       physical id: 0
       bus info: pci@0000:02:00.0
       version: a1
       width: 64 bits
       clock: 33MHz
       capabilities: pm msi pciexpress vga_controller bus_master cap_list rom
       configuration: driver=nouveau latency=0
       resources: irq:30 memory:f2000000-f2ffffff memory:d0000000-dfffffff memory:f0000000-f1ffffff ioport:d000(size=128) memory:f3000000-f307ffff

Only issue I'm facing now is this bug https://bugs.launchpad.net/ubuntu/+sour … ug/1326688

Offline

#6 2015-09-05 19:06:06

Xabre
Member
From: Serbia
Registered: 2009-03-19
Posts: 752

Re: Nvidia and Nvidia legacy together

Not sure how it worked, I was under impression that it will still be a conflict. A puzzle to investigate.
But am glad it worked for you.

Offline

Board footer

Powered by FluxBB