Video Out not working
#8
Finally some real success!

I have casually tried Sxmo and it works with a small workaround.
Since Sxmo is X11-based I have xrandr which works better than wlr-randr.

The workaround is a small shell script that I've written:
Code:
#!/bin/sh

# Check if this script is run as root
[ "$(id -u)" != 0 ] && echo "Superuser access required." && exit 1

# Disable force-connect
echo off > /sys/kernel/debug/dri/1/HDMI-A-1/force

# Upload EDID firmware
cat /etc/edid.bin > /sys/kernel/debug/dri/1/HDMI-A-1/edid_override

# Enable force-connect
echo on > /sys/kernel/debug/dri/1/HDMI-A-1/force

# Set the external display as primary and mirror the internal display
xrandr --output HDMI-1 --auto --primary --same-as DSI-1

# TODO
#xrandr --output DSI-1 --noprimary
#feh --bg-fill /usr/share/sxmo/background.jpg
  Reply


Messages In This Thread
Video Out not working - by BenniTec - 10-07-2021, 12:13 PM
RE: Video Out not working - by bcnaz - 10-07-2021, 03:05 PM
RE: Video Out not working - by BenniTec - 10-07-2021, 03:34 PM
RE: Video Out not working - by BenniTec - 10-17-2021, 05:31 AM
RE: Video Out not working - by bcnaz - 10-17-2021, 04:06 PM
RE: Video Out not working - by BenniTec - 10-18-2021, 05:43 AM
RE: Video Out not working - by BenniTec - 10-21-2021, 11:56 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  4G VoLTE calls confirmed working with carrier x dcinoz 15 11,681 03-09-2024, 11:38 PM
Last Post: dcinoz
  How can I record video on a Pinephone? kk22 8 3,747 01-22-2023, 06:45 AM
Last Post: linmob
  MMS sending stopped working amindfv 2 1,214 01-16-2023, 09:44 PM
Last Post: treebeard
  Instructions to get pinephone working on USA carrier omarcomputing 1 1,340 10-08-2022, 04:45 PM
Last Post: treebeard
  JumpDrive isn't working phytocube 2 1,754 06-05-2022, 03:22 PM
Last Post: phytocube
  SIM card slot not working dekrets 2 2,169 02-12-2022, 11:09 AM
Last Post: dekrets
  Can't get autofocus working duncan_bayne 4 2,896 01-22-2022, 09:17 PM
Last Post: duncan_bayne
  PinePhone Beta 3GB modem not working hannescam 15 9,016 01-19-2022, 02:08 AM
Last Post: bcnaz
  How did you get data working on PureTalk? nelstomlinson 2 2,864 09-26-2021, 03:50 PM
Last Post: nelstomlinson
  Video playback with hardware acceleration jojuma 2 2,974 08-21-2021, 11:24 AM
Last Post: jojuma

Forum Jump:


Users browsing this thread: 1 Guest(s)