-
Main public logs
Jump to navigation
Jump to search
Combined display of all available logs of Geekworm Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 04:49, 17 December 2025 24.124.19.139 talk performed unknown action "comments/add" on X1300 Software (This works for me with an input from a NES little box from walmart. The sleep after loading the EDID file is important! #!/bin/bash set -x sudo rm -rf csitest.yuv MEDIA_DEVICE="/dev/media0" # change this if your media node differs v4l2-ctl -d "/dev/v4l-subdev2" --set-edid=file="/home/rkeene/source/retroshark/X1301files/1080p60EDID.txt" # Must sleep here to let the HDMI HAT sync with the video signal. sleep 2 v4l2-ctl -d /dev/v4l-subdev2 --query-dv-timings v4l2-ctl -d /dev/v4l-subdev2 --se...)