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

mipsel-bfk3: Use udev to set sm750 video mode

parent 3956f98b
......@@ -5,3 +5,4 @@ use/mipsel-bfk3: use/kernel
@$(call add,NET_ETH,eth0:dhcp)
@$(call add,NET_ETH,eth1:dhcp)
@$(call add,NET_ETH,eth2:dhcp)
@$(call add,THE_PACKAGES,fbset-modes-sm750-bfk3)
# Set mode for sm750 video card
ACTION=="add" KERNEL=="fb*" SUBSYSTEM=="graphics" \
SUBSYSTEMS=="pci" ATTRS{vendor}=="0x126f" ATTRS{device}=="0x0750" \
RUN+="/usr/bin/fbset -db /etc/fb.modes.sm750 1680x1050-60"
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