new display driver in kernel 4.14.x
See original GitHub issueI just released a new ev3dev kernel on ev3dev-stretch that updates from 4.9.x to 4.14.x. This comes with a new display driver for the EV3 from the mainline kernel.
The new driver still provides a fbdev device (/dev/fb0
) however, the memory layout is different. Because of limitations in the mainline kernel, there is no monochome. Instead it uses a 32-bit XRGB pixel format.
This causes an error with ev3dev-lang-python. See https://github.com/ev3dev/ev3dev/issues/1022#issuecomment-381444425
Issue Analytics
- State:
- Created 5 years ago
- Comments:23 (14 by maintainers)
Top Results From Across the Web
Missing /dev/galcore in Linux kernel 4.14.x - NXP Community
Hi,. We are using the 4.1.15 BSP you have released for now, but require drivers that were introduced much later. Backporting the drivers...
Read more >Linux_4.14 - Linux Kernel Newbies
Linux 4.14 has been released on 12 Nov 2017. ... Graphics; Storage; Drivers in the Staging area; Networking; Audio; Tablets, touch screens, ...
Read more >Issues with Linux kernel version 4.14 – 4.20 and altera_cvp ...
A conflict with a new module (altera_cvp) added to the Linux Kernel with 4.14 till 4.20, leads to the problem, that syn1588® PCIe...
Read more >New (minor) gotcha with the new 4.14.11 kernel and Nvidia ...
I just installed the new kernel tonight, and when I tried to build the 384.89 Nvidia driver, the kernel module failed. But all...
Read more >AD9680 and AD9543 drivers for kernel version 4.14 - Q&A
Attempting to build latest Pluto firmware ends in an error: "Incorrect selection of kernel headers: expected 4.14.x, got 5.8.x" I am using the ......
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Fix released in v1.2.0
#462 is tested and works on stretch.