You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug This monitor is not working with Raspbian Little and Desktop.
To reproduce
Just start with a fresh copy of Raspbian Lite or Desktop.
Expected behaviour
Raspberry should be able to use any type of monitor.
Actual behaviour
After starting up raspberry it blinks a few times then shows no signal and finally switches to power saving mode. No output from kernel buffer, nor frame buffer, nor X is visible. Upgrading to latest Raspbian version (together with firmware upgrade) doesn't fix this issue.
On the other side kmscube is able to initialize the display and renders colorful spinning cube.
I've manage to get kernel buffer working on Raspbian Little by editing /boot/config.txt and setting:
hdmi_group=2
hdmi_mode=16
it also works with hdmi_mode=39 and hdmi_mode=81, but still X server is showing nothing.
Finally after stopping adding xrandr --output HDM-1 --mode 1360x768 to /root/.xsessionrc, then stopping lightdm and executing startx I'm able to see window manager.
All of the above I need to do over ssh, since I can only see a black screen on Pi.
Additional context
I'm mostly interested in running flutter-pi on my Pi 4, which (I assume) uses direct access to DRI, more context about this issue can be found here ardera/flutter-pi#16
The text was updated successfully, but these errors were encountered:
Describe the bug
This monitor is not working with Raspbian Little and Desktop.
To reproduce
Just start with a fresh copy of Raspbian Lite or Desktop.
Expected behaviour
Raspberry should be able to use any type of monitor.
Actual behaviour
After starting up raspberry it blinks a few times then shows no signal and finally switches to power saving mode. No output from kernel buffer, nor frame buffer, nor X is visible. Upgrading to latest Raspbian version (together with firmware upgrade) doesn't fix this issue.
On the other side
kmscube
is able to initialize the display and renders colorful spinning cube.I've manage to get kernel buffer working on Raspbian Little by editing
/boot/config.txt
and setting:it also works with
hdmi_mode=39
andhdmi_mode=81
, but still X server is showing nothing.Finally after stopping adding
xrandr --output HDM-1 --mode 1360x768
to/root/.xsessionrc
, then stoppinglightdm
and executingstartx
I'm able to see window manager.All of the above I need to do over ssh, since I can only see a black screen on Pi.
System
Here is my raspinfo.txt
Additional context
I'm mostly interested in running
flutter-pi
on my Pi 4, which (I assume) uses direct access to DRI, more context about this issue can be found here ardera/flutter-pi#16The text was updated successfully, but these errors were encountered: