Processed: setting package to xdmx xdmx-tools xnest xorg-server xprint xprint-common xserver-xephyr xserver-xfbdev xserver-xorg-core xserver-xorg-core-dbg xserver-xorg-dev xvfb ... ... ... ... ...

2007-09-20 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> # Automatically generated email from bts, devscripts version 2.10.8
> package xdmx xdmx-tools xnest xorg-server xprint xprint-common xserver-xephyr 
> xserver-xfbdev xserver-xorg-core xserver-xorg-core-dbg xserver-xorg-dev xvfb
Ignoring bugs not assigned to: xdmx-tools xvfb xserver-xorg-core xnest 
xserver-xfbdev xserver-xorg-core-dbg xserver-xorg-dev xdmx xprint xorg-server 
xprint-common xserver-xephyr

> tags 442962 + pending
Bug#442962: xorg-server: [INTL:th] Thai debconf PO Translation
There were no tags set.
Tags added: pending

> tags 443156 + pending
Bug#443156: xorg-server: [INTL:eu] denconf basque trasnaltion
Tags were: l10n patch
Tags added: pending

> tags 443174 + pending
Bug#443174: xorg-server: [INTL:vi] Vietnamese debconf templates translation 
update
Tags were: l10n
Tags added: pending

> tags 443204 + pending
Bug#443204: xorg-server: [INTL:he] Hebrew translation of the debconf templates
Tags were: l10n patch
Tags added: pending

> tags 443226 + pending
Bug#443226: xorg-server: [INTL:bg] Bulgarian debconf translation
Tags were: l10n patch
Tags added: pending

>
End of message, stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


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



Bug#443151: xserver-xorg-video-ati: vt switching activates external VGA monitor [Radeon Xpress 200M]

2007-09-20 Thread Marcus Better
Alex Deucher wrote:
> is it any better with the most recent ati git master?

Yes, it's back to normal now, that is everything working except DRI [1]
and colours on the VGA monitor [2].

[1] http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=437321
[2] http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=440174

Marcus






Re: Bug#443401: xorg: The lights of Caps Lock and Num Lock can not be turned on.

2007-09-20 Thread Drew Parsons
reassign 443401 xserver-xorg-core
forcemerge 442887 443401
thank you

Aye, already reported elsewhere and acknowledged upstream.

You should find that numlock does work, although caps-lock is indeed faulty.

Thanks for the bug report,

Drew


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



Bug#443151: xserver-xorg-video-ati: vt switching activates external VGA monitor [Radeon Xpress 200M]

2007-09-20 Thread Alex Deucher
On 9/19/07, Marcus Better <[EMAIL PROTECTED]> wrote:
> Package: xserver-xorg-video-ati
> Version: 1:6.7.192-4
> Severity: normal
>
> This driver causes very strange effects with console switching, which
> used to work correctly before. The system is an LG LE50 Express laptop
> with Radeon Xpress 200M and an external VGA monitor connected.

is it any better with the most recent ati git master?

Alex



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



xorg-server: Changes to 'debian-unstable'

2007-09-20 Thread David Nusinow
 debian/changelog|5 ++
 debian/patches/03_auto_load_driver.diff |   69 ++--
 2 files changed, 44 insertions(+), 30 deletions(-)

New commits:
commit 2e1f6a803f45572ffcdbb51f316f994a3429883a
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Thu Sep 20 23:16:58 2007 -0400

Add support for a partially configured device section

Implemented in 03_autoload_driver.diff. Now if you have a device section
but lack a driver, it'll use the settings. This will allow you to just
have a device section and enable EXA but not have to specify the driver or
anything else.

diff --git a/debian/changelog b/debian/changelog
index 4a3fa8f..0963b83 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -8,6 +8,11 @@ xorg-server (2:1.4-3) UNRELEASED; urgency=low
 + Change by hacked "ids" file name suffix check to use strncmp and check
   for ".ids"
 + Use strncpy instead of strncat unnecessarily
+  * Add support for a partially configured device section 
+Implemented in 03_autoload_driver.diff. Now if you have a device section
+but lack a driver, it'll use the settings. This will allow you to just
+have a device section and enable EXA but not have to specify the driver or
+anything else.
 
   [ Brice Goglin ]
   * Build the Xfbdev server in new package xserver-xfbdev, closes: #439764.
diff --git a/debian/patches/03_auto_load_driver.diff 
b/debian/patches/03_auto_load_driver.diff
index 3c89522..971b4ac 100644
--- a/debian/patches/03_auto_load_driver.diff
+++ b/debian/patches/03_auto_load_driver.diff
@@ -1,7 +1,7 @@
 Index: xorg-server/hw/xfree86/common/xf86AutoConfig.c
 ===
 xorg-server.orig/hw/xfree86/common/xf86AutoConfig.c2007-09-16 
20:14:26.0 -0400
-+++ xorg-server/hw/xfree86/common/xf86AutoConfig.c 2007-09-16 
20:18:17.0 -0400
+--- xorg-server.orig/hw/xfree86/common/xf86AutoConfig.c2007-09-20 
21:41:34.0 -0400
 xorg-server/hw/xfree86/common/xf86AutoConfig.c 2007-09-20 
23:00:23.0 -0400
 @@ -39,6 +39,7 @@
  #include "xf86Config.h"
  #include "xf86Priv.h"
@@ -10,7 +10,7 @@ Index: xorg-server/hw/xfree86/common/xf86AutoConfig.c
  
  /* Sections for the default built-in configuration. */
  
-@@ -287,3 +288,199 @@
+@@ -287,3 +288,207 @@
  
  return (ret == CONFIG_OK);
  }
@@ -32,7 +32,7 @@ Index: xorg-server/hw/xfree86/common/xf86AutoConfig.c
 +}
 +
 +GDevPtr
-+autoConfigDevice(void)
++autoConfigDevice(GDevPtr preconf_device)
 +{
 +GDevPtr ptr = NULL;
 +confScreenPtr scrn = NULL;
@@ -41,19 +41,27 @@ Index: xorg-server/hw/xfree86/common/xf86AutoConfig.c
 +return NULL;
 +}
 +
-+ptr = (GDevPtr)xalloc(sizeof(GDevRec));
-+if (!ptr) {
-+return NULL;
-+}
-+memset((GDevPtr)ptr, 0, sizeof(GDevRec));
-+ptr->chipID = -1;
-+ptr->chipRev = -1;
-+ptr->irq = -1;
++/* If there's a configured section with no driver chosen, use it */
++if (preconf_device) {
++ptr = preconf_device;
++} else {
++ptr = (GDevPtr)xalloc(sizeof(GDevRec));
++if (!ptr) {
++return NULL;
++}
++memset((GDevPtr)ptr, 0, sizeof(GDevRec));
++ptr->chipID = -1;
++ptr->chipRev = -1;
++ptr->irq = -1;
 +
-+ptr->active = TRUE;
-+ptr->claimed = FALSE;
-+ptr->identifier = "Autoconfigured Video Device";
-+ptr->driver = chooseVideoDriver();
++ptr->active = TRUE;
++ptr->claimed = FALSE;
++ptr->identifier = "Autoconfigured Video Device";
++ptr->driver = NULL;
++}
++if (!ptr->driver) {
++ptr->driver = chooseVideoDriver();
++}
 +
 +/* TODO Handle multiple screen sections */
 +if (xf86ConfigLayout.screens && 
!xf86ConfigLayout.screens->screen->device) {   
@@ -212,8 +220,8 @@ Index: xorg-server/hw/xfree86/common/xf86AutoConfig.c
 +}
 Index: xorg-server/hw/xfree86/common/xf86Config.c
 ===
 xorg-server.orig/hw/xfree86/common/xf86Config.c2007-09-16 
20:14:26.0 -0400
-+++ xorg-server/hw/xfree86/common/xf86Config.c 2007-09-16 20:15:29.0 
-0400
+--- xorg-server.orig/hw/xfree86/common/xf86Config.c2007-09-20 
21:41:34.0 -0400
 xorg-server/hw/xfree86/common/xf86Config.c 2007-09-20 23:00:23.0 
-0400
 @@ -1928,8 +1928,10 @@
return FALSE;
  }
@@ -248,8 +256,8 @@ Index: xorg-server/hw/xfree86/common/xf86Config.c
  devicep->board = conf_device->dev_board;
 Index: xorg-server/hw/xfree86/common/xf86Config.h
 ===
 xorg-server.orig/hw/xfree86/common/xf86Config.h2007-09-16 
20:14:26.0 -0400
-+++ xorg-server/hw/xfree86/common/xf86Config.h 2007-09-16 20:15:29.0 
-0400
+--- xorg-server.orig/hw/xfree86/common/xf86Config.h2007-09-20 
21:41:34.000

Bug#443401: xorg: The lights of Caps Lock and Num Lock can not be turned on.

2007-09-20 Thread S.P.Tseng
Package: xorg
Version: 1:7.3+2
Severity: important

And in console , It works without problem.

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)

Kernel: Linux 2.6.22-2-686 (SMP w/1 CPU core)
Locale: LANG=en_US.UTF-8, LC_CTYPE=zh_CN.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages xorg depends on:
ii  aterm-ml [x-terminal- 1.0.0-5Afterstep XVT - a VT102 emulator f
ii  libgl1-mesa-glx [libg 7.0.1-1A free implementation of the OpenG
ii  libglu1-mesa  7.0.1-1The OpenGL utility library (GLU)
ii  rxvt-ml [x-terminal-e 1:2.6.4-12 multi-lingual VT102 terminal emula
ii  rxvt-unicode-ml [x-te 8.3-2  multi-lingual terminal emulator wi
ii  type-handling [not+sp 0.2.21 dpkg architecture generation scrip
ii  xbase-clients 1:7.3+2miscellaneous X clients - metapack
ii  xfonts-100dpi 1:1.0.0-4  100 dpi fonts for X
ii  xfonts-75dpi  1:1.0.0-4  75 dpi fonts for X
ii  xfonts-base   1:1.0.0-5  standard fonts for X
ii  xfonts-scalable   1:1.0.0-6  scalable fonts for X
ii  xkb-data  1.0~cvs.20070916-1 X Keyboard Extension (XKB) configu
ii  xserver-xorg  1:7.3+2the X.Org X server
ii  xterm [x-terminal-emu 229-1  X terminal emulator
ii  xutils1:7.3+2X Window System utility programs m

Versions of packages xorg recommends:
ii  xorg-docs 1:1.4-2Miscellaneous documentation for th

-- no debconf information



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



xserver-xorg-video-ivtvdev_1.0.0~svn4049-3_i386.changes ACCEPTED

2007-09-20 Thread Debian Installer

Accepted:
xserver-xorg-video-ivtv_1.0.0~svn4049-3_i386.deb
  to 
pool/contrib/x/xserver-xorg-video-ivtvdev/xserver-xorg-video-ivtv_1.0.0~svn4049-3_i386.deb
xserver-xorg-video-ivtvdev_1.0.0~svn4049-3.diff.gz
  to 
pool/contrib/x/xserver-xorg-video-ivtvdev/xserver-xorg-video-ivtvdev_1.0.0~svn4049-3.diff.gz
xserver-xorg-video-ivtvdev_1.0.0~svn4049-3.dsc
  to 
pool/contrib/x/xserver-xorg-video-ivtvdev/xserver-xorg-video-ivtvdev_1.0.0~svn4049-3.dsc


Override entries for your package:
xserver-xorg-video-ivtv_1.0.0~svn4049-3_i386.deb - extra contrib/x11
xserver-xorg-video-ivtvdev_1.0.0~svn4049-3.dsc - source contrib/x11

Announcing to [EMAIL PROTECTED]


Thank you for your contribution to Debian.


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



Processing of xserver-xorg-video-ivtvdev_1.0.0~svn4049-3_i386.changes

2007-09-20 Thread Archive Administrator
xserver-xorg-video-ivtvdev_1.0.0~svn4049-3_i386.changes uploaded successfully 
to localhost
along with the files:
  xserver-xorg-video-ivtvdev_1.0.0~svn4049-3.dsc
  xserver-xorg-video-ivtvdev_1.0.0~svn4049-3.diff.gz
  xserver-xorg-video-ivtv_1.0.0~svn4049-3_i386.deb

Greetings,

Your Debian queue daemon


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



Bug#443302: marked as done (xserver-xorg-video-radeonhd_0.0.1+git20070918-1(sparc/experimental) : FTBFS: wrong Arch: any)

2007-09-20 Thread Debian Bug Tracking System
Your message dated Fri, 21 Sep 2007 01:47:03 +
with message-id <[EMAIL PROTECTED]>
and subject line Bug#443302: fixed in xserver-xorg-video-radeonhd 
0.0.1+git20070920-1
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-video-radeonhd
Version: 0.0.1+git20070918-1
Severity: normal

Hi,

your package failed to build from source. I would suggest syncing the
Architecture list of xserver-xorg-video-radeonhd and
xserver-xorg-video-radeonhd-dbg so that this errors out way earlier.

| Automatic build of xserver-xorg-video-radeonhd_0.0.1+git20070918-1 on odin by 
sbuild/sparc 98-farm
| Build started at 20070920-0655
| **
| Checking available source versions...
| Fetching source files...
| Reading package lists...
| Building dependency tree...
| Need to get 505kB of source archives.
| Get:1 http://sinclair.farm.ftbfs.de experimental/main 
xserver-xorg-video-radeonhd 0.0.1+git20070918-1 (dsc) [1074B]
| Get:2 http://sinclair.farm.ftbfs.de experimental/main 
xserver-xorg-video-radeonhd 0.0.1+git20070918-1 (tar) [487kB]
| Get:3 http://sinclair.farm.ftbfs.de experimental/main 
xserver-xorg-video-radeonhd 0.0.1+git20070918-1 (diff) [17.2kB]
| Fetched 505kB in 0s (1817kB/s)
| Download complete and in download only mode
| ** Using build dependencies supplied by package:
| Build-Depends: debhelper (>= 5), quilt, pkg-config, xserver-xorg-dev (>= 
2:1.4), x11proto-video-dev, x11proto-fonts-dev, x11proto-randr-dev (>= 1.2), 
x11proto-render-dev
| Checking for already installed source dependencies...
[...]
| dh_testdir
| dh_testroot
| dh_installdocs
| dh_installchangelogs ChangeLog
| dh_install --sourcedir=debian/tmp --list-missing --exclude=radeonhd_drv.la 
--exclude=usr/share/man/man4
| dh_installman
| dh_link
| dh_strip --dbg-package=xserver-xorg-video-radeonhd-dbg
| dh_compress
| dh_fixperms
| dh_installdeb
| dh_shlibdeps
| dh_gencontrol
| dpkg-gencontrol: error: current build architecture sparc does not appear in 
package's list (alpha amd64 arm armeb armel hppa hurd-i386 i386 ia64 
kfreebsd-i386 m68k mips mipsel netbsd-i386 powerpc)
| dh_gencontrol: command returned error code 65280
| make: *** [binary-arch] Error 1
| **
| Build finished at 20070920-0657
| FAILED [dpkg-buildpackage died]

Full build log(s): 
http://experimental.ftbfs.de/build.php?&ver=0.0.1+git20070918-1&pkg=xserver-xorg-video-radeonhd&arch=sparc

Gruesse,
-- 
Frank Lichtenheld <[EMAIL PROTECTED]>
www: http://www.djpig.de/


--- End Message ---
--- Begin Message ---
Source: xserver-xorg-video-radeonhd
Source-Version: 0.0.1+git20070920-1

We believe that the bug you reported is fixed in the latest version of
xserver-xorg-video-radeonhd, which is due to be installed in the Debian FTP 
archive:

xserver-xorg-video-radeonhd-dbg_0.0.1+git20070920-1_i386.deb
  to 
pool/main/x/xserver-xorg-video-radeonhd/xserver-xorg-video-radeonhd-dbg_0.0.1+git20070920-1_i386.deb
xserver-xorg-video-radeonhd_0.0.1+git20070920-1.diff.gz
  to 
pool/main/x/xserver-xorg-video-radeonhd/xserver-xorg-video-radeonhd_0.0.1+git20070920-1.diff.gz
xserver-xorg-video-radeonhd_0.0.1+git20070920-1.dsc
  to 
pool/main/x/xserver-xorg-video-radeonhd/xserver-xorg-video-radeonhd_0.0.1+git20070920-1.dsc
xserver-xorg-video-radeonhd_0.0.1+git20070920-1_i386.deb
  to 
pool/main/x/xserver-xorg-video-radeonhd/xserver-xorg-video-radeonhd_0.0.1+git20070920-1_i386.deb
xserver-xorg-video-radeonhd_0.0.1+git20070920.orig.tar.gz
  to 
pool/main/x/xserver-xorg-video-radeonhd/xserver-xorg-video-radeonhd_0.0.1+git20070920.orig.tar.gz



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
David Nusinow <[EMAIL PROTECTED]> (supplier of updated 
xserver-xorg-video-radeonhd package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Thu, 20 Sep 2007 21:24:10 -0400
Source: xserver-xorg-video-radeonhd
Binary: xserver-xorg-video-radeonhd-dbg xserver-xorg-video-radeo

Bug#443397: xorg-xserver should use information from xdebconfigurator if it is available

2007-09-20 Thread Will Murnane
Package: xserver-xorg
Version: 1:7.2-5

When xorg-xserver runs its post-install script
(/var/lib/dpkg/info/xserver-xorg.postinst) it uses automatic
configuration for some items, even if it has a better source of
information (namely xdebconfigurator) available.  In the output from
the script, I see:
xserver-xorg postinst note: available driver list set to "apm, ark, ati,
   chips, cirrus, cyrix, fbdev, glint, i128, i740, i810, imstt, intel, mga,
   neomagic, newport, nsc, nv, rendition, s3, s3virge, savage, siliconmotion,
   sis, sisusb, tdfx, tga, trident, tseng, vesa, vga, via, vmware, voodoo "
xserver-xorg postinst note: could not autodetect X server driver: no video
   card detected, or no driver known for it
xserver-xorg postinst note: auto_answer() "db_input high
   xserver-xorg/config/device/driver" with default "vesa"
xserver-xorg postinst note: auto_answer: auto-answering with "vesa"

However, when I run xdebconfigurator, it correctly reports:
...
VIDEO DRIVER: i810
...
Running 'dexconfig' at that point generates an xorg.conf file that
properly uses my video card drivers.  I'm running debian-live, if that
makes a difference.

The reason I notice this is the 'vesa' drivers give me a 640x480x8
display, and the steps to properly configure the card are very
straightforward.  Perhaps this bug should be filed against the live-*
package, but all they do to reconfigure the X server is
"dpkg-reconfigure -fnoninteractive --no-reload xorg-xserver".  To my
way of thinking, that should take care of the details of deciding if
xdebconfigurator is installed or not and using it if it is, and the
script it runs is part of xserver-xorg.

Thanks!
Will



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



Bug#443312: marked as done (xserver-xorg-video-radeonhd-dbg: typo in package description.)

2007-09-20 Thread Debian Bug Tracking System
Your message dated Fri, 21 Sep 2007 01:47:03 +
with message-id <[EMAIL PROTECTED]>
and subject line Bug#443312: fixed in xserver-xorg-video-radeonhd 
0.0.1+git20070920-1
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-video-radeonhd-dbg
Version: 0.0.1+git20070918-1
Severity: normal


The package description includes the following paragraph:

 This driver provides support for the Intel i8xx and i9xx family of
 chipsets, including i810, i815, i830, i845, i855, i865, i915, and
 i945 series chips, and XvMC (XVideo Motion Compensation) support
 for the same chipsets.

This is a mistake.

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (99, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.22-1-k7 (SMP w/1 CPU core)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash


--- End Message ---
--- Begin Message ---
Source: xserver-xorg-video-radeonhd
Source-Version: 0.0.1+git20070920-1

We believe that the bug you reported is fixed in the latest version of
xserver-xorg-video-radeonhd, which is due to be installed in the Debian FTP 
archive:

xserver-xorg-video-radeonhd-dbg_0.0.1+git20070920-1_i386.deb
  to 
pool/main/x/xserver-xorg-video-radeonhd/xserver-xorg-video-radeonhd-dbg_0.0.1+git20070920-1_i386.deb
xserver-xorg-video-radeonhd_0.0.1+git20070920-1.diff.gz
  to 
pool/main/x/xserver-xorg-video-radeonhd/xserver-xorg-video-radeonhd_0.0.1+git20070920-1.diff.gz
xserver-xorg-video-radeonhd_0.0.1+git20070920-1.dsc
  to 
pool/main/x/xserver-xorg-video-radeonhd/xserver-xorg-video-radeonhd_0.0.1+git20070920-1.dsc
xserver-xorg-video-radeonhd_0.0.1+git20070920-1_i386.deb
  to 
pool/main/x/xserver-xorg-video-radeonhd/xserver-xorg-video-radeonhd_0.0.1+git20070920-1_i386.deb
xserver-xorg-video-radeonhd_0.0.1+git20070920.orig.tar.gz
  to 
pool/main/x/xserver-xorg-video-radeonhd/xserver-xorg-video-radeonhd_0.0.1+git20070920.orig.tar.gz



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
David Nusinow <[EMAIL PROTECTED]> (supplier of updated 
xserver-xorg-video-radeonhd package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Thu, 20 Sep 2007 21:24:10 -0400
Source: xserver-xorg-video-radeonhd
Binary: xserver-xorg-video-radeonhd-dbg xserver-xorg-video-radeonhd
Architecture: source i386
Version: 0.0.1+git20070920-1
Distribution: experimental
Urgency: low
Maintainer: Debian X Strike Force 
Changed-By: David Nusinow <[EMAIL PROTECTED]>
Description: 
 xserver-xorg-video-radeonhd - X.Org X server -- AMD/ATI r5xx, r6xx display 
driver
 xserver-xorg-video-radeonhd-dbg - X.Org X server -- AMD/ATI r5xx, r6xx display 
driver
Closes: 443302 443312
Changes: 
 xserver-xorg-video-radeonhd (0.0.1+git20070920-1) experimental; urgency=low
 .
   * New upstream release
   * Get rid of leftover cruft in the -dbg package's description,
 closes: #443312.
   * Change arch to any; closes: #443302
Files: 
 c218ba67bc375c2a76651f4ce7168ff6 1075 x11 optional 
xserver-xorg-video-radeonhd_0.0.1+git20070920-1.dsc
 eb70458fc1a29b16ef3c5e5c95c6d2f5 135583 x11 optional 
xserver-xorg-video-radeonhd_0.0.1+git20070920.orig.tar.gz
 dc10b4a0646f5cbafcfde3b5869a3d80 459974 x11 optional 
xserver-xorg-video-radeonhd_0.0.1+git20070920-1.diff.gz
 320813d96d94af7b968871242f42a796 57602 x11 optional 
xserver-xorg-video-radeonhd_0.0.1+git20070920-1_i386.deb
 cc528867dff48309cbeb77f91fb2860c 209172 x11 extra 
xserver-xorg-video-radeonhd-dbg_0.0.1+git20070920-1_i386.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFG8x9WyLfpNdY0ad8RAhlHAJ4pG42xafooQc2xiIh0ndm2RYaBKACgjN7W
5oNuLjNFVTSID/VMmHeuL5w=
=F0Fe
-END PGP SIGNATURE-


--- End Message ---


xserver-xorg-video-radeonhd_0.0.1+git20070920-1_i386.changes ACCEPTED

2007-09-20 Thread Debian Installer

Accepted:
xserver-xorg-video-radeonhd-dbg_0.0.1+git20070920-1_i386.deb
  to 
pool/main/x/xserver-xorg-video-radeonhd/xserver-xorg-video-radeonhd-dbg_0.0.1+git20070920-1_i386.deb
xserver-xorg-video-radeonhd_0.0.1+git20070920-1.diff.gz
  to 
pool/main/x/xserver-xorg-video-radeonhd/xserver-xorg-video-radeonhd_0.0.1+git20070920-1.diff.gz
xserver-xorg-video-radeonhd_0.0.1+git20070920-1.dsc
  to 
pool/main/x/xserver-xorg-video-radeonhd/xserver-xorg-video-radeonhd_0.0.1+git20070920-1.dsc
xserver-xorg-video-radeonhd_0.0.1+git20070920-1_i386.deb
  to 
pool/main/x/xserver-xorg-video-radeonhd/xserver-xorg-video-radeonhd_0.0.1+git20070920-1_i386.deb
xserver-xorg-video-radeonhd_0.0.1+git20070920.orig.tar.gz
  to 
pool/main/x/xserver-xorg-video-radeonhd/xserver-xorg-video-radeonhd_0.0.1+git20070920.orig.tar.gz


Override entries for your package:
xserver-xorg-video-radeonhd-dbg_0.0.1+git20070920-1_i386.deb - extra x11
xserver-xorg-video-radeonhd_0.0.1+git20070920-1.dsc - source x11
xserver-xorg-video-radeonhd_0.0.1+git20070920-1_i386.deb - optional x11

Announcing to [EMAIL PROTECTED]
Closing bugs: 443302 443312 


Thank you for your contribution to Debian.


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



xserver-xorg-video-radeonhd: Changes to 'refs/tags/xserver-xorg-video-radeonhd-0.0.1+git20070920-1'

2007-09-20 Thread David Nusinow
Tag 'xserver-xorg-video-radeonhd-0.0.1+git20070920-1' created by David Nusinow 
<[EMAIL PROTECTED]> at 2007-09-21 01:34 +

Tagging upload of xserver-xorg-video-radeonhd-0.0.1+git20070920-1 to 
experimental.

Changes since xserver-xorg-video-radeonhd-0.0.1+git20070918-1:
Brice Goglin (1):
  add closer

David Nusinow (4):
  * Get rid of leftover cruft in the -dbg package's description
  Merge branch 'upstream-experimental' into debian-experimental
  Change arch to any; closes: #443302
  Update patch for new upstream version

Egbert Eich (7):
  Adding AMD's AtomBIOS parser.
  Merge branch 'master' of 
ssh://git.freedesktop.org/git/xorg/driver/xf86-video-radeonhd
  Fixed another missing \n.
  Fixed AtomBios/include -> AtomBios/includes.
  Added test for NetBSD.
  Fixed a type conflict when building with AtomBIOS parser.
  Removed some test code, restored original version.

Evgeni Golov (1):
  Fixed message string for AtomBIOS parser disable.

Hans Ulrich Niedermann (1):
  Fix builds with srcdir != builddir.

Luc Verhaegen (10):
  Add conntest utility.
  Remove experimental checking.
  IDs: Add "Lenovo Thinkpad T60 (2007)"
  ID: add "Lenovo Thinkpad Z61m"
  ID: add "Asus EAX1650 Silent"
  ID: add Dell Inspiron E1505
  ID: Add GeCube X1950 Pro
  ID: MacBook Pro 2.2
  ID: Toshiba Satellite A100-773
  Fix missing \n in rhdModeLayoutSelect

Matt Kraai (4):
  Fix the misspellings of "whether"
  Fix the spelling of RHD_UNKNOWN.
  Fixed the atombios-parser option.
  Fixed a wrongly applied patch. Sorry Matt.

Yanko Kaneti (1):
  Fix paths to include files ('make distcheck' works now).

---
 .gitignore  |3 
 configure.ac|   12 
 debian/changelog|9 
 debian/control  |5 
 debian/patches/01_gen_pci_ids.diff  |   11 
 src/AtomBios/CD_Operations.c|  954 +++
 src/AtomBios/Decoder.c  |  235 +++
 src/AtomBios/hwserv_drv.c   |  348 +++
 src/AtomBios/includes/CD_Common_Types.h |  150 +
 src/AtomBios/includes/CD_Definitions.h  |   49 +
 src/AtomBios/includes/CD_Opcodes.h  |  181 ++
 src/AtomBios/includes/CD_Structs.h  |  464 +++
 src/AtomBios/includes/CD_binding.h  |   46 +
 src/AtomBios/includes/CD_hw_services.h  |  318 ++
 src/AtomBios/includes/Decoder.h |   86 ++
 src/AtomBios/includes/regsdef.h |   25 
 src/Makefile.am |   24 
 src/rhd.h   |2 
 src/rhd_atombios.c  |2 
 src/rhd_driver.c|   23 
 src/rhd_id.c|   73 +-
 utils/conntest/Makefile |9 
 utils/conntest/README   |  112 +++
 utils/conntest/rhd_conntest.c   |  958 
 24 files changed, 4005 insertions(+), 94 deletions(-)
---


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



xserver-xorg-video-radeonhd: Changes to 'upstream-experimental'

2007-09-20 Thread David Nusinow
 .gitignore  |3 
 configure.ac|   12 
 src/AtomBios/CD_Operations.c|  954 +++
 src/AtomBios/Decoder.c  |  235 +++
 src/AtomBios/hwserv_drv.c   |  348 +++
 src/AtomBios/includes/CD_Common_Types.h |  150 +
 src/AtomBios/includes/CD_Definitions.h  |   49 +
 src/AtomBios/includes/CD_Opcodes.h  |  181 ++
 src/AtomBios/includes/CD_Structs.h  |  464 +++
 src/AtomBios/includes/CD_binding.h  |   46 +
 src/AtomBios/includes/CD_hw_services.h  |  318 ++
 src/AtomBios/includes/Decoder.h |   86 ++
 src/AtomBios/includes/regsdef.h |   25 
 src/Makefile.am |   24 
 src/rhd.h   |2 
 src/rhd_atombios.c  |2 
 src/rhd_driver.c|   23 
 src/rhd_id.c|   73 +-
 utils/conntest/Makefile |9 
 utils/conntest/README   |  112 +++
 utils/conntest/rhd_conntest.c   |  958 
 21 files changed, 3991 insertions(+), 83 deletions(-)

New commits:
commit 3fb794a2a5b6981a8cb17198ab06f1077b286c4c
Author: Yanko Kaneti <[EMAIL PROTECTED]>
Date:   Thu Sep 20 22:50:30 2007 +0200

Fix paths to include files ('make distcheck' works now).

diff --git a/src/Makefile.am b/src/Makefile.am
index 52cc76d..60c7a59 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -40,7 +40,7 @@ radeonhd_drv_la_SOURCES = \
 
 if ATOM_BIOS
 radeonhd_drv_la_SOURCES += \
-   atombios.h
+   AtomBios/includes/atombios.h
 
 INCLUDES = -I$(srcdir)/AtomBios/includes
 

commit 561c8f7488e8621593a6f0473b384235f97745ca
Author: Hans Ulrich Niedermann <[EMAIL PROTECTED]>
Date:   Thu Sep 20 22:47:52 2007 +0200

Fix builds with srcdir != builddir.

diff --git a/configure.ac b/configure.ac
index db38e13..f67aed6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -73,10 +73,10 @@ AC_ARG_ENABLE(atombios-parser, 
AC_HELP_STRING([--disable-atombios-parser],
   [do_atombios_parser="$enableval"],
   [do_atombios_parser=yes])
 
-AC_CHECK_FILE([src/AtomBios/includes/atombios.h],
+AC_CHECK_FILE([${srcdir}/src/AtomBios/includes/atombios.h],
   [have_atombios_h="yes"], [have_atombios_h="no"])
 
-AC_CHECK_FILE([src/AtomBios/includes/Decoder.h],
+AC_CHECK_FILE([${srcdir}/src/AtomBios/includes/Decoder.h],
   [have_atombios_parser="yes"], [have_atombios_parser="no"])
 
 AC_MSG_CHECKING([whether to include AtomBIOS])
diff --git a/src/Makefile.am b/src/Makefile.am
index 5877b01..52cc76d 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -42,7 +42,7 @@ if ATOM_BIOS
 radeonhd_drv_la_SOURCES += \
atombios.h
 
-INCLUDES = -I./AtomBios/includes
+INCLUDES = -I$(srcdir)/AtomBios/includes
 
 endif
 
@@ -75,4 +75,4 @@ libatom_la_SOURCES = \
 
 radeonhd_drv_la_LIBADD = libatom.la
 
-endif
\ No newline at end of file
+endif

commit abff1af7e330183fddb0fd7ae6319bd2e3644c0c
Author: Evgeni Golov <[EMAIL PROTECTED]>
Date:   Thu Sep 20 22:43:26 2007 +0200

Fixed message string for AtomBIOS parser disable.

diff --git a/configure.ac b/configure.ac
index 96942e1..db38e13 100644
--- a/configure.ac
+++ b/configure.ac
@@ -69,7 +69,7 @@ AC_ARG_ENABLE(atombios, AC_HELP_STRING([--disable-atombios],
   [do_atombios=yes])
 
 AC_ARG_ENABLE(atombios-parser, AC_HELP_STRING([--disable-atombios-parser],
-  [Disable AtomBIOS support [[default=no]]]),
+  [Disable AtomBIOS parser support 
[[default=no]]]),
   [do_atombios_parser="$enableval"],
   [do_atombios_parser=yes])
 

commit 0f9988796e1d964f8bac4bf302bac7d78b70a388
Author: Egbert Eich <[EMAIL PROTECTED]>
Date:   Thu Sep 20 22:35:22 2007 +0200

Removed some test code, restored original version.

diff --git a/src/AtomBios/includes/CD_Common_Types.h 
b/src/AtomBios/includes/CD_Common_Types.h
index 57a9b6b..7a0f27f 100644
--- a/src/AtomBios/includes/CD_Common_Types.h
+++ b/src/AtomBios/includes/CD_Common_Types.h
@@ -51,8 +51,7 @@ Revision History:
typedef unsigned int uint32_t;
typedef int int32_t;
#else
-#error
-typedef unsigned long  uint32_t;
+   typedef unsigned long   uint32_t;
typedef signed long int32_t;
#endif
typedef unsigned char   uint8_t;

commit 5f2c77bd79d5eee4d2d5c04902d660d69e4861fa
Author: Matt Kraai <[EMAIL PROTECTED]>
Date:   Thu Sep 20 21:28:57 2007 +0200

Fixed a wrongly applied patch. Sorry Matt.

diff --git a/configure.ac b/configure.ac
index 6bcb7c0..96942e1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -63,12 +63,12 @@ if test "x$MONREC_HAS_BANDWIDTH" = xyes; then
 AC_DEFINE(MONREC_HAS_BANDWIDTH, 1, [MonRec has member maxPixClock])
 fi
 
-AC_ARG_ENABLE(atombios-pars

xserver-xorg-video-radeonhd: Changes to 'master'

2007-09-20 Thread David Nusinow
 .gitignore  |3 
 configure.ac|   12 
 src/AtomBios/CD_Operations.c|  954 +++
 src/AtomBios/Decoder.c  |  235 +++
 src/AtomBios/hwserv_drv.c   |  348 +++
 src/AtomBios/includes/CD_Common_Types.h |  150 +
 src/AtomBios/includes/CD_Definitions.h  |   49 +
 src/AtomBios/includes/CD_Opcodes.h  |  181 ++
 src/AtomBios/includes/CD_Structs.h  |  464 +++
 src/AtomBios/includes/CD_binding.h  |   46 +
 src/AtomBios/includes/CD_hw_services.h  |  318 ++
 src/AtomBios/includes/Decoder.h |   86 ++
 src/AtomBios/includes/regsdef.h |   25 
 src/Makefile.am |   24 
 src/rhd.h   |2 
 src/rhd_atombios.c  |2 
 src/rhd_driver.c|   23 
 src/rhd_id.c|   73 +-
 utils/conntest/Makefile |9 
 utils/conntest/README   |  112 +++
 utils/conntest/rhd_conntest.c   |  958 
 21 files changed, 3991 insertions(+), 83 deletions(-)

New commits:
commit 3fb794a2a5b6981a8cb17198ab06f1077b286c4c
Author: Yanko Kaneti <[EMAIL PROTECTED]>
Date:   Thu Sep 20 22:50:30 2007 +0200

Fix paths to include files ('make distcheck' works now).

diff --git a/src/Makefile.am b/src/Makefile.am
index 52cc76d..60c7a59 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -40,7 +40,7 @@ radeonhd_drv_la_SOURCES = \
 
 if ATOM_BIOS
 radeonhd_drv_la_SOURCES += \
-   atombios.h
+   AtomBios/includes/atombios.h
 
 INCLUDES = -I$(srcdir)/AtomBios/includes
 

commit 561c8f7488e8621593a6f0473b384235f97745ca
Author: Hans Ulrich Niedermann <[EMAIL PROTECTED]>
Date:   Thu Sep 20 22:47:52 2007 +0200

Fix builds with srcdir != builddir.

diff --git a/configure.ac b/configure.ac
index db38e13..f67aed6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -73,10 +73,10 @@ AC_ARG_ENABLE(atombios-parser, 
AC_HELP_STRING([--disable-atombios-parser],
   [do_atombios_parser="$enableval"],
   [do_atombios_parser=yes])
 
-AC_CHECK_FILE([src/AtomBios/includes/atombios.h],
+AC_CHECK_FILE([${srcdir}/src/AtomBios/includes/atombios.h],
   [have_atombios_h="yes"], [have_atombios_h="no"])
 
-AC_CHECK_FILE([src/AtomBios/includes/Decoder.h],
+AC_CHECK_FILE([${srcdir}/src/AtomBios/includes/Decoder.h],
   [have_atombios_parser="yes"], [have_atombios_parser="no"])
 
 AC_MSG_CHECKING([whether to include AtomBIOS])
diff --git a/src/Makefile.am b/src/Makefile.am
index 5877b01..52cc76d 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -42,7 +42,7 @@ if ATOM_BIOS
 radeonhd_drv_la_SOURCES += \
atombios.h
 
-INCLUDES = -I./AtomBios/includes
+INCLUDES = -I$(srcdir)/AtomBios/includes
 
 endif
 
@@ -75,4 +75,4 @@ libatom_la_SOURCES = \
 
 radeonhd_drv_la_LIBADD = libatom.la
 
-endif
\ No newline at end of file
+endif

commit abff1af7e330183fddb0fd7ae6319bd2e3644c0c
Author: Evgeni Golov <[EMAIL PROTECTED]>
Date:   Thu Sep 20 22:43:26 2007 +0200

Fixed message string for AtomBIOS parser disable.

diff --git a/configure.ac b/configure.ac
index 96942e1..db38e13 100644
--- a/configure.ac
+++ b/configure.ac
@@ -69,7 +69,7 @@ AC_ARG_ENABLE(atombios, AC_HELP_STRING([--disable-atombios],
   [do_atombios=yes])
 
 AC_ARG_ENABLE(atombios-parser, AC_HELP_STRING([--disable-atombios-parser],
-  [Disable AtomBIOS support [[default=no]]]),
+  [Disable AtomBIOS parser support 
[[default=no]]]),
   [do_atombios_parser="$enableval"],
   [do_atombios_parser=yes])
 

commit 0f9988796e1d964f8bac4bf302bac7d78b70a388
Author: Egbert Eich <[EMAIL PROTECTED]>
Date:   Thu Sep 20 22:35:22 2007 +0200

Removed some test code, restored original version.

diff --git a/src/AtomBios/includes/CD_Common_Types.h 
b/src/AtomBios/includes/CD_Common_Types.h
index 57a9b6b..7a0f27f 100644
--- a/src/AtomBios/includes/CD_Common_Types.h
+++ b/src/AtomBios/includes/CD_Common_Types.h
@@ -51,8 +51,7 @@ Revision History:
typedef unsigned int uint32_t;
typedef int int32_t;
#else
-#error
-typedef unsigned long  uint32_t;
+   typedef unsigned long   uint32_t;
typedef signed long int32_t;
#endif
typedef unsigned char   uint8_t;

commit 5f2c77bd79d5eee4d2d5c04902d660d69e4861fa
Author: Matt Kraai <[EMAIL PROTECTED]>
Date:   Thu Sep 20 21:28:57 2007 +0200

Fixed a wrongly applied patch. Sorry Matt.

diff --git a/configure.ac b/configure.ac
index 6bcb7c0..96942e1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -63,12 +63,12 @@ if test "x$MONREC_HAS_BANDWIDTH" = xyes; then
 AC_DEFINE(MONREC_HAS_BANDWIDTH, 1, [MonRec has member maxPixClock])
 fi
 
-AC_ARG_ENABLE(atombios-pars

xserver-xorg-video-radeonhd: Changes to 'debian-experimental'

2007-09-20 Thread David Nusinow
 .gitignore  |3 
 configure.ac|   12 
 debian/changelog|6 
 debian/control  |2 
 debian/patches/01_gen_pci_ids.diff  |   11 
 src/AtomBios/CD_Operations.c|  954 +++
 src/AtomBios/Decoder.c  |  235 +++
 src/AtomBios/hwserv_drv.c   |  348 +++
 src/AtomBios/includes/CD_Common_Types.h |  150 +
 src/AtomBios/includes/CD_Definitions.h  |   49 +
 src/AtomBios/includes/CD_Opcodes.h  |  181 ++
 src/AtomBios/includes/CD_Structs.h  |  464 +++
 src/AtomBios/includes/CD_binding.h  |   46 +
 src/AtomBios/includes/CD_hw_services.h  |  318 ++
 src/AtomBios/includes/Decoder.h |   86 ++
 src/AtomBios/includes/regsdef.h |   25 
 src/Makefile.am |   24 
 src/rhd.h   |2 
 src/rhd_atombios.c  |2 
 src/rhd_driver.c|   23 
 src/rhd_id.c|   73 +-
 utils/conntest/Makefile |9 
 utils/conntest/README   |  112 +++
 utils/conntest/rhd_conntest.c   |  958 
 24 files changed, 4000 insertions(+), 93 deletions(-)

New commits:
commit fba8398aa6b0b86d4bced0dfb1e850927d652358
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Thu Sep 20 21:31:02 2007 -0400

Update patch for new upstream version

diff --git a/debian/patches/01_gen_pci_ids.diff 
b/debian/patches/01_gen_pci_ids.diff
index f3dae4b..c05c9b3 100644
--- a/debian/patches/01_gen_pci_ids.diff
+++ b/debian/patches/01_gen_pci_ids.diff
@@ -1,14 +1,11 @@
 Index: xserver-xorg-video-radeonhd/src/Makefile.am
 ===
 xserver-xorg-video-radeonhd.orig/src/Makefile.am   2007-09-18 
22:16:26.0 -0400
-+++ xserver-xorg-video-radeonhd/src/Makefile.am2007-09-18 
22:15:59.0 -0400
-@@ -75,4 +75,10 @@
- 
+--- xserver-xorg-video-radeonhd.orig/src/Makefile.am   2007-09-20 
21:22:39.0 -0400
 xserver-xorg-video-radeonhd/src/Makefile.am2007-09-20 
21:30:03.0 -0400
+@@ -76,3 +76,9 @@
  radeonhd_drv_la_LIBADD = libatom.la
  
--endif
-\ No newline at end of file
-+endif
+ endif
 +
 +pcidatadir = $(datadir)/xserver-xorg/pci
 +pcidata_DATA = radeonhd.ids

commit 48f199048cb6900eb47eb2f01b76416b9a760094
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Thu Sep 20 21:25:19 2007 -0400

Change arch to any; closes: #443302

diff --git a/debian/changelog b/debian/changelog
index ee94d9a..133572d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,9 +1,11 @@
-xserver-xorg-video-radeonhd (0.0.1+git20070918-2) UNRELEASED; urgency=low
+xserver-xorg-video-radeonhd (0.0.1+git20070920-1) experimental; urgency=low
 
+  * New upstream release
   * Get rid of leftover cruft in the -dbg package's description,
 closes: #443312.
+  * Change arch to any; closes: #443302
 
- -- David Nusinow <[EMAIL PROTECTED]>  Wed, 19 Sep 2007 20:17:00 -0400
+ -- David Nusinow <[EMAIL PROTECTED]>  Thu, 20 Sep 2007 21:24:10 -0400
 
 xserver-xorg-video-radeonhd (0.0.1+git20070918-1) experimental; urgency=low
 
diff --git a/debian/control b/debian/control
index 926b44a..9f67e30 100644
--- a/debian/control
+++ b/debian/control
@@ -9,7 +9,7 @@ XS-Vcs-Git: 
git://git.debian.org/git/pkg-xorg/driver/xserver-xorg-video-radeonhd
 XS-Vcs-Browser: 
http://git.debian.org/?p=pkg-xorg/driver/xserver-xorg-video-radeonhd.git
 
 Package: xserver-xorg-video-radeonhd
-Architecture: alpha amd64 arm armeb armel hppa hurd-i386 i386 ia64 
kfreebsd-i386 m68k mips mipsel netbsd-i386 powerpc
+Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}, ${xserver:Depends}
 Provides: ${xviddriver:Provides}
 Description: X.Org X server -- AMD/ATI r5xx, r6xx display driver

commit 3fb794a2a5b6981a8cb17198ab06f1077b286c4c
Author: Yanko Kaneti <[EMAIL PROTECTED]>
Date:   Thu Sep 20 22:50:30 2007 +0200

Fix paths to include files ('make distcheck' works now).

diff --git a/src/Makefile.am b/src/Makefile.am
index 52cc76d..60c7a59 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -40,7 +40,7 @@ radeonhd_drv_la_SOURCES = \
 
 if ATOM_BIOS
 radeonhd_drv_la_SOURCES += \
-   atombios.h
+   AtomBios/includes/atombios.h
 
 INCLUDES = -I$(srcdir)/AtomBios/includes
 

commit 561c8f7488e8621593a6f0473b384235f97745ca
Author: Hans Ulrich Niedermann <[EMAIL PROTECTED]>
Date:   Thu Sep 20 22:47:52 2007 +0200

Fix builds with srcdir != builddir.

diff --git a/configure.ac b/configure.ac
index db38e13..f67aed6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -73,10 +73,10 @@ AC_ARG_ENABLE(atombios-parser, 
AC_HELP_STRING([--disable-atombios-parser],
   [do_atombios_parser="$enableval"],
   [do_atombios_parser=yes])
 
-AC_CHECK_FILE([src/AtomBios/includes/atombios.h

Processing of xserver-xorg-video-radeonhd_0.0.1+git20070920-1_i386.changes

2007-09-20 Thread Archive Administrator
xserver-xorg-video-radeonhd_0.0.1+git20070920-1_i386.changes uploaded 
successfully to localhost
along with the files:
  xserver-xorg-video-radeonhd_0.0.1+git20070920-1.dsc
  xserver-xorg-video-radeonhd_0.0.1+git20070920.orig.tar.gz
  xserver-xorg-video-radeonhd_0.0.1+git20070920-1.diff.gz
  xserver-xorg-video-radeonhd_0.0.1+git20070920-1_i386.deb
  xserver-xorg-video-radeonhd-dbg_0.0.1+git20070920-1_i386.deb

Greetings,

Your Debian queue daemon


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



libpciaccess: Changes to 'debian-experimental'

2007-09-20 Thread David Nusinow
 debian/changelog |8 
 debian/rules |1 +
 2 files changed, 9 insertions(+)

New commits:
commit 8c5ba9a09e8a0473a257ba570ca17eae3d06f5a2
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Thu Sep 20 21:11:10 2007 -0400

* Debian stores its pci.ids list in /usr/share/misc. Use that for the
  --with-pciids-path configure option so the library can fill in certain
  values correctly

diff --git a/debian/changelog b/debian/changelog
index 95938d9..6f064b5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+libpciaccess (0.8.0+git20070628-2) UNRELEASED; urgency=low
+
+  * Debian stores its pci.ids list in /usr/share/misc. Use that for the
+--with-pciids-path configure option so the library can fill in certain
+values correctly
+
+ -- David Nusinow <[EMAIL PROTECTED]>  Thu, 20 Sep 2007 21:10:07 -0400
+
 libpciaccess (0.8.0+git20070628-1) experimental; urgency=low
 
   * New upstream snapshot.
diff --git a/debian/rules b/debian/rules
index 5fa343e..b23d09b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -28,6 +28,7 @@ build-stamp:
cd obj-$(DEB_BUILD_GNU_TYPE) && \
../configure --prefix=/usr --mandir=\$${prefix}/share/man \
--infodir=\$${prefix}/share/info $(confflags) \
+   --with-pciids-path=\$${prefix}/share/misc \
CFLAGS="$(CFLAGS)" 
cd obj-$(DEB_BUILD_GNU_TYPE) && $(MAKE)



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



Bug#443274: dual-card setup doesn't work with X 1.4

2007-09-20 Thread Julien Cristau
On Thu, Sep 20, 2007 at 07:31:52 -0700, Aldemir Akpinar wrote:

> Hi,
> Please find the attached Xorg.0.log file. I also tried disabling DRI
> completely as stated in Bug #437321 but that didn't work either. I
> also think this problem is not related with dual card setup, because X
> can enable my display connected to Matrox but not Radeon (w/ the
> dual-head setup). I have never managed to get a display w/ my Radeon
> Xpress 200 card on 7.3+2. 
> 
Does it work if you use a single-head setup enabling only the ati board?

Cheers,
Julien


signature.asc
Description: Digital signature


Processed: merging 443377 443379

2007-09-20 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> # Automatically generated email from bts, devscripts version 2.10.8
> # reportbug submitted 2 copies for some reason
> merge 443377 443379
Bug#443377: xserver-xorg-video-ati: xrandr 1.2 gives wierd coloration on VGA 
display
Bug#443379: xserver-xorg-video-ati: xrandr 1.2 gives wierd coloration on VGA 
display
Merged 443377 443379.

>
End of message, stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


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



Processed: forcibly merging 442879 443371

2007-09-20 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> # Automatically generated email from bts, devscripts version 2.10.7
> forcemerge 442879 443371
Bug#442879: x11-common: /usr/bin/X should allow different config files for 
non-root users
Bug#443371: want to run X with an alternate config file
Forcibly Merged 442879 443371.

>
End of message, stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


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



Bug#443379: merging 443377 443379

2007-09-20 Thread Ken Bloom
# Automatically generated email from bts, devscripts version 2.10.8
# reportbug submitted 2 copies for some reason
merge 443377 443379




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



Bug#443377: xserver-xorg-video-ati: xrandr 1.2 gives wierd coloration on VGA display

2007-09-20 Thread Brice Goglin
Ken Bloom wrote:
> Package: xserver-xorg-video-ati
> Version: 1:6.7.192-4
> Severity: normal
>
> When I configure my laptop (built-in screen resolution 1280x768) to
> display on a projector with the following commands
> $ xrandr --output VGA-0 --mode 1280x1024 --output LVDS --off
> I find that the top 768 rows of pixels are darker than the bottom 256
> rows of pixels, and the bottom 256 rows don't redraw correctly.
>
> If I try 
> $ xrandr --output VGA-0 --mode 1024x768 --output LVDS --off
> then the display on the projector is dim, and different areas of the
> screen display with different levels of fadedness.
>
> I As'm using an ATI Radeon XPRESS 200M card in a Compaq Presario
> v2310us, I had to create the modes in question after plugging in the
> VGA monitor.
> xrandr --newmode "1280x1024"  1101280 1328 1512 1712  1024 1025 1028 1054
> xrandr --addmode VGA-0 "1280x1024"
> xrandr --addmode VGA-0 "1024x768"
>
> I believe that last command uses the same 1024x768 mode that was
> autodetected by the laptop for its LCD.
>
> I think there may be a related bug in here that the driver never
> detects when I've plugged in the external monitor/projector, and never
> probes the EDID on the external monitor/projector.
>   

XPress 200 support is still not very good unfortunately. Is 6.7.193-1
better for you?

Brice




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



Processed: reassign 443371 to x11-common, retitle 443371 to want to run X with an alternate config file ...

2007-09-20 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> # Automatically generated email from bts, devscripts version 2.10.8
> reassign 443371 x11-common
Bug#443371: xserver-xorg-core: Server won't start when alternate configuration 
file specified
Bug reassigned from package `x11-common' to `x11-common'.

> retitle 443371 want to run X with an alternate config file
Bug#443371: xserver-xorg-core: Server won't start when alternate configuration 
file specified
Changed Bug title to `want to run X with an alternate config file' from 
`xserver-xorg-core: Server won't start when alternate configuration file 
specified'.

> severity 443371 wishlist
Bug#443371: want to run X with an alternate config file
Severity set to `wishlist' from `important'

>
End of message, stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


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



Bug#204378: heinie heinlein heinrich

2007-09-20 Thread heine

heinz heinze heis
ring, And o'er their heads unheeded javelins sing. Above the rest, two
towering chiefs appear, There great Idomeneus, Æneas here. Like gods of

http://excelunion.com

war, dispensing fate, they stood, And burn'd to drench the ground with
mutual blood. The Trojan weapon whizz'd along in air The Cretan saw, and
shunn'd the brazen spear: Sent from an arm so strong, the missive wood
Stuck deep in earth, and quiver'd where it stood. But OEnomas received the




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



Processed: reassign 443371 to x11-common

2007-09-20 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> # Automatically generated email from bts, devscripts version 2.10.7
> reassign 443371 x11-common
Bug#443371: xserver-xorg-core: Server won't start when alternate configuration 
file specified
Bug reassigned from package `xserver-xorg-core' to `x11-common'.

>
End of message, stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


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



Bug#443205: xorg: SendCoreEvents leads to duplicate events

2007-09-20 Thread Ben Pearre
Package: xorg
Version: 1:7.3+2
Followup-For: Bug #443205


On my Thinkpad T41 (latest Unstable as of 20 minutes ago), I see the
reported symptoms with the most recent upgrade (previous upgrade was a
few weeks ago; no problems at that time).

xev reports duplicate mouse events.  Here is its output from a single
left button click:

ButtonPress event, serial 28, synthetic NO, window 0x1e1,
root 0x46, subw 0x0, time 5561272, (31,150), root:(656,179),
state 0x0, button 1, same_screen YES

ButtonPress event, serial 28, synthetic NO, window 0x1e1,
root 0x46, subw 0x0, time 5561272, (31,150), root:(656,179),
state 0x100, button 1, same_screen YES

ButtonRelease event, serial 28, synthetic NO, window 0x1e1,
root 0x46, subw 0x0, time 5561351, (31,150), root:(656,179),
state 0x100, button 1, same_screen YES

ButtonRelease event, serial 28, synthetic NO, window 0x1e1,
root 0x46, subw 0x0, time 5561351, (31,150), root:(656,179),
state 0x0, button 1, same_screen YES

Those are real duplicates.  Cutting and pasting that with the middle
button resulted in the same content twice (ie. eight events) but that
I deleted 4 of them, leaving what you see.

This happens whenever I have both "Clit" and "Generic Mouse" enabled
in xorg.conf:ServerLayout (using "builtin"), but does not happen with
just "Clit" and "TouchPad".  Do you want the output from the remaining
combinations?  I do not have a generic mouse hooked up.

/etc/X11/xorg.conf:

# -*- sh -*-
# XF86Config-4 (XFree86 X server configuration file) generated by dexconf, the
# Debian X Configuration tool, using values from the debconf database.
#
# Edit this file with caution, and see the XF86Config-4 manual page.
# (Type "man XF86Config-4" at the shell prompt.)
#
# This file is automatically updated on xserver-xfree86 package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xfree86
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following commands as root:
#
#   cp /etc/X11/XF86Config-4 /etc/X11/XF86Config-4.custom
#   md5sum /etc/X11/XF86Config-4 > /var/lib/xfree86/XF86Config-4.md5sum
#   dpkg-reconfigure xserver-xfree86

Section "Files"
FontPath"/var/lib/defoma/x-ttcidfont-conf.d/dirs/CID"
FontPath"/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
#FontPath   "/usr/lib/X11/fonts/Type1"
FontPath"/usr/share/fonts/X11/Type1"
FontPath"/usr/share/fonts/X11/misc"
FontPath"/usr/local/matlabR14/sys/fonts/ttf/cm"
EndSection

Section "Module"
Load"bitmap"
Load"dbe"
Load"ddc"
Load"dri"
Load"extmod"
Load"freetype"
#Load"fbdevhw"
Load"glx"
Load"int10"
Load"record"
#   Load"type1"
Load"vbe"
Load"v4l"
#   Load"synaptics" # touchpad driver
EndSection

Section "InputDevice"
Identifier  "Generic Keyboard"
Driver  "keyboard"
Option  "CoreKeyboard"
Option  "XkbRules"  "xfree86"
Option  "XkbModel"  "thinkpad"
Option  "XkbLayout" "us"
Option  "XkbOptions""ctrl:nocaps"
EndSection

Section "InputDevice"
Identifier  "TouchPad"
Driver  "synaptics"
Option  "Device""/dev/input/mouse0"
Option  "SendCoreEvents""true"
Option  "Protocol"  "auto-dev"
Option  "Buttons"   "7"
Option  "ZAxisMapping"  "4 5"
#   Option  "XAxisMapping"  "6 7"
Option  "SHMConfig" "true"

Option  "LeftEdge"  "1700"
Option  "RightEdge" "5000"
Option  "TopEdge"   "1700"
Option  "BottomEdge""4200"
Option  "FingerHigh""30"
Option  "FingerLow" "25"

Option  "HorizScrollDelta"  "120"
Option  "VertScrollDelta"   "120"

Option  "CircularScrolling" "true"
Option  "CircScrollTrigger" "3"
# CircScrollDelta breaks everything:
#   Option  "CircScrollDelta"   "0.001"

Option  "AccelFactor"   "0"
Option  "MaxTapTime""0"
Option  "MaxDoubleTapTime"  "0"
Option  "ClickTime" "0"
Option  "MaxTapMove""0"
Option  "MinSpeed"  "0"
Option  "MaxSpeed"  "0"
Option  "EdgeMotionMinSpeed""0"
Option  "EdgeMotionMaxSpeed""0"
Option

Bug#437066: xserver-xorg-video-intel: refuses 1366x768 because detects 1024x768 panel size

2007-09-20 Thread Sergey Yanovich
Hello Brice,

After debian/unstable bumped xorg version, I was not able to use the
old v1.7.2 driver any longer.

I have had to engineer a brute hack, but it seems to be in the spirit
of driver (there is one already).

The patch that gives me 1366x768 back is attached.

Cheers,
--
Sergey
diff --git a/src/i830_lvds.c b/src/i830_lvds.c
index 18e5c2b..54a4838 100644
--- a/src/i830_lvds.c
+++ b/src/i830_lvds.c
@@ -563,6 +563,17 @@ i830_lvds_init(ScrnInfoPtr pScrn)
 bios_mode = i830_bios_get_panel_mode(pScrn, &dev_priv->panel_wants_dither);
 if (bios_mode != NULL) {
 	if (dev_priv->panel_fixed_mode != NULL) {
+	/* Fixup for a 1366x768 panel with the horizontal trimmed
+	 * down to 1024 for text mode.
+	 */
+	if (!xf86ModesEqual(dev_priv->panel_fixed_mode, bios_mode) &&
+		bios_mode->HDisplay == 1366)
+	{
+		xfree(dev_priv->panel_fixed_mode->name);
+		xfree(dev_priv->panel_fixed_mode);
+		dev_priv->panel_fixed_mode = xf86DuplicateMode(bios_mode);
+	}
+
 	/* Fixup for a 1280x768 panel with the horizontal trimmed
 	 * down to 1024 for text mode.
 	 */


Bug#443292: Mouse: cannot open input pEvdev

2007-09-20 Thread Brice Goglin
Elimar Riesebieter wrote:
> Last step:
> 1c40c7db188bc9030aaf256004b914815e821940 is first bad commit
> commit 1c40c7db188bc9030aaf256004b914815e821940
> Author: James Cloos <[EMAIL PROTECTED]>
> Date:   Mon Sep 3 05:52:08 2007 -0400
>
> Add *~ to .gitignore to skip patch/emacs droppings
>
> :100644 100644 da4f97a7ee76be890f79b46b9612a72be58c17e0 
> df3de7739e7c7add5295ed1220db632e1f072680 M  .gitignore
>   

I don't think this is right. This is the last commit in the branch, and
it doesn't change anything in the code. So the breakage cannot appear
here. Either you did not test correctly (did you install the driver and
restart X correctly at each step?) or there is a difference between the
debian package and the upstream git tree (if you just git clone, build
and install, does it work?).

Brice




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



Bug#443371: xserver-xorg-core: Server won't start when alternate configuration file specified

2007-09-20 Thread Ricardo A. Baratto
Package: xserver-xorg-core
Version: 2:1.4-2
Severity: important

Hi,
If I try to use an alternate configuration file the X server refuses to
start:
$ X -xf86config xorg.conf.test

Fatal server error:
Cannot open log file "/var/log/Xorg.0.log"

xorg.conf.test is in /etc/X11/

This used to work before the 7.3/1.4 upgrade. With those versions,
-config wouldn't work, but -xf86config was ok. 

Looking at the X debian wrapper (in x11-common) it seems that if -config
or -xf86config are found in the command line root priviledges are
automatically dropped.

if (!strcmp(argv[i], "-config") || !strcmp(argv[i], "-xf86config")) {
if (setuid(getuid())) {
perror("X unable to drop setuid privileges for
alternate config");
exit(1);
}
}

As a result, the X server won't start at all. Is this behavior really
necessary?  The Xorg server will not let non-root users use
configuration files outside /etc/X11 which seems to be a good enough
safeguard.

A google search found that Ubuntu has a patch addressing this issue:
https://lists.ubuntu.com/archives/ubuntu-patches/2007-August/011669.html
"Stop handling -config specifically in the wrapper, as Xorg now handles
this itself."

Would it be possible to apply something like this to Debian?

Thanks,
Ricardo

-- Package-specific info:
Contents of /var/lib/x11/X.roster:
xserver-xorg

/etc/X11/X target does not match checksum in /var/lib/x11/X.md5sum.

X server symlink status:
lrwxrwxrwx 1 root root 13 2006-04-30 14:10 /etc/X11/X -> /usr/bin/Xorg
-rwxr-xr-x 1 root root 1669528 2007-09-16 14:56 /usr/bin/Xorg

Contents of /var/lib/x11/xorg.conf.roster:
xserver-xorg

VGA-compatible devices on PCI bus:
00:01.0 VGA compatible controller: ATI Technologies Inc Rage XL (rev 27)

/var/lib/x11/xorg.conf.md5sum does not exist.

Xorg X server configuration file status:
-rw-r--r-- 1 root root 3110 2007-09-11 17:19 /etc/X11/xorg.conf

Contents of /etc/X11/xorg.conf:
# xorg.conf (Xorg X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the xorg.conf manual page.
# (Type "man xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following commands as root:
#
#   cp /etc/X11/xorg.conf /etc/X11/xorg.conf.custom
#   md5sum /etc/X11/xorg.conf >/var/lib/xfree86/xorg.conf.md5sum
#   dpkg-reconfigure xserver-xorg

Section "Files"
FontPath"unix/:7100"# local font server
# if the local font server has problems, we can fall back on these
FontPath"/usr/share/fonts/X11/misc"
FontPath"/usr/lib/X11/fonts/misc"
FontPath"/usr/share/fonts/X11/cyrillic"
FontPath"/usr/lib/X11/fonts/cyrillic"
FontPath"/usr/lib/X11/fonts/100dpi/:unscaled"
FontPath"/usr/lib/X11/fonts/75dpi/:unscaled"
FontPath"/usr/share/fonts/X11/Type1"
FontPath"/usr/lib/X11/fonts/Type1"
FontPath"/usr/share/fonts/X11/CID"
FontPath"/usr/lib/X11/fonts/CID"
FontPath"/usr/share/fonts/X11/100dpi"
FontPath"/usr/lib/X11/fonts/100dpi"
FontPath"/usr/share/fonts/X11/75dpi"
FontPath"/usr/lib/X11/fonts/75dpi"
EndSection

Section "Module"
Load"bitmap"
Load"dbe"
Load"ddc"
Load"dri"
Load"extmod"
Load"freetype"
Load"glx"
Load"int10"
Load"record"
Load"type1"
Load"vbe"
Load"vnc"
EndSection

Section "InputDevice"
Identifier  "Generic Keyboard"
Driver  "kbd"
Option  "CoreKeyboard"
Option  "XkbRules"  "xorg"
Option  "XkbModel"  "pc104"
Option  "XkbLayout" "us"
EndSection

Section "InputDevice"
Identifier  "Configured Mouse"
Driver  "mouse"
Option  "CorePointer"
Option  "Device""/dev/input/mice"
Option  "Protocol"  "ImPS/2"
Option  "Emulate3Buttons"   "true"
Option  "ZAxisMapping"  "4 5"
EndSection

Section "Device"
Identifier  "ATI Technologies, Inc. Rage XL"
Driver  "thincdev"
EndSection

Section "Monitor"
Identifier  "Generic Monitor"
Option  "DPMS"
HorizSync   28-49
VertRefresh 43-72
EndSection

Section "Screen"
Identifier  "Default Screen"
Device  "ATI Technologi

Bug#443292: Mouse: cannot open input pEvdev

2007-09-20 Thread Elimar Riesebieter
On Thu, 20 Sep 2007 the mental interface of
Brice Goglin told:

> Elimar Riesebieter wrote:
> > On Thu, 20 Sep 2007 the mental interface of
> > Brice Goglin told:
> >
> > [...]
> >   
> >> And then git bisect good or bad depending on whether it worked or not.
> >> 
> >
> > It worked:
> >
> > Bisecting: 9 revisions left to test after this
> > [f15636ac529481a9d83e0250ff89690296f96a3d] Wheel mice work again! (Old 
> > configs don't.)
> >   
> 
> You need to keep doing this buillding + installing + testing + git
> bisect good/bad as long as it says " revisions left to test after
> this". The window is being reduced by half at each step. You should be
> done with 4 steps max now.

Last step:
1c40c7db188bc9030aaf256004b914815e821940 is first bad commit
commit 1c40c7db188bc9030aaf256004b914815e821940
Author: James Cloos <[EMAIL PROTECTED]>
Date:   Mon Sep 3 05:52:08 2007 -0400

Add *~ to .gitignore to skip patch/emacs droppings

:100644 100644 da4f97a7ee76be890f79b46b9612a72be58c17e0 
df3de7739e7c7add5295ed1220db632e1f072680 M  .gitignore

HTH
Elimar


-- 
  Alles was viel bedacht wird ist bedenklich!;-)
 Friedrich Nietzsche


signature.asc
Description: Digital signature


Bug#443365: xserver-xorg-video-radeonhd: Does not recognise Mobility X1600 on Acer Aspire 5110

2007-09-20 Thread Brice Goglin
Damyan Ivanov wrote:
> Package: xserver-xorg-video-radeonhd
> Version: 0.0.1+git20070918-1
> Severity: important
>
> Hi,
>
> I am excited to find that now there is a free driver for my video card.
> unfortunately, it does not quite work yet, saying (full logs follow
> below):
>
> |(WW) RADEONHD(0): Unknown card detected: 0x71C5:0x1025:0x009F.
> |(--) RADEONHD(0): Detected an M56 on an unidentified card
> |(EE) RADEONHD(0): Cannot map connectors on an unknown card!
>   

This driver is evolving so quickly that any snapshot becomes outdated
before it even hits the Debian mirrors. If our package doesn't work for
you, just test the upstream git tree and report problems on the radeonhd
mailing list, it will be much better than having us package a
new snapshot or forward your bug to the upstream devs, they would just
reply that you're using an outdated snapshot...

Cheers,
Brice




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



Bug#443292: Mouse: cannot open input pEvdev

2007-09-20 Thread Brice Goglin
Elimar Riesebieter wrote:
> On Thu, 20 Sep 2007 the mental interface of
> Brice Goglin told:
>
> [...]
>   
>> And then git bisect good or bad depending on whether it worked or not.
>> 
>
> It worked:
>
> Bisecting: 9 revisions left to test after this
> [f15636ac529481a9d83e0250ff89690296f96a3d] Wheel mice work again! (Old 
> configs don't.)
>   

You need to keep doing this buillding + installing + testing + git
bisect good/bad as long as it says " revisions left to test after
this". The window is being reduced by half at each step. You should be
done with 4 steps max now.

Brice




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



Bug#443292: Mouse: cannot open input pEvdev

2007-09-20 Thread Elimar Riesebieter
On Thu, 20 Sep 2007 the mental interface of
Brice Goglin told:

[...]
> And then git bisect good or bad depending on whether it worked or not.

It worked:

Bisecting: 9 revisions left to test after this
[f15636ac529481a9d83e0250ff89690296f96a3d] Wheel mice work again! (Old configs 
don't.)

If you need any more assistance let me Know




-- 
  We all know Linux is great... it does infinite loops in 5 seconds.
-- Linus Torvalds


signature.asc
Description: Digital signature


Bug#443315: xserver-xorg-video-vesa: switching the resolution crashes the xserver

2007-09-20 Thread Brice Goglin
Christian T. Steigies wrote:
> As I said, I upgraded to unstable and got no video at all with the intel
> driver, and I think also with the vesa driver. I just installed a testing
> snapshot on a spare partition from scratch and the intel driver works great,
> no crash, 32 bpp, resolution switching, and a working console. So why
> didn't this work when I upgraded xorg in the etch system? Do I need to
> upgrade the kernel as well? More than the kernel?
>   

Yes, the kernel might matter here, since it provides "AGP GART" support
but only with a recent kernels for i965 boards, and it seems very
important for memory allocations in the driver.

Brice




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



Bug#443365: xserver-xorg-video-radeonhd: Does not recognise Mobility X1600 on Acer Aspire 5110

2007-09-20 Thread Damyan Ivanov
Package: xserver-xorg-video-radeonhd
Version: 0.0.1+git20070918-1
Severity: important

Hi,

I am excited to find that now there is a free driver for my video card.
unfortunately, it does not quite work yet, saying (full logs follow
below):

|(WW) RADEONHD(0): Unknown card detected: 0x71C5:0x1025:0x009F.
|(--) RADEONHD(0): Detected an M56 on an unidentified card
|(EE) RADEONHD(0): Cannot map connectors on an unknown card!

For comparison, here's part of Xorg.log when I use the fglrx driver:

|(--) fglrx(0): Chipset: "ATI Mobility Radeon X1600" (Chipset = 0x71c5)
|(--) fglrx(0): (PciSubVendor = 0x1025, PciSubDevice = 0x009f)
|(--) fglrx(0): board vendor info: third party graphics adapter - NOT original 
ATI
|(--) fglrx(0): Linear framebuffer (phys) at 0xc800
|(--) fglrx(0): MMIO registers at 0xc010
|(==) fglrx(0): ROM-BIOS at 0x000c
|(II) Loading sub module "vbe"
|(II) LoadModule: "vbe"
|(II) Reloading /usr/lib/xorg/modules//libvbe.so
|(II) fglrx(0): VESA BIOS detected
|(II) fglrx(0): VESA VBE Version 3.0
|(II) fglrx(0): VESA VBE Total Mem: 16384 kB
|(II) fglrx(0): VESA VBE OEM: ATI ATOMBIOS
|(II) fglrx(0): VESA VBE OEM Software Rev: 9.12
|(II) fglrx(0): VESA VBE OEM Vendor: (C) 1988-2005, ATI Technologies Inc. 
|(II) fglrx(0): VESA VBE OEM Product: M56P
|(II) fglrx(0): VESA VBE OEM Product Rev: 01.00
|(II) fglrx(0): ATI Video BIOS revision 9 or later detected

Thanks for packaging this, and I hope very much I can use my laptop
eliminating the non-free video driver.

--
dam


-- Package-specific info:
Contents of /var/lib/x11/X.roster:
xserver-xorg

/etc/X11/X target does not match checksum in /var/lib/x11/X.md5sum.

X server symlink status:
lrwxrwxrwx 1 root root 13 2007-01-19 19:11 /etc/X11/X -> /usr/bin/Xorg
-rwxr-xr-x 1 root root 1827360 2007-09-17 00:52 /usr/bin/Xorg

Contents of /var/lib/x11/xorg.conf.roster:
xserver-xorg

VGA-compatible devices on PCI bus:
01:00.0 VGA compatible controller: ATI Technologies Inc M56P [Radeon Mobility 
X1600]

/etc/X11/xorg.conf does not match checksum in /var/lib/x11/xorg.conf.md5sum.

Xorg X server configuration file status:
-rw-r--r-- 1 root root 3995 2007-09-20 23:15 /etc/X11/xorg.conf

Contents of /etc/X11/xorg.conf:
# /etc/X11/xorg.conf (xorg X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the /etc/X11/xorg.conf manual page.
# (Type "man /etc/X11/xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
#   sudo dpkg-reconfigure -phigh xserver-xorg

Section "Files"
FontPath"/usr/share/fonts/X11/misc"
FontPath"/usr/X11R6/lib/X11/fonts/misc"
FontPath"/usr/share/fonts/X11/cyrillic"
FontPath"/usr/X11R6/lib/X11/fonts/cyrillic"
FontPath"/usr/share/fonts/X11/100dpi/:unscaled"
FontPath"/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
FontPath"/usr/share/fonts/X11/75dpi/:unscaled"
FontPath"/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
FontPath"/usr/share/fonts/X11/Type1"
FontPath"/usr/X11R6/lib/X11/fonts/Type1"
FontPath"/usr/share/fonts/X11/100dpi"
FontPath"/usr/X11R6/lib/X11/fonts/100dpi"
FontPath"/usr/share/fonts/X11/75dpi"
FontPath"/usr/X11R6/lib/X11/fonts/75dpi"
# path to defoma fonts
FontPath"/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection

Section "Module"
Load"i2c"
Load"bitmap"
Load"ddc"
Load  "dri"
#   Load"extmod"
SubSection  "extmod"
  Option  "omit xfree86-dga"
EndSubSection
Load"freetype"
Load  "glx"
Load"int10"
Load"vbe"
EndSection

Section "Extensions"
Option  "Composite" "0"
EndSection

Section "InputDevice"
Identifier  "Generic Keyboard"
Driver  "kbd"
Option  "CoreKeyboard"
Option  "XkbRules"  "xorg"
Option  "XkbModel"  "pc105"
Option  "XkbLayout" "bg,bg"
Option  "XkbVariant""latin,phonetic_bds"
Option  "XkbOptions"
"grp:alt_shift_toggle,lv3:ralt_switch,grp_led:scroll"
EndSection

Section "InputDevice"
Identifier  "Configured Mouse"
Driver  "mouse"
Option  "CorePointer"
Option  "Device""/dev/input/mice"
Option  "Protocol"  "ImPS/2"
Option  "Emulate3Buttons"   "true"
EndSection

Section "InputDevice"
   

Bug#443315: xserver-xorg-video-vesa: switching the resolution crashes the xserver

2007-09-20 Thread Christian T. Steigies
On Thu, Sep 20, 2007 at 07:16:58PM +0200, Brice Goglin wrote:
> Christian T. Steigies wrote:
> > Package: xserver-xorg-video-vesa
> > Version: 1:1.3.0-1
> > Severity: normal
> >
> > I am trying to set up a Dell D830 which has an Intel graphics controller and
> > a 1920x1200 screen. The only way to use the full resolution I found was to
> > use 915resolution to create 1920x1200 entries in the video bios. I compiled
> > 915resolution from the Debian/unstable sources on this etch box:
> >   
> 
> This bug was probably in the server but you're using a very old one
> (1.1.1). A very recent one is available in unstable (1.4) and a good one
> in testing (1.3). Also, your i965 board should be well supported by
> Intel driver 2.1.1 currently in testing and unstable. Is there any
> chance you upgrade to testing or unstable instead of trying to debug
> some code that changed a lot in the last year?

As I said, I upgraded to unstable and got no video at all with the intel
driver, and I think also with the vesa driver. I just installed a testing
snapshot on a spare partition from scratch and the intel driver works great,
no crash, 32 bpp, resolution switching, and a working console. So why
didn't this work when I upgraded xorg in the etch system? Do I need to
upgrade the kernel as well? More than the kernel?

Christian



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



Bug#443292: Mouse: cannot open input pEvdev

2007-09-20 Thread Brice Goglin
Elimar Riesebieter wrote:
> On Thu, 20 Sep 2007 the mental interface of
> Brice Goglin told:
>
> [...]
>   
>> You could try git-bisect between current HEAD (almost exactly our
>> 1:1.2.0~git20070819-3) and the 1.1.5 tag.
>>
>> Grab the whole git tree with:
>> git clone git://git.freedesktop.org/git/xorg/driver/xf86-input-evdev
>>
>> Then start bisecting it and tell git that HEAD is bad and 1.1.5 is good.
>> git bisect start
>> git bisect bad
>> git bisect good xf86-input-evdev-1.1.5
>> 
>
> Now I am at
> Bisecting: 18 revisions left to test after this
> [23309b334c1fe892f7afa735d04569e210497dc3] Kill some more unused
> bits.
>
> How to follow up?
>   

$ ./autogen.sh
$ make
Then you should have a src/.libs/evdev_drv.so, copy it into
/usr/lib/xorg/modules/drivers/ and restart X.

During the build, you might need to do (just once)  
apt-get build-dep xserver-xorg-input-evdev
and
apt-get install xutils-dev

And then git bisect good or bad depending on whether it worked or not.

Brice




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



Bug#443292: Mouse: cannot open input pEvdev

2007-09-20 Thread Elimar Riesebieter
On Thu, 20 Sep 2007 the mental interface of
Brice Goglin told:

[...]
> You could try git-bisect between current HEAD (almost exactly our
> 1:1.2.0~git20070819-3) and the 1.1.5 tag.
> 
> Grab the whole git tree with:
> git clone git://git.freedesktop.org/git/xorg/driver/xf86-input-evdev
> 
> Then start bisecting it and tell git that HEAD is bad and 1.1.5 is good.
> git bisect start
> git bisect bad
> git bisect good xf86-input-evdev-1.1.5

Now I am at
Bisecting: 18 revisions left to test after this
[23309b334c1fe892f7afa735d04569e210497dc3] Kill some more unused
bits.

How to follow up?

> git will choose a commit between these 2 points. You build, install, and
> test it. If it works
> git bisect good
> if it does not work
> git bisect bad
> 
> git will choose another commit,  until you found the exact commit
> breaking this.
> 
> If you need help building the module, have a look at
> http://bgoglin.livejournal.com/10936.html . Let me know if you need more
> help.

Elimar

-- 
  On the keyboard of life you have always
  to keep a finger at the escape key;-)


signature.asc
Description: Digital signature


Bug#443357: marked as done (compiz: Compiz runs only as root)

2007-09-20 Thread Debian Bug Tracking System
Your message dated Thu, 20 Sep 2007 22:15:57 +0200
with message-id <[EMAIL PROTECTED]>
and subject line Bug#443357: compiz: Compiz runs only as root
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: compiz
Version: 0.5.2-2
Severity: normal

I get compiz to work straight from the unstable packages,
but only whn i run
compiz --replace
as root
When run as normal user, metacity unloads, but compiz decorator 
doesn't : windows borders doesn't show, 
and i got the same messages as when run as root, so i can't tell what's 
wrong.
I checked permissions on compiz installed files and folders, everything 
is 644 or 755 as expected.
I'd like to help more, but i don't know how to run compiz with debug 
on...



-- System Information:
Debian Release: 4.0
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.22-2-686
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)

Versions of packages compiz depends on:
ii  compiz-core   0.5.2-2OpenGL window and compositing mana
ii  compiz-gnome  0.5.2-2OpenGL window and compositing mana
ii  compiz-gtk0.5.2-2OpenGL window and compositing mana
ii  compiz-plugins0.5.2-2OpenGL window and compositing mana

compiz recommends no packages.

-- no debconf information



--- End Message ---
--- Begin Message ---
Jérémy Lal wrote:
> that works !
> so now i feel stupid.

No need to feel stupid, compiz' defaults are stupid :)

> could it be considered a documentation bug ?

Yes, but we already have a bug about that :) (#440095)

Brice


--- End Message ---


Bug#443292: Mouse: cannot open input pEvdev

2007-09-20 Thread Brice Goglin
Elimar Riesebieter wrote:
> On Thu, 20 Sep 2007 the mental interface of
> Brice Goglin told:
>
>   
>> Elimar Riesebieter wrote:
>> 
>>> Package: xserver-xorg-input-evdev
>>> Version: 1:1.2.0~git20070819-3
>>> Severity: important
>>>
>>> evdev is unloaded. I've recompiled xserver-xorg-input-evdev-1.1.5
>>> against xserver-xorg-dev (>= 2:1.4) and everything seems to be ok
>>> then.
>>>   
>>>   
>> Could you try to locate which git commit introduced the breakage between
>> 1.1.5 and current 1.2.0 upstream branch?
>> 
>
> Please give me a hint to clone branches before git20070819.
>   

You could try git-bisect between current HEAD (almost exactly our
1:1.2.0~git20070819-3) and the 1.1.5 tag.

Grab the whole git tree with:
git clone git://git.freedesktop.org/git/xorg/driver/xf86-input-evdev

Then start bisecting it and tell git that HEAD is bad and 1.1.5 is good.
git bisect start
git bisect bad
git bisect good xf86-input-evdev-1.1.5

git will choose a commit between these 2 points. You build, install, and
test it. If it works
git bisect good
if it does not work
git bisect bad

git will choose another commit,  until you found the exact commit
breaking this.

If you need help building the module, have a look at
http://bgoglin.livejournal.com/10936.html . Let me know if you need more
help.

Brice




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



Bug#443292: Mouse: cannot open input pEvdev

2007-09-20 Thread Elimar Riesebieter
On Thu, 20 Sep 2007 the mental interface of
Brice Goglin told:

> Elimar Riesebieter wrote:
> > Package: xserver-xorg-input-evdev
> > Version: 1:1.2.0~git20070819-3
> > Severity: important
> >
> > evdev is unloaded. I've recompiled xserver-xorg-input-evdev-1.1.5
> > against xserver-xorg-dev (>= 2:1.4) and everything seems to be ok
> > then.
> >   
> 
> Could you try to locate which git commit introduced the breakage between
> 1.1.5 and current 1.2.0 upstream branch?

Please give me a hint to clone branches before git20070819.

Elimar


-- 
  On the keyboard of life you have always
  to keep a finger at the escape key;-)


signature.asc
Description: Digital signature


Bug#443357: compiz: Compiz runs only as root

2007-09-20 Thread Brice Goglin
Jeremy Lal wrote:
> Package: compiz
> Version: 0.5.2-2
> Severity: normal
>
> I get compiz to work straight from the unstable packages,
> but only whn i run
> compiz --replace
> as root
> When run as normal user, metacity unloads, but compiz decorator 
> doesn't : windows borders doesn't show, 
> and i got the same messages as when run as root, so i can't tell what's 
> wrong.
> I checked permissions on compiz installed files and folders, everything 
> is 644 or 755 as expected.
> I'd like to help more, but i don't know how to run compiz with debug 
> on...
>   

http://bgoglin.livejournal.com/11253.html ?

Brice




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



Bug#443357: compiz: Compiz runs only as root

2007-09-20 Thread Jeremy Lal
Package: compiz
Version: 0.5.2-2
Severity: normal

I get compiz to work straight from the unstable packages,
but only whn i run
compiz --replace
as root
When run as normal user, metacity unloads, but compiz decorator 
doesn't : windows borders doesn't show, 
and i got the same messages as when run as root, so i can't tell what's 
wrong.
I checked permissions on compiz installed files and folders, everything 
is 644 or 755 as expected.
I'd like to help more, but i don't know how to run compiz with debug 
on...



-- System Information:
Debian Release: 4.0
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.22-2-686
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)

Versions of packages compiz depends on:
ii  compiz-core   0.5.2-2OpenGL window and compositing mana
ii  compiz-gnome  0.5.2-2OpenGL window and compositing mana
ii  compiz-gtk0.5.2-2OpenGL window and compositing mana
ii  compiz-plugins0.5.2-2OpenGL window and compositing mana

compiz recommends no packages.

-- no debconf information




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



[bts-link] source package xorg-server

2007-09-20 Thread bts-link-upstream
#
# bts-link upstream status pull for source package xorg-server
# see http://lists.debian.org/debian-devel-announce/2006/05/msg1.html
#

user [EMAIL PROTECTED]

# remote status report for #443092
#  * https://bugs.freedesktop.org/show_bug.cgi?id=12434
#  * remote status changed: (?) -> NEW
usertags 443092 + status-NEW

# remote status report for #443092
#  * https://bugs.freedesktop.org/show_bug.cgi?id=12434
#  * remote status changed: (?) -> NEW
usertags 443092 + status-NEW

# remote status report for #443092
#  * https://bugs.freedesktop.org/show_bug.cgi?id=12434
#  * remote status changed: (?) -> NEW
usertags 443092 + status-NEW

# remote status report for #443141
#  * https://bugs.freedesktop.org/show_bug.cgi?id=12474
#  * remote status changed: (?) -> NEW
usertags 443141 + status-NEW

thanks



[bts-link] source package xserver-xorg-video-intel

2007-09-20 Thread bts-link-upstream
#
# bts-link upstream status pull for source package xserver-xorg-video-intel
# see http://lists.debian.org/debian-devel-announce/2006/05/msg1.html
#

user [EMAIL PROTECTED]

# remote status report for #431373
#  * https://bugs.freedesktop.org/show_bug.cgi?id=12072
#  * remote status changed: (?) -> NEW
usertags 431373 + status-NEW

# remote status report for #433569
#  * https://bugs.freedesktop.org/show_bug.cgi?id=9415
#  * remote status changed: RESOLVED -> REOPENED
#  * remote resolution changed: FIXED -> (?)
usertags 433569 - status-RESOLVED resolution-FIXED
usertags 433569 + status-REOPENED

# remote status report for #433569
#  * https://bugs.freedesktop.org/show_bug.cgi?id=9415
#  * remote status changed: RESOLVED -> REOPENED
#  * remote resolution changed: FIXED -> (?)
usertags 433569 - status-RESOLVED resolution-FIXED
usertags 433569 + status-REOPENED

thanks



Bug#443205: xserver-xorg: same problems on other system

2007-09-20 Thread Alexander Heinlein
Package: xserver-xorg
Version: 1:7.3+2
Followup-For: Bug #443205

Hi again.

This is my other system, a Thinkpad R52. After upgrading to Xorg 7.3 it
shows the same symptoms.


-- Package-specific info:
Contents of /var/lib/x11/X.roster:
xserver-xfree86
xserver-xorg

/etc/X11/X target unchanged from checksum in /var/lib/x11/X.md5sum.

X server symlink status:
lrwxrwxrwx 1 root root 13 2006-06-03 21:35 /etc/X11/X -> /usr/bin/Xorg
-rwxr-xr-x 1 root root 1669528 2007-09-16 20:56 /usr/bin/Xorg

Contents of /var/lib/x11/xorg.conf.roster:
xserver-xorg

VGA-compatible devices on PCI bus:
00:02.0 VGA compatible controller: Intel Corporation Mobile 915GM/GMS/910GML 
Express Graphics Controller (rev 03)

/etc/X11/xorg.conf does not match checksum in /var/lib/x11/xorg.conf.md5sum.

Xorg X server configuration file status:
-rw-r--r-- 1 root root 4539 2007-06-21 17:01 /etc/X11/xorg.conf

Contents of /etc/X11/xorg.conf:
# XF86Config-4 (XFree86 X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the XF86Config-4 manual page.
# (Type "man XF86Config-4" at the shell prompt.)
#
# This file is automatically updated on xserver-xfree86 package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xfree86
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following commands as root:
#
#   cp /etc/X11/XF86Config-4 /etc/X11/XF86Config-4.custom
#   md5sum /etc/X11/XF86Config-4 >/var/lib/xfree86/XF86Config-4.md5sum
#   dpkg-reconfigure xserver-xfree86

Section "Files"
FontPath"unix/:7100"# local font server
# if the local font server has problems, we can fall back on these
FontPath"/usr/share/fonts/X11/misc"
FontPath"/usr/share/fonts/X11/cyrillic"
FontPath"/usr/share/fonts/X11/100dpi/:unscaled"
FontPath"/usr/share/fonts/X11/75dpi/:unscaled"
FontPath"/usr/share/fonts/X11/Type1"
FontPath"/usr/share/fonts/X11/CID"
FontPath"/usr/share/fonts/X11/Speedo"
FontPath"/usr/share/fonts/X11/100dpi"
FontPath"/usr/share/fonts/X11/75dpi"
FontPath"/usr/share/fonts/X11/misc"
# path to defoma fonts
FontPath"/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection

Section "Module"
Load"dbe"
Load"dri"
Load"extmod"
Load"freetype"
Load"glx"
Load"record"
Load"type1"
EndSection

Section "InputDevice"
Identifier  "Generic Keyboard"
Driver  "kbd"
Option  "CoreKeyboard"
Option  "XkbRules"  "xorg"
Option  "XkbModel"  "pc105"
Option  "XkbLayout" "de"
Option  "XkbVariant""nodeadkeys"
EndSection

Section "InputDevice"
Identifier  "Generic Mouse"
Driver  "mouse"
Option  "Device""/dev/input/mice"
Option  "Protocol"  "ImPS/2"
Option  "EmulateWheel"  "on"
Option  "EmulateWheelButton""2"
Option  "ZAxisMapping"  "4 5"
Option  "YAxisMapping"  "4 5"
Option  "XAxisMapping"  "6 7"
EndSection

Section "InputDevice"
Identifier  "Gonfigured Mouse"
Driver  "mouse"
Option  "Device""/dev/psaux"
Option  "Protocol"  "PS/2"
Option  "ZAxisMapping"  "4 5"
EndSection

Section "Device"
Identifier  "Intel 915GM"
VideoRam131072  # 128M
Driver  "i810"
BusID   "PCI:0:2:0"
EndSection

Section "Monitor"
Identifier  "LCD"
HorizSync   30-60
VertRefresh 50-75
Option  "DPMS"
EndSection

Section "Screen"
Identifier  "Default Screen"
Device  "Intel 915GM"
Monitor "LCD"
DefaultDepth16
SubSection "Display"
Depth   1
Modes   "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth   4
Modes   "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth   8
Modes   "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth   15
Modes   "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth   16
Modes   "1024x768" "800x600" "640

Bug#442915: xserver-xorg-input-mouse: mouse dead with X41 Tablet PC

2007-09-20 Thread Ben Goodrich
Hi Brice,

Brice Goglin wrote:
 > Yes those input problems are strange and important. And actually, apart
> from the pixman bug (fixed now), and some ati driver specific problems,
> most of the remaining bugs reported since the upload of Xserver 1.4 are
> input related so we really need to care quickly about them. Some of them
> could be related to https://bugs.freedesktop.org/show_bug.cgi?id=12145
> which does not look nice since it might involve a lot of drivers...
> 
> Could you try rebuilding current upstream mouse driver head? or just
> apply the following commit to the debian package
> http://gitweb.freedesktop.org/?p=xorg/driver/xf86-input-mouse.git;a=commitdiff;h=f42ea3027c13046dfa7a603737b476fbf2833764;hp=53bdd4db01f05595beb37e68842118eb649308d3

I applied this commit to the debian package and succesfully built the
driver, dropped to init 3, checkinstalled the .deb, and started init 5.
But still no mouse movement at all.

Should I file a separate bug about the inability to start the X server
without xorg.conf?

Thanks,
Ben



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



xserver-xorg-video-ivtvdev: Changes to 'debian-unstable'

2007-09-20 Thread Ian Campbell
 debian/changelog   |9 
 debian/patches/remove-PAGE_MASK|   38 +
 debian/patches/remove-xf86_ansic.h |   17 +---
 debian/patches/series  |1 
 4 files changed, 58 insertions(+), 7 deletions(-)

New commits:
commit 71455798b16225aff65eb920bcb547b51ae42d27
Author: Ian Campbell <[EMAIL PROTECTED]>
Date:   Thu Sep 20 19:12:24 2007 +0100

Update patches to silence build warnings and hopefully fix FTBFS on hppa, 
mips
& powerpc.

diff --git a/debian/changelog b/debian/changelog
index 48da4f7..53c4151 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+xserver-xorg-video-ivtvdev (1.0.0~svn4049-3) unstable; urgency=low
+
+  * Use sysconf(_SC_PAGESIZE) instead of PAGE_MASK, fixes FTBFS on powerpc,
+mips, hppa (new patch remove-PAGE_MASK).
+  * Update patch remove-xf86_ansic.h to include headers for ioctl, mmap,
+munmap & close, fixes build warnings.
+
+ -- Ian Campbell <[EMAIL PROTECTED]>  Thu, 20 Sep 2007 19:00:59 +0100
+
 xserver-xorg-video-ivtvdev (1.0.0~svn4049-2) unstable; urgency=low
 
   * Build against xserver 1.4.
diff --git a/debian/patches/remove-PAGE_MASK b/debian/patches/remove-PAGE_MASK
new file mode 100644
index 000..db88ffb
--- /dev/null
+++ b/debian/patches/remove-PAGE_MASK
@@ -0,0 +1,38 @@
+Index: xserver-xorg-video-ivtvdev.git/src/ivtv_hw.c
+===
+--- xserver-xorg-video-ivtvdev.git.orig/src/ivtv_hw.c  2007-09-20 
18:55:16.0 +0100
 xserver-xorg-video-ivtvdev.git/src/ivtv_hw.c   2007-09-20 
19:00:32.0 +0100
+@@ -557,12 +557,13 @@
+ ivtvHWMapVidmem(ScrnInfoPtr pScrn)
+ {
+ ivtvHWPtr hwPtr = IVTVDEVHWPTR(pScrn);
++long page_mask = ~(sysconf(_SC_PAGESIZE) - 1);
+ 
+ TRACE_ENTER("MapVidmem");
+ if (NULL == hwPtr->fbmem) {
+-  hwPtr->fboff = (unsigned long)hwPtr->fix.smem_start & ~PAGE_MASK;
++  hwPtr->fboff = (unsigned long)hwPtr->fix.smem_start & ~page_mask;
+   hwPtr->fbmem_len =
+-  (hwPtr->fboff + hwPtr->fix.smem_len + ~PAGE_MASK) & PAGE_MASK;
++  (hwPtr->fboff + hwPtr->fix.smem_len + ~page_mask) & page_mask;
+   hwPtr->fbmem =
+   mmap(NULL, hwPtr->fbmem_len, PROT_READ | PROT_WRITE, MAP_SHARED,
+   hwPtr->fd, 0);
+@@ -573,14 +574,14 @@
+   } else {
+   /* Perhaps we'd better add fboff to fbmem and return 0 in
+* ivtvHWLinearOffset()? Of course we then need to mask
+-   * fPtr->fbmem with PAGE_MASK in ivtvHWUnmapVidmem() as
++   * fPtr->fbmem with page_mask in ivtvHWUnmapVidmem() as
+* well. [geert] */
+   }
+ }
+ pScrn->memPhysBase =
+-  (unsigned long)hwPtr->fix.smem_start & (unsigned long)(PAGE_MASK);
++  (unsigned long)hwPtr->fix.smem_start & (unsigned long)(page_mask);
+ pScrn->fbOffset =
+-  (unsigned long)hwPtr->fix.smem_start & (unsigned long)(~PAGE_MASK);
++  (unsigned long)hwPtr->fix.smem_start & (unsigned long)(~page_mask);
+ return hwPtr->fbmem;
+ }
+ 
diff --git a/debian/patches/remove-xf86_ansic.h 
b/debian/patches/remove-xf86_ansic.h
index 4b386a7..2ef1fc2 100644
--- a/debian/patches/remove-xf86_ansic.h
+++ b/debian/patches/remove-xf86_ansic.h
@@ -4,9 +4,9 @@ Signed-off-by: Ian Campbell <[EMAIL PROTECTED]>
 
 Index: xserver-xorg-video-ivtvdev.git/src/ivtv.c
 ===
 xserver-xorg-video-ivtvdev.git.orig/src/ivtv.c 2007-08-26 
10:06:06.0 +0100
-+++ xserver-xorg-video-ivtvdev.git/src/ivtv.c  2007-08-26 10:18:42.0 
+0100
-@@ -12,7 +12,6 @@
+--- xserver-xorg-video-ivtvdev.git.orig/src/ivtv.c 2007-09-18 
08:24:59.0 +0100
 xserver-xorg-video-ivtvdev.git/src/ivtv.c  2007-09-20 18:53:26.0 
+0100
+@@ -40,7 +40,6 @@
  /* all drivers need this */
  #include "xf86.h"
  #include "xf86_OSproc.h"
@@ -16,22 +16,25 @@ Index: xserver-xorg-video-ivtvdev.git/src/ivtv.c
  #include "mibstore.h"
 Index: xserver-xorg-video-ivtvdev.git/src/ivtv_hw.c
 ===
 xserver-xorg-video-ivtvdev.git.orig/src/ivtv_hw.c  2007-08-26 
10:06:06.0 +0100
-+++ xserver-xorg-video-ivtvdev.git/src/ivtv_hw.c   2007-08-26 
10:19:10.0 +0100
-@@ -2,6 +2,12 @@
+--- xserver-xorg-video-ivtvdev.git.orig/src/ivtv_hw.c  2007-09-18 
08:24:59.0 +0100
 xserver-xorg-video-ivtvdev.git/src/ivtv_hw.c   2007-09-20 
19:02:15.0 +0100
+@@ -32,6 +32,15 @@
  # include "config.h"
  #endif
  
++#include 
++#include 
 +#include 
 +#include 
 +
 +#include 
 +#include 
++#include 
 +
  #include "ivtv_compat.h"
  #include "ivtv_hw.h"
  #include "ivtv.h"
-@@ -9,7 +15,6 @@
+@@ -39,7 +48,6 @@
  /* all drivers need this */
  #include "xf86.h"
  #include "xf86_OSproc.h"
diff --git a/debian/patches/series b/debian/patches/series
index 2256471..1596c0f 100644
--- a/debian/patches/series

xserver-xorg-video-ivtvdev: Changes to 'refs/tags/xserver-xorg-video-ivtvdev-1.0.0.svn4049-3'

2007-09-20 Thread Ian Campbell
Tag 'xserver-xorg-video-ivtvdev-1.0.0.svn4049-3' created by Ian Campbell 
<[EMAIL PROTECTED]> at 2007-09-20 18:15 +

Debian release 1.0.0~svn4049-3

Changes since xserver-xorg-video-ivtvdev-1.0.0.svn4049-2:
Ian Campbell (1):
  Update patches to silence build warnings and hopefully fix FTBFS on hppa, 
mips

---
 debian/changelog   |9 
 debian/patches/remove-PAGE_MASK|   38 +
 debian/patches/remove-xf86_ansic.h |   17 +---
 debian/patches/series  |1 
 4 files changed, 58 insertions(+), 7 deletions(-)
---


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



sponsored upload of ivtv driver 1.0.0~svn4049-3

2007-09-20 Thread Ian Campbell
Hi David,

xserver-xorg-video-ivtvdev 1.0.0~svn4049-2 failed to build on hppa, mips
and powerpc. I have committed a fix (hopefully -- I have no access to
those architectures) as version 1.0.0~svn4049-3 and uploaded to
http://www.hellion.org.uk/ivtv/debian/ could you upload please.

Sorry for the rapid rate of uploads, I should have noticed that -1
failed to build before I cut -2.

Thanks,
Ian.

-- 
Ian Campbell

CChheecckk yyoouurr dduupplleexx sswwiittcchh..


signature.asc
Description: This is a digitally signed message part


Bug#442915: xserver-xorg-input-mouse: mouse dead with X41 Tablet PC

2007-09-20 Thread Brice Goglin
Ben Goodrich wrote:
> I understand that there are probably a number of bugs with the new xorg
> and xserver that people are filing, but I currently cannot use a mouse
> with my laptop (neither the built-in one nor a USB mouse). So, if no one
> can think of ideas for a workaround, then I need to revert to the
> versions in testing until a solution is found. Should I inquire at IRC
> upstream at this point?
>   

Yes those input problems are strange and important. And actually, apart
from the pixman bug (fixed now), and some ati driver specific problems,
most of the remaining bugs reported since the upload of Xserver 1.4 are
input related so we really need to care quickly about them. Some of them
could be related to https://bugs.freedesktop.org/show_bug.cgi?id=12145
which does not look nice since it might involve a lot of drivers...

Could you try rebuilding current upstream mouse driver head? or just
apply the following commit to the debian package
http://gitweb.freedesktop.org/?p=xorg/driver/xf86-input-mouse.git;a=commitdiff;h=f42ea3027c13046dfa7a603737b476fbf2833764;hp=53bdd4db01f05595beb37e68842118eb649308d3

Brice




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



Bug#442915: xserver-xorg-input-mouse: mouse dead with X41 Tablet PC

2007-09-20 Thread Ben Goodrich
Hi Brice,

I understand that there are probably a number of bugs with the new xorg
and xserver that people are filing, but I currently cannot use a mouse
with my laptop (neither the built-in one nor a USB mouse). So, if no one
can think of ideas for a workaround, then I need to revert to the
versions in testing until a solution is found. Should I inquire at IRC
upstream at this point?

Thanks,
Ben




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



xorg-server: Changes to 'debian-unstable'

2007-09-20 Thread Christian Perrier
 debian/changelog |   10 --
 debian/po/bg.po  |   50 ++
 debian/po/eu.po  |   50 ++
 debian/po/he.po  |   48 
 debian/po/hu.po  |   44 
 debian/po/ta.po  |   49 +
 debian/po/th.po  |   47 +++
 debian/po/vi.po  |   47 ---
 8 files changed, 312 insertions(+), 33 deletions(-)

New commits:
commit b544c32e861b04dade3019e5c331d5397a75a41e
Author: Christian Perrier <[EMAIL PROTECTED]>
Date:   Thu Sep 20 07:45:02 2007 +0200

New/updated translations

diff --git a/debian/changelog b/debian/changelog
index 6e69a37..881927e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -16,11 +16,17 @@ xorg-server (2:1.4-3) UNRELEASED; urgency=low
   * Debconf templates and debian/control reviewed by the debian-l10n-
 english team as part of the Smith review project. Closes: #442210
   * Debconf translation updates:
-- Hungarian. Closes: #442956
-- Tamil. Closes: #443027
 - Swedish. Closes: #443047
 - Czech. Closes: #443100
 - French
+- Vietnamese. Closes: #443174
+  * New debconf translations
+- Hungarian. Closes: #442956
+- Thai. Closes: #442962
+- Tamil. Closes: #443027
+- Basque. Closes: #443156
+- Hebrew. Closes: #443204
+- Bulgarian. Closes: #443226
 
  -- Brice Goglin <[EMAIL PROTECTED]>  Mon, 17 Sep 2007 07:50:56 +0200
 
diff --git a/debian/po/bg.po b/debian/po/bg.po
new file mode 100644
index 000..ffa7223
--- /dev/null
+++ b/debian/po/bg.po
@@ -0,0 +1,50 @@
+# translation of bg.po to Bulgarian
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the PACKAGE package.
+#
+# Damyan Ivanov <[EMAIL PROTECTED]>, 2007.
+msgid ""
+msgstr ""
+"Project-Id-Version: xorg-server\n"
+"Report-Msgid-Bugs-To: [EMAIL PROTECTED]"
+"POT-Creation-Date: 2007-09-18 07:46+0200\n"
+"PO-Revision-Date: 2007-09-19 22:08+0300\n"
+"Last-Translator: Damyan Ivanov <[EMAIL PROTECTED]>\n"
+"Language-Team: Bulgarian <[EMAIL PROTECTED]>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Generator: KBabel 1.11.4\n"
+
+#. Type: string
+#. Description
+#: ../xprint-common.templates:2001
+msgid "Default printer resolution:"
+msgstr "Подразбирана разделителна способност на принтера:"
+
+#. Type: string
+#. Description
+#: ../xprint-common.templates:2001
+msgid ""
+"By default, Xprint assumes a printer resolution of 600 dpi. This should be "
+"well suited for the majority of printers."
+msgstr ""
+"Xprint използва по подразбиране разделителна способност от 600 dpi. Тази "
+"стойност би трябвало да е подгодяща за повечето принтери."
+
+#. Type: string
+#. Description
+#: ../xprint-common.templates:2001
+msgid ""
+"On certain 1200 dpi printers, however, the image might appear squashed in "
+"the corner of the page, or it might be blown up too large on 300 dpi "
+"printers. If you are experiencing such printing problems, you may want to "
+"set the default printer resolution to a more appropriate value. See /usr/"
+"share/doc/xprint-common/README.printing-problems.gz for more details."
+msgstr ""
+"При някои принтери с разделителна способност от 1200 dpi изображението може "
+"да е свито в ъгъла на страницата, а при други, използващи 300 dpi - да е "
+"твърде разтегнато. Ако имате подобни проблеми при печатането, може да се "
+"наложи да промените подразбираната разделителна способност на принтера с по-"
+"подходяща стойност. Вижте /usr/share/doc/xprint-commin/README.printing-"
+"problems.gz за повече информация."
diff --git a/debian/po/eu.po b/debian/po/eu.po
new file mode 100644
index 000..f270b00
--- /dev/null
+++ b/debian/po/eu.po
@@ -0,0 +1,50 @@
+# translation of xorg-server-templates.po to Euskara
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the PACKAGE package.
+#
+# Piarres Beobide <[EMAIL PROTECTED]>, 2007.
+msgid ""
+msgstr ""
+"Project-Id-Version: xorg-server-templates\n"
+"Report-Msgid-Bugs-To: [EMAIL PROTECTED]"
+"POT-Creation-Date: 2007-09-18 07:46+0200\n"
+"PO-Revision-Date: 2007-09-18 09:59+0200\n"
+"Last-Translator: Piarres Beobide <[EMAIL PROTECTED]>\n"
+"Language-Team: Euskara <[EMAIL PROTECTED]>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Generator: KBabel 1.11.4\n"
+
+#. Type: string
+#. Description
+#: ../xprint-common.templates:2001
+msgid "Default printer resolution:"
+msgstr "Lehenetsiko inprimagailu erresoluzioa:"
+
+#. Type: string
+#. Description
+#: ../xprint-common.templates:2001
+msgid ""
+"By default, Xprint assumes a printer resolution of 600 dpi. This should be "
+"well suited for the majority o

Bug#443315: xserver-xorg-video-vesa: switching the resolution crashes the xserver

2007-09-20 Thread Brice Goglin
Christian T. Steigies wrote:
> Package: xserver-xorg-video-vesa
> Version: 1:1.3.0-1
> Severity: normal
>
> I am trying to set up a Dell D830 which has an Intel graphics controller and
> a 1920x1200 screen. The only way to use the full resolution I found was to
> use 915resolution to create 1920x1200 entries in the video bios. I compiled
> 915resolution from the Debian/unstable sources on this etch box:
>   

This bug was probably in the server but you're using a very old one
(1.1.1). A very recent one is available in unstable (1.4) and a good one
in testing (1.3). Also, your i965 board should be well supported by
Intel driver 2.1.1 currently in testing and unstable. Is there any
chance you upgrade to testing or unstable instead of trying to debug
some code that changed a lot in the last year?

Anyway, this bug could be similar to upstream bug at
https://bugs.freedesktop.org/show_bug.cgi?id=6842 which seemed to have
been ignored so far, so it's hard to say whether it's actually fixed or not.

Brice





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



Bug#443274: dual-card setup doesn't work with X 1.4

2007-09-20 Thread Brice Goglin
Aldemir Akpinar wrote:
> Please find the attached Xorg.0.log file. I also tried disabling DRI 
> completely as stated in Bug #437321 but that didn't work either.

Ok I didn't see that before replying, thanks for testing.

> I also think this problem is not related with dual card setup, because X can 
> enable my display connected to Matrox but not Radeon (w/ the dual-head 
> setup). I have never managed to get a display w/ my Radeon Xpress 200 card on 
> 7.3+2. 
>   

Assuming you downgraded back to Xorg 7.2 and Xserver 1.3, could you try
the following old xserver-xorg-video-ati package? It's the same driver
for the old Xserver 1.3. It will help us know whether the problem is in
Xserver 1.4 or in the driver.

http://snapshot.debian.net/archive/2007/08/05/debian/pool/main/x/xserver-xorg-video-ati/xserver-xorg-video-ati_6.6.193-1_i386.deb

Brice



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



Processed: tagging 443312

2007-09-20 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> # Automatically generated email from bts, devscripts version 2.10.7
> tags 443312 + pending
Bug#443312: xserver-xorg-video-radeonhd-dbg: typo in package description.
There were no tags set.
Tags added: pending

>
End of message, stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


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



Bug#443292: Mouse: cannot open input pEvdev

2007-09-20 Thread Brice Goglin
Elimar Riesebieter wrote:
> Package: xserver-xorg-input-evdev
> Version: 1:1.2.0~git20070819-3
> Severity: important
>
> evdev is unloaded. I've recompiled xserver-xorg-input-evdev-1.1.5
> against xserver-xorg-dev (>= 2:1.4) and everything seems to be ok
> then.
>   

Could you try to locate which git commit introduced the breakage between
1.1.5 and current 1.2.0 upstream branch?

Brice




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



xserver-xorg-video-radeonhd: Changes to 'debian-experimental'

2007-09-20 Thread Brice Goglin
 debian/changelog |3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

New commits:
commit 8e7fc7f42742faeafb005f68792a2e3a6d737761
Author: Brice Goglin <[EMAIL PROTECTED]>
Date:   Thu Sep 20 19:02:34 2007 +0200

add closer

diff --git a/debian/changelog b/debian/changelog
index bba409e..ee94d9a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
 xserver-xorg-video-radeonhd (0.0.1+git20070918-2) UNRELEASED; urgency=low
 
-  * Get rid of leftover cruft in the -dbg package's description
+  * Get rid of leftover cruft in the -dbg package's description,
+closes: #443312.
 
  -- David Nusinow <[EMAIL PROTECTED]>  Wed, 19 Sep 2007 20:17:00 -0400
 


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



Bug#443274: (no subject)

2007-09-20 Thread Brice Goglin
Aldemir Akpinar wrote:
> Subject: Can'not get any display with Radeon Xpress 200
> Package: xorg
> Version: 1:7.2-5
> Severity: grave
>
> After switching to 7.3+2 X-window became unusable. I have to dual-head
> setup with two different graphic cards. One of them is a PCI Matrox
> Millenium (2064W) and the other is a Radeon Xpress 200 (onboard). After
> the upgrade I could only see a blank screen on Radeon but Matrox had a
> normal display. I have also tried a single head display with Radeon but
> this didn't help either. I am attaching lspci -nn and xorg.conf
> configurations below. I also had to revert back my xorg installation to have 
> usable system. So my package information in this bug report does not show the 
> exact state of the packages when this error occured. 
>   

You should try disabling DRI on the Radeon card (with Option "DRI" "off"
in the corresponding section Device in xorg.conf). Check Xorg.0.log to
be sure DRI is actually disabled on the Radeon then. We have a bug
report [1] about DRI leading to blank screen on Xpress200 with recent
drivers and kernels (DRI was not supported earlier).

Brice

[1] http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=437321



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



Bug#443312: xserver-xorg-video-radeonhd-dbg: typo in package description.

2007-09-20 Thread Daniel Serpell
Package: xserver-xorg-video-radeonhd-dbg
Version: 0.0.1+git20070918-1
Severity: normal


The package description includes the following paragraph:

 This driver provides support for the Intel i8xx and i9xx family of
 chipsets, including i810, i815, i830, i845, i855, i865, i915, and
 i945 series chips, and XvMC (XVideo Motion Compensation) support
 for the same chipsets.

This is a mistake.

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (99, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.22-1-k7 (SMP w/1 CPU core)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash



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



Processed: found 437321 in 1:6.7.193-1

2007-09-20 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> # Automatically generated email from bts, devscripts version 2.10.7
> found 437321 1:6.7.193-1
Bug#437321: xserver-xorg-video-ati: DRI enabled gives blank screen on Radeon 
Xpress 200M (RC410, 5a62)
Bug marked as found in version 1:6.7.193-1.

>
End of message, stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


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



Bug#443302: xserver-xorg-video-radeonhd_0.0.1+git20070918-1(sparc/experimental) : FTBFS: wrong Arch: any

2007-09-20 Thread Frank Lichtenheld
Package: xserver-xorg-video-radeonhd
Version: 0.0.1+git20070918-1
Severity: normal

Hi,

your package failed to build from source. I would suggest syncing the
Architecture list of xserver-xorg-video-radeonhd and
xserver-xorg-video-radeonhd-dbg so that this errors out way earlier.

| Automatic build of xserver-xorg-video-radeonhd_0.0.1+git20070918-1 on odin by 
sbuild/sparc 98-farm
| Build started at 20070920-0655
| **
| Checking available source versions...
| Fetching source files...
| Reading package lists...
| Building dependency tree...
| Need to get 505kB of source archives.
| Get:1 http://sinclair.farm.ftbfs.de experimental/main 
xserver-xorg-video-radeonhd 0.0.1+git20070918-1 (dsc) [1074B]
| Get:2 http://sinclair.farm.ftbfs.de experimental/main 
xserver-xorg-video-radeonhd 0.0.1+git20070918-1 (tar) [487kB]
| Get:3 http://sinclair.farm.ftbfs.de experimental/main 
xserver-xorg-video-radeonhd 0.0.1+git20070918-1 (diff) [17.2kB]
| Fetched 505kB in 0s (1817kB/s)
| Download complete and in download only mode
| ** Using build dependencies supplied by package:
| Build-Depends: debhelper (>= 5), quilt, pkg-config, xserver-xorg-dev (>= 
2:1.4), x11proto-video-dev, x11proto-fonts-dev, x11proto-randr-dev (>= 1.2), 
x11proto-render-dev
| Checking for already installed source dependencies...
[...]
| dh_testdir
| dh_testroot
| dh_installdocs
| dh_installchangelogs ChangeLog
| dh_install --sourcedir=debian/tmp --list-missing --exclude=radeonhd_drv.la 
--exclude=usr/share/man/man4
| dh_installman
| dh_link
| dh_strip --dbg-package=xserver-xorg-video-radeonhd-dbg
| dh_compress
| dh_fixperms
| dh_installdeb
| dh_shlibdeps
| dh_gencontrol
| dpkg-gencontrol: error: current build architecture sparc does not appear in 
package's list (alpha amd64 arm armeb armel hppa hurd-i386 i386 ia64 
kfreebsd-i386 m68k mips mipsel netbsd-i386 powerpc)
| dh_gencontrol: command returned error code 65280
| make: *** [binary-arch] Error 1
| **
| Build finished at 20070920-0657
| FAILED [dpkg-buildpackage died]

Full build log(s): 
http://experimental.ftbfs.de/build.php?&ver=0.0.1+git20070918-1&pkg=xserver-xorg-video-radeonhd&arch=sparc

Gruesse,
-- 
Frank Lichtenheld <[EMAIL PROTECTED]>
www: http://www.djpig.de/



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



Bug#440095: compiz should enable many plugins by default, at least decoration

2007-09-20 Thread Lapse of Reason
You should also add some information to README.Debian on how to enable
plugins, or at least say that users need to enable the decoration
plugin to get window borders (which I assume most people want).

Thanks.



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



Bug#443292: Mouse: cannot open input pEvdev

2007-09-20 Thread Elimar Riesebieter
Package: xserver-xorg-input-evdev
Version: 1:1.2.0~git20070819-3
Severity: important

evdev is unloaded. I've recompiled xserver-xorg-input-evdev-1.1.5
against xserver-xorg-dev (>= 2:1.4) and everything seems to be ok
then.

-- Package-specific info:
Contents of /var/lib/x11/X.roster:
xserver-xorg

/etc/X11/X target does not match checksum in /var/lib/x11/X.md5sum.

X server symlink status:
lrwxrwxrwx 1 root root 13 Sep 17 19:40 /etc/X11/X -> /usr/bin/Xorg
-rwxr-xr-x 1 root root 1669528 Sep 16 20:56 /usr/bin/Xorg

Contents of /var/lib/x11/xorg.conf.roster:
xserver-xorg

VGA-compatible devices on PCI bus:
01:00.0 VGA compatible controller: ATI Technologies Inc Radeon RV250 If [Radeon 
9000] (rev 01)

/var/lib/x11/xorg.conf.md5sum does not exist.

Xorg X server configuration file status:
-rw-r--r-- 1 root root 4743 Sep 20 01:26 /etc/X11/xorg.conf

xorg.conf
[...]
Section "InputDevice"
 Identifier"Mouse"
 Driver"evdev"
 Option"CorePointer"
 Option"Phys""usb-*/input0"#via cat 
/proc/bus/input/devices
 Option"Name""Logitech USB Receiver"#via cat 
/proc/bus/input/devices
EndSection


Xorg.0.log
[...]
(**) Option "CorePointer"
(**) Mouse: always reports core events
(EE) Mouse: cannot open input pEvdev
(II) UnloadModule: "evdev"
(EE) PreInit returned NULL for "Mouse"
(II) evaluating device (Keyboard)
(II) XINPUT: Adding extended input device "Keyboard" (type: KEYBOARD)
(II) AIGLX: Suspending AIGLX clients for VT switch


-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (990, 'unstable')
Architecture: i386 (i686)

Kernel: Linux 2.6.23-rc7-frodo (PREEMPT)
Locale: LANG=de_DE.UTF-8, [EMAIL PROTECTED] (charmap=ISO-8859-15)
Shell: /bin/sh linked to /bin/bash

Versions of packages xserver-xorg-input-evdev depends on:
ii  libc6 2.6.1-5GNU C Library: Shared libraries
ii  xserver-xorg-core 2:1.4-2X.Org X server -- core server

xserver-xorg-input-evdev recommends no packages.

-- no debconf information

-- 



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



Processed: reassign 443274 to xserver-xorg-core, severity of 443274 is serious ...

2007-09-20 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> # Automatically generated email from bts, devscripts version 2.10.8
> reassign 443274 xserver-xorg-core 2:1.4-1
Bug#443274: (no subject)
Bug reassigned from package `xorg' to `xserver-xorg-core'.

> severity 443274 serious
Bug#443274: (no subject)
Severity set to `serious' from `grave'

> retitle 443274 dual-card setup doesn't work with X 1.4
Bug#443274: (no subject)
Changed Bug title to `dual-card setup doesn't work with X 1.4' from `(no 
subject)'.

>
End of message, stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


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



Bug#443274: (no subject)

2007-09-20 Thread Julien Cristau
On Thu, Sep 20, 2007 at 00:18:18 -0700, Aldemir Akpinar wrote:

> After switching to 7.3+2 X-window became unusable. I have to dual-head
> setup with two different graphic cards. One of them is a PCI Matrox
> Millenium (2064W) and the other is a Radeon Xpress 200 (onboard). After
> the upgrade I could only see a blank screen on Radeon but Matrox had a
> normal display. I have also tried a single head display with Radeon but
> this didn't help either. I am attaching lspci -nn and xorg.conf
> configurations below. I also had to revert back my xorg installation
> to have usable system. So my package information in this bug report
> does not show the exact state of the packages when this error occured. 
> 
Please send us the X log from the broken setup (with xserver-xorg-core
1.4).

Thanks,
Julien



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



Bug#443004: dexconf: error: cannot generate configuration file; shared/default-x-server not

2007-09-20 Thread Cyril Brulebois
Julien Cristau <[EMAIL PROTECTED]> (18/09/2007):
> I think the following patch will help […]

Works for me©®™.

Cheers,

-- 
Cyril Brulebois


pgp9c4qRIDwmc.pgp
Description: PGP signature


Bug#443274: (no subject)

2007-09-20 Thread Aldemir Akpinar
Subject: Can'not get any display with Radeon Xpress 200
Package: xorg
Version: 1:7.2-5
Severity: grave

After switching to 7.3+2 X-window became unusable. I have to dual-head
setup with two different graphic cards. One of them is a PCI Matrox
Millenium (2064W) and the other is a Radeon Xpress 200 (onboard). After
the upgrade I could only see a blank screen on Radeon but Matrox had a
normal display. I have also tried a single head display with Radeon but
this didn't help either. I am attaching lspci -nn and xorg.conf
configurations below. I also had to revert back my xorg installation to have 
usable system. So my package information in this bug report does not show the 
exact state of the packages when this error occured. 


[EMAIL PROTECTED]:~$ lspci -nn
00:00.0 Host bridge [0600]: ATI Technologies Inc Radeon Xpress 200 Host
Bridge [1002:5a33] (rev 01)
00:01.0 PCI bridge [0604]: ATI Technologies Inc RS480 PCI Bridge
[1002:5a3f]
00:19.0 PCI bridge [0604]: ALi Corporation M5249 HTT to PCI Bridge
[10b9:5249]
00:1c.0 USB Controller [0c03]: ALi Corporation USB 1.1 Controller
[10b9:5237] (rev 03)
00:1c.1 USB Controller [0c03]: ALi Corporation USB 1.1 Controller
[10b9:5237] (rev 03)
00:1c.2 USB Controller [0c03]: ALi Corporation USB 1.1 Controller
[10b9:5237] (rev 03)
00:1c.3 USB Controller [0c03]: ALi Corporation USB 2.0 Controller
[10b9:5239] (rev 01)
00:1d.0 Audio device [0403]: ALi Corporation High Definition Audio/AC'97
Host Controller [10b9:5461]
00:1e.0 ISA bridge [0601]: ALi Corporation PCI to LPC Controller
[10b9:1573] (rev 31)
00:1e.1 Bridge [0680]: ALi Corporation M7101 Power Management Controller
[PMU] [10b9:7101]
00:1f.0 IDE interface [0101]: ALi Corporation M5229 IDE [10b9:5229] (rev
c7)
00:1f.1 RAID bus controller [0104]: ALi Corporation ULi 5287 SATA
[10b9:5287] (rev 02)
01:05.0 VGA compatible controller [0300]: ATI Technologies Inc RC410
[Radeon Xpress 200] [1002:5a61]
02:11.0 VGA compatible controller [0300]: Matrox Graphics, Inc. MGA
2064W [Millennium] [102b:0519] (rev 01)
02:15.0 Ethernet controller [0200]: Marvell Technology Group Ltd.
88E8001 Gigabit Ethernet Controller [11ab:4320] (rev 13)


/etc/X11/xorg.conf
Section "Files"

Section "Module"
Load"bitmap"
Load"ddc"
Load"dri"
Load"extmod"
Load"freetype"
Load"glx"
Load"int10"
Load"type1"
Load"vbe"
EndSection

Section "ServerFlags"
Option  "Xinerama"  "true"
EndSection

Section "InputDevice"
Identifier  "Generic Keyboard"
Driver  "kbd"
Option  "CoreKeyboard"
Option  "XkbRules"  "xorg"
Option  "XkbModel"  "pc105"
Option  "XkbLayout" "us"
Option  "XkbVariant""us"
#   Option  "XKbOptions"""
EndSection

Section "InputDevice"
Identifier  "Configured Mouse"
Driver  "mouse"
Option  "CorePointer"
Option  "Device""/dev/input/mice"
Option  "Protocol"  "ExplorerPS/2"
Option  "Emulate3Buttons"   "true"
EndSection

Section "Device"
Identifier  "Ati"
Option  "RenderAccel"   "true"
Option  "DRI"   "true"
#Option "ShadowFB"  "0"
Driver  "ati"
BusID   "PCI:1:5:0"
EndSection

Section "Device"
Identifier  "Matrox"
Option  "DRI"   "true"
Driver  "mga"
BusID   "PCI:2:17:0"
EndSection

Section "Monitor"
Identifier  "dell"
Option  "DPMS"
HorizSync   28-64
VertRefresh 43-60
EndSection

Section "Monitor"
Identifier  "acer"
Option  "DPMS"
HorizSync   28-64
VertRefresh 43-60
EndSection

Section "Screen"
Identifier  "Screen 1"
Device  "Ati"
Monitor "dell"
DefaultDepth16
SubSection "Display"
Depth   1
Modes   "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth   4
Modes   "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth   8
Modes   "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth   15
Modes   "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth   16
Modes