6by9

Results 901 comments of 6by9

FKMS doesn't support hotplug - https://github.com/raspberrypi/linux/blob/rpi-5.10.y/drivers/gpu/drm/vc4/vc4_firmware_kms.c#L1303 will always return connected. What is connected at boot is what you get until you reboot. KMS supports hotplug properly, so changing monitors will...

Under FKMS you could run ```tvservice -M``` to monitor the events as you connect and disconnect the display. I suspect it won't change.

We are aware that shifting to the standard Linux approaches is heavily reliant on devices following the relevant specifications. There are many workaround hacks that have been added to the...

You have that way of getting the Pi to not look at hotplug by modifying /boot/cmdline.txt. The KMS driver did also do an EDID probe as well as checking hotplug,...

> This was also a problem for me using the RPi-branded 7" Touch Screen and Bullseye on an RPi 3B+. This solution worked for me: Totally unrelated to this issue...

From your timing ```"1024x600": 60 49000 1024 1029 1042 1312``` ie 1024 active pixels, 1029-1024 = 5 pixels as the horizontal front porch 1032-1029 = 3 pixels as the horizontal...

```sudo modprobe i2c-dev``` may be required to expose the I2C buses to userspace. > Note that I was using FKMS driver on a Pi 0 W while writing this. What's...

> > `sudo modprobe i2c-dev` may be required to expose the I2C buses to userspace. > > > Note that I was using FKMS driver on a Pi 0 W...

Seeing as the change is contained within CONFIG_DRM_TTM which isn't used by vc4 or v3d, the side effects of changing it on a Pi are very minimal. For some reason...

I'd initially made this comment on https://github.com/geerlingguy/raspberry-pi-pcie-devices/issues/2 as it was the earliest Github notification I'd had referencing nouveau WARNs. Duplicating here as it seems to be a better place. I'm...