Bug 1184204 - Only 4K on 5K (Retina iMac)
Summary: Only 4K on 5K (Retina iMac)
Keywords:
Status: CLOSED EOL
Alias: None
Product: Fedora
Classification: Fedora
Component: xorg-x11-drv-ati
Version: 27
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Dave Airlie
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2015-01-20 19:18 UTC by Andreas Tunek
Modified: 2018-11-30 18:33 UTC (History)
11 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2018-11-30 18:33:35 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)
dmesg (122.37 KB, text/plain)
2015-01-21 21:05 UTC, Andreas Tunek
no flags Details
Grub (1.20 MB, image/jpeg)
2015-01-26 20:15 UTC, Andreas Tunek
no flags Details
dmesg with drm.debug=6 (123.86 KB, text/plain)
2015-01-26 20:48 UTC, Andreas Tunek
no flags Details
4K info from gnome screen (53.45 KB, image/png)
2015-01-26 21:20 UTC, Andreas Tunek
no flags Details
dmidecode output (16.04 KB, text/plain)
2015-01-26 21:23 UTC, Andreas Tunek
no flags Details
lspci -vvnn output (16.63 KB, text/plain)
2015-01-26 21:23 UTC, Andreas Tunek
no flags Details
dmesg with drm.debug=6 (202.00 KB, text/plain)
2015-01-28 21:46 UTC, Andreas Tunek
no flags Details
xrandr output (875 bytes, text/plain)
2015-02-17 20:01 UTC, Andreas Tunek
no flags Details
dmesg after xrands (134.42 KB, text/plain)
2015-02-17 20:01 UTC, Andreas Tunek
no flags Details
Fedora 24 xrandr (953 bytes, text/plain)
2016-06-26 13:28 UTC, Andreas Tunek
no flags Details


Links
System ID Private Priority Status Summary Last Updated
FreeDesktop.org 91507 0 None None None Never
Linux Kernel 91641 0 None None None Never

Description Andreas Tunek 2015-01-20 19:18:03 UTC
The Retina 5K iMac has a 5K screen but it is only possible to go up to 4K with Linux. I should probably attach some files here but I am not sure which....

Tested with 3.18.2-200.fc21

Comment 1 Josh Boyer 2015-01-20 21:05:10 UTC
The output of dmesg and the Xorg.0.log would be a good start.

Comment 2 Andreas Tunek 2015-01-21 21:05:27 UTC
Created attachment 982524 [details]
dmesg

Comment 3 Andreas Tunek 2015-01-21 21:09:19 UTC
There does not seem to be any /var/log/Xorg.0.log.....

Comment 4 Josh Boyer 2015-01-22 14:32:19 UTC
(In reply to Andreas Tunek from comment #3)
> There does not seem to be any /var/log/Xorg.0.log.....

Sorry, I forgot Xorg output is in the journal now.  You can get it by running:

journalctl -b 0 _COMM=Xorg.bin > Xorg.0.log

Comment 5 Dave Airlie 2015-01-22 21:08:35 UTC
please boot with drm.debug=6 and get the dmesg log also thanks.

Comment 6 Andreas Tunek 2015-01-22 21:28:59 UTC
The Xorg log is empty if I boot normally. How do I boot with other debug mode?

Comment 7 Dave Airlie 2015-01-25 23:07:46 UTC
journalctl -b 0 _COMM=Xorg might work either, or just dump the full journal,

for drm.debug=6 you need to add it to the kernel on the kernel command line in grub when you boot up.

Comment 8 Andreas Tunek 2015-01-26 20:15:56 UTC
Created attachment 984390 [details]
Grub

From the state in the attached file, how do you actually boot the system. Ctrl-x does not do anything....

Comment 9 Andreas Tunek 2015-01-26 20:19:39 UTC
[tuna@iMacLinux ~]$ journalctl -b 0 _COMM=Xorg
-- Logs begin at Mon 2015-01-19 21:39:39 CET, end at Mon 2015-01-26 21:15:50 CET. --

That is all I get.... if I just do journalctl I get a lot of unneeded stuff....

Comment 10 Chris Murphy 2015-01-26 20:26:43 UTC
journalctl -b -u gdm > journal_gdmxorg.log

In GRUB, usually either F10 (could be one button, could be Fn + F10) or control-x will work. Sometimes both work. On my Macs I use fn + F10, because control-x doesn't work.

Comment 11 Andreas Tunek 2015-01-26 20:41:10 UTC
[tuna@iMacLinux ~]$ journalctl -b -u gdm
-- Logs begin at Mon 2015-01-19 21:39:39 CET, end at Mon 2015-01-26 21:40:47 CET
lines 1-1/1 (END)

Comment 12 Dave Airlie 2015-01-26 20:47:39 UTC
you need to add drm.debug=6 on the end of the linuxefi line

and I think fn-f10 or something to boot, or ctrl-x.

Comment 13 Andreas Tunek 2015-01-26 20:48:45 UTC
Created attachment 984406 [details]
dmesg with drm.debug=6

Comment 14 Chris Murphy 2015-01-26 21:11:05 UTC
(In reply to Andreas Tunek from comment #11)
> [tuna@iMacLinux ~]$ journalctl -b -u gdm
> -- Logs begin at Mon 2015-01-19 21:39:39 CET, end at Mon 2015-01-26 21:40:47
> CET
> lines 1-1/1 (END)

Assuming you have any xorg lines, this should work:

journalctl -b | grep -i xorg > journalxorg.log

Weird though, because -u gdm works for me on Fedora 21. If you just do journalctl -b --no-pager in a terminal window so you can scroll around, do you see any entries like this? I have maybe a hundred lines in a row of gdm-Xorg-:0

Jan 26 11:18:20 f21t.localdomain gdm-Xorg-:0[851]: This is a pre-release version of the X server from Fedora Project.

Optional, using -o short-monotonic (before or after -b) is a bit cleaner.

Comment 15 drago01 2015-01-26 21:12:09 UTC
(In reply to Andreas Tunek from comment #9)
> [tuna@iMacLinux ~]$ journalctl -b 0 _COMM=Xorg
> -- Logs begin at Mon 2015-01-19 21:39:39 CET, end at Mon 2015-01-26 21:15:50
> CET. --
> 
> That is all I get.... if I just do journalctl I get a lot of unneeded
> stuff....

The binary is named *Xorg.bin* not Xorg so use journalctl -b 0 _COMM=Xorg.bin

Comment 16 Andreas Tunek 2015-01-26 21:16:14 UTC
[tuna@iMacLinux ~]$ journalctl -b 0 _COMM=Xorg.bin
-- Logs begin at Mon 2015-01-19 21:39:39 CET, end at Mon 2015-01-26 22:15:48 CET
lines 1-1/1 (END)

Comment 17 Andreas Tunek 2015-01-26 21:20:56 UTC
Created attachment 984411 [details]
4K info from gnome screen

Comment 18 Andreas Tunek 2015-01-26 21:23:14 UTC
Created attachment 984412 [details]
dmidecode output

Comment 19 Andreas Tunek 2015-01-26 21:23:48 UTC
Created attachment 984413 [details]
lspci -vvnn output

Comment 20 Andreas Tunek 2015-01-27 19:52:49 UTC
Should I report this to another upstream?

Comment 21 Dave Airlie 2015-01-27 22:06:00 UTC
No this is fine for now,

okay the drm.debug=6 didn't get put in the right place,

it needs to go at the end of the linuxefi line with the rhgb quiet etc on it

Alternatively it might give me enough info if you

as root:
echo 6 > /sys/module/drm/parameters/debug

then run xrandr in your X session, and atttach the dmesg and xrandr output.

Comment 22 Andreas Tunek 2015-01-28 21:46:58 UTC
Created attachment 985374 [details]
dmesg with drm.debug=6

Hopefully this is correct....

Comment 23 Andreas Tunek 2015-02-17 20:01:04 UTC
Created attachment 992867 [details]
xrandr output

Comment 24 Andreas Tunek 2015-02-17 20:01:34 UTC
Created attachment 992868 [details]
dmesg after xrands

Comment 25 Andreas Tunek 2015-07-30 11:38:04 UTC
Tested with F23 Linux (4.2 rc4).

Comment 26 Andreas Tunek 2016-06-26 13:28:31 UTC
Created attachment 1172544 [details]
Fedora 24 xrandr

New xrandr from F24. A new screen appeared :)

Comment 27 Tyson Thomas 2017-07-30 14:07:06 UTC
I would like to note that 2560x1440 does not display correctly (strange double columns on the screen. (Actually anything above 1920x1080 or 1920x1200) doesn't seem to work correctly besides 3840x2160

Comment 28 Fedora End Of Life 2017-11-16 18:46:02 UTC
This message is a reminder that Fedora 25 is nearing its end of life.
Approximately 4 (four) weeks from now Fedora will stop maintaining
and issuing updates for Fedora 25. It is Fedora's policy to close all
bug reports from releases that are no longer maintained. At that time
this bug will be closed as EOL if it remains open with a Fedora  'version'
of '25'.

Package Maintainer: If you wish for this bug to remain open because you
plan to fix it in a currently maintained version, simply change the 'version'
to a later Fedora version.

Thank you for reporting this issue and we are sorry that we were not
able to fix it before Fedora 25 is end of life. If you would still like
to see this bug fixed and are able to reproduce it against a later version
of Fedora, you are encouraged  change the 'version' to a later Fedora
version prior this bug is closed as described in the policy above.

Although we aim to fix as many bugs as possible during every release's
lifetime, sometimes those efforts are overtaken by events. Often a
more recent Fedora release includes newer upstream software that fixes
bugs or makes them obsolete.

Comment 29 Andreas Tunek 2017-12-02 09:09:30 UTC
I'll try a rawhide image some day.

Comment 30 Ben Cotton 2018-11-27 17:58:04 UTC
This message is a reminder that Fedora 27 is nearing its end of life.
On 2018-Nov-30  Fedora will stop maintaining and issuing updates for
Fedora 27. It is Fedora's policy to close all bug reports from releases
that are no longer maintained. At that time this bug will be closed as
EOL if it remains open with a Fedora  'version' of '27'.

Package Maintainer: If you wish for this bug to remain open because you
plan to fix it in a currently maintained version, simply change the 'version' 
to a later Fedora version.

Thank you for reporting this issue and we are sorry that we were not 
able to fix it before Fedora 27 is end of life. If you would still like 
to see this bug fixed and are able to reproduce it against a later version 
of Fedora, you are encouraged  change the 'version' to a later Fedora 
version prior this bug is closed as described in the policy above.

Although we aim to fix as many bugs as possible during every release's 
lifetime, sometimes those efforts are overtaken by events. Often a 
more recent Fedora release includes newer upstream software that fixes 
bugs or makes them obsolete.

Comment 31 Ben Cotton 2018-11-30 18:33:35 UTC
Fedora 27 changed to end-of-life (EOL) status on 2018-11-30. Fedora 27 is
no longer maintained, which means that it will not receive any further
security or bug fix updates. As a result we are closing this bug.

If you can reproduce this bug against a currently maintained version of
Fedora please feel free to reopen this bug against that version. If you
are unable to reopen this bug, please file a new report against the
current release. If you experience problems, please add a comment to this
bug.

Thank you for reporting this bug and we are sorry it could not be fixed.


Note You need to log in before you can comment on or make changes to this bug.