-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conditional filter to set HDMI as the default display - Feature support #1136
Comments
Can you try using the |
I will try, but this way I'll be bound only to a specific HDMI monitor. |
Just tested [EDID=] filter and I can confirm that it works, at least with the monitor I have now.
|
@popcornmix since the [EDID=...] worked, does also mean that it will be easier to implement an [HDMI] condition? |
It's probably not hugely difficult, its just finding the time to do it, in an already busy schedule, and it won't use [HDMI], but a simpler config item. |
If it is open source I could try a solution in a PR.
…On Thu, 16 May 2019, 17:14 James Hughes, ***@***.***> wrote:
It's probably not hugely difficult, its just finding the time to do it, in
an already busy schedule, and it won't use [HDMI], but a simpler config
item.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#1136?email_source=notifications&email_token=ACTHZGGZE77ABAX5T7S2MBDPVVT45A5CNFSM4HNAJ7RKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODVR6EEQ#issuecomment-493085202>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ACTHZGHIP7JDZURLY3U4RV3PVVT45ANCNFSM4HNAJ7RA>
.
|
It's in the firmware so closed source I am afraid. |
No happy news? |
Not had time and this area of the code is under a lot of churn right now due to work on the KMS driver. I'd prefer to wait until that is stable before digging in. |
Hi there, |
No, not as yet. |
Hi @JamesH65 hope you'll get some time for this. |
We've just merged a change to the firmware that enables [edid=*] to mean any connected HDMI monitor. So you can use this to define settings to set only if an HDMI device is attached. Should be in the next rpi-update, in the next few days. Once it's in I'll close this issue. |
…om user space See: raspberrypi/linux#3203 kernel: dts: Add DTS for Pi 2B rev 1.2 with BCM2837 See: raspberrypi/linux#3235 firmware: ldconfig: Support [edid=*] to mean any HDMI monitor See: #1136 firmware: image_fx: Remove restriction that output stride must match input stride firmware: image_fx: Remove spamming log line userland: bcm_host: Add support for querying processor type and fkms status
…om user space See: raspberrypi/linux#3203 kernel: dts: Add DTS for Pi 2B rev 1.2 with BCM2837 See: raspberrypi/linux#3235 firmware: ldconfig: Support [edid=*] to mean any HDMI monitor See: raspberrypi/firmware#1136 firmware: image_fx: Remove restriction that output stride must match input stride firmware: image_fx: Remove spamming log line userland: bcm_host: Add support for querying processor type and fkms status
@paulenuta Did this change fix your issue? |
Yes. I'll be back with confirmation after testing. Thanks a lot for your support. |
Just tested [EDID=*] and it works with "ignore_lcd=1" but not with "display_default_lcd=0" contrary to what I was saying previously.
|
Sorry where do you get the Eid for the HDMI input? from I'm new to all this |
https://en.wikipedia.org/wiki/Extended_display_identification_data
|
Sorry I'm trying to achieve similar where the LCD is classed as the primary
display but if HDMI is plugged in it takes priority for debugging and setup
kind of purposes.
…On Mon, 16 Sept 2024, 5:34 pm 6by9, ***@***.***> wrote:
https://en.wikipedia.org/wiki/Extended_display_identification_data
It's provided by the monitor (or other HDMI sink) to tell the source what
it is and what modes it supports.
tvservice is now deprecated as we've moved to the kernel display stack.
You probably want edid-decode to decode the EDID, but you don't say what
you're actually wanting to do with it.
—
Reply to this email directly, view it on GitHub
<#1136 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAOT4CUUZRGKFYQ3OROIIJTZW2C2BAVCNFSM6AAAAABOIFCS4KVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGNJSGIYDCOBWGQ>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Open a new issue or forum post with the details of what you're trying to do. Most of the content on this thread is largely out of date due to the changes in display drivers. |
Please add a new condition in
config.txt
to allow disabling the RPILCD when HDMI display is connected at boot.I have a Raspberry Pi DSI LCD as default/primary display, but if a HDMI display is attached I need to have this one as default/primary display for the system.
Currently, if a Raspberry Pi DSI LCD is detected it will be used as the default display, but if we connect an HDMI display we need
display_default_lcd=0
or
ignore_lcd=1
in
config.txt
to make HDMI the default display.Raspberry Pi Forum link
The text was updated successfully, but these errors were encountered: