https://bugs.freedesktop.org/show_bug.cgi?id=102643

--- Comment #13 from [email protected] ---
This is related to this problem, also resolution line from grub is not
respected when corruption happens, if everything is applied from commit 
55e513b978b2afc52b7cafc5bfcb0d1dc78d75f6 except radeon.h resolutin stays
properly recognized, but black only black screen is drawn, going to tty2 does
show text, and after some waiting it is possible to type login and revert
changes (packages or xorg configuration).

If it is used as patch (radeon.h.patch) and aplied to the half, same thing
happens, black screen = resolution respected, under EXA ofc. With everything
included (from below) it gets corrupted:

@@ -790,6 +797,72 @@ static inline Bool radeon_get_pixmap_shared(PixmapPtr
pPix)
     return FALSE;
 }

+static inline struct drmmode_fb*
+radeon_fb_create(int drm_fd, uint32_t width, uint32_t height, uint8_t depth,
+                uint8_t bpp, uint32_t pitch, uint32_t handle)
+{

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
xorg-driver-ati mailing list
[email protected]
https://lists.x.org/mailman/listinfo/xorg-driver-ati

Reply via email to