randr issues with radeonhd and ignore options for TV_7PIN_DIN
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:~#
Jelle de Jong wrote:
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
Added a new configuration file and log to this subject, to make sure I was using randr 1.2 configuration. The issue remains the same. If I can provide more or better information please say so, everybody can test this setup with an radeon card that has multiple outputs. Just replace the input devices with your own default ones. Thank in advance for looking at it. 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 "RightOf" "monitor0" Option "Ignore" "false" EndSection Section "Monitor" Identifier "monitor2" Option "Ignore" "true" EndSection Section "Monitor" Identifier "monitor3" Option "Ignore" "true" EndSection Section "Monitor" Identifier "monitor4" Option "DPMS" Option "Ignore" "false" EndSection Section "Monitor" Identifier "monitor5" Option "DPMS" Option "RightOf" "monitor4" Option "Ignore" "false" EndSection Section "Monitor" Identifier "monitor6" Option "Ignore" "true" EndSection Section "Monitor" Identifier "monitor7" Option "Ignore" "true" EndSection Section "Device" Identifier "device0" Driver "radeonhd" BusID "PCI:01:00:0" Option "monitor-VGA_1" "monitor0" Option "monitor-DVI-I_1/digital" "monitor1" Option "monitor-DVI-I_1/analog" "monitor2" Option "monitor-TV_7PIN_DIN" "monitor3" EndSection Section "Device" Identifier "device1" Driver "radeonhd" BusID "PCI:02:00:0" Option "monitor-VGA_1" "monitor4" Option "monitor-DVI-I_1/digital" "monitor5" Option "monitor-DVI-I_1/analog" "monitor6" Option "monitor-TV_7PIN_DIN" "monitor7" EndSection Section "Screen" Identifier "screen0" Device "device0" Monitor "monitor0" Subsection "Display" Modes "1440x900" Virtual 2880 900 EndSubSection EndSection Section "Screen" Identifier "screen1" Device "device1" Monitor "monitor4" Subsection "Display" Modes "1440x900" Virtual 2880 900 EndSubSection EndSection Section "ServerLayout" Identifier "multihead0" Screen "screen0" InputDevice "keyboard0" "CoreKeyboard" InputDevice "mouse0" "CorePointer" Option "IsolateDevice" "PCI:01:00:0" EndSection Section "ServerLayout" Identifier "multihead1" Screen "screen1" InputDevice "keyboard1" "CoreKeyboard" InputDevice "mouse1" "CorePointer" Option "IsolateDevice" "PCI:02:00:0" EndSection Section "ServerFlags" Option "Xinerama" "false" Option "DontVTSwitch" "false" Option "DontZap" "false" EndSection unity:~#
participants (1)
-
Jelle de Jong