Skip to content

[WIP] gp-peak display

Pierre Rudloff requested to merge Rudloff:feature/gp-peak into master

This PR makes the display work correctly on gp-peak.

But it still misses one thing: /dev/fb0 has restrictive permissions that need to be changed. If I manually run sudo chmod 666 /dev/fb0 before weston starts, the screen works correctly.

What is the cleanest way to do this ? I tried adding this udev rule:

KERNEL=="fb0", GROUP="video",  MODE="0660"

But it seems to be ignored when I reboot. However the rule is correctly applied when I run sudo udevadm test /devices/virtual/graphics/fb0. Am I doing something wrong?

Merge request reports