Bug 100797 - Not able to perform the LVDS/HDMI screen rotation
Summary: Not able to perform the LVDS/HDMI screen rotation
Status: RESOLVED FIXED
Alias: None
Product: Wayland
Classification: Unclassified
Component: weston (show other bugs)
Version: unspecified
Hardware: ARM Linux (All)
: highest blocker
Assignee: Wayland bug list
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-04-26 12:23 UTC by Anjali
Modified: 2017-05-05 09:55 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments

Description Anjali 2017-04-26 12:23:25 UTC
Added following section in weston.ini file.

[output]
name=LVDS1
mode=current
transform=180

Nothing happens on LVDS/HDMI when we reboot the i.MX6 Evaluation Kit.

Selected backend is "fbdev-backend.so" & shell is "desktop-shell.so"
Comment 1 Pekka Paalanen 2017-04-26 12:45:27 UTC
If you are using fbdev-backend, you need to be using fbdev-backend's names for outputs in weston.ini. LVDS-1 is a DRM-backend name.

You should be able to find the correct output name in weston's log output.
Comment 2 Pekka Paalanen 2017-04-26 12:53:06 UTC
Sorry, looks like the name is not obvious in the logs. Please try:

name=fbdev

Also, 'mode' key is not used, the fbdev backend in not capable of setting modes. "Current" is therefore redundant.
Comment 3 Anjali 2017-05-05 09:55:28 UTC
Now it is working


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.