[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#791792: marked as done (jessie-pu: package xserver-xorg-video-modesetting/0.9.0-2)



Your message dated Sat, 05 Sep 2015 14:31:07 +0100
with message-id <1441459867.2151.32.camel@adam-barratt.org.uk>
and subject line Closing p-u bugs for 8.2
has caused the Debian Bug report #791792,
regarding jessie-pu: package xserver-xorg-video-modesetting/0.9.0-2
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
791792: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=791792
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: release.debian.org
Severity: normal
Tags: jessie
User: release.debian.org@packages.debian.org
Usertags: pu

(debian-x@ cc'd.)

Hi,

It was reported that the modesetting video driver doesn't support
rotation but pretends to do so, which leads to a blank screen if
rotation is attempted (#791644).

This proposed update backports the single patch sitting in upstream's
master branch after the base version we have in jessie. This doesn't
apply to sid/stretch since modesetting was apparently merged into the
server core in the meanwhile.

Changelog entry:
| xserver-xorg-video-modesetting (0.9.0-2) jessie; urgency=medium
| 
|   * Merge from upstream master:
|     + modesetting: Don't pretend to support rotation (closes: #791644)
| 
|  -- Cyril Brulebois <kibi@debian.org>  Wed, 08 Jul 2015 14:42:57 +0200

Thanks for considering.

Mraw,
KiBi.
diff -u xserver-xorg-video-modesetting-0.9.0/debian/changelog xserver-xorg-video-modesetting-0.9.0/debian/changelog
--- xserver-xorg-video-modesetting-0.9.0/debian/changelog
+++ xserver-xorg-video-modesetting-0.9.0/debian/changelog
@@ -1,3 +1,10 @@
+xserver-xorg-video-modesetting (0.9.0-2) jessie; urgency=medium
+
+  * Merge from upstream master:
+    + modesetting: Don't pretend to support rotation (closes: #791644)
+
+ -- Cyril Brulebois <kibi@debian.org>  Wed, 08 Jul 2015 14:42:57 +0200
+
 xserver-xorg-video-modesetting (0.9.0-1) unstable; urgency=medium
 
   * New upstream release.
only in patch2:
unchanged:
--- xserver-xorg-video-modesetting-0.9.0.orig/src/drmmode_display.c
+++ xserver-xorg-video-modesetting-0.9.0/src/drmmode_display.c
@@ -568,17 +568,6 @@
 }
 #endif
 
-static void *drmmode_shadow_allocate(xf86CrtcPtr crtc, int width, int height)
-{
-	return NULL;
-}
-
-static PixmapPtr drmmode_shadow_create(xf86CrtcPtr crtc, void *data, int width,
-				       int height)
-{
-	return NULL;
-}
-
 static const xf86CrtcFuncsRec drmmode_crtc_funcs = {
     .dpms = drmmode_crtc_dpms,
     .set_mode_major = drmmode_set_mode_major,
@@ -593,8 +582,6 @@
 #ifdef MODESETTING_OUTPUT_SLAVE_SUPPORT
     .set_scanout_pixmap = drmmode_set_scanout_pixmap,
 #endif
-    .shadow_allocate = drmmode_shadow_allocate,
-    .shadow_create = drmmode_shadow_create,
 };
 
 static void

--- End Message ---
--- Begin Message ---
Version: 8.2

Hi,

These bugs correspond to updates which were included in the 8.2 point
release.

Regards,

Adam

--- End Message ---

Reply to: