Package: x11-common
Version: 1:7.3+10
Severity: normal

dexconf writes an incomplete X config file in the Screen Section:

Section "Screen"
        Identifier      "Default Screen"
        Monitor         "Configured Monitor"
EndSection

should be:

Section "Screen"
        Identifier      "Default Screen"
        Monitor         "Configured Monitor"
        Device          "Configured Video Device"
EndSection

Attached is a patch modifying that,

diff -Naur xorg-7.3+10.orig/debian/local/dexconf xorg-7.3+10/debian/local/dexconf
--- xorg-7.3+10.orig/debian/local/dexconf	2008-01-06 20:27:39.000000000 +0100
+++ xorg-7.3+10/debian/local/dexconf	2008-05-08 19:51:47.000000000 +0200
@@ -266,6 +266,7 @@
 Section "Screen"
 	Identifier	"Default Screen"
 	Monitor		"Configured Monitor"
+	Device		"Configured Video Device"
 SECTION
 printf "EndSection\n" >&4
 

Reply via email to