Bug 114031
Summary: | Radeon Kernel Mode Setting sets wrong mode on Acer Z5610 | ||
---|---|---|---|
Product: | Drivers | Reporter: | Massimo Burcheri (massimo.burcheri) |
Component: | Video(DRI - non Intel) | Assignee: | drivers_video-dri |
Status: | NEW --- | ||
Severity: | normal | CC: | alexdeucher, szg00000 |
Priority: | P1 | ||
Hardware: | All | ||
OS: | Linux | ||
Kernel Version: | 4.3.6 | Subsystem: | |
Regression: | No | Bisected commit-id: | |
Attachments: |
dmesg
dmesg Xorg.log vbios.rom add debugging output dmesg with debugging patch possible fix 1/2 possible fix 2/2 |
Description
Massimo Burcheri
2016-03-08 16:32:05 UTC
Please attach your xorg log, xorg config (if you are using one), and dmesg output. Hm, I think xorg is not even involved in the issue.. No xorg.config but these snippets: $ cat /etc/X11/xorg.conf.d/* Section "Files" EndSection Section "Module" Load "vnc" EndSection Section "Screen" Identifier "Default Screen" Option "PasswordFile" "/root/.vnc/passwd" EndSection Section "InputClass" Identifier "keyboard-all" Driver "evdev" Option "XkbLayout" "de" MatchIsKeyboard "on" EndSection Created attachment 208241 [details]
dmesg
Created attachment 208251 [details]
dmesg
Created attachment 208261 [details]
Xorg.log
Can you attach a copy if your vbios? (as root) (use lspci to get the bus id) cd /sys/bus/pci/devices/<pci bus id> echo 1 > rom cat rom > /tmp/vbios.rom echo 0 > rom Current workaround is using CONFIG_DRM_LOAD_EDID_FIRMWARE and the generic EDID by kernel command: drm_kms_helper.edid_firmware=edid/1920x1080.bin Created attachment 208271 [details]
vbios.rom
Created attachment 208281 [details]
add debugging output
Can you attach your dmesg output with the attached debugging patch applied?
Created attachment 208291 [details]
dmesg with debugging patch
Created attachment 208301 [details]
possible fix 1/2
Odd. it looks like the 1920x1080 mode is getting added. Do either of these patches help?
Created attachment 208311 [details]
possible fix 2/2
I applied both, first the 2/2, then additionally the 1/2. None of them solved it. |