Skip to content

Commit

Permalink
disable hdmi.rules
Browse files Browse the repository at this point in the history
  • Loading branch information
ophub committed Jan 18, 2022
1 parent 800bd0e commit d295f37
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions CONTRIBUTOR.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,6 @@ Because of these innovations and contributors, we can have the company of the bo
| [ErikPelli](https://github.com/ErikPelli) | [2022-01-14]. He reported in [issues](https://github.com/ophub/amlogic-s9xxx-armbian/issues/72#issuecomment-1013071513) that [Tanix-TX92](http://www.tanix-box.com/project-view/tanix-tx92-android-tv-box-powered-amlogic-s912/) and [VORKE-Z6-Plus](http://www.vorke.com/project/vorke-z6-2/) boxes can use the same configuration as [H96-Pro-Plus](https://www.gearbest.com/tv-box-mini-pc/pp_503486.html), and support writing to `emmc` for use. Supports the use of `mouse` and `keyboard` under the `5.10 kernel`. |
| [JFLim1](https://github.com/JFLim1) | [2022-01-15]. He shared the available `dtb` and `u-boot` of the `Beelink-GT-King-Pro (Revision A, Serial #SA9HH...)` `s922x` box in [issues](https://github.com/ophub/amlogic-s9xxx-armbian/issues/72#issuecomment-1012127495). After his tests, it was finally determined that the combination of `meson-g12b-gtking-pro.dtb` and `u-boot-gtkingpro-rev-a.bin` could be used. Mouse, keyboard, bluetooth, wireless are normal. |
| [flymike](https://github.com/flymike) | [2022-01-16]. After his test in [issues](https://github.com/ophub/amlogic-s9xxx-armbian/issues/79), in the `MECOOL-KM3-4G` `s905x2` box, the combination of `meson-g12a-sei510.dtb` and `u-boot-x96max.bin` can be used normally, supporting the `5.10 kernel`. Network, bluetooth, wireless are normal. |
| [JFLim1](https://github.com/JFLim1) | [2022-01-18]. After his test in [issues](https://github.com/ophub/amlogic-s9xxx-armbian/issues/81), He provided a solution to the `black screen` of the `gtking-pro-rev-a` box by disabling the `/etc/udev/rules.d/hdmi.rules` file. |


3 changes: 3 additions & 0 deletions rebuild
Original file line number Diff line number Diff line change
Expand Up @@ -451,6 +451,9 @@ copy_files() {
rm -f etc/systemd/system/basic.target.wants/armbian-resize-filesystem.service 2>/dev/null
rm -f var/lib/dpkg/info/linux-image* 2>/dev/null

# renaming/disabling related files
mv -f etc/udev/rules.d/hdmi.rules etc/udev/rules.d/hdmi.rules.bak 2>/dev/null

# Add custom firmware information
echo "VERSION_CODENAME='${release_codename}'" >>${ophub_release_file} 2>/dev/null
echo "FDTFILE='${FDTFILE}'" >>${ophub_release_file} 2>/dev/null
Expand Down

0 comments on commit d295f37

Please sign in to comment.