Your message dated Sat, 19 Jan 2008 00:31:27 +0100
with message-id <[EMAIL PROTECTED]>
and subject line Bug#412069: patch for beryl support
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere. Please contact me immediately.)
Debian bug tracking system administrator
(administrator, Debian Bugs database)
--- Begin Message ---
Package: xserver-xorg
Severity: wishlist
Tags: patch
I know it's too late for Beryl to make it into etch, but can we at least ship
an xorg.conf that is frendly to Beryl ? With this patch, only installing
the beryl packages will be enough to get it working with no further setup
(provided that OpenGL is working fine).
Also note that having these extra lines in your xorg.conf is harmless for
non-Beryl users (at least it didn't produce any new warnings or errors in
/var/log/Xorg.log for me), so I propose to add them unconditionaly.
Please, can this make it into etch? This kind of eye-candy is _awesome_
to attract new users.
--
Robert Millan
ACK STORM, S.L. - http://www.ackstorm.es/
diff -ur xorg-7.1.0.old/debian/local/dexconf xorg-7.1.0/debian/local/dexconf
--- xorg-7.1.0.old/debian/local/dexconf 2007-02-13 11:02:09.000000000 +0100
+++ xorg-7.1.0/debian/local/dexconf 2007-02-23 12:07:45.000000000 +0100
@@ -351,6 +351,11 @@
if [ "$DEVICE_USE_FBDEV" = "true" ]; then
printf "\tOption\t\t\"UseFBDev\"\t\t\"$DEVICE_USE_FBDEV\"\n" >&4
fi
+cat >&4 <<SECTION
+ # needed for beryl
+ Option "XAANoOffscreenPixmaps" "true"
+ Option "AddARGBGLXVisuals" "On"
+SECTION
printf "EndSection\n" >&4
### MONITOR
@@ -428,6 +433,15 @@
EndSection
SECTION
+### Extensions
+exec 4>"$DEXCONFTMPDIR/Extensions"
+cat >&4 <<SECTION
+Section "Extensions"
+ # needed for beryl
+ Option "Composite" "Enable"
+EndSection
+SECTION
+
# Close file descriptor 4 before we delete temporary files
exec 4<&-
@@ -443,7 +457,7 @@
SPACER=
for SECTION in Header Files Module InputDeviceKeyboard InputDeviceMouse \
- Device Monitor Screen ServerLayout DRI; do
+ Device Monitor Screen ServerLayout DRI Extensions; do
if [ -e "$DEXCONFTMPDIR/$SECTION" ]; then
eval $SPACER
cat "$DEXCONFTMPDIR/$SECTION" >>"$OUTFILE"
--- End Message ---
--- Begin Message ---
This doesn't matter anymore, Composite is enabled by default, drivers
are being ported to EXA by default, ... closing.
Brice
--- End Message ---