Bug 73030

Summary: failed to create output for /sys/devices/pci0000:00/0000:00:02.0/drm/card0
Product: Wayland Reporter: nkex
Component: westonAssignee: Wayland bug list <wayland-bugs>
Status: RESOLVED NOTABUG QA Contact:
Severity: normal    
Priority: medium    
Version: 1.2.2   
Hardware: x86 (IA32)   
OS: Linux (All)   
Whiteboard:
i915 platform: i915 features:
Attachments: journalctl

Description nkex 2013-12-25 13:06:34 UTC
Created attachment 91187 [details]
journalctl

Jan 06 16:44:17 ivi_box weston-launch[195]: [16:44:17.414] weston 1.2.2
Jan 06 16:44:17 ivi_box weston-launch[195]: http://wayland.freedesktop.org/
Jan 06 16:44:17 ivi_box weston-launch[195]: Bug reports to: https://bugs.freedesktop.org/enter_bug.cgi?product=Wayland&component=weston&version=1.2.2
Jan 06 16:44:17 ivi_box weston-launch[195]: Build:
Jan 06 16:44:17 ivi_box weston-launch[195]: [16:44:17.417] OS: Linux, 3.11.4-7.1-x86-ivi, #1 SMP PREEMPT Fri Oct 11 21:34:32 UTC 2013, i686
Jan 06 16:44:17 ivi_box weston-launch[195]: [16:44:17.417] Loading module '/usr/lib/weston/drm-backend.so'
Jan 06 16:44:17 ivi_box weston-launch[195]: [16:44:17.419] initializing drm backend
Jan 06 16:44:17 ivi_box weston-launch[195]: [16:44:17.429] using /dev/dri/card0
Jan 06 16:44:17 ivi_box weston-launch[195]: failed to open /usr/lib/dri/updates/i965_dri.so: /usr/lib/dri/updates/i965_dri.so: cannot open shared object file: No such file or directory
Jan 06 16:44:17 ivi_box weston-launch[195]: [16:44:17.460] Disabling output VGA1
Jan 06 16:44:17 ivi_box weston-launch[195]: [16:44:17.481] No currently active connector found.
Jan 06 16:44:17 ivi_box weston-launch[195]: [16:44:17.481] failed to create output for /sys/devices/pci0000:00/0000:00:02.0/drm/card0
Jan 06 16:44:17 ivi_box systemd[147]: ico-device-input-controller.service: main process exited, code=exited, status=1/FAILURE
Jan 06 16:44:17 ivi_box systemd[147]: Unit ico-device-input-controller.service entered failed state.
Jan 06 16:44:17 ivi_box weston-launch[195]: [16:44:17.619] fatal: failed to create compositor
Jan 06 16:44:17 ivi_box weston-launch[195]: pam_unix(login:session): session closed for user app
Jan 06 16:44:17 ivi_box systemd[147]: weston.service: main process exited, code=exited, status=1/FAILURE
Jan 06 16:44:17 ivi_box systemd[147]: Unit weston.service entered failed state.
Comment 1 Kristian Høgsberg 2014-01-02 02:18:51 UTC
You've disabled VGA in the config file:

Jan 06 16:44:17 ivi_box weston-launch[195]: [16:44:17.460] Disabling output VGA1

which corresponds to a

[output]
name=VGA1
mode=off

section in weston.ini.

If you're not using VGA but have a different monitor connected, then it's a KMS problem where KMS is failing to recognize that output.  In either case, this is not a weston bug.

Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.