Commit 9570ea55 authored by Ivan A. Melnikov's avatar Ivan A. Melnikov Committed by Michael Shigorin

mipsel-{bfk3,mitx}: Mark sm705 as master-of-seat on tavolga and bfk3

sm750 is seen as framebuffer-only device, so it's not marked with master-of-seat tag with current udev (which does this mostly to dri cards). But without master-of-seat device logind does not report that the seat "CanGraphical", and thus sddm does not work for it; there might be other problems, too. This change adds udev rule that marks sm705's fb device as master-of-seat.
parent bf37144d
# make sm750 a seat master
ACTION=="add" KERNEL=="fb*" SUBSYSTEM=="graphics" \
SUBSYSTEMS=="pci" ATTRS{vendor}=="0x126f" ATTRS{device}=="0x0750" \
TAG+="seat" TAG+="master-of-seat"
# make sm750 a seat master
ACTION=="add" KERNEL=="fb*" SUBSYSTEM=="graphics" \
SUBSYSTEMS=="pci" ATTRS{vendor}=="0x126f" ATTRS{device}=="0x0750" \
TAG+="seat" TAG+="master-of-seat"
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment