# AMD graphics card

**URL:** <https://psychtoolbox.discourse.group/t/amd-graphics-card/123>\
**Category:** Uncategorized\
**Created:** [February 15, 2017, 9:48am UTC](https://psychtoolbox.discourse.group/t/amd-graphics-card/123 "2017-02-15T09:48:23Z")\
**Posts on this page:** 2\
**Page:** 1

<div class="post-metadata">

**Author:** ![ken.grieve](https://avatars.discourse-cdn.com/v4/letter/k/fbc32d/32.png) [@ken.grieve](https://psychtoolbox.discourse.group/u/ken.grieve)\
**Post date:** [February 15, 2017, 9:48am UTC](https://psychtoolbox.discourse.group/t/amd-graphics-card/123/1 "2017-02-15T09:48:23Z")

</div>

Hi Mario and all,  
  
I've just installed anew PC for rig, with Ubuntu 16.04LTS (Ubuntu 16.04.2 LTS Release:&nbsp;&nbsp;&nbsp; 16.04 Codename:&nbsp;&nbsp;&nbsp; xenial) and installed MATLAB (Version: 9.1.0.441655 (R2016b)) and PsychToolbox (3.0.14 - Flavor: beta - Corresponds to SVN Revision 5452 but is \*locally modified\* !). The PC has an AMD grahics card (MSI RadeonRX470). Eventually I aim to run the rig with a Bits# controlling spike recording  
  
I am unable to configure the dual monitor facility (DVI + HDMI) and any help would be appreciated.&nbsp; The current drive is:  
  
description: VGA compatible controller  
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; product: Advanced Micro Devices, Inc. [AMD/ATI]  
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; vendor: Advanced Micro Devices, Inc. [AMD/ATI]  
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; physical id: 0  
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; bus info: pci@0000:01:00.0  
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; version: cf  
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; width: 64 bits  
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; clock: 33MHz  
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; capabilities: pm pciexpress msi vga\_controller bus\_master cap\_list rom  
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; configuration: driver=amdgpu latency=0  
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; resources: irq:132 memory:c0000000-cfffffff memory:d0000000-d01fffff ioport:e000(size=256) memory:dfe00000-dfe3ffff memory:dfe40000-dfe5ffff  
  
I have tried the XOrgConfCreator, but although it writes the file, nothing changes - I assume this is becuase these drivers are no used in 16.04?&nbsp; Any help would be much appreciated, I'm cpmpletely stumped  
  
Thanks,  
  
ken

---

<div class="post-metadata">

**Author:** ![mariokleiner](https://avatars.discourse-cdn.com/v4/letter/m/13edae/32.png) [@mariokleiner](https://psychtoolbox.discourse.group/u/mariokleiner)\
**Post date:** [February 15, 2017, 12:43pm UTC](https://psychtoolbox.discourse.group/t/amd-graphics-card/123/2 "2017-02-15T12:43:19Z")

</div>

1. Already ran "sudo apt install matlab-support" ? As you installed PTB from us, you need to run it, and answer the various questions with "yes". It will fix some of Matlab's unique brokeness.  
  
2. "uname -r" should report a Linux 4.8 kernel. If it doesn't do that already, "sudo apt install linux-lowlatency-hwe-16.04" and reboot. I don't think the 4.4 kernel already supported your R480 card.  
  
3. What's the output of PTB in Matlab's window?  
  
4. XOrgConfCreator if it works will only create the config file, but not apply it. For that you have XOrgConfSelector, which allows to switch between the standard display setup (Option 0) or any given number of config files created by XOrgConfCreator, so one can switch between different configurations, e.g., for different experiments. You need to logout/login again after using XOrgConfSelector.  
  
-mario
