Index: content/gpu/gpu_main.cc |
=================================================================== |
--- content/gpu/gpu_main.cc (revision 132266) |
+++ content/gpu/gpu_main.cc (working copy) |
@@ -87,7 +87,8 @@ |
} |
#if defined(OS_LINUX) |
- if (gpu_info.vendor_id == 0x10de) { // NVIDIA |
+ if (gpu_info.vendor_id == 0x10de && // NVIDIA |
+ gpu_info.driver_vendor == "NVIDIA") { |
base::ThreadRestrictions::AssertIOAllowed(); |
if (access("/dev/nvidiactl", R_OK) != 0) { |
LOG(INFO) << "NVIDIA device file /dev/nvidiactl access denied"; |