[Bug 27470] Dual link DVI mode (2560x1920) on Dell 30" display unusable (distorted screen) on RV770 [Radeon HD 4850]

2018-06-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=27470

Adam Jackson  changed:

   What|Removed |Added

 Resolution|--- |INVALID
 Status|NEW |RESOLVED

--- Comment #21 from Adam Jackson  ---
Mass closure: This bug has been untouched for more than six years, and is not
obviously still valid. Please reopen this bug or file a new report if you
continue to experience issues with current releases.

-- 
You are receiving this mail because:
You are the assignee for the bug.___
xorg-driver-ati mailing list
xorg-driver-ati@lists.x.org
https://lists.x.org/mailman/listinfo/xorg-driver-ati


[Bug 27470] Dual link DVI mode (2560x1920) on Dell 30 display unusable (distorted screen) on RV770 [Radeon HD 4850]

2011-02-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=27470

--- Comment #20 from n...@detonation.org 2011-02-06 09:07:57 PST ---
Created an attachment (id=42993)
 -- (https://bugs.freedesktop.org/attachment.cgi?id=42993)
vbios of the 5670

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
xorg-driver-ati mailing list
xorg-driver-ati@lists.x.org
http://lists.x.org/mailman/listinfo/xorg-driver-ati


[Bug 27470] Dual link DVI mode (2560x1920) on Dell 30 display unusable (distorted screen) on RV770 [Radeon HD 4850]

2011-02-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=27470

--- Comment #17 from n...@detonation.org 2011-02-05 03:46:41 PST ---
I bit the bullet and tested on Windows 7 - same problem there. So I bought a
Sapphire Radeon HD5670 and had the tech support confirm that this card does
support 2560x1600. But still, using DVI, I get exactly the same problems.
Frustration reached a new peak.

But the upside is: this card supports displayport and with UMS I am finally
able to use full resolution of my display! But KMS does not find the
displayport output and the screen stays blank. And without KMS I get no
acceleration at all and no power management.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
xorg-driver-ati mailing list
xorg-driver-ati@lists.x.org
http://lists.x.org/mailman/listinfo/xorg-driver-ati


[Bug 27470] Dual link DVI mode (2560x1920) on Dell 30 display unusable (distorted screen) on RV770 [Radeon HD 4850]

2011-02-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=27470

--- Comment #18 from n...@detonation.org 2011-02-05 03:52:27 PST ---
Created an attachment (id=42960)
 -- (https://bugs.freedesktop.org/attachment.cgi?id=42960)
dmesg output of a drm-fixes kernel with the following (useless) patch, showing
failure to detect DP output

diff --git a/drivers/gpu/drm/radeon/atombios_dp.c
b/drivers/gpu/drm/radeon/atombios_dp.c
index 695de9a..a8c23c6 100644
--- a/drivers/gpu/drm/radeon/atombios_dp.c
+++ b/drivers/gpu/drm/radeon/atombios_dp.c
@@ -356,7 +356,8 @@ retry:
atom_execute_table(rdev-mode_info.atom_context, index, (uint32_t
*)args);

if (args.v1.ucReplyStatus  !args.v1.ucDataOutLen) {
-   if (args.v1.ucReplyStatus == 0x20  retry_count++  10)
+  if (args.v1.ucReplyStatus != 3  retry_count++  2000)

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
xorg-driver-ati mailing list
xorg-driver-ati@lists.x.org
http://lists.x.org/mailman/listinfo/xorg-driver-ati


[Bug 27470] Dual link DVI mode (2560x1920) on Dell 30 display unusable (distorted screen) on RV770 [Radeon HD 4850]

2011-02-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=27470

--- Comment #19 from Alex Deucher ag...@yahoo.com 2011-02-05 10:19:10 PST ---
Can you attach a copy of your vbios from the new card?

(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

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
xorg-driver-ati mailing list
xorg-driver-ati@lists.x.org
http://lists.x.org/mailman/listinfo/xorg-driver-ati


[Bug 27470] Dual link DVI mode (2560x1920) on Dell 30 display unusable (distorted screen) on RV770 [Radeon HD 4850]

2011-01-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=27470

--- Comment #16 from n...@detonation.org 2011-01-30 03:17:32 PST ---
Retested on 2.6.38-rc2. The patch now applies cleanly but still does not help.
I also tried the radeonhd and fglrx drivers. All show the same problem. With
radeonhd, the highest working resolution is even lower at 1600x1200.

I start suspecting a hardware problem here, since all drivers show such
consistent failures.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
xorg-driver-ati mailing list
xorg-driver-ati@lists.x.org
http://lists.x.org/mailman/listinfo/xorg-driver-ati


[Bug 27470] Dual link DVI mode (2560x1920) on Dell 30 display unusable (distorted screen) on RV770 [Radeon HD 4850]

2011-01-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=27470

--- Comment #15 from n...@detonation.org 2011-01-13 01:45:30 PST ---
Created an attachment (id=41952)
 -- (https://bugs.freedesktop.org/attachment.cgi?id=41952)
patched files

Negative. Patch applies to 2.6.37, but the problem still persists:

patching file drivers/gpu/drm/radeon/atombios_crtc.c
Hunk #1 succeeded at 915 (offset -48 lines).
patching file drivers/gpu/drm/radeon/radeon_display.c
Hunk #1 succeeded at 448 (offset -332 lines).
Hunk #2 succeeded at 560 (offset -332 lines).
Hunk #3 succeeded at 619 (offset -332 lines).
Hunk #4 succeeded at 735 (offset -332 lines).
patching file drivers/gpu/drm/radeon/radeon_legacy_crtc.c
patching file drivers/gpu/drm/radeon/radeon_mode.h

Attaching patched files in case you want to check the rather large offsets.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
xorg-driver-ati mailing list
xorg-driver-ati@lists.x.org
http://lists.x.org/mailman/listinfo/xorg-driver-ati


[Bug 27470] Dual link DVI mode (2560x1920) on Dell 30 display unusable (distorted screen) on RV770 [Radeon HD 4850]

2011-01-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=27470

--- Comment #13 from n...@detonation.org 2011-01-12 22:43:47 PST ---
Just a heads up: problem's still there on 2.6.37 final. 

And for completeness, lspci output for my graphics card:

05:00.0 VGA compatible controller: ATI Technologies Inc RV770 [Radeon HD 4850]
(prog-if 00 [VGA controller])
Subsystem: Giga-byte Technology Device 21c7
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr-
Stepping- SERR- FastB2B- DisINTx+
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast TAbort- TAbort-
MAbort- SERR- PERR- INTx-
Latency: 0, Cache Line Size: 32 bytes
Interrupt: pin A routed to IRQ 40
Region 0: Memory at d000 (64-bit, prefetchable) [size=256M]
Region 2: Memory at fd8e (64-bit, non-prefetchable) [size=64K]
Region 4: I/O ports at 6c00 [size=256]
[virtual] Expansion ROM at fd80 [disabled] [size=128K]
Capabilities: access denied
Kernel driver in use: radeon

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
xorg-driver-ati mailing list
xorg-driver-ati@lists.x.org
http://lists.x.org/mailman/listinfo/xorg-driver-ati


[Bug 27470] Dual link DVI mode (2560x1920) on Dell 30 display unusable (distorted screen) on RV770 [Radeon HD 4850]

2011-01-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=27470

--- Comment #14 from Alex Deucher ag...@yahoo.com 2011-01-12 23:19:49 PST ---
Created an attachment (id=41950)
 View: https://bugs.freedesktop.org/attachment.cgi?id=41950
 Review: https://bugs.freedesktop.org/review?bug=27470attachment=41950

new pll algo

Does this patch help?

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
xorg-driver-ati mailing list
xorg-driver-ati@lists.x.org
http://lists.x.org/mailman/listinfo/xorg-driver-ati


[Bug 27470] Dual link DVI mode (2560x1920) on Dell 30 display unusable (distorted screen) on RV770 [Radeon HD 4850]

2011-01-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=27470

--- Comment #7 from n...@detonation.org 2011-01-06 08:55:17 PST ---
(In reply to comment #6)
 Is this still an issue with a newer version of the kernel or driver?
 If so, does:
 xrandr --output DVI-0 --set coherent 0
 help?

Problem still exists with 2.6.37-rc7. In the meantime I got a new display. It's
a Dell 3008 WFP with same resolution as the other one. This time I do get an
image, but horizontal resolution is exactly half of what it should be. So
instead of 2560x1600 I get 1280x1600 scaled up by the display. Resolutions up
to 1920x1200 work fine. xrandr --output DVI-0 --set coherent 0 did not change
anything.

Please tell me what I can do to solve this or help solving this. This time I
actually own the display and I would very much like to use it's full potential
with free radeon drivers. I have no problem running bleeding edge stuff and am
a programmer myself, so any hint where to get started would be very
appreciated.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
xorg-driver-ati mailing list
xorg-driver-ati@lists.x.org
http://lists.x.org/mailman/listinfo/xorg-driver-ati


[Bug 27470] Dual link DVI mode (2560x1920) on Dell 30 display unusable (distorted screen) on RV770 [Radeon HD 4850]

2011-01-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=27470

--- Comment #8 from Alex Deucher ag...@yahoo.com 2011-01-06 09:38:16 PST ---
I have a Dell 3008 WFP as well and it works on all cards I have access to
including an rv770. Perhaps there is a problem with one of your DVI ports? 
Does the other DVI port work any better?  Please attach your xorg log and dmesg
output with the latest kernel and also a copy of your vbios.  To get a copy of
your bios:
(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

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
xorg-driver-ati mailing list
xorg-driver-ati@lists.x.org
http://lists.x.org/mailman/listinfo/xorg-driver-ati


[Bug 27470] Dual link DVI mode (2560x1920) on Dell 30 display unusable (distorted screen) on RV770 [Radeon HD 4850]

2011-01-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=27470

--- Comment #9 from n...@detonation.org 2011-01-06 10:51:44 PST ---
Problem persists with the second DVI port and with a different dual link DVI
cable.
Now running 2.6.37-rc8.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
xorg-driver-ati mailing list
xorg-driver-ati@lists.x.org
http://lists.x.org/mailman/listinfo/xorg-driver-ati


[Bug 27470] Dual link DVI mode (2560x1920) on Dell 30 display unusable (distorted screen) on RV770 [Radeon HD 4850]

2011-01-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=27470

n...@detonation.org changed:

   What|Removed |Added

  Attachment #34680|0   |1
is obsolete||

--- Comment #10 from n...@detonation.org 2011-01-06 10:52:59 PST ---
Created an attachment (id=41717)
 -- (https://bugs.freedesktop.org/attachment.cgi?id=41717)
dmesg on 2.6.37-rc8 with new display

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
xorg-driver-ati mailing list
xorg-driver-ati@lists.x.org
http://lists.x.org/mailman/listinfo/xorg-driver-ati


[Bug 27470] Dual link DVI mode (2560x1920) on Dell 30 display unusable (distorted screen) on RV770 [Radeon HD 4850]

2011-01-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=27470

n...@detonation.org changed:

   What|Removed |Added

  Attachment #34677|0   |1
is obsolete||

--- Comment #11 from n...@detonation.org 2011-01-06 10:54:30 PST ---
Created an attachment (id=41718)
 -- (https://bugs.freedesktop.org/attachment.cgi?id=41718)
Xorg.0.log

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
xorg-driver-ati mailing list
xorg-driver-ati@lists.x.org
http://lists.x.org/mailman/listinfo/xorg-driver-ati


[Bug 27470] Dual link DVI mode (2560x1920) on Dell 30 display unusable (distorted screen) on RV770 [Radeon HD 4850]

2010-04-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=27470

--- Comment #1 from n...@detonation.org 2010-04-05 09:24:56 PDT ---
Created an attachment (id=34678)
 -- (https://bugs.freedesktop.org/attachment.cgi?id=34678)
expected background image and cursor

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
xorg-driver-ati mailing list
xorg-driver-ati@lists.x.org
http://lists.x.org/mailman/listinfo/xorg-driver-ati


[Bug 27470] Dual link DVI mode (2560x1920) on Dell 30 display unusable (distorted screen) on RV770 [Radeon HD 4850]

2010-04-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=27470

--- Comment #2 from n...@detonation.org 2010-04-05 09:25:47 PDT ---
Created an attachment (id=34679)
 -- (https://bugs.freedesktop.org/attachment.cgi?id=34679)
picture of the distortions on the screen

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
xorg-driver-ati mailing list
xorg-driver-ati@lists.x.org
http://lists.x.org/mailman/listinfo/xorg-driver-ati


[Bug 27470] Dual link DVI mode (2560x1920) on Dell 30 display unusable (distorted screen) on RV770 [Radeon HD 4850]

2010-04-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=27470

Alex Deucher ag...@yahoo.com changed:

   What|Removed |Added

  Attachment #34677|text/x-log  |text/plain
  mime type||
  Attachment #34677|0   |1
   is patch||

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
xorg-driver-ati mailing list
xorg-driver-ati@lists.x.org
http://lists.x.org/mailman/listinfo/xorg-driver-ati


[Bug 27470] Dual link DVI mode (2560x1920) on Dell 30 display unusable (distorted screen) on RV770 [Radeon HD 4850]

2010-04-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=27470

--- Comment #4 from Alex Deucher ag...@yahoo.com 2010-04-05 09:54:10 PDT ---
Does radeon.new_pll=0 help?

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
xorg-driver-ati mailing list
xorg-driver-ati@lists.x.org
http://lists.x.org/mailman/listinfo/xorg-driver-ati


[Bug 27470] Dual link DVI mode (2560x1920) on Dell 30 display unusable (distorted screen) on RV770 [Radeon HD 4850]

2010-04-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=27470

--- Comment #5 from n...@detonation.org 2010-04-05 10:02:18 PDT ---
(In reply to comment #4)
 Does radeon.new_pll=0 help?

Negative. No change.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
xorg-driver-ati mailing list
xorg-driver-ati@lists.x.org
http://lists.x.org/mailman/listinfo/xorg-driver-ati