Bug#594684: Refreshed patch

2011-09-09 Thread Matt Kraai
Hi,

Attached is a refreshed patch that applies against xorg-server 2:1.11.0-1.

-- 
Matt Kraai
https://ftbfs.org/kraai
Index: xorg-server-1.11.0/hw/xfree86/dri/sarea.h
===
--- xorg-server-1.11.0.orig/hw/xfree86/dri/sarea.h	2010-06-05 18:16:50.0 -0700
+++ xorg-server-1.11.0/hw/xfree86/dri/sarea.h	2011-09-09 05:50:14.52499 -0700
@@ -42,6 +42,8 @@
 /* SAREA area needs to be at least a page */
 #if defined(__alpha__)
 #define SAREA_MAX 			0x2000
+#elif defined(__mips__)
+#define SAREA_MAX			0x4000
 #elif defined(__ia64__)
 #define SAREA_MAX			0x1		/* 64kB */
 #else
Index: xorg-server-1.11.0/hw/xfree86/os-support/linux/lnx_video.c
===
--- xorg-server-1.11.0.orig/hw/xfree86/os-support/linux/lnx_video.c	2011-01-03 10:05:41.0 -0800
+++ xorg-server-1.11.0/hw/xfree86/os-support/linux/lnx_video.c	2011-09-09 06:01:07.988002615 -0700
@@ -493,9 +493,10 @@
 Bool
 xf86EnableIO(void)
 {
-#if defined(__powerpc__)
+#if defined(__powerpc__) || defined(__mips__)
 	int fd;
 	unsigned int ioBase_phys;
+	extern unsigned int IOPortBase;
 #endif
 
 	if (ExtendedEnabled)
@@ -520,7 +521,22 @@
 #endif
 	}
 	close(fd);
-#elif !defined(__mc68000__) && !defined(__sparc__) && !defined(__mips__) && !defined(__sh__) && !defined(__hppa__) && !defined(__s390__) && !defined(__arm__) && !defined(__m32r__) && !defined(__nds32__)
+#elif defined(__mips__)
+	fd = open("/dev/mem", O_RDWR);
+	IOPortBase = (volatile unsigned char *)mmap(0, 0x2,
+			PROT_READ | PROT_WRITE, MAP_SHARED, fd,
+			0x1fd0);
+	if (IOPortBase == MAP_FAILED) {
+		xf86Msg(X_WARNING,
+"xf86EnableIOPorts: Failed to map iobase (%s)\n",
+strerror(errno));
+		return FALSE;
+	}
+	close(fd);
+	xf86Msg(X_WARNING,
+	   "xf86EnableIOPorts: map iobase (%x)\n",
+	IOPortBase);
+#elif !defined(__mc68000__) && !defined(__sparc__) && !defined(__sh__) && !defined(__hppa__) && !defined(__s390__) && !defined(__arm__) && !defined(__m32r__) && !defined(__nds32__)
 if (ioperm(0, 1024, 1) || iopl(3)) {
 if (errno == ENODEV)
 ErrorF("xf86EnableIOPorts: no I/O ports found\n");


Bug#594684: Contacting patch author

2011-06-25 Thread Matt Kraai
Hi,

I'm trying to get the 01_mips-sarea.diff patch upstream, so I've
contacted the patch distributor, Jason Woof, to find out if I have the
right to submit it.

-- 
Matt Kraai
https://ftbfs.org/kraai



-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20110625164514.ga3...@ftbfs.org



Bug#419960: `xset dpms force ???' has no effect

2010-11-17 Thread Matt Kraai
On Wed, Nov 17, 2010 at 06:26:05PM +0100, Julien Viard de Galbert wrote:
> May I close this bug ?

That would be fine with me.

-- 
Matt   https://ftbfs.org/kraai



-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20101117235749.ga21...@ftbfs.org



Bug#495799: Does not use synaptics driver for MacBook Pro touchpad

2008-08-20 Thread Matt Kraai
On Wed, Aug 20, 2008 at 05:48:31PM +0300, Timo Aaltonen wrote:
> On Wed, 20 Aug 2008, Matt Kraai wrote:
>
>> Package: xserver-xorg-input-synaptics
>> Version: 0.14.7~git20070706-2.1.lenny1
>> Severity: wishlist
>> Tags: patch
>>
>> The synaptics driver isn't used for the touchpad on my MacBook Pro.  I
>> wish it was.
>>
>> Here's the lshal output for the touchpad:
>
> Hi. That's the wrong device, it should have info.capabilities .. touchpad 
> in it. That said, can you try this fdi file:
>
> http://users.tkk.fi/~tjaalton/dpkg/10-synaptics.fdi
>
> it contains a couple of settings one ubuntu user asked for (to make the  
> apple trackpads behave like on osx), but you can delete them if you like.

Thanks, your version works for me.

-- 
Matt http://ftbfs.org/



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#495799: Does not use synaptics driver for MacBook Pro touchpad

2008-08-20 Thread Matt Kraai
Package: xserver-xorg-input-synaptics
Version: 0.14.7~git20070706-2.1.lenny1
Severity: wishlist
Tags: patch

The synaptics driver isn't used for the touchpad on my MacBook Pro.  I
wish it was.

Here's the lshal output for the touchpad:

> udi = '/org/freedesktop/Hal/devices/usb_device_5ac_217_noserial'
>   info.linux.driver = 'usb'  (string)
>   info.parent = '/org/freedesktop/Hal/devices/usb_device_1d6b_1__00_1d_0' 
>  (string)
>   info.product = 'Apple Internal Keyboard / Trackpad'  (string)
>   info.subsystem = 'usb_device'  (string)
>   info.udi = '/org/freedesktop/Hal/devices/usb_device_5ac_217_noserial'  
> (string)
>   info.vendor = 'Apple, Inc.'  (string)
>   linux.device_file = '/dev/bus/usb/001/005'  (string)
>   linux.hotplug_type = 2  (0x2)  (int)
>   linux.subsystem = 'usb'  (string)
>   linux.sysfs_path = '/sys/devices/pci:00/:00:1d.0/usb1/1-2'  (string)
>   usb_device.bus_number = 1  (0x1)  (int)
>   usb_device.can_wake_up = true  (bool)
>   usb_device.configuration_value = 1  (0x1)  (int)
>   usb_device.device_class = 0  (0x0)  (int)
>   usb_device.device_protocol = 0  (0x0)  (int)
>   usb_device.device_revision_bcd = 96  (0x60)  (int)
>   usb_device.device_subclass = 0  (0x0)  (int)
>   usb_device.is_self_powered = false  (bool)
>   usb_device.linux.device_number = 5  (0x5)  (int)
>   usb_device.linux.sysfs_path = 
> '/sys/devices/pci:00/:00:1d.0/usb1/1-2'  (string)
>   usb_device.max_power = 40  (0x28)  (int)
>   usb_device.num_configurations = 1  (0x1)  (int)
>   usb_device.num_interfaces = 3  (0x3)  (int)
>   usb_device.num_ports = 0  (0x0)  (int)
>   usb_device.product = 'Apple Internal Keyboard / Trackpad'  (string)
>   usb_device.product_id = 535  (0x217)  (int)
>   usb_device.speed = 12.0 (12) (double)
>   usb_device.vendor = 'Apple, Inc.'  (string)
>   usb_device.vendor_id = 1452  (0x5ac)  (int)
>   usb_device.version = 2.0 (2) (double)

The attached patch makes the synaptics driver be used if the product
is "Apple Internal Keyboard / Trackpad".  I don't know if this will
cause problems for other Apple systems, though.

-- 
Matt http://ftbfs.org/
diff -ru xfree86-driver-synaptics-0.14.7~git20070706~/debian/10-synaptics.fdi 
xfree86-driver-synaptics-0.14.7~git20070706/debian/10-synaptics.fdi
--- xfree86-driver-synaptics-0.14.7~git20070706~/debian/10-synaptics.fdi
2008-08-20 06:57:39.0 -0700
+++ xfree86-driver-synaptics-0.14.7~git20070706/debian/10-synaptics.fdi 
2008-08-20 06:59:06.0 -0700
@@ -9,5 +9,8 @@
synaptics
   
 
+
+  synaptics
+
   
 


Bug#388274: Tapping with one finger does not generate a left-button click

2007-12-24 Thread Matt Kraai
On Sat, Dec 22, 2007 at 03:11:47PM +0100, Brice Goglin wrote:
> On Tue, Sep 19, 2006 at 04:10:00PM +0200, Matt Kraai wrote:
> > Package: xserver-xorg-input-synaptics
> > Version: 0.14.6-1
> > 
> > When I tap the touchpad on my MacBook Pro with one finger, it doesn't
> > generate a left-button click.  When I tap it with two or three
> > fingers, it does generate middle- and right-button clicks,
> > respectively.
> 
> Does this bug still occur with a recent install?

I can't reproduce it now ...

>  Which packages are you
> using today?

... with the 0.14.7~git20070706-1 version of
xserver-xorg-input-synaptics.

-- 
Matt



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#449160: Does not support X1300

2007-11-04 Thread Matt Kraai
On Sun, Nov 04, 2007 at 10:23:40AM +0100, Brice Goglin wrote:
> Generally speaking, you should talk to upstream directly instead of
> reporting such a bug here. The radeonhd driver is under heavy
> development. Our snapshot is always outdated. Any problem reported here
> could already be fixed in the upstream git. You can either go on
> #radeonhd on freenode, file a bug on http://bugzilla.freedesktop.org
> product Xorg componentn radeonhd or post a mail on [EMAIL PROTECTED]

The problem has been fixed upstream.  I reported the bug to the Debian
BTS so that the Debian package could be updated to pick up the fix.

-- 
Matt



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#449160: Does not support X1300

2007-11-03 Thread Matt Kraai
On Sat, Nov 03, 2007 at 05:41:01PM -0400, David Nusinow wrote:
> I actually tried to build git head on Thursday night or so for this exact
> reason, but it ftbfs for some reason that I couldn't really determine at
> the time. I'll try again in a few days when I've got some time.

In order to get it to build, I had to add build dependencies on
pciutils-dev and zlib1g-dev.  If these don't address your problem, I'd
be happy to look into it.

-- 
Matt



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#449160: Does not support X1300

2007-11-03 Thread Matt Kraai
Package: xserver-xorg-video-radeonhd
Version: 0.0.1+git20071006-1
Tags: fixed-upstream

In

 http://lists.opensuse.org/radeonhd/2007-11/msg00017.html

Benoit Plessis reports that the Debian version of the radeonhd driver
does not support the X1300, but the latest upstream version does.

-- 
Matt



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#445551: Add support for the MacBook Pro

2007-10-06 Thread Matt Kraai
Package: xserver-xorg-video-radeonhd
Version: 0.0.1+git20070918-1

As of upstream commit d82090a1c82a4c57e995cdbf24ecc4f4164646c1, the
xserver-xorg-video-radeonhd driver now works on MacBook Pros.  Would
you please package this (or a later) version?

-- 
Matt



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#435222: Package new version

2007-07-29 Thread Matt Kraai
Package: xserver-xorg-video-avivo
Version: 0.0.999+git20070706-1
Severity: wishlist

Would you please package the latest git version (from 2007-07-24)?  It
allows me to move windows smoothly and turns off the backlight when I
run "xset dpms force off".

-- 
Matt


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#271599: defaults to wrong video card driver

2007-07-25 Thread Matt Kraai
On Wed, Jul 25, 2007 at 06:37:18AM +0200, Julien Cristau wrote:
> do you know if this bug still occurs with the current xserver-xorg package?

No, I don't.  Is there a way to test it without destroying my current
configuration?

-- 
Matt


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#419960: `xset dpms force ???' has no effect

2007-04-19 Thread Matt Kraai
On Thu, Apr 19, 2007 at 07:21:04PM +0200, Brice Goglin wrote:
> Matt Kraai wrote:
> > Package: xserver-xorg-video-vesa
> > Version: 1:1.3.0-1
> >
> > When I run `xset dpms force ???', where ??? is standby, suspend, off, or 
> > on, nothing happens.  Here's the lines from /var/log/Xorg.0.log that 
> > contain "DPMS":
> >
> >   
> >> (II) Loading extension DPMS
> >> (II) VESA(0): No DPMS capabilities specified; RGB/Color Display
> >> (**) VESA(0): DPMS enabled
> >> 
> 
> 
> Did DPMS ever work on this screen? With another machine/driver?

Not that I know of.

> I am not familiar at all with this code, but it looks like the "no 
> DPMS capabilities specified" comes from EDID/DDC, so it might mean 
> that the screen does not tell the X server that it supports DPMS.

Oh.  Is there a way to verify that?

-- 
Matt


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#419960: `xset dpms force ???' has no effect

2007-04-18 Thread Matt Kraai
Package: xserver-xorg-video-vesa
Version: 1:1.3.0-1

When I run `xset dpms force ???', where ??? is standby, suspend, off, or 
on, nothing happens.  Here's the lines from /var/log/Xorg.0.log that 
contain "DPMS":

> (II) Loading extension DPMS
> (II) VESA(0): No DPMS capabilities specified; RGB/Color Display
> (**) VESA(0): DPMS enabled

-- 
Matt


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#400695: Add support for the ATI Technologies Inc M56P [Radeon Mobility X1600]

2006-11-29 Thread Matt Kraai
On Tue, Nov 28, 2006 at 12:47:53PM -0500, Alex Deucher wrote:
> On 11/27/06, Matt Kraai <[EMAIL PROTECTED]> wrote:
> >Package: xserver-xorg-video-ati
> >Version: 1:6.6.3-2
> >Severity: wishlist
> >
> >I wish the free ATI drivers supported the ATI Technologies Inc M56P
> >[Radeon Mobility X1600], which is the graphics adapter in my MacBook
> >Pro.  Its PCI ID is 1002:71c5.
> >
> >I'm currently working around this problem by using the non-free
> >fglrx-driver package.
> 
> Ask ATI/AMD to release the specs or to allow Dave to release his driver.

I'd be happy to, but I can't find out how to contact them.  Do you
know how to do so?

-- 
Matt   http://ftbfs.org/


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#400695: Add support for the ATI Technologies Inc M56P [Radeon Mobility X1600]

2006-11-27 Thread Matt Kraai
Package: xserver-xorg-video-ati
Version: 1:6.6.3-2
Severity: wishlist

I wish the free ATI drivers supported the ATI Technologies Inc M56P
[Radeon Mobility X1600], which is the graphics adapter in my MacBook
Pro.  Its PCI ID is 1002:71c5.

I'm currently working around this problem by using the non-free
fglrx-driver package.

-- 
Matt   http://ftbfs.org/


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#356545: Upstream patch

2006-06-20 Thread Matt Kraai
forwarded 356545 https://bugs.freedesktop.org/show_bug.cgi?id=5628
tag 356545 fixed-upstream
thanks

Here's a patch extracted from the upstream CVS.  It's probably better
than the one I originally submitted.

-- 
Matt
diff -ru libxau-1.0.0-old/Makefile.am libxau-1.0.0/Makefile.am
--- libxau-1.0.0-old/Makefile.am2006-06-20 08:27:18.0 -0700
+++ libxau-1.0.0/Makefile.am2006-06-20 08:28:05.0 -0700
@@ -29,6 +29,8 @@
 pkgconfigdir = $(libdir)/pkgconfig
 pkgconfig_DATA = xau.pc
 
+LIB_MAN_DIR_SUFFIX = $(LIB_MAN_DIR:@mandir@/man%=%)
+
 libmandir = $(LIB_MAN_DIR)
 libman_PRE = Xau.man
 BUILT_SOURCES = shadows.DONE
@@ -51,7 +53,7 @@
 shadows.DONE:
-rm -f $(Xau_shadows:[EMAIL PROTECTED]@)
(for i in $(Xau_shadows:[EMAIL PROTECTED]@) ; do \
-echo .so man$(LIB_MAN_SUFFIX)/Xau.$(LIB_MAN_SUFFIX) > $$i; \
+echo .so man$(LIB_MAN_DIR_SUFFIX)/Xau.$(LIB_MAN_SUFFIX) > $$i; \
 done)
 
 XORGRELSTRING = @PACKAGE_STRING@
diff -ru libxau-1.0.0-old/Makefile.in libxau-1.0.0/Makefile.in
--- libxau-1.0.0-old/Makefile.in2006-06-20 08:27:18.0 -0700
+++ libxau-1.0.0/Makefile.in2006-06-20 08:28:59.0 -0700
@@ -185,6 +185,8 @@
 pkgconfigdir = $(libdir)/pkgconfig
 pkgconfig_DATA = xau.pc
 
+LIB_MAN_DIR_SUFFIX = $(LIB_MAN_DIR:@mandir@/man%=%)
+
 libmandir = $(LIB_MAN_DIR)
 libman_PRE = Xau.man
 BUILT_SOURCES = shadows.DONE
@@ -717,7 +719,7 @@
 shadows.DONE:
-rm -f $(Xau_shadows:[EMAIL PROTECTED]@)
(for i in $(Xau_shadows:[EMAIL PROTECTED]@) ; do \
-echo .so man$(LIB_MAN_SUFFIX)/Xau.$(LIB_MAN_SUFFIX) > $$i; \
+echo .so man$(LIB_MAN_DIR_SUFFIX)/Xau.$(LIB_MAN_SUFFIX) > $$i; \
 done)
 
 Xau.$(LIB_MAN_SUFFIX): $(srcdir)/Xau.man


signature.asc
Description: Digital signature


Bug#356545: Patch to correct manual pages

2006-06-20 Thread Matt Kraai
tag 356545 patch
thanks

The attached patch fixes makes the .so references use the correct path
to the directory containing Xau.3x.gz.  I've verified that it fixes
the problem.

-- 
Matt
diff -ru libxau-1.0.0-old/Makefile.am libxau-1.0.0/Makefile.am
--- libxau-1.0.0-old/Makefile.am2006-06-20 06:50:36.0 -0700
+++ libxau-1.0.0/Makefile.am2006-06-20 07:01:01.0 -0700
@@ -51,7 +51,7 @@
 shadows.DONE:
-rm -f $(Xau_shadows:[EMAIL PROTECTED]@)
(for i in $(Xau_shadows:[EMAIL PROTECTED]@) ; do \
-echo .so man$(LIB_MAN_SUFFIX)/Xau.$(LIB_MAN_SUFFIX) > $$i; \
+echo .so `basename $(LIB_MAN_DIR)`/Xau.$(LIB_MAN_SUFFIX) > $$i; \
 done)
 
 XORGRELSTRING = @PACKAGE_STRING@
diff -ru libxau-1.0.0-old/Makefile.in libxau-1.0.0/Makefile.in
--- libxau-1.0.0-old/Makefile.in2006-06-20 06:50:36.0 -0700
+++ libxau-1.0.0/Makefile.in2006-06-20 07:22:30.0 -0700
@@ -717,7 +717,7 @@
 shadows.DONE:
-rm -f $(Xau_shadows:[EMAIL PROTECTED]@)
(for i in $(Xau_shadows:[EMAIL PROTECTED]@) ; do \
-echo .so man$(LIB_MAN_SUFFIX)/Xau.$(LIB_MAN_SUFFIX) > $$i; \
+echo .so `basename $(LIB_MAN_DIR)`/Xau.$(LIB_MAN_SUFFIX) > $$i; \
 done)
 
 Xau.$(LIB_MAN_SUFFIX): $(srcdir)/Xau.man


signature.asc
Description: Digital signature


Bug#362160: Warns that xrdb cannot be found

2006-05-16 Thread Matt Kraai
On Tue, May 16, 2006 at 11:38:54PM -0400, David Nusinow wrote:
> Hi Matt,

Hi.

> On Wed, Apr 12, 2006 at 08:25:53AM -0700, Matt Kraai wrote:
> > Package: x11-common
> > Version: 1:7.0.10
> > 
> > When I log in, a dialog containing the following text is displayed:
> > 
> >  Xsession: warning: xrdb command not found; X resources not merged.
> > 
> > I believe this is generated by
> > /etc/X11/Xsession.d/30x11-common_xresources.
> 
> Are you still getting this error?

No, I haven't seen it for quite some time.

>   And do you have xbase-clients installed?

Yes, xbase-clients 1:7.0.1-1 is installed now.  I don't know whether
it was installed when I originally had the error (though I think I
verified that xrdb was present).

-- 
Matt


signature.asc
Description: Digital signature


Bug#362160: Warns that xrdb cannot be found

2006-04-12 Thread Matt Kraai
Package: x11-common
Version: 1:7.0.10

When I log in, a dialog containing the following text is displayed:

 Xsession: warning: xrdb command not found; X resources not merged.

I believe this is generated by
/etc/X11/Xsession.d/30x11-common_xresources.

-- 
Matt


signature.asc
Description: Digital signature


Bug#362158: Warns that xrdb cannot be found

2006-04-12 Thread Matt Kraai
Package: xfree86-common
Version: 4.3.0.dfsg.1-14

When I log in, a dialog containing the following text is displayed:

 Xsession: warning: xrdb command not found; X resources not merged.

I believe this is generated by
/etc/X11/Xsession.d/30xfree86-common_xresources.

-- 
Matt


signature.asc
Description: Digital signature


Re: Keyboard preseed for X

2005-01-19 Thread Matt Kraai
On Tue, Jan 18, 2005 at 12:06:02AM +0200, Konstantinos Margaritis wrote:
> 1) It tries to read the debconf variable debian-installer/keymap.
> If it finds it, it uses this map[1] to preseed the XFree86 keyboard 
> with the correct values. All these values have been collected by 
> asking the correct people and trying to use common sense when 
> I had no choice. In no case have I changed these values, so if there 
> is something wrong, don't blame me. If you _do_ see a missing/faulty 
> entry, please drop me a mail.

The dvorak entry matches my i386 system, but my powerpc system has the
following settings:

 xserver-xfree86/config/inputdevice/keyboard/layout: dvorak
 xserver-xfree86/config/inputdevice/keyboard/model: macintosh

-- 
Matt


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#271599: defaults to wrong video card driver

2004-10-15 Thread Matt Kraai
tag 271599 - moreinfo
thanks

On Tue, Oct 12, 2004 at 05:23:38PM -0500, Branden Robinson wrote:
> On Mon, Sep 13, 2004 at 04:29:25PM -0700, Matt Kraai wrote:
> > Package: xserver-xfree86
> > Version: 4.3.0.dfsg.1-7
> > Severity: wishlist
> > 
> > The "Select the desired X server driver" question defaults to
> > vesa, but when X starts (via gdm), it displays a blank, black
> > screen.
> > 
> > When I reconfigure X to use the i810 driver, it displays the gdm
> > login dialog.
> > 
> > The card appears to be detected by discover:
> > 
> >  $ discover --version
> >  discover version 1.6.6
> >  $ discover --disable=serial,parallel --format="%V %M\t%S\t%D\n" video
> >  Intel Corporation 82815 CGC [Chipset Graphics Controller]   XFree86 i810
> 
> Was discover installed when xserver-xfree86 was first configured?

Yes, it was.  I believe that the detected value is ignored because of

 auto_answer db_input "$(priority_ceil medium)" 
xserver-xfree86/autodetect_video_card "false"

(the problem originally occurred during an initial install, but I was
able to reproduce it by reinstalling with DEBIAN_PRIORITY set to
high).

-- 
Matt




Bug#271599: defaults to wrong video card driver

2004-09-13 Thread Matt Kraai
Package: xserver-xfree86
Version: 4.3.0.dfsg.1-7
Severity: wishlist

The "Select the desired X server driver" question defaults to
vesa, but when X starts (via gdm), it displays a blank, black
screen.

When I reconfigure X to use the i810 driver, it displays the gdm
login dialog.

The card appears to be detected by discover:

 $ discover --version
 discover version 1.6.6
 $ discover --disable=serial,parallel --format="%V %M\t%S\t%D\n" video
 Intel Corporation 82815 CGC [Chipset Graphics Controller]   XFree86 i810

-- 
Matt Kraai[EMAIL PROTECTED]http://ftbfs.org/


signature.asc
Description: Digital signature


No video driver autodetection during installation

2004-08-10 Thread Matt Kraai
Howdy,

When I performed a sid installation, the default video driver was
vesa.  discover detected that it should be i810, but the .config
script appears to default xserver-xfree86/autodetect_video_card to
false and ignore discover's output.  Is this by design?

-- 
Matt Kraai[EMAIL PROTECTED]http://ftbfs.org/


signature.asc
Description: Digital signature


Bug#249738: Missing dependency on xlibs-static-dev

2004-05-18 Thread Matt Kraai
Package: libxp-dev
Version: 4.3.0.dfsg.1-1
Severity: serious

/usr/X11R6/include/X11/extensions/Print.h includes X11/Xauth.h.
The latter is included in xlibs-static-dev.  libxp-dev does not
depend on xlibs-static-dev.  This causes tcm to fail to build.

-- 
Matt Kraai[EMAIL PROTECTED]http://ftbfs.org/