Your message dated Thu, 11 May 2023 10:49:45 +0200
with message-id <[email protected]>
and subject line Re: Bug#1035688: unblock: xorg-server/2:21.1.7-3
has caused the Debian Bug report #1035688,
regarding unblock: xorg-server/2:21.1.7-3
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 [email protected]
immediately.)
--
1035688: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1035688
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: release.debian.org
Severity: normal
User: [email protected]
Usertags: unblock
X-Debbugs-Cc: [email protected], [email protected], Keith
Toh <[email protected]>
Control: affects -1 src:xorg-server
Hi,
[ Reason ]
We'd like to get modesetting_drv.so back into the udeb, which is helpful
to get a working graphical installer in some hypervisor setups (at
least). It was present in bullseye, but got dropped at the very
beginning of the bookworm release cycle, as a side-effect of build
system changes upstream.
For context, that's the one video driver that's shipped directly into
xserver-xorg-core, while other drivers are shipped in their own
xserver-xorg-video-*. We'd like to get back to this situation on the
udeb side as well.
[ Impact ]
Losing graphical installer support in some cases.
[ Tests ]
Keith, the bug submitter, tested this change with custom-built d-i
images (on two architectures, amd64 and arm64) before it was submitted
to the X team, who ACK'd it. We have a bunch of tests running inside KVM
and friends, confirming having both modesetting_drv.so and fbdev_drv.so
(the latter being shipped in its own udeb) is working fine.
(Keith X-D-Cc'd to let them know what happens during a freeze.)
[ Risks ]
The X server is a critical package, but the only change is a configure
flag for the udeb only (there are two separate builds)
[ Checklist ]
[x] all changes are documented in the d/changelog
[x] I reviewed all changes and I approve them
[x] attach debdiff against the package in testing
Thanks for your time!
unblock xorg-server/2:21.1.7-3
Cheers,
--
Cyril Brulebois ([email protected]) <https://debamax.com/>
D-I release manager -- Release team member -- Freelance Consultant
diff -u xorg-server-21.1.7/debian/changelog xorg-server-21.1.7/debian/changelog
--- xorg-server-21.1.7/debian/changelog
+++ xorg-server-21.1.7/debian/changelog
@@ -1,3 +1,12 @@
+xorg-server (2:21.1.7-3) unstable; urgency=medium
+
+ * Enable DRI2 for the udeb build, needed in addition to DRM support
+ since 9c81b8f5b5 to build the modesetting driver. This fixes failures
+ to start X in the graphical installer under UTM (Closes: #1035014).
+ Thanks to Keith Toh for the report and the follow-up tests!
+
+ -- Cyril Brulebois <[email protected]> Wed, 03 May 2023 03:41:41 +0200
+
xorg-server (2:21.1.7-2) unstable; urgency=high
* composite: Fix use-after-free of the COW
diff -u xorg-server-21.1.7/debian/rules.flags
xorg-server-21.1.7/debian/rules.flags
--- xorg-server-21.1.7/debian/rules.flags
+++ xorg-server-21.1.7/debian/rules.flags
@@ -75,7 +75,7 @@
--disable-xdm-auth-1 \
--disable-glx \
--disable-dri \
- --disable-dri2 \
+ --enable-dri2 \
--disable-glamor \
--disable-xinerama \
--disable-xf86vidmode \
--- End Message ---
--- Begin Message ---
Hi kibi,
On 07-05-2023 22:38, Cyril Brulebois wrote:
unblock xorg-server/2:21.1.7-3
done and aged (with 5 days as is my custom ;) ).
Paul
OpenPGP_signature
Description: OpenPGP digital signature
--- End Message ---