I/O error : Resource temporarily unavailable
/home/pc/.config/monitors.xml:1: parser error : Document is empty
^
/home/pc/.config/monitors.xml:1: parser error : Start tag expected, ‘<’ not found
^
Segmentation fault
This error doesn’t make sense to me, because this is the monitors.xml file:
<monitors version="1">
<configuration>
<clone>no</clone>
<output name="DVI-0">
<vendor>HWP</vendor>
<product>0x284b</product>
<serial>0x01010101</serial>
<width>1920</width>
<height>1200</height>
<rate>60</rate>
<x>0</x>
<y>0</y>
<rotation>normal</rotation>
<reflect_x>no</reflect_x>
<reflect_y>no</reflect_y>
<primary>yes</primary>
</output>
<output name="DIN">
</output>
<output name="DVI-1">
<vendor>SAM</vendor>
<product>0x027d</product>
<serial>0x4d453230</serial>
<width>1680</width>
<height>1050</height>
<rate>60</rate>
<x>1920</x>
<y>150</y>
<rotation>normal</rotation>
<reflect_x>no</reflect_x>
<reflect_y>no</reflect_y>
<primary>no</primary>
</output>
</configuration>
<configuration>
<clone>no</clone>
<output name="DFP1">
<vendor>HWP</vendor>
<product>0x284b</product>
<serial>0x01010101</serial>
<width>1920</width>
<height>1200</height>
<rate>60</rate>
<x>0</x>
<y>0</y>
<rotation>normal</rotation>
<reflect_x>no</reflect_x>
<reflect_y>no</reflect_y>
<primary>yes</primary>
</output>
<output name="DFP2">
<vendor>SAM</vendor>
<product>0x027d</product>
<serial>0x4d453230</serial>
</output>
<output name="CRT1">
</output>
<output name="CRT2">
</output>
<output name="TV">
</output>
<output name="CV">
</output>
</configuration>
</monitors>
Clearly it has a starting tag just fine ;(
Additional info:
I installed from the proprietary ati driver .run file. The first display works great! But I can’t enable the second one
I tried to do it manually with aticonfig once too, that enabled the second one but I didn’t have any interface anymore - just the background pictures. I couldn’t even open the terminal with shortcut. So I had to reinstall the driver.
The command I did was: sudo aticonfig --initial=dual-head --screen-layout=right
Any ideas?