|
Bugzilla – Full Text Bug Listing |
| Summary: | Steam deck does not seem to recognize Philips eink 13.3 display on usb c connector | ||
|---|---|---|---|
| Product: | [openSUSE] openSUSE Tumbleweed | Reporter: | ted chang <monkeyboyted> |
| Component: | Kernel | Assignee: | openSUSE Kernel Bugs <kernel-bugs> |
| Status: | NEW --- | QA Contact: | E-mail List <qa-bugs> |
| Severity: | Normal | ||
| Priority: | P5 - None | ||
| Version: | Current | ||
| Target Milestone: | --- | ||
| Hardware: | x86-64 | ||
| OS: | openSUSE Tumbleweed | ||
| URL: | https://www.usa.philips.com/c-p/13B1K3300_27/business-monitor-electronic-paper-display | ||
| Whiteboard: | |||
| Found By: | --- | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
| Attachments: |
dmesg logs
cat /sys/devices/pci0000:00/0000:00:08.1/0000:04:00.0/drm/card1/card1-DP-3/edid udevadm monitor --environment udev > udevadm-monitor.txt |
||
|
Description
ted chang
2023-10-27 23:44:19 UTC
Created attachment 870497 [details]
cat /sys/devices/pci0000:00/0000:00:08.1/0000:04:00.0/drm/card1/card1-DP-3/edid
This edid sample from when I connected into displayport instead of usb c
sudo lshw -C display
*-display
description: VGA compatible controller
product: VanGogh [AMD Custom GPU 0405]
vendor: Advanced Micro Devices, Inc. [AMD/ATI]
physical id: 0
bus info: pci@0000:04:00.0
logical name: /dev/fb0
version: ae
width: 64 bits
clock: 33MHz
capabilities: pm pciexpress msi msix vga_controller bus_master cap_list fb
configuration: depth=32 driver=amdgpu latency=0 mode=800x1280 resolution=800,1280 visual=truecolor xres=800 yres=1280
resources: iomemory:f80-f7f iomemory:f80-f7f irq:65 memory:f8e0000000-f8efffffff memory:f8f0000000-f8f01fffff ioport:1000(size=256) memory:80300000-8037ffff
Created attachment 870498 [details]
udevadm monitor --environment udev > udevadm-monitor.txt
udev monitor logs
Udev. Plugin device and remove device. The displays works again but I cannot see it in the lsusb
```
doof@steamdeck:~> lsusb -t -v
/: Bus 04.Port 1: Dev 1, Class=root_hub, Driver=xhci_hcd/2p, 10000M
ID 1d6b:0003 Linux Foundation 3.0 root hub
/: Bus 03.Port 1: Dev 1, Class=root_hub, Driver=xhci_hcd/6p, 480M
ID 1d6b:0002 Linux Foundation 2.0 root hub
|__ Port 3: Dev 2, If 0, Class=Human Interface Device, Driver=usbhid, 12M
ID 28de:1205 Valve Software
|__ Port 3: Dev 2, If 1, Class=Human Interface Device, Driver=usbhid, 12M
ID 28de:1205 Valve Software
|__ Port 3: Dev 2, If 2, Class=Human Interface Device, Driver=usbhid, 12M
ID 28de:1205 Valve Software
|__ Port 3: Dev 2, If 3, Class=Communications, Driver=cdc_acm, 12M
ID 28de:1205 Valve Software
|__ Port 3: Dev 2, If 4, Class=CDC Data, Driver=cdc_acm, 12M
ID 28de:1205 Valve Software
|__ Port 5: Dev 3, If 0, Class=Wireless, Driver=btusb, 12M
ID 13d3:3553 IMC Networks
|__ Port 5: Dev 3, If 1, Class=Wireless, Driver=btusb, 12M
ID 13d3:3553 IMC Networks
/: Bus 02.Port 1: Dev 1, Class=root_hub, Driver=xhci_hcd/1p, 10000M
ID 1d6b:0003 Linux Foundation 3.0 root hub
/: Bus 01.Port 1: Dev 1, Class=root_hub, Driver=xhci_hcd/1p, 480M
ID 1d6b:0002 Linux Foundation 2.0 root hub
doof@steamdeck:~>
```
cat /sys/devices/pci0000:00/0000:00:08.1/0000:04:00.0/drm/card1/card1-DP-1/edid | parse-edid Checksum Correct Section "Monitor" Identifier "PHL 13B1K3300" ModelName "PHL 13B1K3300" VendorName "PHL" # Monitor Manufactured week 19 of 2023 # EDID version 1.4 # Digital Display DisplaySize 270 200 Gamma 2.20 Option "DPMS" "true" Horizsync 60-120 VertRefresh 59-61 # Maximum pixel clock is 150MHz #Extension block found. Parsing... Modeline "Mode 2" +hsync +vsync Modeline "Mode 0" +hsync +vsync Modeline "Mode 1" 148.500 1920 2008 2052 2200 1080 1084 1089 1125 +hsync +vsync Option "PreferredMode" "Mode 2" EndSection I wonder if its related to it to the strange data blocks Checksum Correct Section "Monitor" Identifier "PHL 13B1K3300" ModelName "PHL 13B1K3300" VendorName "PHL" # Monitor Manufactured week 19 of 2023 # EDID version 1.4 # Digital Display DisplaySize 270 200 Gamma 2.20 Option "DPMS" "true" Horizsync 60-120 VertRefresh 59-61 # Maximum pixel clock is 150MHz #Extension block found. Parsing... extb[4]: 0x23 (0x20) Hmm, you have data blocks, but not video ones... weird Something strange happened. Please contact the author, Matthew Kern at <pyrophobicman@gmail.com> The monitor seems to have sleep issues. I have to replug the usb c on the monitor side to wake it up. I wonder whether rotating the monitor will be a workaround. |