Skip to content
This repository has been archived by the owner on Mar 28, 2024. It is now read-only.

[BUG-5394] GeForce 880M incorrectly identified #13383

Open
sl-service-account opened this issue Mar 15, 2014 · 4 comments
Open

[BUG-5394] GeForce 880M incorrectly identified #13383

sl-service-account opened this issue Mar 15, 2014 · 4 comments

Comments

@sl-service-account
Copy link

Steps to Reproduce

Starting the viewer

Actual Behavior

Tried logging in with a laptop that has a GeForce 880M

Expected Behavior

The card detected as a GeForce 880M and not 'ATI GeForce Lulz'

Other information

Do to the viewer detecting the card as 'ATI GeForce Lulz' I cannot enable basic shaders or anything higher.

From the logs:
LLFeatureManager::parseGPUTable: GPU 'NVIDIA Corporation GeForce GTX880M/PCIe/SSE2' recognized as 'ATI GeForce Lulz'

Original Jira Fields
Field Value
Issue BUG-5394
Summary GeForce 880M incorrectly identified
Type Bug
Priority Unset
Status Accepted
Resolution Accepted
Reporter TankMaster Finesmith (tankmaster.finesmith)
Created at 2014-03-15T02:19:40Z
Updated at 2014-04-14T17:31:10Z
{
  'Business Unit': ['Platform'],
  'Date of First Response': '2014-03-17T19:09:48.621-0500',
  "Is there anything you'd like to add?": "Do to the viewer detecting the card as 'ATI GeForce Lulz' I cannot enable basic shaders or anything higher.\r\n\r\nFrom the logs:\r\nLLFeatureManager::parseGPUTable: GPU 'NVIDIA Corporation GeForce GTX880M/PCIe/SSE2' recognized as 'ATI GeForce Lulz'",
  'System': 'SL Viewer',
  'Target Viewer Version': 'viewer-development',
  'What just happened?': 'Tried logging in with a laptop that has a GeForce 880M',
  'What were you doing when it happened?': 'Logging in',
  'What were you expecting to happen instead?': "The card detected as a GeForce 880M and not 'ATI GeForce Lulz'",
}
@sl-service-account
Copy link
Author

TankMaster Finesmith commented at 2014-03-15T02:23:05Z

This was brought to our attention by one of our users in Firestorm. See http://jira.phoenixviewer.com/browse/FIRE-13148. I corrected this issue by adding the 800M series to the GPU table like follows:

NVIDIA GT 820M							.*NVIDIA .*GT *82[0-9]M.*							3	1	0	4.4
NVIDIA GT 830M							.*NVIDIA .*GT *83[0-9]M.*							3	1	0	4.4
NVIDIA GT 840M							.*NVIDIA .*GT *84[0-9]M.*							3	1	0	4.4
NVIDIA GT 850M							.*NVIDIA .*GT *85[0-9]M.*							3	1	0	4.4
NVIDIA GTX 860M							.*NVIDIA .*GTX *86[0-9]M.*							5	1	0	4.4
NVIDIA GTX 870M							.*NVIDIA .*GTX *87[0-9]M.*							5	1	0	4.4
NVIDIA GTX 880M							.*NVIDIA .*GTX *88[0-9]M.*							5	1	0	4.4

@sl-service-account
Copy link
Author

Marissa Linden commented at 2014-03-18T00:09:49Z

We need to add the new NVIDIA gpus to the gpu_table

@sl-service-account
Copy link
Author

TankMaster Finesmith commented at 2014-03-18T04:39:51Z

or hurry up with the replacement for the gpu table so we don't need to keep updating it... :P

@sl-service-account
Copy link
Author

TankMaster Finesmith commented at 2014-04-14T17:31:10Z

need to also add GeForce GTX 850M, and also fix ATI GeForce Lulz so its not matching to the ati in "NVIDIA Corpor*ati*on GeForce "

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant