Bug#412069: patch for beryl support

2007-03-28 Thread Brice Goglin
tags 412069 +wontfix
thank you



Trying to summarize:

About Composite, upstream just got a commit saying
Enable Composite by default now that it disables itself in
 the known bad cases.
(and it has been said that
 fglrx disables the DRI when Composite is enabled.)

About XAANoOffScreenPixmap, Michel said:
The option is only needed to work around bugs in XAA. Because
 basically everything is a pixmap when windows are redirected
 (i.e. when a compositing manager is running), it effectively
 disables most 2D acceleration in that case and still a large
 portion of it without a compositing manager. So this option
 can't be enabled by default, because it hurts performance i
 all cases *except* when running a GLX compositing manager.

About AddARGBGLXVisuals, there was no actual answer. It seems
nVidia specific. Since xorg.conf would have to be edited to
enable the nVidia driver, this option could be added at the
same time.


So I would personally not enable any of these options by
default (hence tagging as wontfix). It is already very late
in the release cycle, changing the default config now is
too dangerous according to all the above.

Regarding after Etch, the X server is already much newer in
experimental, Composite will be enabled safely by upstream,
the XAA problems might be fixed, EXA might work much better,
... no reason to enable any of these options now then.

Brice



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



Processed: Re: Bug#412069: patch for beryl support

2007-03-28 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 tags 412069 +wontfix
Bug#412069: patch for beryl support
Tags were: patch
Tags added: wontfix

 thank you
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#412069: patch for beryl support

2007-03-28 Thread Robert Millan [ackstorm]
On Wed, Mar 28, 2007 at 09:23:20AM +0200, Brice Goglin wrote:
 tags 412069 +wontfix
 thank you
 
 
 
 Trying to summarize:
 
 [...]
 
 So I would personally not enable any of these options by
 default (hence tagging as wontfix). It is already very late
 in the release cycle, changing the default config now is
 too dangerous according to all the above.

Ok.  Can we add hooks to permit that unofficial beryl packages for etch add
the missing bits in xorg.conf without breaking the debconf-based generation?

See attached patch.

-- 
Robert Millan

ACK STORM, S.L.  -  http://www.ackstorm.es/
diff -ur xorg-7.1.0.old/debian/local/dexconf xorg-7.1.0/debian/local/dexconf
--- xorg-7.1.0.old/debian/local/dexconf	2007-02-13 11:02:09.0 +0100
+++ xorg-7.1.0/debian/local/dexconf	2007-03-28 10:40:00.0 +0200
@@ -351,6 +351,7 @@
 if [ $DEVICE_USE_FBDEV = true ]; then
   printf \tOption\t\t\UseFBDev\\t\t\$DEVICE_USE_FBDEV\\n 4
 fi
+(shopt -s nullglob ; for i in /etc/X11/xserver.debconf.d/device/* ; do $i 4 ; done)
 printf EndSection\n 4
 
 ### MONITOR
@@ -428,6 +429,12 @@
 EndSection
 SECTION
 
+### Extensions
+exec 4$DEXCONFTMPDIR/Extensions
+echo Section \Extensions\ 4
+(shopt -s nullglob ; for i in /etc/X11/xserver.debconf.d/extensions/* ; do $i 4 ; done)
+echo EndSection 4
+
 # Close file descriptor 4 before we delete temporary files
 exec 4-
 
@@ -443,7 +450,7 @@
 
 SPACER=
 for SECTION in Header Files Module InputDeviceKeyboard InputDeviceMouse \
-   Device Monitor Screen ServerLayout DRI; do
+   Device Monitor Screen ServerLayout DRI Extensions; do
   if [ -e $DEXCONFTMPDIR/$SECTION ]; then
 eval $SPACER
 cat $DEXCONFTMPDIR/$SECTION $OUTFILE


Bug#412069: patch for beryl support

2007-03-28 Thread Julien Cristau
On Wed, Mar 28, 2007 at 10:41:32 +0200, Robert Millan [ackstorm] wrote:

 
 Ok.  Can we add hooks to permit that unofficial beryl packages for etch add
 the missing bits in xorg.conf without breaking the debconf-based generation?
 
 See attached patch.
 
Not going to happen for etch, sorry.

Cheers,
Julien


signature.asc
Description: Digital signature


Bug#413500: Workaround

2007-03-28 Thread Stefano Rivoir


Note that downgrading to 6.6.3-2 fixes the problem.

--
Stefano RIVOIR




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



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

2007-03-28 Thread Julien Cristau
 debian/changelog |9 +++--
 debian/control   |2 +-
 2 files changed, 8 insertions(+), 3 deletions(-)

New commits:
commit d901a73aaa4a41e40faf0347ade975b86fb6a3df
Author: Julien Cristau [EMAIL PROTECTED]
Date:   Wed Mar 28 14:30:28 2007 +0200

Drop Fabio and Branden from Uploaders, with their permission.

diff --git a/debian/changelog b/debian/changelog
index 83b257f..34ee88e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,7 +4,11 @@ xserver-xorg-video-ati (1:6.6.191-1) experimental; urgency=low
   * New upstream release candidate.
   * autoreconf.
 
- -- Julien Cristau [EMAIL PROTECTED]  Wed, 28 Mar 2007 13:53:10 +0200
+  [ Julien Cristau ]
+  * Drop Fabio and Branden from Uploaders, with their permission.  Hopefully
+they'll come back when they have more time!
+
+ -- Julien Cristau [EMAIL PROTECTED]  Wed, 28 Mar 2007 14:26:43 +0200
 
 xserver-xorg-video-ati (1:6.6.3-5) experimental; urgency=low
 
diff --git a/debian/control b/debian/control
index cd87ccb..f3a6599 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: xserver-xorg-video-ati
 Section: x11
 Priority: optional
 Maintainer: Debian X Strike Force debian-x@lists.debian.org
-Uploaders: David Nusinow [EMAIL PROTECTED], Branden Robinson [EMAIL 
PROTECTED], Fabio M. Di Nitto [EMAIL PROTECTED], Drew Parsons [EMAIL 
PROTECTED]
+Uploaders: David Nusinow [EMAIL PROTECTED], Drew Parsons [EMAIL PROTECTED]
 Build-Depends: debhelper (= 5), pkg-config, xserver-xorg-dev (= 2:1.2.0), 
x11proto-gl-dev, x11proto-xext-dev, x11proto-core-dev, x11proto-video-dev, 
x11proto-xinerama-dev, x11proto-xf86misc-dev, libgl1-mesa-dev | libgl-dev, 
x11proto-fonts-dev, x11proto-randr-dev, x11proto-render-dev, libdrm-dev ( 
2.2) [!hurd-i386], x11proto-xf86dri-dev, quilt
 Standards-Version: 3.7.2
 

commit 27dc941c145123d271aae3da2081f3bf8c30b5d4
Author: Julien Cristau [EMAIL PROTECTED]
Date:   Wed Mar 28 13:53:27 2007 +0200

Prepare changelog for upload.

diff --git a/debian/changelog b/debian/changelog
index 70c446b..83b257f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,9 +1,10 @@
-xserver-xorg-video-ati (1:6.6.191-1) UNRELEASED; urgency=low
+xserver-xorg-video-ati (1:6.6.191-1) experimental; urgency=low
 
+  [ Brice Goglin ]
   * New upstream release candidate.
   * autoreconf.
 
- -- Brice Goglin [EMAIL PROTECTED]  Tue, 27 Mar 2007 20:31:45 +0200
+ -- Julien Cristau [EMAIL PROTECTED]  Wed, 28 Mar 2007 13:53:10 +0200
 
 xserver-xorg-video-ati (1:6.6.3-5) experimental; urgency=low
 


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



xserver-xorg-video-ati: Changes to 'refs/tags/xserver-xorg-video-ati-1_6.6.191-1'

2007-03-28 Thread Julien Cristau
Tag 'xserver-xorg-video-ati-1_6.6.191-1' created by Julien Cristau [EMAIL 
PROTECTED] at 2007-03-28 12:42 +

Tagging upload of xserver-xorg-video-ati 1:6.6.191-1 to experimental.

Changes since xserver-xorg-video-ati-1_6.6.3-5:
Alex Deucher (2):
  Add DRI option
  fix NULL dereference

Brice Goglin (3):
  Merge tag 'ati-6.6.191' into debian-experimental
* New upstream release candidate.
* autoreconf.

Dave Airlie (3):
  radeon: move some i2c registers out into common register file
  radeon: add option to set pci aperture size from config file
  update number to 6.6.191 for rc release

George Sapountzis (14):
  [mach64] Consolidate adjustments of mode timings, part 1.
  [mach64] Consolidate adjustments of mode timings, part 2.
  [mach64] Consolidate adjustments of mode timings, part 3.
  [mach64] Xv: use single surface and encoding structs.
  [mach64] Bug 5586: overlay scaler limited to 720 pixels on ATI Rage Pro.
  Move atiprobe.c from ati to atimisc.
  Move atioption.c from ati to atimisc.
  Move {atimach64,r128,radeon}_probe.c from ati to subdrivers.
  Drop now unneeded _X_EXPORT's.
  Fold FillIn() back to Probe().
  Drop probing by driver name from Device section.
  [mach64] Set pATI-ChipRevision correctly, instead of overriding.
  [mach64] Use Mach64Chipsets[] instead of ATIChipNames[].
  Move atichip.c from ati to atimisc.

Julien Cristau (2):
  Prepare changelog for upload.
  Drop Fabio and Branden from Uploaders, with their permission.

Michel Dänzer (9):
  Fix version to match configure.ac.
  radeon: Fix build warnings.
  atimisc: Fix strict aliasing violation flagged by -Wall.
  radeon: Make sure 3D clients will re-upload textures to video RAM after 
LeaveVT.
  radeon: Disable CP line acceleration on RV280s.
  radeon: Minor BlockHandler cleanups.
  radeon: Unify code to release the CP.
  radeon: Only sync to hardware when really necessary with EXA.
  Fix advertised minimum minor version of the DRI module.

Roland Scheidegger (2):
  fix alignment issues with planar yuv and a bug with packed uyvy
  add missing part of last commit...

---
 config.sub  |   14 -
 configure   |   20 -
 configure.ac|2 
 debian/changelog|   12 
 debian/control  |2 
 man/radeon.man  |   12 
 src/Makefile.am |   25 -
 src/Makefile.in |   99 +++
 src/ati.c   |  632 +++-
 src/ati.h   |   72 +
 src/atiadjust.c |2 
 src/atibus.h|1 
 src/atichip.c   |  508 --
 src/atichip.h   |   71 -
 src/aticonfig.c |  201 +++
 src/aticonfig.h |   32 --
 src/aticonsole.c|8 
 src/atidga.c|1 
 src/atidri.c|4 
 src/atifillin.c |   48 ---
 src/atifillin.h |   42 ---
 src/atiident.c  |   50 ---
 src/atiident.h  |   28 --
 src/atimach64.c |   93 +--
 src/atimach64probe.c|  198 +++
 src/atimach64probe.h|   34 ++
 src/atimach64render.c   |9 
 src/atimach64xv.c   |  132 +++---
 src/atimode.c   |   42 ---
 src/atimodule.c |   39 --
 src/atioption.c |  254 ---
 src/atioption.h |5 
 src/atipreinit.c|   10 
 src/atiprobe.c  |  226 -
 src/atiprobe.h  |2 
 src/atiscreen.c |2 
 src/ativalid.c  |2 
 src/r128_dri.c  |4 
 src/r128_driver.c   |   33 --
 src/r128_probe.c|   33 +-
 src/r128_probe.h|2 
 src/radeon.h|   26 +
 src/radeon_accelfuncs.c |   10 
 src/radeon_common.h |1 
 src/radeon_dri.c|   54 ++--
 src/radeon_dri.h|2 
 src/radeon_driver.c |  146 +--
 src/radeon_exa.c|2 
 src/radeon_exa_funcs.c  |   23 +
 src/radeon_mm_i2c.c |   84 ++
 src/radeon_probe.c  |   32 +-
 src/radeon_probe.h  |2 
 src/radeon_reg.h|   13 
 src/radeon_video.c  |   23 -
 54 files changed, 1643 insertions(+), 1781 deletions(-)
---


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



Processing of xserver-xorg-video-ati_6.6.191-1_i386.changes

2007-03-28 Thread Archive Administrator
xserver-xorg-video-ati_6.6.191-1_i386.changes uploaded successfully to localhost
along with the files:
  xserver-xorg-video-ati_6.6.191-1.dsc
  xserver-xorg-video-ati_6.6.191.orig.tar.gz
  xserver-xorg-video-ati_6.6.191-1.diff.gz
  xserver-xorg-video-ati_6.6.191-1_i386.deb

Greetings,

Your Debian queue daemon


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



xserver-xorg-video-ati_6.6.191-1_i386.changes ACCEPTED

2007-03-28 Thread Debian Installer

Accepted:
xserver-xorg-video-ati_6.6.191-1.diff.gz
  to pool/main/x/xserver-xorg-video-ati/xserver-xorg-video-ati_6.6.191-1.diff.gz
xserver-xorg-video-ati_6.6.191-1.dsc
  to pool/main/x/xserver-xorg-video-ati/xserver-xorg-video-ati_6.6.191-1.dsc
xserver-xorg-video-ati_6.6.191-1_i386.deb
  to 
pool/main/x/xserver-xorg-video-ati/xserver-xorg-video-ati_6.6.191-1_i386.deb
xserver-xorg-video-ati_6.6.191.orig.tar.gz
  to 
pool/main/x/xserver-xorg-video-ati/xserver-xorg-video-ati_6.6.191.orig.tar.gz


Override entries for your package:
xserver-xorg-video-ati_6.6.191-1.dsc - source x11
xserver-xorg-video-ati_6.6.191-1_i386.deb - optional x11

Announcing to debian-devel-changes@lists.debian.org


Thank you for your contribution to Debian.


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



Bug#416503: enter behaves strange in vservers

2007-03-28 Thread Alexander Vlasov
Package: xserver-xorg-input-evdev
Version: 1:1.1.2-6

Hi.
I'm using vserver-enabled kernel on amd64 arch on my desktop and after
switching to evdev from kbd+mouse I found strange enter behavior in
vservers (after `vserver blahblah enter'): when I press enter it behaves
like enter was pressed many times (~ 50), so working in vservers almost
impossible.

I tried different terminals (xterm, rxvt, gnome-terminal) with same
result, but this bug doesn't exists in console (real console, tty*).
Without entering to vservers enter key also works ok.

$ uname -a
Linux zulu 2.6.18-4-vserver-amd64 #1 SMP Wed Feb 21 15:03:27 UTC 2007
x86_64 GNU/Linux

Here follow parts of my xorg.conf:
Section InputDevice
   Identifier  keyboard
   Driver  evdev
   Option  evBits  +1
   Option  keyBits ~1-255 ~352-511
   Option  Pass3
   Option  XkbModel  evdev
   Option  CoreKeyboard  true
EndSection

Section InputDevice
   Identifier  mouse
   Driver  evdev
   Option  evBits  +1-2
   Option  keyBits ~272-287
   Option  relBits ~0-2 ~6 ~8
   Option  Pass3
   Option  CorePointer   true
EndSection

Section ServerLayout
Identifier  Default Layout
Screen  Default Screen
InputDevice keyboard
InputDevice mouse
EndSection




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



Bug#397485: bug still there

2007-03-28 Thread Paolo Cavallini
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi all.
Apparently the bug is still there, with version 2:1.7.2-4. xorg does not
start. Log and conf attached.
==
lspci -vv

00:02.0 VGA compatible controller: Intel Corporation Q963/Q965
Integrated Graphics Controller (rev 02) (prog-if 00 [VGA])
Subsystem: Dell Unknown device 01da
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop-
ParErr- Stepping- SERR- FastB2B-
Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=fast TAbort-
TAbort- MAbort- SERR- PERR-
Latency: 0
Interrupt: pin A routed to IRQ 11
Region 0: Memory at dfe0 (32-bit, non-prefetchable) [size=1M]
Region 2: Memory at c000 (64-bit, prefetchable) [size=256M]
Region 4: I/O ports at ecb8 [size=8]
Capabilities: [90] Message Signalled Interrupts: Mask- 64bit-
Queue=0/0 Enable-
Address:   Data: 
Capabilities: [d0] Power Management version 2
Flags: PMEClk- DSI+ D1- D2- AuxCurrent=0mA
PME(D0-,D1-,D2-,D3hot-,D3cold-)
Status: D0 PME-Enable- DSel=0 DScale=0 PME-

00:02.1 Display controller: Intel Corporation Q963/Q965 Integrated
Graphics Controller (rev 02)
Subsystem: Dell Unknown device 01da
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop-
ParErr- Stepping- SERR- FastB2B-
Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=fast TAbort-
TAbort- MAbort- SERR- PERR-
Latency: 0
Region 0: Memory at dff0 (32-bit, non-prefetchable) [size=1M]
Capabilities: [d0] Power Management version 2
Flags: PMEClk- DSI+ D1- D2- AuxCurrent=0mA
PME(D0-,D1-,D2-,D3hot-,D3cold-)
Status: D0 PME-Enable- DSel=0 DScale=0 PME-

==
I also found this report that may be relevant (same machine):
http://linux.derkeiler.com/Mailing-Lists/Debian/2006-12/msg01829.html

All the best.
- --
Paolo Cavallini
http://www.faunalia.it/pc
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFGCm5p/NedwLUzIr4RAuKQAJ99zKMn4D173D8mJj2AKCaMpLm8WACcCwsc
U//jqC7lrm3G4nv5aI62mXQ=
=KAfY
-END PGP SIGNATURE-


Xorg.0.log.tar.gz
Description: GNU Zip compressed data


xorg.conf.tar.gz
Description: GNU Zip compressed data


Bug#397485: bug still there

2007-03-28 Thread Julien Cristau
On Wed, Mar 28, 2007 at 15:32:51 +0200, Paolo Cavallini wrote:

 Hi all.
 Apparently the bug is still there, with version 2:1.7.2-4. xorg does not
 start. Log and conf attached.

Hi,

This doesn't seem related to bug#397485.

Your log shows that you don't have an agpgart device, which is required
by your card for memory allocation (see the manpage).

(II) I810(0): detected 7676 kB stolen memory.
(EE) GARTInit: Unable to open /dev/agpgart (No such file or directory)
(WW) I810(0): /dev/agpgart is either not available, or no memory is
available for allocation.  Using pre-allocated memory only.
(--) I810(0): Pre-allocated VideoRAM: 7676 kByte

7M is clearly not enough memory for X to be able to start.  You need to
use the agpgart (and intel_agp, I guess) kernel modules.

Cheers,
Julien


signature.asc
Description: Digital signature


Bug#405409: marked as done (xbase-clients: [xconsole] Segmentation falut when the initial scroll)

2007-03-28 Thread Debian Bug Tracking System
Your message dated Thu, 29 Mar 2007 00:31:10 +0900
with message-id [EMAIL PROTECTED]
and subject line Bug#405409: Acknowledgement (xbase-clients: [xconsole] 
Segmentation falut when the initial scroll)
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)

---BeginMessage---
Package: xbase-clients
Version: 1:7.1.ds-3
Severity: normal

A xconsole process receives a SIGSEGV signal, when the xconsole
scroll the logs for the first time after its startup. For example,
when the default height of xconsole is 4 text lines, the following
script induces a segmentation fault:

#!/bin/sh
/usr/bin/xconsole 
for i in 0 1 2 3; do
echo $i
logger test.sh: $i
sleep 1
done
# END of test script


There seems to be a workaround: After a xconsole process starts,
focus the xconsole and push Ctrl-C (i.e., clean up logs in
the xconsole). Then, scrolls don't induce any segmentation fault
in my Debian box.



-- System Information:
Debian Release: 4.0
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-3-xen-686
Locale: LANG=ja_JP.eucJP, LC_CTYPE=ja_JP.eucJP (charmap=EUC-JP)

Versions of packages xbase-clients depends on:
ii  libc6 2.3.6.ds1-8GNU C Library: Shared libraries
ii  libfontconfig12.4.1-2generic font configuration library
ii  libfreetype6  2.2.1-5FreeType 2 font engine, shared lib
ii  libfs62:1.0.0-4  X11 Font Services library
ii  libgl1-mesa-glx [libgl1]  6.5.1-0.4  A free implementation of the OpenG
ii  libice6   1:1.0.1-2  X11 Inter-Client Exchange library
ii  libpng12-01.2.15~beta5-1 PNG library - runtime
ii  libsm61:1.0.1-3  X11 Session Management library
ii  libx11-6  2:1.0.3-4  X11 client-side library
ii  libxau6   1:1.0.1-2  X11 authorisation library
ii  libxaw7   1:1.0.2-4  X11 Athena Widget library
ii  libxcursor1   1.1.7-4X cursor management library
ii  libxext6  1:1.0.1-2  X11 miscellaneous extension librar
ii  libxft2   2.1.8.2-8  FreeType-based font drawing librar
ii  libxi61:1.0.1-4  X11 Input extension library
ii  libxkbfile1   1:1.0.3-2  X11 keyboard file manipulation lib
ii  libxmu6   1:1.0.2-2  X11 miscellaneous utility library
ii  libxmuu1  1:1.0.2-2  X11 miscellaneous micro-utility li
ii  libxrandr22:1.1.0.2-5X11 RandR extension library
ii  libxrender1   1:0.9.1-3  X Rendering Extension client libra
ii  libxss1   1:1.1.0-1  X11 Screen Saver extension library
ii  libxt61:1.0.2-2  X11 toolkit intrinsics library
ii  libxtrap6 1:1.0.0-4  X11 event trapping extension libra
ii  libxtst6  1:1.0.1-5  X11 Testing -- Resource extension 
ii  libxv11:1.0.2-1  X11 Video extension library
ii  libxxf86dga1  2:1.0.1-2  X11 Direct Graphics Access extensi
ii  libxxf86vm1   1:1.0.1-2  X11 XFree86 video mode extension l
ii  x11-common1:7.1.0-8  X Window System (X.Org) infrastruc
ii  zlib1g1:1.2.3-13 compression library - runtime

xbase-clients recommends no packages.

-- no debconf information

---End Message---
---BeginMessage---
Package: xbase-clients
Version: 7.1.ds1-2

I found that I can't reproduce this bug in the way explained in the
first report, with a recent version of xbase-clients. 

So I withdraw this bug report.

Sincerely
TANAKA, Atushi
---End Message---


Bug#413500: Workaround

2007-03-28 Thread Brice Goglin
Stefano Rivoir wrote:

 Note that downgrading to 6.6.3-2 fixes the problem.


6.6.3-2 is a stable release of the ATI driver, while 6.6.3-5 was
actually a non-official 6.6.99 pre-release. An official release
candidate for 6.7 is out since yesterday (6.6.191), it should be in
experimental tomorrow. Please try to reproduce your problem with this
new package (1:6.6.191-1).

Also, are you still using xserver-xorg-core 2:1.2.0-6 or did you try the
new one (2:1.2.99.903-1)?

Thanks,
Brice



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



Bug#414403: xserver-xorg-video-mga: Error detecting memory on g200e

2007-03-28 Thread Stefanos Papanicolopulos
I'm facing the same problem [in Ubuntu, actually]. I guess it is related 
to bad detection of Video RAM size:


  (--) MGA(0): VideoRAM: 1696 kByte
  ...
  (II) MGA(0): VESA VBE Total Mem: 1664 kB

You'll notice that 1024x768x16bpp = 1536kByte, which fits in the 
detected RAM, while 1024x768x24bpp = 2304 kByte, which doesn't fit.


Actually, I don't know the real amount of video memory, but I would be 
very surprised if it were so little.


--
Stefanos Papanicolopulos



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



Bug#407875: X server dies with backtrace and signal 11

2007-03-28 Thread Brice Goglin
Sebastian Miele wrote:
 xorg sporadically dies with backtrace and signal 11 on a debian
 GNU/Linux amd64 testing/etch system:
   
 The person who owns the computer is happy with i386-debian now.  Sorry.
   

You mean that Xorg works fine in 32bits mode on this amd64 machine while
the amd64 Xorg dies as reported in this bug initially ?

Brice



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



Bug#414034: Same problem with suspend to disk

2007-03-28 Thread Brice Goglin
Hermann Kraus wrote:
 Hello,

 I've done further testing and the same problem occurs with supsend to
 disk (software suspend2). Sometimes during suspend sometimes during
 resume a kernel oops is printed.

A oops is definitely a kernel problem first. If it still happens with
2.6.21-rc5, you should send the backtrace and details to reproduce to
the kernel mailing list.

 Also the backlight is turned off and on twice when starting the server.

I have seen this a couple times too. Doesn't hurt as long as it is
turned back on later :)

 So this xserver is not suitable for everyday use yet and I have to
 uninstall it. If you have any suggestions please mail me again. For
 the moment I'll stick with the old driver from unstable.

My Dell Latitude D420 seems pretty similar to your machine from what I
see in the PCI scan in your Xorg.0.log. At least the video board is the
same and the same resolutions are supported by the hardware. And I get
1280x800 fine with Xserver 1.3-rc3 and the Intel driver 2.0-rc3 (rc2 was
working fine too from what I remember, I never tried with the
modesettings driver). So I suggest you try xserver-xorg-core
2:1.2.99.903-1 and xserver-xorg-video-intel 2:1.9.93-1 (both are the
-rc3 releases).

What looks strange anyway is that you claimed to have tested with -rc1
in a previous message (core 2:1.2.99.901-1 and intel 2:1.9.91-1) while
the Xorg.0.log says rc2.

Brice



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



Bug#324647: /etc/X11/xkb/symbols/pl: strange characters mapping with Polish keymap (pl)

2007-03-28 Thread Brice Goglin
Bartosz Fenski aka fEnIo wrote:
 On Wed, Mar 21, 2007 at 11:29:04PM +0100, Brice Goglin wrote:

   
 About 2 years ago, you reported a bug to the Debian BTS regarding some
 strange character mapping in the polish keymap. The problem got
 discussed upstream. Is it fixed with current Xorg/Etch?
 

 Unfortunately nothing changed wrt that issue.
   

From what I see in the discussion upstream, fixing this problem would be
accepted, but they don't have anybody from Poland to check the Polish
layout when changing it. In case you want to take care of the Polish
layout...

Brice



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



Bug#352315: Not related with nvidia driver

2007-03-28 Thread Brice Goglin
forwarded 352315 https://bugs.freedesktop.org/show_bug.cgi?id=6842
thank you



Sven Arvidsson wrote:
 Xorg 7.2 is available from the experimental archive, if you're feeling
 adventurous you could try installing it and see if you can reproduce the
 crash.
   

Hi,

Your problem looks like
https://bugs.freedesktop.org/show_bug.cgi?id=6842 (at least the symptoms
and the top of the backtrace). According to bugzilla, it has not been
fixed. But, it is already old and nobody upstream seem to have ever
looked at it, so it might have been closed by mistake in the meantime
in Xserver 1.2 or the upcoming 1.3.

We need somebody to reproduce this bug with a recent Xserver before
requesting upstream to really look at it. Did any of you guys try the
xserver-xorg-core currently in experimental (2:1.2.99.903-1 as of today)?

thanks,
Brice



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



Bug#416315: marked as done (xbase-clients: xwd does not work)

2007-03-28 Thread Debian Bug Tracking System
Your message dated Wed, 28 Mar 2007 19:54:43 +0200
with message-id [EMAIL PROTECTED]
and subject line Bug#416315: xbase-clients: xwd does not work
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)

---BeginMessage---
Package: xbase-clients
Version: 1:7.2.ds2-1
Severity: normal


After some X upgrade I can no longer take screenshots with xwd.

Xwd shows its cursor and dallows me to select a window, and then fails
with an error. Capturing by window id does not work either. I tried to
upgrade to the latest xbase-clients and libraries, and the only result
is that xwd fails faster, and the failed request serial is larger (969
vs 900).

X Error of failed request:  BadMatch (invalid parameter attributes)
Major opcode of failed request:  73 (X_GetImage)
Serial number of failed request:  969
Current serial number in output stream:  969



-- System Information:
Debian Release: 4.0
  APT prefers testing
  APT policy: (990, 'testing'), (700, 'unstable'), (600, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.19.1-src
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)

Versions of packages xbase-clients depends on:
ii  libc6 2.3.6.ds1-13   GNU C Library: Shared libraries
ii  libfontconfig12.4.2-1.2  generic font configuration library
ii  libfreetype6  2.2.1-5FreeType 2 font engine, shared lib
ii  libfs62:1.0.0-4  X11 Font Services library
ii  libgl1-mesa-glx [libgl1]  6.5.2-3A free implementation of the OpenG
ii  libice6   1:1.0.3-1  X11 Inter-Client Exchange library
ii  libpng12-01.2.15~beta5-1 PNG library - runtime
ii  libsm61:1.0.2-1  X11 Session Management library
ii  libx11-6  2:1.1.1-1  X11 client-side library
ii  libxau6   1:1.0.3-1  X11 authorisation library
ii  libxaw7   1:1.0.3-2  X11 Athena Widget library
ii  libxcursor1   1:1.1.8-1  X cursor management library
ii  libxext6  1:1.0.3-1  X11 miscellaneous extension librar
ii  libxft2   2.1.12-1   FreeType-based font drawing librar
ii  libxi62:1.1.0-2  X11 Input extension library
ii  libxkbfile1   1:1.0.3-2  X11 keyboard file manipulation lib
ii  libxmu6   1:1.0.2-2  X11 miscellaneous utility library
ii  libxmuu1  1:1.0.2-2  X11 miscellaneous micro-utility li
ii  libxrandr22:1.2.0-4  X11 RandR extension library
ii  libxrender1   1:0.9.1-3  X Rendering Extension client libra
ii  libxss1   1:1.1.0-1  X11 Screen Saver extension library
ii  libxt61:1.0.5-1  X11 toolkit intrinsics library
ii  libxtrap6 1:1.0.0-4  X11 event trapping extension libra
ii  libxtst6  1:1.0.1-5  X11 Testing -- Resource extension 
ii  libxv11:1.0.2-1  X11 Video extension library
ii  libxxf86dga1  2:1.0.1-2  X11 Direct Graphics Access extensi
ii  libxxf86vm1   1:1.0.1-2  X11 XFree86 video mode extension l
ii  x11-common1:7.2-1X Window System (X.Org) infrastruc
ii  zlib1g1:1.2.3-13 compression library - runtime

xbase-clients recommends no packages.

-- no debconf information

---End Message---
---BeginMessage---
Michal Suchanek wrote:
 After a system restart the problem is gone.

Ok thank, closing then. If it ever happens again, please try to collect
some hints about how to reproduce.

Brice

---End Message---


Bug#416444: xserver-xorg: crash, maybe font related

2007-03-28 Thread Brice Goglin
Toni Mueller wrote:
 while browsing the font list in OOo 2.1 Writer (manually fetched from
 openoffice.org, not the Debian package), my X server crashed, along with
 my window manager (fvwm) and all other apps which depend on X. This was
 in .xsession-errors:

 [FVWM][convert_charsets]: WARNING -
 Invalid byte sequence during conversion from UTF-8 to ISO-8859-1
 [FVWM][convert_charsets]: WARNING -
 Invalid byte sequence during conversion from UTF-8 to ISO-8859-1
 [FVWM][convert_charsets]: WARNING -
 Invalid byte sequence during conversion from UTF-8 to ISO-8859-1
 [FVWM][convert_charsets]: WARNING -
 Invalid byte sequence during conversion from UTF-8 to ISO-8859-1
 [FVWM][convert_charsets]: WARNING -
 Invalid byte sequence during conversion from UTF-8 to ISO-8859-1
   

Are you sure these warnings appeared just before the crash? Do you get
such warning right now while he server is not crashing?

Do you have any way to reproduce this? If so, you should try to get a
backtrace with gdb. And also test with a more recent Xserver.

 (amongst other apps' messages while dying). There was nothing in
 /var/log/* I could identify as to being related to the crash.
   

Not even a backtrace at the end of Xorg.0.log? It is going to be hard to
debug then...

 My locale is set to de_DE.utf8. I logged in via SSH from a different
 machine and tried to reboot the machine by running shutdown -r now
 (with appropriate rights), but the machine just froze hard and didn't
 come up again. After a while, I pressed the reset button - the keyboard
 was as dead as could be - to have a reboot, and on reboot, the system
 was saying something along replaying file system transaction log, and
 cleaning orphaned inode xyz, several times.
   

That's quite common when the system crashes without syncing/unmounting
any filesystem.

 Tagging 'important' because it could be related to UTF-8, and it caused
 data loss. Not tagging 'grave' because it happened only once so far.
   

Good choice :)

Brice



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



Bug#217514: marked as done (xutils: update-fonts-dir cannot process *.ttc fonts)

2007-03-28 Thread Debian Bug Tracking System
Your message dated Wed, 28 Mar 2007 19:58:55 +0200
with message-id [EMAIL PROTECTED]
and subject line Undelivered Mail Returned to Sender
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)

---BeginMessage---
Package: xutils
Version: 4.2.1-12.1

I suppose the default truetype frontend in XFree86 is freetype, not xtt.
I don't think it matters which truetype frontend I use.
Both freetype and xtt modules support multiple typefaces
in *.ttc truetype fonts. But update-fonts-scale and update-fonts-dir
cannot create entries for *.ttc fonts in fonts.dir.

For example, I created a file called ttf-hanyang-batang.scale
in /etc/X11/fonts/TrueType with the following contents:

8
:0:batang.ttc -hanyang-batang-medium-r-normal--0-0-0-0-p-0-iso10646-1
:0:batang.ttc -hanyang-batang-medium-r-normal--0-0-0-0-p-0-ksc5601.1987-0
:1:batang.ttc -hanyang-batang-medium-r-normal--0-0-0-0-c-0-iso10646-1
:1:batang.ttc -hanyang-batang-medium-r-normal--0-0-0-0-c-0-ksc5601.1987-0
:2:batang.ttc -hanyang-gungsuh-medium-r-normal--0-0-0-0-p-0-iso10646-1
:2:batang.ttc -hanyang-gungsuh-medium-r-normal--0-0-0-0-p-0-ksc5601.1987-0
:3:batang.ttc -hanyang-gungsuh-medium-r-normal--0-0-0-0-c-0-iso10646-1
:3:batang.ttc -hanyang-gungsuh-medium-r-normal--0-0-0-0-c-0-ksc5601.1987-0

This is acceptable entries for truetype frontend.
Then I executed :

#update-fonts-scale TrueType
#update-fonts-dir TrueType

However, the resulting fonts.scale and fonts.dir do not contain the above
entries for
batang.ttc font.

I think this is a problem to end users, because TrueType font support
wouldn't be complete without support for *.ttc and *.otc fonts.
Would you fix update-fonts-scale and update-fonts-dir script so that
they will be able to also process *.ttc/*.otc fonts?
Thanks.





네띠앙 프리미엄 메일 오픈! (SMTP, 스팸메일 필터링 제공) http://www.netian.com/premium_mail/main.html


---End Message---
---BeginMessage---
Closing since the submitter's address does not seem to work. If anybody
ever reproduces this problem, feel free to reopen.

Brice




Mail Delivery System wrote:
 This is the mail system at host iona.labri.fr.

 I'm sorry to have to inform you that your message could not
 be delivered to one or more recipients. It's attached below.

 For further assistance, please send mail to postmaster.

 If you do so, please include this problem report. You can
 delete your own text from the attached returned message.

The mail system

 [EMAIL PROTECTED]: connect to netian.com[203.231.231.148]: Connection timed 
 out
   
 

 Reporting-MTA: dns; iona.labri.fr
 X-Postfix-Queue-ID: C2B0D10176A
 X-Postfix-Sender: rfc822; [EMAIL PROTECTED]
 Arrival-Date: Thu, 22 Mar 2007 23:18:44 +0100 (CET)

 Final-Recipient: rfc822; [EMAIL PROTECTED]
 Original-Recipient: rfc822;[EMAIL PROTECTED]
 Action: failed
 Status: 4.4.1
 Diagnostic-Code: X-Postfix; connect to netian.com[203.231.231.148]: Connection
 timed out
   

 

 Subject:
 Bug#217514: xutils: update-fonts-dir cannot process *.ttc fonts
 From:
 Brice Goglin [EMAIL PROTECTED]
 Date:
 Thu, 22 Mar 2007 23:17:02 +0100
 To:
 Ken Joseph [EMAIL PROTECTED]

 To:
 Ken Joseph [EMAIL PROTECTED]
 CC:
 [EMAIL PROTECTED]


 Hi,

 About 4 years ago, you reported a bug to the Debian BTS regarding ttc
 fonts not being processed by update-fonts-dir. Did you reproduce this
 problem recently? With Xorg/Etch? If not, I will close this bug in the
 next weeks.

 Thanks,
 Brice

   

---End Message---


Bug#416503: enter behaves strange in vservers

2007-03-28 Thread Brice Goglin
(adding the kernel team to Cc: in case they have some ideas).



Alexander Vlasov wrote:
 I'm using vserver-enabled kernel on amd64 arch on my desktop and after
 switching to evdev from kbd+mouse I found strange enter behavior in
 vservers (after `vserver blahblah enter'): when I press enter it behaves
 like enter was pressed many times (~ 50), so working in vservers almost
 impossible.
   

Could you try xserver-xorg-input-evdev currently in experimental
(1:1.1.5-1)?

Which xserver-xorg-core are your running ? 2:1.1.1-20 ? Do you see any
interesting difference in Xorg.0.log when switching from input+kbd to evdev?

 Without entering to vservers enter key also works ok.
   

The bug could be caused by vserver then. I know almost nothing about
vserver. Is it supposed to be stable? Do you have a way to disable some
vserver features to try to locate the problem more precisely?

Thanks,
Brice



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



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

2007-03-28 Thread Ian Campbell
 0 files changed

New commits:


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



xserver-xorg-video-ivtvdev: Changes to 'upstream-xorg-7-fork'

2007-03-28 Thread Ian Campbell
New branch 'upstream-xorg-7-fork' available with the following commits:


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



Processed: Re: Bug#352315: Not related with nvidia driver

2007-03-28 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 forwarded 352315 https://bugs.freedesktop.org/show_bug.cgi?id=6842
Bug#352315: gnome: Crashes on console switching while the GNOME splash 
Noted your statement that Bug has been forwarded to 
https://bugs.freedesktop.org/show_bug.cgi?id=6842.

 thank you
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: setting package to xdm, tagging 416392, tagging 416394

2007-03-28 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 # Automatically generated email from bts, devscripts version 2.10.2
 package xdm
Ignoring bugs not assigned to: xdm

 tags 416392 + pending
Bug#416392: [INTL:ml] Malayalam debconf translation update
Tags were: l10n patch
Tags added: pending

 tags 416394 + pending
Bug#416394: [INTL:ta] debconf PO translations for the package xdm
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#357480: xlibs: Confusion between latam and la keyboard layouts

2007-03-28 Thread roadmr
Hey! sorry for taking so long to respond. To be honest I've no idea, since
I changed jobs and i've been lucky enough to install debian only on
computers with spanish (es) keyboards, which work flawlessly.

Regards,
 Daniel

 Hi Daniel,

 About a year ago, you reported a bug to the Debian BTS regarding a
 confusion between latam and la keyboard layouts. Does this problem still
 matter today? With Xorg/Etch?

 Thanks,
 Brice



 !DSPAM:3,46019919321628110514346!








Bug#357480: marked as done (xlibs: Confusion between latam and la keyboard layouts)

2007-03-28 Thread Debian Bug Tracking System
Your message dated Wed, 28 Mar 2007 21:32:34 +0200
with message-id [EMAIL PROTECTED]
and subject line Bug#357480: xlibs: Confusion between latam and la keyboard 
 layouts
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)

---BeginMessage---
Package: xlibs
Version: 6.9.0.dfsg.1-4
Severity: important


For some reason the xlibs package has a la keyboard layout corresponding to 
the Laos keyboard; this is different from the rest of 
the system configuration which assumes la means latinamerican. Thus, when 
initially configuring the system and selecting la, one 
gets a latinamerican layout in text mode, but a Laos keyboard in graphical 
mode, thus rendering X effectively unusable. The workaround 
is to dpkg-reconfigure xserver-xorg and explicitly select the correct layout 
which for some strange reason was renamed to latam.

This behavior should be consistent between the global layout selection and that 
of X; either use the latam layout everywhere, or 
rename xlib's laos keyboard to something else and return latinamerican to la.


-- Package-specific info:
Keyboard-related contents of X.Org X server log file
/var/log/Xorg.0.log:
(==) Using config file: /etc/X11/xorg.conf
(==) ServerLayout Default Layout
(**) |--Screen Default Screen (0)
(**) |   |--Monitor HP 7540
(**) |   |--Device Intel Corporation 82915G/GV/910GL Express Chipset Family 
Graphics Controller
(**) |--Input Device Generic Keyboard
(**) Option XkbRules xorg
(**) XKB: rules: xorg
(**) Option XkbModel pc105
(**) XKB: model: pc105
(**) Option XkbLayout latam
(**) XKB: layout: latam
(==) Keyboard: CustomKeycode disabled
(**) |--Input Device Configured Mouse
(WW) The directory /usr/lib/X11/fonts/cyrillic does not exist.
Entry deleted from font path.
(WW) The directory /usr/lib/X11/fonts/CID does not exist.
Entry deleted from font path.
--
(II) Loading /usr/X11R6/lib/modules/drivers/i810_drv.so
(II) Module i810: vendor=X.Org Foundation
compiled for 6.9.0, module version = 1.4.1
Module class: X.Org Video Driver
ABI class: X.Org Video Driver, version 0.8
(II) LoadModule: keyboard
(II) Loading /usr/X11R6/lib/modules/input/keyboard_drv.so
(II) Module keyboard: vendor=X.Org Foundation
compiled for 6.9.0, module version = 1.0.0
Module class: X.Org XInput Driver
ABI class: X.Org XInput driver, version 0.5
(II) LoadModule: mouse
(II) Loading /usr/X11R6/lib/modules/input/mouse_drv.so
--
(II) I810(0): direct rendering: Enabled
(==) RandR enabled
(II) Initializing built-in extension MIT-SHM
(II) Initializing built-in extension XInputExtension
(II) Initializing built-in extension XTEST
(II) Initializing built-in extension XKEYBOARD
(II) Initializing built-in extension LBX
(II) Initializing built-in extension XC-APPGROUP
(II) Initializing built-in extension SECURITY
(II) Initializing built-in extension XINERAMA
(II) Initializing built-in extension XFIXES
--
(II) Initializing built-in extension RENDER
(II) Initializing built-in extension RANDR
(II) Initializing built-in extension COMPOSITE
(II) Initializing built-in extension DAMAGE
(II) Initializing built-in extension XEVIE
(**) Generic Keyboard: Core Keyboard
(**) Option Protocol standard
(**) Generic Keyboard: Protocol: standard
(**) Option AutoRepeat 500 30
(**) Option XkbRules xorg
(**) Generic Keyboard: XkbRules: xorg
(**) Option XkbModel pc105
(**) Generic Keyboard: XkbModel: pc105
(**) Option XkbLayout latam
(**) Generic Keyboard: XkbLayout: latam
(**) Option CustomKeycodes off
(**) Generic Keyboard: CustomKeycodes disabled
(**) Option Protocol ImPS/2
(**) Configured Mouse: Device: /dev/psaux
(**) Configured Mouse: Protocol: ImPS/2
(**) Option CorePointer
(**) Configured Mouse: Core Pointer
--
(**) Configured Mouse: Emulate3Buttons, Emulate3Timeout: 50
(**) Option ZAxisMapping 4 5
(**) Configured Mouse: ZAxisMapping: buttons 4 and 5
(**) Configured Mouse: Buttons: 9
(II) XINPUT: Adding extended input device Configured Mouse (type: MOUSE)
(II) XINPUT: Adding extended input device Generic Keyboard (type: KEYBOARD)
(II) Configured Mouse: ps2EnableDataReporting: succeeded
Warning: font renderer for .pcf already registered at priority 0
Warning: font renderer for .pcf.Z already registered at priority 0
Warning: font renderer for .pcf.gz already registered at priority 0
Warning: font renderer for .snf already registered at priority 0

X.Org X server log files on system:
-rw-r--r--  1 root root 76018 2006-03-17 09:08 /var/log/Xorg.0.log

Compiled XKB description for X server :0.0:
xkb_keymap {

xserver-xorg-video-ivtvdev: Changes to 'upstream-trunk'

2007-03-28 Thread Ian Campbell
New branch 'upstream-trunk' available with the following commits:
commit b5da45de984bd5f0c6a4d02ba5dc4edf4ad3c438
Author: hverkuil [EMAIL PROTECTED]
Date:   Sat Feb 17 13:21:08 2007 +

(John Harvey asked me to commit this)

First version of driver following source code re-organisation.
Should now build with both 7.x Xorg servers  older ones.
README contains very simple instructions for now.
Still need several patches to be merged before releasing properly.


git-svn-id: http://ivtvdriver.org/svn/xdriver/[EMAIL PROTECTED] 
f93e8361-94ff-0310-af1b-c9b61a63ab7d

commit 99a19a93c24170e92d9fa4c8f492db85ea46bcb7
Author: jharvey [EMAIL PROTECTED]
Date:   Sat Oct 1 20:46:44 2005 +

Add software scaling for larger images than the 350 can cope with



git-svn-id: http://ivtvdriver.org/svn/xdriver/[EMAIL PROTECTED] 
f93e8361-94ff-0310-af1b-c9b61a63ab7d

commit 10e7d7744402ec21d1541661f57bdb4514257d1a
Author: jpharvey [EMAIL PROTECTED]
Date:   Wed Aug 31 07:25:01 2005 +

added changes for 0.10.6


git-svn-id: http://ivtvdriver.org/svn/xdriver/[EMAIL PROTECTED] 
f93e8361-94ff-0310-af1b-c9b61a63ab7d

commit f434342ca093d82806834f222068dc087eb2a429
Author: jpharvey [EMAIL PROTECTED]
Date:   Tue Aug 30 20:37:24 2005 +

move version to 0.10.6


git-svn-id: http://ivtvdriver.org/svn/xdriver/[EMAIL PROTECTED] 
f93e8361-94ff-0310-af1b-c9b61a63ab7d

commit adcfae8acb11eef3539893dea52719032c0bf5c7
Author: jpharvey [EMAIL PROTECTED]
Date:   Tue Aug 30 20:36:55 2005 +

de_macro routines now just munge the correct amount of data
REGION_INIT works for xorg as well as XFree


git-svn-id: http://ivtvdriver.org/svn/xdriver/[EMAIL PROTECTED] 
f93e8361-94ff-0310-af1b-c9b61a63ab7d

commit 18cd4c3c0184843ef509c833e20427bf95601dae
Author: jpharvey [EMAIL PROTECTED]
Date:   Tue Aug 30 19:55:40 2005 +

Change Region initisation code when compiling with XORG


git-svn-id: http://ivtvdriver.org/svn/xdriver/[EMAIL PROTECTED] 
f93e8361-94ff-0310-af1b-c9b61a63ab7d

commit 951422e9fff4b3f40935edd8515818eee91983b7
Author: jpharvey [EMAIL PROTECTED]
Date:   Mon Jul 18 21:01:56 2005 +

add comments for 0.10.4  0.10.5 versions


git-svn-id: http://ivtvdriver.org/svn/xdriver/[EMAIL PROTECTED] 
f93e8361-94ff-0310-af1b-c9b61a63ab7d

commit da58793dba97ba3c03d0c6a0724643c8f3e3f8c7
Author: jpharvey [EMAIL PROTECTED]
Date:   Mon Jul 18 21:01:03 2005 +

add colorkey and autpaintcolorkey support


git-svn-id: http://ivtvdriver.org/svn/xdriver/[EMAIL PROTECTED] 
f93e8361-94ff-0310-af1b-c9b61a63ab7d

commit 26515a4a3467045c52ac0b1b72d287d0184e500b
Author: jpharvey [EMAIL PROTECTED]
Date:   Mon Jul 18 21:00:40 2005 +

increase version number to 0.10.5


git-svn-id: http://ivtvdriver.org/svn/xdriver/[EMAIL PROTECTED] 
f93e8361-94ff-0310-af1b-c9b61a63ab7d

commit b017283344219f02c27d346dc739db93b79eb5cc
Author: jpharvey [EMAIL PROTECTED]
Date:   Sun Jun 12 21:17:40 2005 +

add notes for 0.10.1  0.10.2


git-svn-id: http://ivtvdriver.org/svn/xdriver/[EMAIL PROTECTED] 
f93e8361-94ff-0310-af1b-c9b61a63ab7d

commit 99fbcfd6909b6a5423aca1dd6b0f03e87c160dd5
Author: jpharvey [EMAIL PROTECTED]
Date:   Sun Jun 12 21:05:48 2005 +

build correct files


git-svn-id: http://ivtvdriver.org/svn/xdriver/[EMAIL PROTECTED] 
f93e8361-94ff-0310-af1b-c9b61a63ab7d

commit b3c842b45047728696a2063aec63fe5564db8ab7
Author: jpharvey [EMAIL PROTECTED]
Date:   Sun Jun 12 21:05:15 2005 +

make NTSC work
allows ivtv to do scaling by providing more correct information


git-svn-id: http://ivtvdriver.org/svn/xdriver/[EMAIL PROTECTED] 
f93e8361-94ff-0310-af1b-c9b61a63ab7d

commit 6dad2f26c685bab5a7ffa1ec59317948ed991202
Author: jpharvey [EMAIL PROTECTED]
Date:   Sun Jun 12 21:04:12 2005 +

make v 10.2 and test


git-svn-id: http://ivtvdriver.org/svn/xdriver/[EMAIL PROTECTED] 
f93e8361-94ff-0310-af1b-c9b61a63ab7d

commit 19b2129f062694e782742f256bef507de272da56
Author: jpharvey [EMAIL PROTECTED]
Date:   Sun Jun 12 21:03:21 2005 +

ensure at least v 3.6.X ivtv
fix screen update
fix device probing


git-svn-id: http://ivtvdriver.org/svn/xdriver/[EMAIL PROTECTED] 
f93e8361-94ff-0310-af1b-c9b61a63ab7d

commit a71b7229dee6eedae7459b67e8943fd25e240a5c
Author: jpharvey [EMAIL PROTECTED]
Date:   Sun May 15 19:45:16 2005 +

revert to correct version to ship


git-svn-id: http://ivtvdriver.org/svn/xdriver/[EMAIL PROTECTED] 
f93e8361-94ff-0310-af1b-c9b61a63ab7d

commit 77b9ae06dada723ea385c6dd4dd97a647e167407
Author: jpharvey [EMAIL PROTECTED]
Date:   Sun May 15 19:40:57 2005 +

add xv support
code tidy up


git-svn-id: http://ivtvdriver.org/svn/xdriver/[EMAIL PROTECTED] 
f93e8361-94ff-0310-af1b-c9b61a63ab7d

commit 

Bug#414403: xserver-xorg-video-mga: Error detecting memory on g200e

2007-03-28 Thread Brice Goglin
Stefanos Papanicolopulos wrote:
 I'm facing the same problem [in Ubuntu, actually]. I guess it is
 related to bad detection of Video RAM size:

   (--) MGA(0): VideoRAM: 1696 kByte
   ...
   (II) MGA(0): VESA VBE Total Mem: 1664 kB

 You'll notice that 1024x768x16bpp = 1536kByte, which fits in the
 detected RAM, while 1024x768x24bpp = 2304 kByte, which doesn't fit.

 Actually, I don't know the real amount of video memory, but I would be
 very surprised if it were so little.

I didn't find the exact MGA G200e model, but all the G200 I found in
Matrox users guides have 8 MB (except the Millenium G200SD which has 16MB).

Also the lspci output seems to indicate 8 or 16MB I/O memory:
Memory at ee00 (32-bit, prefetchable) [size=16M]
Memory at ef80 (32-bit, non-prefetchable) [size=16K]
Memory at ef00 (32-bit, non-prefetchable) [size=8M]

Could you try increasing the memory to 4, 8 or 16MB in xorg.conf by
adding a VideoRam option in the Device section?

Brice



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



Bug#335063: xutils: mkfontdir installs faulty fonts.dir for ttf-bitstream-vera pkg.

2007-03-28 Thread Brice Goglin
Andrew Young wrote:
 About 2 years ago, you reported a bug to the Debian BTS regarding
 ttf-bitstream-vera fonts not being installed properly. Can you reproduce
 this problem with Xorg/Etch?
 

 I only run the stable distribution, so I'm unable to check on this.

   

Ok, we'll see after Etch is released then. Please let us know once you
get a chance to try it.

Brice



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



Bug#413463: xserver-xorg-video-ati: Crash on start with radeon driver

2007-03-28 Thread Sven Arvidsson
[ Follow up for bug 413463 ]

I have reproduced the crash with version 6.6.191-1, but I also figured
out what setting caused the crash:

Option MergedFB false

The above option seems to be the culprit, as removing it from xorg.conf
lets me start X as usual. 

The reason I added this option in the first place is because otherwise I
have no working Xv for video. (Only a black area where the video should
be).

I'm using a card with both VGA and DVI using a TFT monitor connected to
the VGA port. It seems like X fails to detect that I'm only using one
monitor, and thus gives me no Xv for the VGA port. I tried to fix this
by specifically setting MonitorLayout NONE, TDMS but it also seems
like my TFT monitor is detected as a CRT, as I needed to specify NONE,
CRT, otherwise I only get a black screen.

Should I file a separate bug about this?

-- 
Cheers,
Sven Arvidsson
http://www.whiz.se
PGP Key ID 760BDD22


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


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

2007-03-28 Thread Ian Campbell
 debian/changelog   |7 +++
 debian/patches/series  |1 -
 debian/rules   |2 +-
 debian/xserver-xorg-video-ivtv.install |1 -
 4 files changed, 8 insertions(+), 3 deletions(-)

New commits:
commit 1e5f922a30a1f2168051a15ed82de232a56b995d
Author: Ian Campbell [EMAIL PROTECTED]
Date:   Wed Mar 28 22:13:55 2007 +0100

Really commit updates for subversion trunk revision.

diff --git a/debian/changelog b/debian/changelog
index a337220..1eb02a1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+xserver-xorg-video-ivtvdev (0.10.6+svn3805-1) UNRELEASED; urgency=low
+
+  * Imported upstream subversion revision 3805.
+  * Patch 00_xorg_7_1 is no longer required.
+
+ -- Ian Campbell [EMAIL PROTECTED]  Wed, 28 Mar 2007 22:05:43 +0100
+
 xserver-xorg-video-ivtvdev (0.10.6-3) UNRELEASED; urgency=low
 
   * Bump xserver ABI metadata to 1.1 for use with server 1.2
diff --git a/debian/patches/series b/debian/patches/series
index ae0a0a9..e69de29 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +0,0 @@
-00_xorg_7_1
diff --git a/debian/rules b/debian/rules
index a1b28c4..6f09df5 100755
--- a/debian/rules
+++ b/debian/rules
@@ -74,7 +74,7 @@ binary-arch: build install
dh_testroot
 
dh_installdocs
-   dh_installchangelogs ChangeLog
+   dh_installchangelogs Changelog
dh_install --sourcedir=debian/tmp --list-missing
dh_link
dh_strip
diff --git a/debian/xserver-xorg-video-ivtv.install 
b/debian/xserver-xorg-video-ivtv.install
index 614cfb4..daf7bfe 100644
--- a/debian/xserver-xorg-video-ivtv.install
+++ b/debian/xserver-xorg-video-ivtv.install
@@ -1,2 +1 @@
 usr/lib/xorg/modules/drivers/*.so
-usr/share/man/man4/*


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



Bug#413463: xserver-xorg-video-ati: Crash on start with radeon driver

2007-03-28 Thread Brice Goglin
forwarded 413463 https://bugs.freedesktop.org/show_bug.cgi?id=10442
thank you



Sven Arvidsson wrote:
 I have reproduced the crash with version 6.6.191-1, but I also figured
 out what setting caused the crash:
 Option MergedFB false
 The above option seems to be the culprit, as removing it from xorg.conf
 lets me start X as usual.

Looks like https://bugs.freedesktop.org/show_bug.cgi?id=10442
Option MergedFB off leads to segfault
It has been reported this morning.

 The reason I added this option in the first place is because otherwise I
 have no working Xv for video. (Only a black area where the video should
 be).

 I'm using a card with both VGA and DVI using a TFT monitor connected to
 the VGA port. It seems like X fails to detect that I'm only using one
 monitor, and thus gives me no Xv for the VGA port. I tried to fix this
 by specifically setting MonitorLayout NONE, TDMS but it also seems
 like my TFT monitor is detected as a CRT, as I needed to specify NONE,
 CRT, otherwise I only get a black screen.

 Should I file a separate bug about this?

Let's see what happens in this upstream bug first. We are close to the
6.7 release of the ATI driver, it's a good time to get such bugs fixed.
If you basically copy-paste all what you said above in the upstream bug,
they might tell you to file another bug, we'll see. Of course, feel free
to provide even more details, and to tell them to fix this bug before
releasing 6.7 :)

Brice



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



xorg-server: Changes to 'debian-experimental'

2007-03-28 Thread Julien Cristau
 debian/changelog |7 +++
 debian/control   |   26 +-
 debian/rules |   12 ++--
 3 files changed, 26 insertions(+), 19 deletions(-)

New commits:
commit 566bda1629188c083f71ca34fada16416aa45511
Author: Julien Cristau [EMAIL PROTECTED]
Date:   Wed Mar 28 17:00:46 2007 +0200

Build xserver-xorg-core-dbg.

diff --git a/debian/changelog b/debian/changelog
index 88b0157..f31573a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+xorg-server (2:1.2.99.903-2) experimental; urgency=low
+
+  * Build the xserver-xorg-core-dbg package, which contains debugging symbols
+for Xorg and /usr/lib/xorg/modules/**/*.so
+
+ -- Julien Cristau [EMAIL PROTECTED]  Wed, 28 Mar 2007 17:00:17 +0200
+
 xorg-server (2:1.2.99.903-1) experimental; urgency=low
 
   [ Drew Parsons ]
diff --git a/debian/control b/debian/control
index c5a72b8..8dc39ef 100644
--- a/debian/control
+++ b/debian/control
@@ -203,16 +203,16 @@ Description: Xprint - the X11 print system (configuration 
files)
  This package provides the configuration and postscript definition files
  required to run Xprt, the Xprint server. Xprt is provided by xprint.
 
-#Package: xserver-xorg-core-dbg
-#Architecture: any
-#Depends: xserver-xorg-core (= ${Source-Version})
-#Priority: extra
-#Description: Xorg - the X.Org X server (debugging symbols)
-# The X.Org X server is an X server for several architectures and operating
-# systems, which is derived from the XFree86 4.x series of X servers.
-# .
-# The X.Org server supports most modern graphics hardware from most vendors,
-# and supersedes all XFree86 X servers.
-# .
-# This package provides debugging symbols for the Xorg X server and associated
-# modules.
+Package: xserver-xorg-core-dbg
+Architecture: any
+Depends: xserver-xorg-core (= ${Source-Version})
+Priority: extra
+Description: Xorg - the X.Org X server (debugging symbols)
+ The X.Org X server is an X server for several architectures and operating
+ systems, which is derived from the XFree86 4.x series of X servers.
+ .
+ The X.Org server supports most modern graphics hardware from most vendors,
+ and supersedes all XFree86 X servers.
+ .
+ This package provides debugging symbols for the Xorg X server and associated
+ modules.
diff --git a/debian/rules b/debian/rules
index 3362e7f..f450c43 100755
--- a/debian/rules
+++ b/debian/rules
@@ -146,12 +146,12 @@ binary-arch: build install

dh_link -a
dh_strip -a --exclude=usr/lib/xorg/modules \
-   #--dbg-package=xserver-xorg-core
-#  for i in $$(find debian/xserver-xorg-core/usr/lib/xorg/modules -name 
lib*.so); do \
-#mkdir -p $$(dirname 
debian/xserver-xorg-core-dbg/usr/lib/debug/$${i#*debian/xserver-xorg-core/})  
\
-#objcopy --only-keep-debug $$i 
debian/xserver-xorg-core-dbg/usr/lib/debug/$${i#*debian/xserver-xorg-core/}  \
-#objcopy 
--add-gnu-debuglink=debian/xserver-xorg-core-dbg/usr/lib/debug/$${i#*debian/xserver-xorg-core/}
 $$i; \
-#  done
+   --dbg-package=xserver-xorg-core
+   for i in $$(find debian/xserver-xorg-core/usr/lib/xorg/modules -name 
lib*.so); do \
+ mkdir -p $$(dirname 
debian/xserver-xorg-core-dbg/usr/lib/debug/$${i#*debian/xserver-xorg-core/})  
\
+ objcopy --only-keep-debug $$i 
debian/xserver-xorg-core-dbg/usr/lib/debug/$${i#*debian/xserver-xorg-core/}  \
+ objcopy 
--add-gnu-debuglink=debian/xserver-xorg-core-dbg/usr/lib/debug/$${i#*debian/xserver-xorg-core/}
 $$i; \
+   done
 ifeq (,$(findstring nostrip,$(DEB_BUILD_OPTIONS)))
find debian/xserver-xorg-core/usr/lib/xorg/modules -name lib*.so | \
  xargs --no-run-if-empty \


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



xorg-server: Changes to 'refs/tags/xorg-server-2_1.2.99.903-2'

2007-03-28 Thread Julien Cristau
Tag 'xorg-server-2_1.2.99.903-2' created by Julien Cristau [EMAIL PROTECTED] 
at 2007-03-28 22:35 +

Tagging upload of xorg-server 2:1.2.99.903-2 to experimental.

Changes since xorg-server-2_1.2.99.903-1:
Julien Cristau (1):
  Build xserver-xorg-core-dbg.

---
 debian/changelog |7 +++
 debian/control   |   26 +-
 debian/rules |   12 ++--
 3 files changed, 26 insertions(+), 19 deletions(-)
---


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



Processing of xorg-server_1.2.99.903-2_i386.changes

2007-03-28 Thread Archive Administrator
xorg-server_1.2.99.903-2_i386.changes uploaded successfully to localhost
along with the files:
  xorg-server_1.2.99.903-2.dsc
  xorg-server_1.2.99.903-2.diff.gz
  xprint-common_1.2.99.903-2_all.deb
  xserver-xorg-core_1.2.99.903-2_i386.deb
  xserver-xorg-dev_1.2.99.903-2_i386.deb
  xdmx_1.2.99.903-2_i386.deb
  xdmx-tools_1.2.99.903-2_i386.deb
  xnest_1.2.99.903-2_i386.deb
  xvfb_1.2.99.903-2_i386.deb
  xserver-xephyr_1.2.99.903-2_i386.deb
  xprint_1.2.99.903-2_i386.deb
  xserver-xorg-core-dbg_1.2.99.903-2_i386.deb

Greetings,

Your Debian queue daemon


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



xorg-server_1.2.99.903-2_i386.changes is NEW

2007-03-28 Thread Debian Installer
xdmx-tools_1.2.99.903-2_i386.deb
  to pool/main/x/xorg-server/xdmx-tools_1.2.99.903-2_i386.deb
xdmx_1.2.99.903-2_i386.deb
  to pool/main/x/xorg-server/xdmx_1.2.99.903-2_i386.deb
xnest_1.2.99.903-2_i386.deb
  to pool/main/x/xorg-server/xnest_1.2.99.903-2_i386.deb
xorg-server_1.2.99.903-2.diff.gz
  to pool/main/x/xorg-server/xorg-server_1.2.99.903-2.diff.gz
xorg-server_1.2.99.903-2.dsc
  to pool/main/x/xorg-server/xorg-server_1.2.99.903-2.dsc
xprint-common_1.2.99.903-2_all.deb
  to pool/main/x/xorg-server/xprint-common_1.2.99.903-2_all.deb
xprint_1.2.99.903-2_i386.deb
  to pool/main/x/xorg-server/xprint_1.2.99.903-2_i386.deb
xserver-xephyr_1.2.99.903-2_i386.deb
  to pool/main/x/xorg-server/xserver-xephyr_1.2.99.903-2_i386.deb
(new) xserver-xorg-core-dbg_1.2.99.903-2_i386.deb extra x11
Xorg - the X.Org X server (debugging symbols)
 The X.Org X server is an X server for several architectures and operating
 systems, which is derived from the XFree86 4.x series of X servers.
 .
 The X.Org server supports most modern graphics hardware from most vendors,
 and supersedes all XFree86 X servers.
 .
 This package provides debugging symbols for the Xorg X server and associated
 modules.
xserver-xorg-core_1.2.99.903-2_i386.deb
  to pool/main/x/xorg-server/xserver-xorg-core_1.2.99.903-2_i386.deb
xserver-xorg-dev_1.2.99.903-2_i386.deb
  to pool/main/x/xorg-server/xserver-xorg-dev_1.2.99.903-2_i386.deb
xvfb_1.2.99.903-2_i386.deb
  to pool/main/x/xorg-server/xvfb_1.2.99.903-2_i386.deb
Changes: xorg-server (2:1.2.99.903-2) experimental; urgency=low
 .
  * Build the xserver-xorg-core-dbg package, which contains debugging symbols
for Xorg and /usr/lib/xorg/modules/**/*.so


Override entries for your package:
xdmx-tools_1.2.99.903-2_i386.deb - optional x11
xdmx_1.2.99.903-2_i386.deb - optional x11
xnest_1.2.99.903-2_i386.deb - optional x11
xorg-server_1.2.99.903-2.dsc - source x11
xprint-common_1.2.99.903-2_all.deb - optional x11
xprint_1.2.99.903-2_i386.deb - optional x11
xserver-xephyr_1.2.99.903-2_i386.deb - optional x11
xserver-xorg-core_1.2.99.903-2_i386.deb - optional x11
xserver-xorg-dev_1.2.99.903-2_i386.deb - optional x11
xvfb_1.2.99.903-2_i386.deb - optional x11

Announcing to debian-devel-changes@lists.debian.org


Your package contains new components which requires manual editing of
the override file.  It is ok otherwise, so please be patient.  New
packages are usually added to the override file about once a week.

You may have gotten the distribution wrong.  You'll get warnings above
if files already exist in other distributions.


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



Processed: Re: Bug#413463: xserver-xorg-video-ati: Crash on start with radeon driver

2007-03-28 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 forwarded 413463 https://bugs.freedesktop.org/show_bug.cgi?id=10442
Bug#413463: xserver-xorg-video-ati: Crash on start with radeon driver
Forwarded-to-address changed from 
https://bugs.freedesktop.org/show_bug.cgi?id=10405 to 
https://bugs.freedesktop.org/show_bug.cgi?id=10442.

 thank you
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#416565: xdm: [INTL:zh_CN] Updated simplified Chinese (zh_CN) debconf template translation

2007-03-28 Thread Ming Hua
Package: xdm
Severity: wishlist
Tags: patch l10n

Hi xdm package maintainer (most likely Christian :-),

Please find attached translation for xdm debconf template.

Thanks,
Ming
2007.03.28


zh_CN.po.gz
Description: Binary data


Bug#357480: xlibs: Confusion between latam and la keyboard layouts

2007-03-28 Thread Margarita Manterola

On 3/21/07, Brice Goglin [EMAIL PROTECTED] wrote:


About a year ago, you reported a bug to the Debian BTS regarding a
confusion between latam and la keyboard layouts. Does this problem still
matter today? With Xorg/Etch?


Hi!

I experienced this problem as well, and it's not currently a problem
in Etch. BUT for people that had upgraded, and changed their keyboard
to latam, the following update leaves X without keyboard, which is
cruel.

Sarge-Etch upgrades are not hit by this.

--
Besos,
Marga


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



Processed: setting package to xdm, tagging 416565

2007-03-28 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 # Automatically generated email from bts, devscripts version 2.10.2
 package xdm
Ignoring bugs not assigned to: xdm

 tags 416565 + pending
Bug#416565: xdm: [INTL:zh_CN] Updated simplified Chinese (zh_CN) debconf 
template 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]



xdm: Changes to 'debian-unstable'

2007-03-28 Thread Christian Perrier
 debian/changelog   |3 ++-
 debian/po/zh_CN.po |   50 +++---
 2 files changed, 21 insertions(+), 32 deletions(-)

New commits:
commit b81471c5f52a6600b6d4a7095c18f1f4c62925f5
Author: Christian Perrier [EMAIL PROTECTED]
Date:   Thu Mar 29 06:07:33 2007 +0200

Simplified Chinese translation update

diff --git a/debian/changelog b/debian/changelog
index 33b9465..1999bb4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -20,8 +20,9 @@ xdm (1:1.1.4-2) UNRELEASED; urgency=low
   - Italian. Closes: #416169
   - Malayalam. Closes: #416392
   - Tamil. Closes: #416394
+  - Simplified Chinese. Closes: #416565
 
- -- Christian Perrier [EMAIL PROTECTED]  Wed, 28 Mar 2007 21:14:55 +0200
+ -- Christian Perrier [EMAIL PROTECTED]  Thu, 29 Mar 2007 06:06:56 +0200
 
 xdm (1:1.1.4-1) experimental; urgency=low
 
diff --git a/debian/po/zh_CN.po b/debian/po/zh_CN.po
index 13f5f32..5f7e393 100644
--- a/debian/po/zh_CN.po
+++ b/debian/po/zh_CN.po
@@ -1,14 +1,12 @@
-# debconf templates for xorg-x11 package
-# Chinese (People's Republic of China) translation
-#
-# $Id: zh_CN.po 490 2005-08-03 09:59:07Z ender $
+# debconf templates for xdm package
+# simplified Chinese translation
 #
 # Copyrights:
 # Branden Robinson, 2000-2004
 # Carlos Z.F. Liu [EMAIL PROTECTED], 2005
-# Ming Hua [EMAIL PROTECTED], 2005
+# Ming Hua [EMAIL PROTECTED], 2005,2007
 #
-# This file is distributed under the same license as the xorg-x11 package.
+# This file is distributed under the same license as the xdm package.
 # Please see debian/copyright.
 #
 #Translators, if you are not familiar with the PO format, gettext
@@ -25,10 +23,10 @@
 #
 msgid 
 msgstr 
-Project-Id-Version: 6.8.2.dfsg.1-4+SVN\n
+Project-Id-Version: 1:1.0.5-2\n
 Report-Msgid-Bugs-To: [EMAIL PROTECTED]
-POT-Creation-Date: 2007-03-22 18:08+0100\n
-PO-Revision-Date: 2005-08-04 21:57-0500\n
+POT-Creation-Date: 2007-03-22 06:38+0100\n
+PO-Revision-Date: 2007-03-28 18:50-0500\n
 Last-Translator: Ming Hua [EMAIL PROTECTED]\n
 Language-Team: Debian Chinese [GB] debian-chinese-gb@lists.debian.org\n
 MIME-Version: 1.0\n
@@ -39,9 +37,8 @@ msgstr 
 #. Type: select
 #. Description
 #: ../xdm.templates:1001
-#, fuzzy
 msgid Default display manager:
-msgstr 请选择您想使用的默认显示管理器。
+msgstr 默认显示管理器:
 
 #. Type: select
 #. Description
@@ -49,64 +46,55 @@ msgstr 请选择您想使用的默认显示管理器。
 msgid 
 A display manager is a program that provides graphical login capabilities 
 for the X Window System.
-msgstr 显示管理器即为 X 
窗口系统提供图形界面登录模式的程序。
+msgstr 显示管理器是为 X 
窗口系统提供图形界面登录模式的程序。
 
 #. Type: select
 #. Description
 #: ../xdm.templates:1001
-#, fuzzy
 msgid 
 Only one display manager can manage a given X server, but multiple display 
 manager packages are installed. Please select which display manager should 
 run by default.
 msgstr 
-一个给定的 X 
服务器只能由一个显示管理器来管理,但是您的系统中已经安装了多个显
-示管理器软件包。请选择一个作为默认的显示管理器。
+一个给定的 X 
服务器只能由一个显示管理器来管理,但是系统中已经安装了多个显示管
+理器软件包。请选择一个作为默认的显示管理器。
 
 #. Type: select
 #. Description
 #: ../xdm.templates:1001
-#, fuzzy
 msgid 
 Multiple display managers can run simultaneously if they are configured to 
 manage different servers; to achieve this, configure the display managers 
 accordingly, edit each of their init scripts in /etc/init.d, and disable the 
 check for a default display manager.
 msgstr 
-(如果多个显示管理器分别被配置为管理不同的 X 
服务器,那么它们可以同时运行。要
-做到这一点,您需要根据需要分别对显示管理器进行设置,编辑它们在
 /etc/init.d 目
-录下的 init 脚本,并且禁止检查默认显示管理器。)
+如果多个显示管理器被配置为分别管理不同的 X 
服务器,那么它们可以同时运行。要做
+到这一点,您要按照需求分别对各显示管理器进行设置,编辑它们在
 /etc/init.d 目录
+下的 init 脚本,并且关闭对默认显示管理器的检查。
 
 #. Type: boolean
 #. Description
 #: ../xdm.templates:3001
-#, fuzzy
 msgid Stop the xdm daemon?
-msgstr 您是否想要停止 xdm 守护进程?
+msgstr 停止 xdm 守护进程吗?
 
 #. Type: boolean
 #. Description
 #: ../xdm.templates:3001
-#, fuzzy
 msgid 
 The X display manager (xdm) daemon is typically stopped on package upgrade 
 and removal, but it appears to be managing at least one running X session.
 msgstr 
-X 
显示管理器(xdm)守护进程通常会在软件包升级和卸载时被停止,但它目前显然正负责
-管理至少一个正在运行的 X 会话。如果 xdm 
现在就被停止,它所管理的所有 X 

Processed: Reassign

2007-03-28 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 reassign 416544 x11-common
Bug#416544: X keyboard layout should be set for the first user
Bug reassigned from package `debian-installer' to `x11-common'.

 retitle 416544 Romanian keyboard not set on new installations
Bug#416544: X keyboard layout should be set for the first user
Changed Bug title to Romanian keyboard not set on new installations from X 
keyboard layout should be set for the first user.


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#416544: Setup of Romanian keymap for X

2007-03-28 Thread Christian Perrier
Quoting Debian Bug Tracking System ([EMAIL PROTECTED]):
 Processing commands for [EMAIL PROTECTED]:
 
  reassign 416544 x11-common
 Bug#416544: X keyboard layout should be set for the first user
 Bug reassigned from package `debian-installer' to `x11-common'.
 
  retitle 416544 Romanian keyboard not set on new installations
 Bug#416544: X keyboard layout should be set for the first user
 Changed Bug title to Romanian keyboard not set on new installations from X 
 keyboard layout should be set for the first user.


I think this probably belongs to xserver-xorg. The X keymap is set in
that package's postinst. In that piece of code, I see nothing to
properly handle Romanian keymaps (and, yes, this is ugly and not well
scalable):

  db_get debian-installer/keymap || debug_report_status db_get 
debian-installer/keymap
  DI_KEYMAP=${RET##mac-usb-}
  DI_KEYMAP=${DI_KEYMAP%%-latin1}

  case $DI_KEYMAP in
be2) XMAP=be;;
bg) XMAP=bg; VARIANT=bds;;
br) XMAP=us; VARIANT=intl; MODEL=pc104;;
br-abnt2) XMAP=br; VARIANT=abnt2; MODEL=abnt2;;
by) XMAP=by;;
cf) XMAP=ca;;
lfc-cat) XMAP=es; VARIANT=cat;;
cz-lat2) XMAP=cz;;
de-latin1-nodeadkeys) XMAP=de; VARIANT=nodeadkeys;;
de) XMAP=de;;
dvorak) XMAP=us; VARIANT=dvorak; MODEL=pc104;;
dk) XMAP=dk;;
es) XMAP=es;;
fr_CH) XMAP=ch; VARIANT=fr;;
fr) XMAP=fr;;
hebrew) XMAP=il;;
hu) XMAP=hu;;
fi) XMAP=fi;;
fr-latin9) XMAP=fr; VARIANT=latin9;;
gb) XMAP=gb;;
gr) XMAP=gr;;
hu) XMAP=hu;;
is) XMAP=is;;
it) XMAP=it;;
jp106) XMAP=jp; MODEL=jp106;;
la) XMAP=latam;;
lt) XMAP=lt;; 
# XXX should these be MODEL=macintosh?
mac-us-std) XMAP=us;;
mac-de2-ext) XMAP=de; VARIANT=nodeadkeys;;
mac-fr2-ext) XMAP=fr;;
mac-fr3) XMAP=fr;;
mac-es) XMAP=es;;
mac-usb-de_CH) XMAP=ch; VARIANT=de;;
no) XMAP=no;;
pl) XMAP=pl;;
pt) XMAP=pt;;
uk) XMAP=gb;;
lv-latin4) XMAP=lv;;
se) XMAP=se;;
sg) XMAP=ch; VARIANT=de;;
sk-qwerty) XMAP=sk; VARIANT=qwerty;;
sr-cy) XMAP=sr;;
trf) XMAP=tr; VARIANT=f;;
trq) XMAP=tr;;
ua) XMAP=ua;;
uk) XMAP=gb; VARIANT=intl;;
us) XMAP=us; MODEL=pc104;;
*) XMAP=UNKNOWN;;
  esac



signature.asc
Description: Digital signature