Hello everybody,
I am trying to debug some configuration issues, and am am pretty familair with both the randr and the old config styles. But I think something is going wrong here. Can somebody please have a look at the configuration and logs files?
(II) RADEONHD(0): Output TV_7PIN_DIN using monitor section monitor5 (**) RADEONHD(0): Option "Ignore" "true" ../../src/rhd_randr.c:1073: createXF86Output: Assertion 'xo' failed.
Fatal server error: Server aborting
Kind regards,
Jelle
unity:~# cat /etc/X11/xorg.conf Section "Module" Disable "glx" Disable "dri" EndSection
Section "InputDevice" Identifier "keyboard0" Driver "evdev" Option "Path" "/dev/input/by-path/pci-0000:00:13.5-usb-0:10.1:1.0-event-kbd" Option "XkbOptions" "compose:ralt" EndSection
Section "InputDevice" Identifier "mouse0" Driver "evdev" Option "Path" "/dev/input/by-path/pci-0000:00:13.5-usb-0:10.2:1.0-event-mouse" EndSection
Section "InputDevice" Identifier "keyboard1" Driver "evdev" Option "Path" "/dev/input/by-path/pci-0000:00:13.5-usb-0:3.1:1.0-event-kbd" Option "XkbOptions" "compose:ralt" EndSection
Section "InputDevice" Identifier "mouse1" Driver "evdev" Option "Path" "/dev/input/by-path/pci-0000:00:13.5-usb-0:3.2:1.0-event-mouse" EndSection
Section "Monitor" Identifier "monitor0" Option "DPMS" Option "Ignore" "false" EndSection
Section "Monitor" Identifier "monitor1" Option "DPMS" Option "Ignore" "false" EndSection
Section "Monitor" Identifier "monitor2" Option "Ignore" "true" EndSection
Section "Monitor" Identifier "monitor3" Option "DPMS" Option "Ignore" "false" EndSection
Section "Monitor" Identifier "monitor4" Option "DPMS" Option "Ignore" "false" EndSection
Section "Monitor" Identifier "monitor5" Option "Ignore" "true" EndSection
Section "Device" Identifier "device0" Driver "radeonhd" BusID "PCI:01:00:0" Option "monitor-DVI-I_1" "monitor0" Option "monitor-VGA_1" "monitor1" Option "monitor-TV_7PIN_DIN" "monitor2" EndSection
Section "Device" Identifier "device1" Driver "radeonhd" BusID "PCI:02:00:0" Option "monitor-DVI-I_1" "monitor3" Option "monitor-VGA_1" "monitor4" Option "monitor-TV_7PIN_DIN" "monitor5" EndSection
Section "Screen" Identifier "screen0" Device "device0" Subsection "Display" Modes "1440x900" Virtual 2880 900 EndSubSection EndSection
Section "Screen" Identifier "screen1" Device "device1" Subsection "Display" Modes "1440x900" Virtual 2880 900 EndSubSection EndSection
Section "ServerLayout" Identifier "multihead0" Screen "screen0" InputDevice "keyboard0" "CoreKeyboard" InputDevice "mouse0" "CorePointer" Option "SingleCard" "true" Option "IsolateDevice" "PCI:01:00:0" EndSection
Section "ServerLayout" Identifier "multihead1" Screen "screen1" InputDevice "keyboard1" "CoreKeyboard" InputDevice "mouse1" "CorePointer" Option "SingleCard" "true" Option "IsolateDevice" "PCI:02:00:0" EndSection
Section "ServerFlags" Option "Xinerama" "false" Option "DontVTSwitch" "false" Option "DontZap" "false" EndSection unity:~#