X Strike Force X.Org X11 SVN commit: r3616 - in trunk/driver: . xserver-xorg-video-ivtvdev xserver-xorg-video-ivtvdev/debian xserver-xorg-video-ivtvdev/debian/patches xserver-xorg-video-ivtvdev/man xs

2006-10-05 Thread X Strike Force SVN Repository Admin
Author: ijc
Date: 2006-10-05 02:09:29 -0400 (Thu, 05 Oct 2006)
New Revision: 3616

Added:
   trunk/driver/xserver-xorg-video-ivtvdev/
   trunk/driver/xserver-xorg-video-ivtvdev/COPYING
   trunk/driver/xserver-xorg-video-ivtvdev/ChangeLog
   trunk/driver/xserver-xorg-video-ivtvdev/Makefile.am
   trunk/driver/xserver-xorg-video-ivtvdev/Makefile.in
   trunk/driver/xserver-xorg-video-ivtvdev/aclocal.m4
   trunk/driver/xserver-xorg-video-ivtvdev/config.guess
   trunk/driver/xserver-xorg-video-ivtvdev/config.h.in
   trunk/driver/xserver-xorg-video-ivtvdev/config.sub
   trunk/driver/xserver-xorg-video-ivtvdev/configure
   trunk/driver/xserver-xorg-video-ivtvdev/configure.ac
   trunk/driver/xserver-xorg-video-ivtvdev/debian/
   trunk/driver/xserver-xorg-video-ivtvdev/debian/changelog
   trunk/driver/xserver-xorg-video-ivtvdev/debian/compat
   trunk/driver/xserver-xorg-video-ivtvdev/debian/control
   trunk/driver/xserver-xorg-video-ivtvdev/debian/copyright
   trunk/driver/xserver-xorg-video-ivtvdev/debian/patches/
   trunk/driver/xserver-xorg-video-ivtvdev/debian/patches/00_xorg_7_1
   trunk/driver/xserver-xorg-video-ivtvdev/debian/patches/series
   trunk/driver/xserver-xorg-video-ivtvdev/debian/rules
   
trunk/driver/xserver-xorg-video-ivtvdev/debian/xserver-xorg-video-ivtv.install
   trunk/driver/xserver-xorg-video-ivtvdev/depcomp
   trunk/driver/xserver-xorg-video-ivtvdev/install-sh
   trunk/driver/xserver-xorg-video-ivtvdev/ltmain.sh
   trunk/driver/xserver-xorg-video-ivtvdev/man/
   trunk/driver/xserver-xorg-video-ivtvdev/man/Makefile.am
   trunk/driver/xserver-xorg-video-ivtvdev/man/Makefile.in
   trunk/driver/xserver-xorg-video-ivtvdev/man/ivtvdev.man
   trunk/driver/xserver-xorg-video-ivtvdev/missing
   trunk/driver/xserver-xorg-video-ivtvdev/mkinstalldirs
   trunk/driver/xserver-xorg-video-ivtvdev/src/
   trunk/driver/xserver-xorg-video-ivtvdev/src/Makefile.am
   trunk/driver/xserver-xorg-video-ivtvdev/src/Makefile.in
   trunk/driver/xserver-xorg-video-ivtvdev/src/TODO
   trunk/driver/xserver-xorg-video-ivtvdev/src/configure.ac
   trunk/driver/xserver-xorg-video-ivtvdev/src/ivtv_xv.c
   trunk/driver/xserver-xorg-video-ivtvdev/src/ivtvdev.c
   trunk/driver/xserver-xorg-video-ivtvdev/src/ivtvdev.h
   trunk/driver/xserver-xorg-video-ivtvdev/src/ivtvhw.c
   trunk/driver/xserver-xorg-video-ivtvdev/src/ivtvhw.h
Log:
First draft of IVTV X driver package.

Unfortunately the driver does not currently work with X.org 7.1.
The package includes a patch whcih makes it compile and not segfault
but unfortunately the screen remains blank. More investigation/hacking
is required.


Including diff would make mail exceed size limit of 10 bytes.
Use svn diff -r 3615:3616 http://necrotic.deadbeast.net/svn/xorg-x11/;
to view diff.


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



Re: debian ivtv driver

2006-10-05 Thread Ian Campbell
Hi,

I've added debian-x to the cc since others may be interested in my
response. (I typo'd the list address first time round, sorry for the
second copy you may receive)

On Thu, 2006-10-05 at 02:58 +, Dhaval Patel wrote:
 Hi Ian, I saw your post on the Debian list at
 http://www.mail-archive.com/debian-x@lists.debian.org/msg50668.html and 
 installed your
 package on my Debian testing system with the current xorg and 0.7x driver.
 
 I am trying to use the TV out of my pvr-350 card via a s-video cable. 
 Unfortunately the
 picture is not like it used to be with the older Xorg and 0.4x ivtv driver. 
 It is
 difficult to describe but the colors are not accurate and the picture is not 
 smooth (the
 blue gradient background has diagonal lines all over it like XXX).
 
 I wonder if you have seen this problem before. Perhaps it is because you are 
 complining
 for a different xorg or ivtv driver?

I'm not sure about testing but in unstable the driver doesn't work at
all due to incompatibilities with X.org 7.1 (testing still has 7.0).
http://www.gossamer-threads.com/lists/ivtv/devel/32242
I've just committed what I've got to the XSF SVN but if there are any
experienced X hackers about who could give any tips about getting it
working I'd appreciate the help.

When I first created the package it was against 7.0 which was still the
version in unstable at the time. I'm not sure what is wrong in your
case, the actual .c files in the X driver haven't changed compared to
the old modular build, just the build system. Did you also upgrade the
kernel driver?

Ian.

-- 
Ian Campbell

Ogden's Law:
The sooner you fall behind, the more time you have to catch up.


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


Re: X Strike Force X.Org X11 SVN commit: r3616 - in trunk/driver: . xserver-xorg-video-ivtvdev xserver-xorg-video-ivtvdev/debian xserver-xorg-video-ivtvdev/debian/patches xserver-xorg-video-ivtvdev/ma

2006-10-05 Thread Michel Dänzer
On Thu, 2006-10-05 at 02:09 -0400, X Strike Force SVN Repository Admin
 
 Unfortunately the driver does not currently work with X.org 7.1.
 The package includes a patch whcih makes it compile and not segfault
 but unfortunately the screen remains blank. More investigation/hacking
 is required.

It's most likely related to the shadow layer; the same issue seems to
affect the fbdev driver, which this driver seems to be heavily based on
(I can only assume that's how I ended up in the list of authors,
although I've never touched this driver).


-- 
Earthling Michel Dänzer   |  http://tungstengraphics.com
Libre software enthusiast |  Debian, X and DRI developer



Bug#391048: jabref shows a blank window under compiz

2006-10-05 Thread Michel Dänzer
On Wed, 2006-10-04 at 19:52 +0200, Armin Berres wrote:
 Teemu Ikonen wrote:
  The bibliography manager Jabref is unusable when started under compiz. 
  The splashscreen of jabref displays ok, but the main window does not 
  show any widgets, only the blue-gray background color fills the window. 
 
 I can verify this behaviour.
 Another strange thing: Moving this gray Window needs 100% of the CPU 
 while moving a normal Windows doesn't really stress the CPU.

Which process hogs the CPU?

  Curiously, if I first start Jabref and then compiz with the --replace
  option, it works fine.
 
 If you terminate compiz and restart another WM the gray Windows 
 disappears and the UI is shown as normal

Still, given that it works if compiz is started after the app, why do
you think this is an issue in compiz?


-- 
Earthling Michel Dänzer   |  http://tungstengraphics.com
Libre software enthusiast |  Debian, X and DRI developer



Bug#371065: how about sarge and sid?

2006-10-05 Thread Gebhardt Thomas
Hi,

just two bits of additional information:

* xfree86 from sarge works fine for me

* dist-upgrade to current sid doesn't solve my problem. I run into
an infinite loop Respawn -  Watch pointer -  Arrow pointer.

Cheers, Thomas


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



Bug#391192: xkb-data: Symbols for Logitech Cordless Desktop Optical are lacking

2006-10-05 Thread Lionel VAUX
Package: xkb-data
Version: 0.8-15
Severity: normal
Tags: patch

Hi,

/usr/share/X11/xkb/rules/base defines a model name for Logitech Cordless
Desktop Optical: logicdo. This is not used anywhere else in the package,
hence choosing logicdo as keyboard model results in using a default
model. In particular multimedia keys are not supported.

Using base Logitech symbols (logitech_base) enables multimedia keys. A
patch doing this is attached.

Cheers,
iouri.

-- System Information:
Debian Release: testing/unstable
  APT prefers testing-proposed-updates
  APT policy: (500, 'testing-proposed-updates'), (500, 'testing')
Architecture: amd64 (x86_64)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.17-2-amd64
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)

-- no debconf information

diff -ur xkb_from_xkb-data_0.8-15_all/rules/base xkb/rules/base
--- xkb_from_xkb-data_0.8-15_all/rules/base 2006-10-04 23:13:00.0 
+0200
+++ xkb/rules/base  2006-10-04 23:21:28.0 +0200
@@ -49,7 +49,7 @@
   hp2501 hp2505 hp5xx hp500fa hp5181 hp5185 \
   hpi6 hpxe3gc hpxe3gf hpxe4xxx hpxt1000 hpzt11xx \
   ipaq inspiron latitude \
-  logiaccess logicdp logicdpa logicdit logicink logiciink 
logiclx300 \
+  logiaccess logicdo logicdp logicdpa logicdit logicink logiciink 
logiclx300 \
   logiinkse logiinkseusb logiitc logiik itouch logiultrax ltcd \
   microsoftinet microsoftpro microsoftprousb microsoftprooem 
microsoftprose \
   microsoftoffice microsoftmult \
diff -ur xkb_from_xkb-data_0.8-15_all/rules/xfree86 xkb/rules/xfree86
--- xkb_from_xkb-data_0.8-15_all/rules/xfree86  2006-10-04 23:13:00.0 
+0200
+++ xkb/rules/xfree86   2006-10-04 23:21:28.0 +0200
@@ -49,7 +49,7 @@
   hp2501 hp2505 hp5xx hp500fa hp5181 hp5185 \
   hpi6 hpxe3gc hpxe3gf hpxe4xxx hpxt1000 hpzt11xx \
   ipaq inspiron latitude \
-  logiaccess logicdp logicdpa logicdit logicink logiciink 
logiclx300 \
+  logiaccess logicdo logicdp logicdpa logicdit logicink logiciink 
logiclx300 \
   logiinkse logiinkseusb logiitc logiik itouch logiultrax ltcd \
   microsoftinet microsoftpro microsoftprousb microsoftprooem 
microsoftprose \
   microsoftoffice microsoftmult \
diff -ur xkb_from_xkb-data_0.8-15_all/rules/xorg xkb/rules/xorg
--- xkb_from_xkb-data_0.8-15_all/rules/xorg 2006-10-04 23:13:00.0 
+0200
+++ xkb/rules/xorg  2006-10-04 23:21:28.0 +0200
@@ -49,7 +49,7 @@
   hp2501 hp2505 hp5xx hp500fa hp5181 hp5185 \
   hpi6 hpxe3gc hpxe3gf hpxe4xxx hpxt1000 hpzt11xx \
   ipaq inspiron latitude \
-  logiaccess logicdp logicdpa logicdit logicink logiciink 
logiclx300 \
+  logiaccess logicdo logicdp logicdpa logicdit logicink logiciink 
logiclx300 \
   logiinkse logiinkseusb logiitc logiik itouch logiultrax ltcd \
   microsoftinet microsoftpro microsoftprousb microsoftprooem 
microsoftprose \
   microsoftoffice microsoftmult \
diff -ur xkb_from_xkb-data_0.8-15_all/symbols/inet xkb/symbols/inet
--- xkb_from_xkb-data_0.8-15_all/symbols/inet   2006-10-04 23:13:00.0 
+0200
+++ xkb/symbols/inet2006-10-04 23:21:28.0 +0200
@@ -1366,6 +1366,12 @@
 include inet(logitech_base)
 };
 
+// Logitech Cordless Desktop Optical
+partial alphanumeric_keys
+xkb_symbols logicdo {
+include inet(logitech_base)
+};
+
 // Logitech Cordless Desktop Pro
 partial alphanumeric_keys
 xkb_symbols logicdp {
diff -ur xkb_from_xkb-data_0.8-15_all/symbols.dir xkb/symbols.dir
--- xkb_from_xkb-data_0.8-15_all/symbols.dir2006-10-04 23:13:00.0 
+0200
+++ xkb/symbols.dir 2006-10-04 23:21:28.0 +0200
@@ -329,6 +329,7 @@
 --p- a--- inet(latitude)
 --p- a--- inet(logiaccess)
 --p- a--- inet(logicdit)
+--p- a--- inet(logicdo)
 --p- a--- inet(logicdp)
 --p- a--- inet(logicdpa)
 --p- a--- inet(logiciink)



Bug#391048: jabref shows a blank window under compiz

2006-10-05 Thread Armin Berres

Michel Dänzer wrote:

On Wed, 2006-10-04 at 19:52 +0200, Armin Berres wrote:
Another strange thing: Moving this gray Window needs 100% of the CPU 
while moving a normal Windows doesn't really stress the CPU.


Which process hogs the CPU?


Xorg.
Another thing: Typing (on the keyboard) also needs a lot of CPU 
independant from the programm. No idea why.



Curiously, if I first start Jabref and then compiz with the --replace
option, it works fine.
If you terminate compiz and restart another WM the gray Windows 
disappears and the UI is shown as normal


Still, given that it works if compiz is started after the app, why do
you think this is an issue in compiz?


I don't think anything ;-)



Bug#276143: Still present (Re: Bug#276143: altwin:meta_win breaks 3rd level modifier (AltGr))

2006-10-05 Thread Lionel VAUX
Package: xkb-data
Version: 0.8-15
Followup-For: Bug #276143

This bug is still present in versions 0.8-12 (testing) and 0.8-15
(unstable). The patch from Jean-Christophe Dubacq worked for me and
seems to solve a quite longstanding bug. Is there anything wrong with
this patch ?

iouri.

-- System Information:
Debian Release: testing/unstable
  APT prefers testing-proposed-updates
  APT policy: (500, 'testing-proposed-updates'), (500, 'testing')
Architecture: amd64 (x86_64)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.17-2-amd64
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)

-- no debconf information




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



What to do with backtraces?

2006-10-05 Thread Jörg Sommer
Hi,

my X server dies often. What should I do with the backtraces? I can't
read them. Therefore I don't know if a backtrace belongs to an already
reported bug or not. Should I file a new bugreport for every backtrace I
get?

BTW: How informative these backtraces are for you? Do you find bugs with
  them or do you need more informations?

Bye, Jörg.
-- 
Nutze die Talente, die du hast. Die Wälder wären sehr still,
wenn nur die begabtesten Vögel sängen.(Henry van Dyke)


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



Re: What to do with backtraces?

2006-10-05 Thread Michel Dänzer
On Wed, 2006-10-04 at 23:38 +, Jörg Sommer wrote:
 
 my X server dies often. What should I do with the backtraces? I can't
 read them. Therefore I don't know if a backtrace belongs to an already
 reported bug or not. Should I file a new bugreport for every backtrace I
 get?

As server crashes are usually upstream bugs, you could search for the
function names at http://bugs.freedesktop.org and report them there if
there are no reports yet.


 BTW: How informative these backtraces are for you? Do you find bugs with
   them or do you need more informations?

They're a start, but a full backtrace from gdb is still often needed
even just for determining which component causes the crash.


-- 
Earthling Michel Dänzer   |  http://tungstengraphics.com
Libre software enthusiast |  Debian, X and DRI developer



Bug#391224: this version doesnt work with the version of xorg-server it states as dependency

2006-10-05 Thread Martin Lemmen
Package: xserver-xorg-video-sunffb
Version: 1:1.1.0-1

my sunffb package was upgraded by aptitude on wed, 4 oct. i didnt request 
specific versions of anything manually, i was just running update and upgrade. 
the next time i booted the computer, the xserver wouldn't start. the error 
message at the end of Xorg.0.log (provided below) was no screens found, in 
the section about ffb it read someting i understood so, that the currently 
installed version of sunffb was compiled for a higher version of the xorg 
server 7.1.1 - the installed version is 7.0.0.

my solution to this was to manually downgrade the sunffb package from 1:1.1.0-1 
to 1:1.0.1.3-2
on the next bootup, the xserver started normally.

i suspect that the dependencies of this debian package, and the actual 
dependencies of this version of the sunffb driver mismatch - the debian package 
states a too low version of xorg-server as dependency.

regards, martin.   
-- 
GMX DSL-Flatrate 0,- Euro* - Überall, wo DSL verfügbar ist!
NEU: Jetzt bis zu 16.000 kBit/s! http://www.gmx.net/de/go/dsl


Xorg.0.log
Description: Binary data


Bug#390503: killing gconf helps, unseting not

2006-10-05 Thread Evgeni Golov
Hi,

deleting the gconf* and gnome2* folders helps - after that I had
window-borders with compiz. Is this a general compiz/gconf bug, or did
it happen because of the previos installation of compiz from the ubunti
package from compiz.net?
Unsetting XLIB_SKIP_ARGB_VISUALS did not help (the variable wasn't set
before, as I saw).
I still have some issues with TwinView, but thats nothing for THIS
bug ;-)

Regards
Evgeni Golov

--
   ^^^| Evgeni -SargentD- Golov ([EMAIL PROTECTED])
 d(O_o)b  | PGP-Key-ID: 0xAC15B50C
  -|-   | WWW: http://www.die-welt.net   ICQ: 54116744
   / \| IRC: #sod @ irc.german-freakz.net

Viele geniale Leute sind schwierig und kommen mit Gott und der Welt
nicht klar. Leider folgern daraus viele Leute, die mit Gott und der
Welt nicht klar kommen, dass sie genial sind. (CodeWicht @ heise.de)


pgp0b0jiDcCOi.pgp
Description: PGP signature


Bug#391228: compiz: does not work correctly with twinview

2006-10-05 Thread Evgeni Golov
Package: compiz
Version: 0.0.13+git20060928-2
Severity: normal

Hi,

I've just tried out the new compiz packages and they seem to work ok
with a single-screen setup. But I have a dual one (1024x768+1280x1024)
and compiz seems not to recognize that.
When I maximize a window, it gets as big as my whole virtual
screen (2304x1024) so I'm not able to see the parts of the window which
are on the smaller screen above the 768 pixel.
You can image it like this:
  ___
 X   |
||  1024
768 ||
 1024 + 1280

I can see the white space, but not the X'es :(
xfwm4 (my original window manager from Xfce4.4) does handle this
correctly, so it seems to be a compiz issue.

Kind regards
Evgeni Golov

--
   ^^^| Evgeni -SargentD- Golov ([EMAIL PROTECTED])
 d(O_o)b  | PGP-Key-ID: 0xAC15B50C
  -|-   | WWW: http://www.die-welt.net   ICQ: 54116744
   / \| IRC: #sod @ irc.german-freakz.net

Fuer windows hab keine Zeit weil wenn ich nachhause komm will ich
lieber poppen und nich noch mein OS reparieren (Therion -
german-freakz.net)


pgpDA3GaGfbN5.pgp
Description: PGP signature


Bug#391072: compiz: screen looks completely white, but some effects are present

2006-10-05 Thread Claudio Saavedra
On Wed, 2006-10-04 at 11:47 -0700, Nick Rusnov wrote:
 I had exactly this problem on the same hardware. I had installed etch
 and upgraded to unstable (well, partially), in order to run compiz. It
 turns out the 'partially' nature of the upgrade was the culprit, at
 least in part, in that when I upgraded libgl the problem was fixed. It
 seems that compiz doesn't depend on a sufficiently new libgl for this
 hardware or something.

I second this. I upgraded to mesa 6.5.1 and the problem is now fixed.

ii  libgl1-mesa-dri 6.5.1-0.1
ii  libgl1-mesa-glx 6.5.1-0.1
ii  libglu1-mesa6.5.1-0.1
...

and so on. 

Claudio
-- 
Claudio Saavedra [EMAIL PROTECTED]



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



IMPORTANT: xorg sparc driver version mismatch in testing

2006-10-05 Thread Jurij Smakov
Hi,

As was recently pointed out in #391224, the new sparc xorg drivers (1:1.1.0-1) 
do 
not have a correct dependency on the new xorg-server, so they have propagated 
to 
testing ahead of the xorg-server against which they have been built. If you are 
using xorg on sparc in *testing*, and have not upgraded to the new drivers

xserver-xorg-video-sunbw2
xserver-xorg-video-suncg14
xserver-xorg-video-suncg3
xserver-xorg-video-suncg6
xserver-xorg-video-sunffb
xserver-xorg-video-sunleo
xserver-xorg-video-suntcx

with version 1:1.1.0-1 yet, please put them on hold now to avoid breakage. I'll 
build the drivers against old xorg-server (suitable for use in testing) tonight 
and make them available for those who have already upgraded.

I'm sorry for any inconvenience caused by this oversight.

Best regards, 
-- 
Jurij Smakov[EMAIL PROTECTED]
Key: http://www.wooyd.org/pgpkey/   KeyID: C99E03CC


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



Re: IMPORTANT: xorg sparc driver version mismatch in testing

2006-10-05 Thread Michel Dänzer
On Thu, 2006-10-05 at 09:47 -0700, Jurij Smakov wrote:
 Hi,
 
 As was recently pointed out in #391224, the new sparc xorg drivers 
 (1:1.1.0-1) do 
 not have a correct dependency on the new xorg-server, so they have propagated 
 to 
 testing ahead of the xorg-server against which they have been built. If you 
 are 
 using xorg on sparc in *testing*, and have not upgraded to the new drivers
 
 xserver-xorg-video-sunbw2
 xserver-xorg-video-suncg14
 xserver-xorg-video-suncg3
 xserver-xorg-video-suncg6
 xserver-xorg-video-sunffb
 xserver-xorg-video-sunleo
 xserver-xorg-video-suntcx
 
 with version 1:1.1.0-1 yet, please put them on hold now to avoid breakage. 
 I'll 
 build the drivers against old xorg-server (suitable for use in testing) 
 tonight 
 and make them available for those who have already upgraded.
 
 I'm sorry for any inconvenience caused by this oversight.

This all sounds like these drivers don't have the correct

Provides: xserver-xorg-video(-1.0)

either.


-- 
Earthling Michel Dänzer   |  http://tungstengraphics.com
Libre software enthusiast |  Debian, X and DRI developer



Re: IMPORTANT: xorg sparc driver version mismatch in testing

2006-10-05 Thread Michel Dänzer
On Thu, 2006-10-05 at 19:15 +0200, Michel Dänzer wrote:
 
 This all sounds like these drivers don't have the correct
 
 Provides: xserver-xorg-video(-1.0)
 
 either.

Actually, I guess there's nothing that prevents a driver providing
xserver-xorg-video-1.0 from getting installed with xserver-xorg-core
2:1.0.x ... Sorry for the noise if that's the case. :}


-- 
Earthling Michel Dänzer   |  http://tungstengraphics.com
Libre software enthusiast |  Debian, X and DRI developer



Re: Help compiling 4.3.0 for 3.1 stable

2006-10-05 Thread Aaron M. Ucko
Robin Whittle [EMAIL PROTECTED] writes:

 I installed packages dbs (0.34), debhelper (4.2.3), build-essential
 (10.1), debian-builder (1.3-5), devscripts (2.8.14).  dbs is Doogies
 Build System:

You will almost certainly need to install a number of additional
packages;

apt-get build-dep xfree86

should take care of that step.

   /zz/xfree86_4.3.0.dfsg.1.orig.tar.gz
   /zz/xfree86_4.3.0.dfsg.1-14sarge1.diff.gz

I would advise additionally downloading
xfree86_4.3.0.dfsg.1-14sarge1.dsc and then running

dpkg-source -x xfree86_4.3.0.dfsg.1-14sarge1.dsc

which will take care of verifying checksums, unpacking the upstream
tarball, applying the debian patch, and marking debian/rules as
executable.

   make debian/rules unpacked

   make debian/rules setup

Your usage is slightly off: either run debian/rules directly (after
marking it as executable if you extracted everything by hand) or else
run

make -f debian/rules ...
 ^^

to tell make that debian/rules is a makefile rather than a target of
the default makefile.

Incidentally, none of this advice is particularly specific to X, so
I'd suggest directing further questions of this nature to
[EMAIL PROTECTED]

-- 
Aaron M. Ucko, KB1CJC (amu at alum.mit.edu, ucko at debian.org)
Finger [EMAIL PROTECTED] (NOT a valid e-mail address) for more info.


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



Processed: Re: Bug#391187: [INTL:nl] updated Dutch po-debconf translation

2006-10-05 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 tags 391187 pending
Bug#391187: [INTL:nl] updated Dutch po-debconf translation
Tags were: l10n patch
Tags added: pending

 thanks
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#391187: [INTL:nl] updated Dutch po-debconf translation

2006-10-05 Thread Christian Perrier
tags 391187 pending
thanks

Quoting Bart Cornelis ([EMAIL PROTECTED]):
 Package: xorg
 Version: 1:7.1.0-2
 Severity: wishlist
 Tags: patch l10n
 
 Updated dutch translation is attached


Committed.

And, as written on #boot:

20:04  bubulle fjp: 5f in samba debconf templates, 1f in debconf debconf, 1f 
in debconf programs, 6f in
 aptitude, 26f in apt and then Dutch will reach the full 100% 
heaven...




signature.asc
Description: Digital signature


Bug#276143: Still present (Re: Bug#276143: altwin:meta_win breaks 3rd level modifier (AltGr))

2006-10-05 Thread Denis Barbier
On Thu, Oct 05, 2006 at 12:33:33PM +0200, Lionel VAUX wrote:
 Package: xkb-data
 Version: 0.8-15
 Followup-For: Bug #276143
 
 This bug is still present in versions 0.8-12 (testing) and 0.8-15
 (unstable). The patch from Jean-Christophe Dubacq worked for me and
 seems to solve a quite longstanding bug. Is there anything wrong with
 this patch ?

Yes, changing these definitions is troublesome, see
  http://bugzilla.xfree86.org/show_bug.cgi?id=1473
One can add lv3:ralt_switch option to let right Alt key behave as
expected, so I am reluctant to apply this patch.

Denis


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



Processing of xkeyboard-config_0.8-18_i386.changes

2006-10-05 Thread Archive Administrator
xkeyboard-config_0.8-18_i386.changes uploaded successfully to localhost
along with the files:
  xkeyboard-config_0.8-18.dsc
  xkeyboard-config_0.8-18.diff.gz
  xkb-data_0.8-18_all.deb

Greetings,

Your Debian queue daemon


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



X Strike Force X.Org X11 SVN commit: r3618 - in trunk/data/xkb-data/debian: . patches

2006-10-05 Thread X Strike Force SVN Repository Admin
Author: barbier
Date: 2006-10-05 18:32:11 -0400 (Thu, 05 Oct 2006)
New Revision: 3618

Added:
   trunk/data/xkb-data/debian/patches/japan.diff
Removed:
   trunk/data/xkb-data/debian/patches/finnish-macron.diff
   trunk/data/xkb-data/debian/patches/mac-gb-euro.diff
   trunk/data/xkb-data/debian/patches/rewrite-mac.diff
   trunk/data/xkb-data/debian/patches/symbols-typos.diff
Modified:
   trunk/data/xkb-data/debian/README.Debian
   trunk/data/xkb-data/debian/changelog
   trunk/data/xkb-data/debian/patches/bz1576.diff
   trunk/data/xkb-data/debian/patches/clean.diff
   trunk/data/xkb-data/debian/patches/cvs.diff
   trunk/data/xkb-data/debian/patches/fix_xkbcomp_crash.diff
   trunk/data/xkb-data/debian/patches/resync_rules_base.diff
   trunk/data/xkb-data/debian/patches/series
   trunk/data/xkb-data/debian/patches/unhide_lv3_enter_switch.diff
   trunk/data/xkb-data/debian/symbols.dir
Log:
  * Sync to CVS 2006-10-05.
Drop patches merged upstream:
+ debian/patches/mac-gb-euro.diff
+ debian/patches/symbols-typos.diff
+ debian/patches/finnish-macron.diff
+ debian/patches/rewrite-mac.diff

  * debian/patches/japan.diff: New patch so that the latin variant of
jp layout is selected with multiple layouts.


Including diff would make mail exceed size limit of 10 bytes.
Use svn diff -r 3617:3618 http://necrotic.deadbeast.net/svn/xorg-x11/;
to view diff.


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



Bug#391304: IMO, right-clicking in xterm should bring up the font size menu

2006-10-05 Thread Jason Spiro

Package: xterm
Version: 210-3

IMO, right-clicking in xterm should bring up the font size menu
(currently only accessible by Control+rightclick). The font menu would
be more useful than the current feature that is bound to the right
mouse button (extend selection).

Plus, most people currently don't know how to access the font menu.
Once this change is made, everybody will know how.

Regards,
Jason Spiro

--
Jason Spiro: computer consulting with a smile.
I also provide training and spyware removal services for homes and businesses.
Call or email for a FREE 5-minute consultation. Satisfaction guaranteed.
416-781-5938 / Email: [EMAIL PROTECTED] / MSN: [EMAIL PROTECTED]


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



X Strike Force X.Org X11 SVN commit: r3619 - tags/data/xkb-data

2006-10-05 Thread X Strike Force SVN Repository Admin
Author: barbier
Date: 2006-10-05 18:36:53 -0400 (Thu, 05 Oct 2006)
New Revision: 3619

Added:
   tags/data/xkb-data/0.8-18/
Log:
Tagging xkeyboard-config 0.8-18

Copied: tags/data/xkb-data/0.8-18 (from rev 3618, trunk/data/xkb-data)


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



xkeyboard-config_0.8-18_i386.changes ACCEPTED

2006-10-05 Thread Debian Installer

Accepted:
xkb-data_0.8-18_all.deb
  to pool/main/x/xkeyboard-config/xkb-data_0.8-18_all.deb
xkeyboard-config_0.8-18.diff.gz
  to pool/main/x/xkeyboard-config/xkeyboard-config_0.8-18.diff.gz
xkeyboard-config_0.8-18.dsc
  to pool/main/x/xkeyboard-config/xkeyboard-config_0.8-18.dsc


Override entries for your package:
xkb-data_0.8-18_all.deb - extra x11
xkeyboard-config_0.8-18.dsc - source 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#390271: Resizing and scrolling very slow with r200

2006-10-05 Thread David Nusinow
On Wed, Oct 04, 2006 at 10:30:43AM +0200, Michel Dänzer wrote:
 On Tue, 2006-10-03 at 20:15 -0400, David Nusinow wrote:
  On Tue, Oct 03, 2006 at 02:23:33PM +0200, Xavier Bestel wrote:
   On Tue, 2006-10-03 at 13:53 +0200, Michel Dänzer wrote:
Assuming you're using XAA with Option XaaNoOffscreenPixmaps, that
effectively disables acceleration for anything but the actual
compositing done by compiz.
   
   Yet Another Option I have to remember to prune when it's no more
   useful...
  
  Unfortunately, this is an issue with the ati driver, but one best solved
  upstream. It's really an issue with all drivers, but the ati one has a ton
  of options. It'd be nice if it was more clever about using those options
  when necessary. I currently have no idea how feasible this is in reality 
  though.
 
 Note that this is an XAA option, not a driver option. The driver doesn't
 have the information to decide when to disable offscreen pixmaps with
 XAA.

I wonder if patching the server to automatically enable this when radeon is
loaded until we have a good fix is worthwhile...

 In general, there are only driver options for things that can't be
 determined automatically in all cases, and even then the default value
 should work in the majority of cases. If you're aware of radeon driver
 options that violate these principles and have ideas how to improve
 them, your upstream bug reports will be much appreciated.

I don't, but I'm glad to hear this. I know admittedly far less about the
radeon driver than I'd like, so I can't recommend anything meaningful. It's
more of a general gripe about the number of options available in all
drivers (as well as the server) that could use some extra code to do things
automagically. Hopefully I'll be able to begin addressing this as needed in
the etch+1/7.3/7.4 release cycles.

 - David Nusinow


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



Bug#391072: marked as done (compiz: screen looks completely white, but some effects are present)

2006-10-05 Thread Debian Bug Tracking System
Your message dated Thu, 5 Oct 2006 19:35:58 -0400
with message-id [EMAIL PROTECTED]
and subject line Bug#391072: compiz: screen looks completely white, but some 
effects are present
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: compiz
Version: 0.0.13+git20060928-2
Severity: important

Running compiz shows my whole screen white. Playing with the keybindings
show that some effects are running fine (the cube, the switcher, etc) 
but only the icons get displayed, everything else is blank.

I have a i810. Attached goes my xorg.conf. Any further info I may give 
you, please ask.



-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.16-1-686
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)

Versions of packages compiz depends on:
ii  compiz-core 0.0.13+git20060928-2 OpenGL window and compositing mana
ii  compiz-gnome0.0.13+git20060928-2 OpenGL window and compositing mana
ii  compiz-gtk  0.0.13+git20060928-2 OpenGL window and compositing mana
ii  compiz-plugins  0.0.13+git20060928-2 OpenGL window and compositing mana

compiz recommends no packages.

-- no debconf information
# /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
Loadbitmap
Loaddbe
Loadddc
Loaddri
Loadextmod
Loadfreetype
Loadglx
Loadint10
Loadrecord
Loadtype1
Loadv4l
Loadvbe
EndSection

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

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

Section InputDevice
Identifier  Synaptics Touchpad
Driver  synaptics
Option  SendCoreEventstrue
Option  Device/dev/psaux
Option  Protocol  auto-dev
Option  HorizScrollDelta  0
EndSection

Section Device
Identifier  Intel Corporation Mobile 915GM/GMS/910GML Express 
Graphics Controller
Driver  i810
BusID   PCI:0:2:0
Option  UseFBDev  true
Option  XAANoOffscreenPixmaps
EndSection

Section Monitor
Identifier  LCD Displaz
Option  DPMS
HorizSync   30-65
VertRefresh 50-75
EndSection

Section Screen
Identifier  Default Screen

X Strike Force X.Org X11 SVN commit: r3622 - trunk/debian/xorg/debian

2006-10-05 Thread X Strike Force SVN Repository Admin
Author: dnusinow
Date: 2006-10-05 21:59:53 -0400 (Thu, 05 Oct 2006)
New Revision: 3622

Modified:
   trunk/debian/xorg/debian/changelog
   trunk/debian/xorg/debian/xserver-xorg.postinst.in
   trunk/debian/xorg/debian/xserver-xorg.templates
Log:
* Make ImPS/2 the default mouse port in the xserver-xorg.templates file.
  Also provide the devices in this file rather than as a variable in the
  config script. Closes: #385078

Modified: trunk/debian/xorg/debian/changelog
===
--- trunk/debian/xorg/debian/changelog  2006-10-06 00:21:59 UTC (rev 3621)
+++ trunk/debian/xorg/debian/changelog  2006-10-06 01:59:53 UTC (rev 3622)
@@ -1,11 +1,16 @@
 xorg (1:7.1.0-3) UNRELEASED; urgency=low
 
-  [ Debconf translation updates ] 
+  [ Debconf translation updates ]
 - Dutch. Closes: #391187
 - Simplified Chinese. Closes: #390956
 
- -- David Nusinow [EMAIL PROTECTED]  Thu,  5 Oct 2006 20:20:19 -0400
+  [ David Nusinow ]
+  * Make ImPS/2 the default mouse port in the xserver-xorg.templates file.
+Also provide the devices in this file rather than as a variable in the
+config script. Closes: #385078
 
+ -- David Nusinow [EMAIL PROTECTED]  Thu,  5 Oct 2006 21:57:11 -0400
+
 xorg (1:7.1.0-2) unstable; urgency=low
 
   [ Debconf translations updates ]

Modified: trunk/debian/xorg/debian/xserver-xorg.postinst.in
===
--- trunk/debian/xorg/debian/xserver-xorg.postinst.in   2006-10-06 00:21:59 UTC 
(rev 3621)
+++ trunk/debian/xorg/debian/xserver-xorg.postinst.in   2006-10-06 01:59:53 UTC 
(rev 3622)
@@ -1309,12 +1309,8 @@
 
 MAY_BE_NULL=yes auto_answer validate_string_db_input $(priority_ceil 
$PRIORITY) xserver-xorg/config/inputdevice/keyboard/options $XKBOPTIONS
 
-AUTODETECTED_PORT=/dev/input/mice
-AUTODETECTED_PROTOCOL=ImPS/2
+auto_answer db_input $(priority_ceil low) 
xserver-xorg/config/inputdevice/mouse/port /dev/input/mice
 
-db_subst xserver-xorg/config/inputdevice/mouse/port choices $AUTODETECTED_PORT
-auto_answer db_input $(priority_ceil low) 
xserver-xorg/config/inputdevice/mouse/port ${AUTODETECTED_PORT}
-
 db_get xserver-xorg/config/inputdevice/mouse/port
 case $RET in
   *psaux)

Modified: trunk/debian/xorg/debian/xserver-xorg.templates
===
--- trunk/debian/xorg/debian/xserver-xorg.templates 2006-10-06 00:21:59 UTC 
(rev 3621)
+++ trunk/debian/xorg/debian/xserver-xorg.templates 2006-10-06 01:59:53 UTC 
(rev 3622)
@@ -295,7 +295,8 @@
 
 Template: xserver-xorg/config/inputdevice/mouse/port
 Type: select
-Choices: ${choices}
+Choices: /dev/input/mice, /dev/psaux, /dev/ttyS0, /dev/tts0, /dev/gpmdata
+Default: ImPS/2
 _Description: Mouse port:
  For the X Window System graphical user interface to operate correctly,
  certain characteristics of the mouse (or other pointing device, such as a


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



X Strike Force X.Org X11 SVN commit: r3623 - in trunk/debian/xorg/debian: . local

2006-10-05 Thread X Strike Force SVN Repository Admin
Author: dnusinow
Date: 2006-10-05 22:06:20 -0400 (Thu, 05 Oct 2006)
New Revision: 3623

Modified:
   trunk/debian/xorg/debian/changelog
   trunk/debian/xorg/debian/local/dexconf
Log:
* Have dexconf actually use the mouse protocol and port selected during
  debconf config. Thanks Ilguiz Latypov. Closes: #376055

Modified: trunk/debian/xorg/debian/changelog
===
--- trunk/debian/xorg/debian/changelog  2006-10-06 01:59:53 UTC (rev 3622)
+++ trunk/debian/xorg/debian/changelog  2006-10-06 02:06:20 UTC (rev 3623)
@@ -8,8 +8,10 @@
   * Make ImPS/2 the default mouse port in the xserver-xorg.templates file.
 Also provide the devices in this file rather than as a variable in the
 config script. Closes: #385078
+  * Have dexconf actually use the mouse protocol and port selected during
+debconf config. Thanks Ilguiz Latypov. Closes: #376055
 
- -- David Nusinow [EMAIL PROTECTED]  Thu,  5 Oct 2006 21:57:11 -0400
+ -- David Nusinow [EMAIL PROTECTED]  Thu,  5 Oct 2006 22:05:29 -0400
 
 xorg (1:7.1.0-2) unstable; urgency=low
 

Modified: trunk/debian/xorg/debian/local/dexconf
===
--- trunk/debian/xorg/debian/local/dexconf  2006-10-06 01:59:53 UTC (rev 
3622)
+++ trunk/debian/xorg/debian/local/dexconf  2006-10-06 02:06:20 UTC (rev 
3623)
@@ -287,8 +287,8 @@
Identifier  Configured Mouse
Driver  mouse
Option  CorePointer
-   Option  Device/dev/input/mice
-   Option  Protocol  ExplorerPS/2
+   Option  Device$MOUSE_PORT
+   Option  Protocol  $MOUSE_PROTOCOL
 SECTION
 if [ -n $DO_EMULATE3BUTTONS ]; then
   printf \tOption\t\t\Emulate3Buttons\\t\true\\n 4


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



Bug#390416: marked as done (compiz-core: missing dependency on libxcomposite1 = 1:0.3-1)

2006-10-05 Thread Debian Bug Tracking System
Your message dated Thu, 5 Oct 2006 21:32:41 -0400
with message-id [EMAIL PROTECTED]
and subject line Bug#390304: compiz --replace fails to launch
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: compiz-core
Version: 0.0.13+git20060928-2
Severity: normal


The compiz binary requires the symbol XCompositeGetOverlayWindow which
is not in libxcomposite1 as of 1:0.2.2.2-3.  Upgrading libxcomposite1 to
1:0.3-1 fixed the problem.  A versioned dependency seems appropriate.


-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.17-2-amd64
Locale: LANG=en_AU.UTF-8, LC_CTYPE=en_AU.UTF-8 (charmap=UTF-8)

Versions of packages compiz-core depends on:
ii  libc6   2.3.6.ds1-4  GNU C Library: Shared libraries
ii  libgl1-mesa-glx [libgl1]6.5.1-0.1A free implementation of the OpenG
ii  libice6 1:1.0.1-2X11 Inter-Client Exchange library
ii  libpng12-0  1.2.8rel-5.2 PNG library - runtime
ii  libsm6  1:1.0.1-3X11 Session Management library
ii  libstartup-notification00.8-2library for program launch feedbac
ii  libx11-62:1.0.0-9X11 client-side library
ii  libxcomposite1  1:0.3-1  X11 Composite extension library
ii  libxdamage1 1:1.0.3-2X11 damaged region extension libra
ii  libxext61:1.0.1-2X11 miscellaneous extension librar
ii  libxfixes3  1:4.0.1-4X11 miscellaneous 'fixes' extensio
ii  libxinerama11:1.0.1-4.1  X11 Xinerama extension library
ii  libxrandr2  2:1.1.0.2-4  X11 RandR extension library

Versions of packages compiz-core recommends:
ii  compiz-plugins  0.0.13+git20060928-2 OpenGL window and compositing mana

-- no debconf information

---End Message---
---BeginMessage---
On Sat, Sep 30, 2006 at 08:58:30PM +1000, James Healy wrote:
 Package: compiz
 Version: 0.0.13+git20060928-2
 Severity: important
 
 
 I'm running xorg 7.1 on a Dell Latitude D620 that has a NVIDIA graphics card
 in it. Nvidia drivers are v8774 installed using module-assistant.
 
 All compiz packages are installed, and the Composite extension is being
 loaded when xorg starts.
 
 When I run compiz --replace, I get the following error and all window
 decorations are removed from my session:
 
 /usr/bin/compiz.real: symbol lookup error: /usr/bin/compiz.real:
 undefined symbol: XCompositeGetOverlayWindow

This was fixed with the upload of -3 to unstable. Thanks for the report.

 - David Nusinow
---End Message---


Processed: Setting Severity

2006-10-05 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 severity 389429 important
Bug#389429: xserver-xorg: Crashes on startup after the upgrade to 7.1
Severity set to `important' from `grave'

 severity 390630 important
Bug#390630: xorg hangs on logout when used with this driver
Severity set to `important' from `grave'

 severity 390681 important
Bug#390681: X doesn't start after update of xserver-xorg-core
Severity set to `important' from `grave'

 thanks
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#388011: marked as done (xserver-xorg.config needs /var/lib/x11 from x11-common; .config scripts can't count on Pre-Depends)

2006-10-05 Thread Debian Bug Tracking System
Your message dated Thu, 5 Oct 2006 21:35:51 -0400
with message-id [EMAIL PROTECTED]
and subject line Bug#388011: xserver-xorg.config needs /var/lib/x11 from 
x11-common; .config scripts can't count on Pre-Depends
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: xserver-xorg
Version: 1:7.0.22
Severity: serious

xserver-xorg.config requires /var/lib/x11 from x11-common, in order to
create /var/lib/x11/.migrateconfig; however, .config scripts cannot
count on Pre-Depends.  This breaks upgrades from sarge:

xserver-xorg config warning: Migrating xserver-xfree86 debconf values to
   xserver-xorg.
touch: cannot touch `/var/lib/x11/.migrateconfig': No such file or directory
xserver-xorg failed to preconfigure, with exit status 1

- Josh Triplett



signature.asc
Description: OpenPGP digital signature
---End Message---
---BeginMessage---
On Sun, Sep 17, 2006 at 09:00:50PM -0700, Josh Triplett wrote:
 Package: xserver-xorg
 Version: 1:7.0.22
 Severity: serious
 
 xserver-xorg.config requires /var/lib/x11 from x11-common, in order to
 create /var/lib/x11/.migrateconfig; however, .config scripts cannot
 count on Pre-Depends.  This breaks upgrades from sarge:
 
 xserver-xorg config warning: Migrating xserver-xfree86 debconf values to
xserver-xorg.
 touch: cannot touch `/var/lib/x11/.migrateconfig': No such file or directory
 xserver-xorg failed to preconfigure, with exit status 1

This should be fixed with the upload of 1:7.1.0-2 to unstable. Thanks for
the report Josh.

 - David Nusinow
---End Message---


Bug#390304: marked as done (compiz: Bad build-depends causing FTBFS and bad depends)

2006-10-05 Thread Debian Bug Tracking System
Your message dated Thu, 5 Oct 2006 21:32:41 -0400
with message-id [EMAIL PROTECTED]
and subject line Bug#390304: compiz --replace fails to launch
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: compiz
Version: 0.0.13+git20060928-2
Severity: important


I'm running xorg 7.1 on a Dell Latitude D620 that has a NVIDIA graphics card
in it. Nvidia drivers are v8774 installed using module-assistant.

All compiz packages are installed, and the Composite extension is being
loaded when xorg starts.

When I run compiz --replace, I get the following error and all window
decorations are removed from my session:

/usr/bin/compiz.real: symbol lookup error: /usr/bin/compiz.real:
undefined symbol: XCompositeGetOverlayWindow


-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.17-jh
Locale: LANG=en_AU.UTF-8, LC_CTYPE=en_AU.UTF-8 (charmap=UTF-8)

Versions of packages compiz depends on:
ii  compiz-core 0.0.13+git20060928-2 OpenGL window and compositing mana
ii  compiz-gnome0.0.13+git20060928-2 OpenGL window and compositing mana
ii  compiz-gtk  0.0.13+git20060928-2 OpenGL window and compositing mana
ii  compiz-plugins  0.0.13+git20060928-2 OpenGL window and compositing mana

compiz recommends no packages.

-- no debconf information

---End Message---
---BeginMessage---
On Sat, Sep 30, 2006 at 08:58:30PM +1000, James Healy wrote:
 Package: compiz
 Version: 0.0.13+git20060928-2
 Severity: important
 
 
 I'm running xorg 7.1 on a Dell Latitude D620 that has a NVIDIA graphics card
 in it. Nvidia drivers are v8774 installed using module-assistant.
 
 All compiz packages are installed, and the Composite extension is being
 loaded when xorg starts.
 
 When I run compiz --replace, I get the following error and all window
 decorations are removed from my session:
 
 /usr/bin/compiz.real: symbol lookup error: /usr/bin/compiz.real:
 undefined symbol: XCompositeGetOverlayWindow

This was fixed with the upload of -3 to unstable. Thanks for the report.

 - David Nusinow
---End Message---


X Strike Force X.Org X11 SVN commit: r3624 - trunk/debian/xorg/debian

2006-10-05 Thread X Strike Force SVN Repository Admin
Author: dnusinow
Date: 2006-10-05 22:22:01 -0400 (Thu, 05 Oct 2006)
New Revision: 3624

Modified:
   trunk/debian/xorg/debian/changelog
Log:
Prepare changelog for upload

Modified: trunk/debian/xorg/debian/changelog
===
--- trunk/debian/xorg/debian/changelog  2006-10-06 02:06:20 UTC (rev 3623)
+++ trunk/debian/xorg/debian/changelog  2006-10-06 02:22:01 UTC (rev 3624)
@@ -1,4 +1,4 @@
-xorg (1:7.1.0-3) UNRELEASED; urgency=low
+xorg (1:7.1.0-3) unstable; urgency=low
 
   [ Debconf translation updates ]
 - Dutch. Closes: #391187
@@ -11,7 +11,7 @@
   * Have dexconf actually use the mouse protocol and port selected during
 debconf config. Thanks Ilguiz Latypov. Closes: #376055
 
- -- David Nusinow [EMAIL PROTECTED]  Thu,  5 Oct 2006 22:05:29 -0400
+ -- David Nusinow [EMAIL PROTECTED]  Thu,  5 Oct 2006 22:21:06 -0400
 
 xorg (1:7.1.0-2) unstable; urgency=low
 


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



X Strike Force X.Org X11 SVN commit: r3625 - tags/debian/xorg

2006-10-05 Thread X Strike Force SVN Repository Admin
Author: dnusinow
Date: 2006-10-05 22:22:33 -0400 (Thu, 05 Oct 2006)
New Revision: 3625

Added:
   tags/debian/xorg/xorg-1:7.1.0-3/
Log:
Tagging upload of xorg-1:7.1.0-3 to unstable.

Copied: tags/debian/xorg/xorg-1:7.1.0-3 (from rev 3624, trunk/debian/xorg)


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



Bug#379480: iMac Indigo freezes after upgrade to Sid

2006-10-05 Thread Jiří Paleček

Hello,

On Mon, 02 Oct 2006 10:25:18 +0200, Michel Dänzer [EMAIL PROTECTED]  
wrote:



On Sun, 2006-10-01 at 23:59 +0200, Wolfgang Pfeiffer wrote:


On Sun, Oct 01, 2006 at 05:20:38PM +0200, Jan Stedehouder wrote:
 Hi,

 I have the following problem. After upgrading from Debian Sarge to  
Sid I
 have major issues getting a GUI. GDM is starting excruciatingly slow  
and

 clicking on anything freezes the whole system.

Symptoms as described here? :

http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=379480


This is fixed in xf86-video-ati git commit
6671c1b01bf29d8f1cacf9306ef658b967d8a3cf BTW.


Are you sure? I don't use UseFBDev and can reproduce the bug.
Hendrik uses xserver-xorg-video-fbdev, not ati and see the bug.
Isn't this actually a different bug?

Regards
Jiri Palecek



X Strike Force X.Org X11 SVN commit: r3626 - tags/debian/xorg

2006-10-05 Thread X Strike Force SVN Repository Admin
Author: dnusinow
Date: 2006-10-05 22:26:15 -0400 (Thu, 05 Oct 2006)
New Revision: 3626

Removed:
   tags/debian/xorg/xorg-1:7.1.0-3/
Log:
Remove botched commit



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



X Strike Force X.Org X11 SVN commit: r3627 - trunk/debian/xorg/debian

2006-10-05 Thread X Strike Force SVN Repository Admin
Author: dnusinow
Date: 2006-10-05 22:26:55 -0400 (Thu, 05 Oct 2006)
New Revision: 3627

Modified:
   trunk/debian/xorg/debian/xserver-xorg.templates
Log:
Fix default. Thanks Frans Pop for catching this in the nick of time

Modified: trunk/debian/xorg/debian/xserver-xorg.templates
===
--- trunk/debian/xorg/debian/xserver-xorg.templates 2006-10-06 02:26:15 UTC 
(rev 3626)
+++ trunk/debian/xorg/debian/xserver-xorg.templates 2006-10-06 02:26:55 UTC 
(rev 3627)
@@ -296,7 +296,7 @@
 Template: xserver-xorg/config/inputdevice/mouse/port
 Type: select
 Choices: /dev/input/mice, /dev/psaux, /dev/ttyS0, /dev/tts0, /dev/gpmdata
-Default: ImPS/2
+Default: /dev/input/mice
 _Description: Mouse port:
  For the X Window System graphical user interface to operate correctly,
  certain characteristics of the mouse (or other pointing device, such as a


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



X Strike Force X.Org X11 SVN commit: r3628 - trunk/debian/xorg/debian

2006-10-05 Thread X Strike Force SVN Repository Admin
Author: dnusinow
Date: 2006-10-05 22:45:35 -0400 (Thu, 05 Oct 2006)
New Revision: 3628

Modified:
   trunk/debian/xorg/debian/changelog
Log:
Fix changelog message and prepare for upload.

Modified: trunk/debian/xorg/debian/changelog
===
--- trunk/debian/xorg/debian/changelog  2006-10-06 02:26:55 UTC (rev 3627)
+++ trunk/debian/xorg/debian/changelog  2006-10-06 02:45:35 UTC (rev 3628)
@@ -5,13 +5,13 @@
 - Simplified Chinese. Closes: #390956
 
   [ David Nusinow ]
-  * Make ImPS/2 the default mouse port in the xserver-xorg.templates file.
-Also provide the devices in this file rather than as a variable in the
-config script. Closes: #385078
+  * Make /dev/input/mice the default mouse port in the xserver-xorg.templates 
+file.  Also provide the devices in this file rather than as a variable in
+the config script. Closes: #385078
   * Have dexconf actually use the mouse protocol and port selected during
 debconf config. Thanks Ilguiz Latypov. Closes: #376055
 
- -- David Nusinow [EMAIL PROTECTED]  Thu,  5 Oct 2006 22:21:06 -0400
+ -- David Nusinow [EMAIL PROTECTED]  Thu,  5 Oct 2006 22:28:36 -0400
 
 xorg (1:7.1.0-2) unstable; urgency=low
 


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



X Strike Force X.Org X11 SVN commit: r3629 - tags/debian/xorg

2006-10-05 Thread X Strike Force SVN Repository Admin
Author: dnusinow
Date: 2006-10-05 22:45:49 -0400 (Thu, 05 Oct 2006)
New Revision: 3629

Added:
   tags/debian/xorg/xorg-1:7.1.0-3/
Log:
Tagging upload of xorg-1:7.1.0-3 to unstable.

Copied: tags/debian/xorg/xorg-1:7.1.0-3 (from rev 3628, trunk/debian/xorg)


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



Bug#360852: marked as done (Unpurgeable: problem with postrm script)

2006-10-05 Thread Debian Bug Tracking System
Your message dated Thu, 5 Oct 2006 22:15:49 -0400
with message-id [EMAIL PROTECTED]
and subject line Bug#360852: Unpurgeable: problem with postrm script
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: xserver-xorg
Version: 6.9.0.dfsg.1-4
Severity: normal



Hi, 

I was suprised that this package wasn't purging it's configuration and
was instead exiting prematurely with a -128 code.  I took some time to
tinker around with a local copy of the postrm from /var/lib/dpkg/info,
and was able to get through the problem.  Before going any further,
here's the one change that got me through the purge (very small). 

$ diff /var/lib/dpkg/info/xserver-xorg.postrm xserver-xorg.postrm.copy 
969c969
 update-rc.d xserver-xorg remove
---
 update-rc.d xserver-xorg remove  /dev/null

I wouldn't be surprised if this is not a fix, but really just a hack
to get through a problem that deserves more attention.  I came upon this
solution by tracing through /usr/share/debconf/confmodule.  The error
occurs inside of _db_cmd() when it's called by db_purge().  I installed
an echo to see the contents of $_db_internal_line in confmodule, and
noticed that the stdout of the update_rc.d call (patched above) was
somehow being interpreted as a command; there was an error that said
something like, removing: command not found, which was a byproduct of
the following line from /usr/sbin/update-rc.d.

print  Removing any system startup links for $initd/$bn ...\n

I don't know internal debian package scripts that well at all, so again,
I'm not at all certain that this is the proper solution.  However, I'm
sure that you guys will be able to fix the postrm script in short order.

Feel free to E-mail me if you would like more information.  Having fixed
the problem, I'm not exactly in the mood to reproduce it, so I'm banking
on the fact that this problem is reproduceable.  In that case, I'm
surprised it's hasn't be reported sooner, because this problem doesn't
seem like it would vary across installations.  Oh well, maybe I just was
the first to catch it.

- Sukant


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

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

X server symlink status:
lrwxrwxrwx  1 root root 17 2006-04-04 16:27 /etc/X11/X - /usr/bin/X11/Xorg
-rwxr-xr-x  1 root root 1878044 2006-01-14 19:40 /usr/bin/X11/Xorg

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

VGA-compatible devices on PCI bus:
:01:00.0 VGA compatible controller: ATI Technologies Inc RV350 [Mobility 
Radeon 9600 M10]

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

Xorg X server configuration file status:
-rw-r--r--  1 root root 6766 2006-04-04 17:44 /etc/X11/xorg.conf

Contents of /etc/X11/xorg.conf:
# xorg.conf (X.org 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

#
# BASIC XFREE SETUP #
#

Section Files
  ### PATH TO RGB DATABASE ###
RgbPath  /usr/X11R6/lib/X11/rgb
  ### PATH TO FONTS ###
FontPath /usr/lib/X11/fonts/100dpi
FontPath /usr/lib/X11/fonts/75dpi
FontPath /usr/lib/X11/fonts/100dpi/:unscaled
FontPath /usr/lib/X11/fonts/75dpi/:unscaled
FontPath /usr/lib/X11/fonts/Type1
  # FontPath /usr/lib/X11/fonts/Speedo
FontPath /usr/lib/X11/fonts/misc
EndSection

Section Module
  ### BASIC ###
Subsection extmod# Recommended (commonly used) X extensions
Option omit xfree86-dga  # Skips initialization of the obsolete DGA 
   #  extension for frame buffer direct access
EndSubSection
  ### MONITOR CAPABILITY QUERYING ###
Load ddc   # Digital Display Channel (DDC)
Load vbe   # VESA BIOS Extensions (VBE) 
Load int10 # A real-mode x86 emulator used to softboot VGA cards and
 #  needed for VBE 

Bug#353992: marked as done (xserver-xorg dosn't purge cleanly)

2006-10-05 Thread Debian Bug Tracking System
Your message dated Thu, 5 Oct 2006 22:15:49 -0400
with message-id [EMAIL PROTECTED]
and subject line Bug#360852: Unpurgeable: problem with postrm script
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: xserver-xorg
Version: 6.9.0.dfsg.1-4
Severity: normal

The messages if I try to purge:

Removing xserver-xorg ...
Purging configuration files for xserver-xorg ...
 Removing any system startup links for /etc/init.d/xserver-xorg ...
dpkg: error processing xserver-xorg (--purge):
 subprocess post-removal script returned error exit status 128
Errors were encountered while processing:
 xserver-xorg
E: Sub-process /usr/bin/dpkg returned an error code (1)


-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.12.6-xen
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)

Versions of packages xserver-xorg depends on:
ii  debconf [debconf-2.0] 1.4.70 Debian configuration management sy
ii  libc6 2.3.6-1GNU C Library: Shared libraries an
pn  libxau6   none (no description available)
pn  libxdmcp6 none (no description available)
pn  xserver-commonnone (no description available)
ii  zlib1g1:1.2.3-9  compression library - runtime

Versions of packages xserver-xorg recommends:
ii  discover1 1.7.17 hardware identification system
pn  laptop-detect none (no description available)
ii  mdetect   0.5.2.1mouse device autodetection tool
pn  xlibs none (no description available)
pn  xresprobe none (no description available)

---End Message---
---BeginMessage---
On Tue, Apr 04, 2006 at 06:41:12PM -0500, Sukant Hajra wrote:
 Package: xserver-xorg
 Version: 6.9.0.dfsg.1-4
 Severity: normal
 
 
 
 Hi, 
 
 I was suprised that this package wasn't purging it's configuration and
 was instead exiting prematurely with a -128 code.  I took some time to
 tinker around with a local copy of the postrm from /var/lib/dpkg/info,
 and was able to get through the problem.  Before going any further,
 here's the one change that got me through the purge (very small). 
 
 $ diff /var/lib/dpkg/info/xserver-xorg.postrm xserver-xorg.postrm.copy 
 969c969
  update-rc.d xserver-xorg remove
 ---
  update-rc.d xserver-xorg remove  /dev/null
 
 I wouldn't be surprised if this is not a fix, but really just a hack
 to get through a problem that deserves more attention.  I came upon this
 solution by tracing through /usr/share/debconf/confmodule.  The error
 occurs inside of _db_cmd() when it's called by db_purge().  I installed
 an echo to see the contents of $_db_internal_line in confmodule, and
 noticed that the stdout of the update_rc.d call (patched above) was
 somehow being interpreted as a command; there was an error that said
 something like, removing: command not found, which was a byproduct of
 the following line from /usr/sbin/update-rc.d.
 
 print  Removing any system startup links for $initd/$bn ...\n
 
 I don't know internal debian package scripts that well at all, so again,
 I'm not at all certain that this is the proper solution.  However, I'm
 sure that you guys will be able to fix the postrm script in short order.
 
 Feel free to E-mail me if you would like more information.  Having fixed
 the problem, I'm not exactly in the mood to reproduce it, so I'm banking
 on the fact that this problem is reproduceable.  In that case, I'm
 surprised it's hasn't be reported sooner, because this problem doesn't
 seem like it would vary across installations.  Oh well, maybe I just was
 the first to catch it.

This was fixed in the current version of the package in unstable. Closing.
Thanks for your report.

 - David Nusinow
---End Message---


Bug#351326: marked as done (xserver-xorg: trouble purging)

2006-10-05 Thread Debian Bug Tracking System
Your message dated Thu, 5 Oct 2006 22:15:49 -0400
with message-id [EMAIL PROTECTED]
and subject line Bug#360852: Unpurgeable: problem with postrm script
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: xserver-xorg
Version: 6.9.0.dfsg.1-4

While I was testing xserver-xfree86 (which just depends on xserver-xorg)
with piuparts, I got the following error:

0m12.6s ERROR: Command failed (status=256): 'chroot /tmp/tmpS7lFxN dpkg
--purge --pending'
  (Reading database ... 6930 files and directories currently installed.)
  Removing xserver-xorg ...
  Purging configuration files for xserver-xorg ...
   Removing any system startup links for /etc/init.d/xserver-xorg ...
  dpkg: error processing xserver-xorg (--purge):
   subprocess post-removal script returned error exit status 20

Unfortunately, the X packages have maintainer scripts that scare me and
confuse me, so I failed to find the reason for this problem. Sorry.

I have attached the bzip2'd piuparts log file. If I can provide
assistance in debugging this, please don't hesitate to ask.

-- 
Connection resented by peer


xserver-xfree86_6.9.0.dfsg.1-4.log.bz2
Description: application/bzip
---End Message---
---BeginMessage---
On Tue, Apr 04, 2006 at 06:41:12PM -0500, Sukant Hajra wrote:
 Package: xserver-xorg
 Version: 6.9.0.dfsg.1-4
 Severity: normal
 
 
 
 Hi, 
 
 I was suprised that this package wasn't purging it's configuration and
 was instead exiting prematurely with a -128 code.  I took some time to
 tinker around with a local copy of the postrm from /var/lib/dpkg/info,
 and was able to get through the problem.  Before going any further,
 here's the one change that got me through the purge (very small). 
 
 $ diff /var/lib/dpkg/info/xserver-xorg.postrm xserver-xorg.postrm.copy 
 969c969
  update-rc.d xserver-xorg remove
 ---
  update-rc.d xserver-xorg remove  /dev/null
 
 I wouldn't be surprised if this is not a fix, but really just a hack
 to get through a problem that deserves more attention.  I came upon this
 solution by tracing through /usr/share/debconf/confmodule.  The error
 occurs inside of _db_cmd() when it's called by db_purge().  I installed
 an echo to see the contents of $_db_internal_line in confmodule, and
 noticed that the stdout of the update_rc.d call (patched above) was
 somehow being interpreted as a command; there was an error that said
 something like, removing: command not found, which was a byproduct of
 the following line from /usr/sbin/update-rc.d.
 
 print  Removing any system startup links for $initd/$bn ...\n
 
 I don't know internal debian package scripts that well at all, so again,
 I'm not at all certain that this is the proper solution.  However, I'm
 sure that you guys will be able to fix the postrm script in short order.
 
 Feel free to E-mail me if you would like more information.  Having fixed
 the problem, I'm not exactly in the mood to reproduce it, so I'm banking
 on the fact that this problem is reproduceable.  In that case, I'm
 surprised it's hasn't be reported sooner, because this problem doesn't
 seem like it would vary across installations.  Oh well, maybe I just was
 the first to catch it.

This was fixed in the current version of the package in unstable. Closing.
Thanks for your report.

 - David Nusinow
---End Message---


Bug#390956: marked as done (xorg: [INTL:zh_CN] Updated simplified Chinese translation)

2006-10-05 Thread Debian Bug Tracking System
Your message dated Thu, 05 Oct 2006 20:02:23 -0700
with message-id [EMAIL PROTECTED]
and subject line Bug#390956: fixed in xorg 1:7.1.0-3
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: xorg
Severity: wishlist
Tags: patch l10n

Hello xorg maintainers,

Attached is the updated simplified Chinese (zh_CN) translation for the
debconf templates of xorg package.

This translation is under team maintainence, and the previous translator,
Carlos, knows (and contributed) to this update.

Ming
2006.10.03


zh_CN.po.gz
Description: Binary data
---End Message---
---BeginMessage---
Source: xorg
Source-Version: 1:7.1.0-3

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

libglu1-xorg-dev_7.1.0-3_all.deb
  to pool/main/x/xorg/libglu1-xorg-dev_7.1.0-3_all.deb
libglu1-xorg_7.1.0-3_all.deb
  to pool/main/x/xorg/libglu1-xorg_7.1.0-3_all.deb
x-window-system-core_7.1.0-3_all.deb
  to pool/main/x/xorg/x-window-system-core_7.1.0-3_all.deb
x-window-system_7.1.0-3_all.deb
  to pool/main/x/xorg/x-window-system_7.1.0-3_all.deb
x11-common_7.1.0-3_i386.deb
  to pool/main/x/xorg/x11-common_7.1.0-3_i386.deb
xlibmesa-dri_7.1.0-3_all.deb
  to pool/main/x/xorg/xlibmesa-dri_7.1.0-3_all.deb
xlibmesa-gl-dev_7.1.0-3_all.deb
  to pool/main/x/xorg/xlibmesa-gl-dev_7.1.0-3_all.deb
xlibmesa-gl_7.1.0-3_all.deb
  to pool/main/x/xorg/xlibmesa-gl_7.1.0-3_all.deb
xlibmesa-glu_7.1.0-3_all.deb
  to pool/main/x/xorg/xlibmesa-glu_7.1.0-3_all.deb
xlibs-data_7.1.0-3_all.deb
  to pool/main/x/xorg/xlibs-data_7.1.0-3_all.deb
xlibs-static-dev_7.1.0-3_all.deb
  to pool/main/x/xorg/xlibs-static-dev_7.1.0-3_all.deb
xorg-dev_7.1.0-3_all.deb
  to pool/main/x/xorg/xorg-dev_7.1.0-3_all.deb
xorg_7.1.0-3.dsc
  to pool/main/x/xorg/xorg_7.1.0-3.dsc
xorg_7.1.0-3.tar.gz
  to pool/main/x/xorg/xorg_7.1.0-3.tar.gz
xorg_7.1.0-3_all.deb
  to pool/main/x/xorg/xorg_7.1.0-3_all.deb
xserver-xfree86_7.1.0-3_all.deb
  to pool/main/x/xorg/xserver-xfree86_7.1.0-3_all.deb
xserver-xorg-input-all_7.1.0-3_i386.deb
  to pool/main/x/xorg/xserver-xorg-input-all_7.1.0-3_i386.deb
xserver-xorg-video-all_7.1.0-3_i386.deb
  to pool/main/x/xorg/xserver-xorg-video-all_7.1.0-3_i386.deb
xserver-xorg_7.1.0-3_all.deb
  to pool/main/x/xorg/xserver-xorg_7.1.0-3_all.deb



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 xorg 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,  5 Oct 2006 22:28:36 -0400
Source: xorg
Binary: x-window-system xlibs-static-dev xlibmesa-dri xserver-xorg-video-all 
xserver-xorg xorg-dev xserver-xorg-input-all libglu1-xorg-dev xlibmesa-glu 
xlibmesa-gl x11-common xserver-xfree86 xlibmesa-gl-dev x-window-system-core 
libglu1-xorg xlibs-data xorg
Architecture: source all i386
Version: 1:7.1.0-3
Distribution: unstable
Urgency: low
Maintainer: David Nusinow [EMAIL PROTECTED]
Changed-By: David Nusinow [EMAIL PROTECTED]
Description: 
 libglu1-xorg - transitional package for Debian etch
 libglu1-xorg-dev - transitional package for Debian etch
 x-window-system - transitional package for Debian etch
 x-window-system-core - transitional package for Debian etch
 x11-common - X Window System (X.Org) infrastructure
 xlibmesa-dri - transitional package for Debian etch
 xlibmesa-gl - transitional package for Debian etch
 xlibmesa-gl-dev - transitional package for Debian etch
 xlibmesa-glu - transitional package for Debian etch
 xlibs-data - transitional package for X11 client data
 xlibs-static-dev - transitional metapackage
 xorg   - X.Org X Window System
 xorg-dev   - the X.Org X Window System development libraries
 xserver-xfree86 - transitional package for moving from XFree86 to X.Org
 xserver-xorg - the X.Org X server
 xserver-xorg-input-all - the X.Org X server -- input driver metapackage
 xserver-xorg-video-all - the X.Org X server -- output driver metapackage
Closes: 376055 385078 390956 391187
Changes: 
 xorg (1:7.1.0-3) unstable; urgency=low
 .
   [ Debconf translation updates ]
 - Dutch. 

Bug#385078: marked as done (xserver-xorg: impossible mouse configuration other than /dev/input/mice)

2006-10-05 Thread Debian Bug Tracking System
Your message dated Thu, 05 Oct 2006 20:02:23 -0700
with message-id [EMAIL PROTECTED]
and subject line Bug#385078: fixed in xorg 1:7.1.0-3
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: xserver-xorg
Version: 1:7.0.23
Severity: serious

Hello,

upgrading xserver-xorg from 6.9.0.dfsg.1-6 to 1:7.0.23 broke my
previously running X:

No core pointer

Fatal server error:
failed to initialize core devices

This is because xserver-xorg.config forces mouse port to /dev/input/mice
while it was /dev/gpmdata before. And since /dev/input/mice just doesn't
exist, startx fails.
I think this is because xserver-xorg.config seems to hardcode the mouse
port to /dev/input/mice currently:

xserver-xorg.config:2022:AUTODETECTED_PORT=/dev/input/mice
xserver-xorg.config:2023:AUTODETECTED_PROTOCOL=ImPS/2
xserver-xorg.config:2024:
xserver-xorg.config:2025:db_subst xserver-xorg/config/inputdevice/mouse/port 
choices $AUTODETECTED_PORT
xserver-xorg.config:2026:auto_answer db_input $(priority_ceil low) 
xserver-xorg/config/inputdevice/mouse/port ${AUTODETECTED_PORT}
xserver-xorg.config:2027:
xserver-xorg.config:2028:db_get xserver-xorg/config/inputdevice/mouse/port

And because I always configured X via xserver-xorg, the config entry has
the seen flag set and is not shown again. I'm not even able to change it
via dpkg-reconfigure :/ Yes, my debconf/priority is set to low, but also
an explicit dpkg-reconfigure -plow doesn't show it.

I don't know why you think you need to hardcode things this way - okay,
the mouse autodetection didn't work well with 6.9 (especially with gpm
running it left the mouse in some strange state), but IMHO asking users
then would be a better option.

Since for most users /dev/input/mice should be available, I don't set
the bug's severity to grave. However, I don't think the package is
suitable for release with this behaviour. Especially because the package
currently breaks previously running systems this way.

My X was always configured via the package's config-interface. This is
currently impossible - I have to manually fix my xorg.conf since the
package doesn't leave me another chance :/


regards
   Mario
-- 
It is practically impossible to teach good programming style to students
that have had prior exposure to BASIC: as potential programmers they are
mentally mutilated beyond hope of regeneration.  -- Dijkstra


signature.asc
Description: Digital signature
---End Message---
---BeginMessage---
Source: xorg
Source-Version: 1:7.1.0-3

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

libglu1-xorg-dev_7.1.0-3_all.deb
  to pool/main/x/xorg/libglu1-xorg-dev_7.1.0-3_all.deb
libglu1-xorg_7.1.0-3_all.deb
  to pool/main/x/xorg/libglu1-xorg_7.1.0-3_all.deb
x-window-system-core_7.1.0-3_all.deb
  to pool/main/x/xorg/x-window-system-core_7.1.0-3_all.deb
x-window-system_7.1.0-3_all.deb
  to pool/main/x/xorg/x-window-system_7.1.0-3_all.deb
x11-common_7.1.0-3_i386.deb
  to pool/main/x/xorg/x11-common_7.1.0-3_i386.deb
xlibmesa-dri_7.1.0-3_all.deb
  to pool/main/x/xorg/xlibmesa-dri_7.1.0-3_all.deb
xlibmesa-gl-dev_7.1.0-3_all.deb
  to pool/main/x/xorg/xlibmesa-gl-dev_7.1.0-3_all.deb
xlibmesa-gl_7.1.0-3_all.deb
  to pool/main/x/xorg/xlibmesa-gl_7.1.0-3_all.deb
xlibmesa-glu_7.1.0-3_all.deb
  to pool/main/x/xorg/xlibmesa-glu_7.1.0-3_all.deb
xlibs-data_7.1.0-3_all.deb
  to pool/main/x/xorg/xlibs-data_7.1.0-3_all.deb
xlibs-static-dev_7.1.0-3_all.deb
  to pool/main/x/xorg/xlibs-static-dev_7.1.0-3_all.deb
xorg-dev_7.1.0-3_all.deb
  to pool/main/x/xorg/xorg-dev_7.1.0-3_all.deb
xorg_7.1.0-3.dsc
  to pool/main/x/xorg/xorg_7.1.0-3.dsc
xorg_7.1.0-3.tar.gz
  to pool/main/x/xorg/xorg_7.1.0-3.tar.gz
xorg_7.1.0-3_all.deb
  to pool/main/x/xorg/xorg_7.1.0-3_all.deb
xserver-xfree86_7.1.0-3_all.deb
  to pool/main/x/xorg/xserver-xfree86_7.1.0-3_all.deb
xserver-xorg-input-all_7.1.0-3_i386.deb
  to pool/main/x/xorg/xserver-xorg-input-all_7.1.0-3_i386.deb
xserver-xorg-video-all_7.1.0-3_i386.deb
  to pool/main/x/xorg/xserver-xorg-video-all_7.1.0-3_i386.deb
xserver-xorg_7.1.0-3_all.deb
  to pool/main/x/xorg/xserver-xorg_7.1.0-3_all.deb



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 

Bug#376055: marked as done (x11-common: dexconf ignores mouse port and protocol selections)

2006-10-05 Thread Debian Bug Tracking System
Your message dated Thu, 05 Oct 2006 20:02:23 -0700
with message-id [EMAIL PROTECTED]
and subject line Bug#376055: fixed in xorg 1:7.1.0-3
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: x11-common
Version: 1:7.0.22
Severity: important
Tags: patch


Trying to figure why my choice of ImPS/2 isn't stored in xorg.conf,
I found that dexconf ignored it.  Here is the patch.

===
--- dexconf.orig2006-06-11 23:40:18.0 -0400
+++ dexconf 2006-06-28 14:22:54.0 -0400
@@ -287,8 +287,8 @@
Identifier  Configured Mouse
Driver  mouse
Option  CorePointer
-   Option  Device/dev/input/mice
-   Option  Protocol  ExplorerPS/2
+   Option  Device$MOUSE_PORT
+   Option  Protocol  $MOUSE_PROTOCOL
 SECTION
 if [ -n $DO_EMULATE3BUTTONS ]; then
   printf \tOption\t\t\Emulate3Buttons\\t\true\\n 4
===

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.17-1-686
Locale: LANG=en_CA.UTF-8, LC_CTYPE=en_CA.UTF-8 (charmap=UTF-8)

Versions of packages x11-common depends on:
ii  debconf [debconf-2.0] 1.5.2  Debian configuration management sy
ii  debianutils   2.16.1 Miscellaneous utilities specific t
ii  lsb-base  3.1-10 Linux Standard Base 3.1 init scrip

x11-common recommends no packages.

-- debconf information:
  x11-common/xwrapper/nice_value: 0
  x11-common/xwrapper/allowed_users: Console Users Only
  x11-common/xwrapper/actual_allowed_users: console
  x11-common/xwrapper/nice_value/error:
  x11-common/x11r6_bin_not_empty:
* x11-common/upgrade_issues:

---End Message---
---BeginMessage---
Source: xorg
Source-Version: 1:7.1.0-3

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

libglu1-xorg-dev_7.1.0-3_all.deb
  to pool/main/x/xorg/libglu1-xorg-dev_7.1.0-3_all.deb
libglu1-xorg_7.1.0-3_all.deb
  to pool/main/x/xorg/libglu1-xorg_7.1.0-3_all.deb
x-window-system-core_7.1.0-3_all.deb
  to pool/main/x/xorg/x-window-system-core_7.1.0-3_all.deb
x-window-system_7.1.0-3_all.deb
  to pool/main/x/xorg/x-window-system_7.1.0-3_all.deb
x11-common_7.1.0-3_i386.deb
  to pool/main/x/xorg/x11-common_7.1.0-3_i386.deb
xlibmesa-dri_7.1.0-3_all.deb
  to pool/main/x/xorg/xlibmesa-dri_7.1.0-3_all.deb
xlibmesa-gl-dev_7.1.0-3_all.deb
  to pool/main/x/xorg/xlibmesa-gl-dev_7.1.0-3_all.deb
xlibmesa-gl_7.1.0-3_all.deb
  to pool/main/x/xorg/xlibmesa-gl_7.1.0-3_all.deb
xlibmesa-glu_7.1.0-3_all.deb
  to pool/main/x/xorg/xlibmesa-glu_7.1.0-3_all.deb
xlibs-data_7.1.0-3_all.deb
  to pool/main/x/xorg/xlibs-data_7.1.0-3_all.deb
xlibs-static-dev_7.1.0-3_all.deb
  to pool/main/x/xorg/xlibs-static-dev_7.1.0-3_all.deb
xorg-dev_7.1.0-3_all.deb
  to pool/main/x/xorg/xorg-dev_7.1.0-3_all.deb
xorg_7.1.0-3.dsc
  to pool/main/x/xorg/xorg_7.1.0-3.dsc
xorg_7.1.0-3.tar.gz
  to pool/main/x/xorg/xorg_7.1.0-3.tar.gz
xorg_7.1.0-3_all.deb
  to pool/main/x/xorg/xorg_7.1.0-3_all.deb
xserver-xfree86_7.1.0-3_all.deb
  to pool/main/x/xorg/xserver-xfree86_7.1.0-3_all.deb
xserver-xorg-input-all_7.1.0-3_i386.deb
  to pool/main/x/xorg/xserver-xorg-input-all_7.1.0-3_i386.deb
xserver-xorg-video-all_7.1.0-3_i386.deb
  to pool/main/x/xorg/xserver-xorg-video-all_7.1.0-3_i386.deb
xserver-xorg_7.1.0-3_all.deb
  to pool/main/x/xorg/xserver-xorg_7.1.0-3_all.deb



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 xorg 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,  5 Oct 2006 22:28:36 -0400
Source: xorg
Binary: x-window-system xlibs-static-dev xlibmesa-dri xserver-xorg-video-all 
xserver-xorg xorg-dev xserver-xorg-input-all 

X Strike Force X.Org X11 SVN commit: r3630 - trunk/driver/xserver-xorg-video-sunbw2/debian

2006-10-05 Thread X Strike Force SVN Repository Admin
Author: jurij
Date: 2006-10-05 23:34:42 -0400 (Thu, 05 Oct 2006)
New Revision: 3630

Modified:
   trunk/driver/xserver-xorg-video-sunbw2/debian/changelog
   trunk/driver/xserver-xorg-video-sunbw2/debian/control
Log:
The first in the send more brown paper bags series
of commits. Fix the versioned dependency on
xserver-xorg-core to (= 2:1.1.1-1).


Modified: trunk/driver/xserver-xorg-video-sunbw2/debian/changelog
===
--- trunk/driver/xserver-xorg-video-sunbw2/debian/changelog 2006-10-06 
02:45:49 UTC (rev 3629)
+++ trunk/driver/xserver-xorg-video-sunbw2/debian/changelog 2006-10-06 
03:34:42 UTC (rev 3630)
@@ -1,3 +1,10 @@
+xserver-xorg-video-sunbw2 (1:1.1.0-2) unstable; urgency=low
+
+  * Bump the version of xserver-xorg-core dependency to (= 2:1.1.1-1).
+  * There is now a watch file (debian/watch), thanks to Thierry Reding.
+
+ -- Jurij Smakov [EMAIL PROTECTED]  Thu,  5 Oct 2006 20:29:08 -0700
+
 xserver-xorg-video-sunbw2 (1:1.1.0-1) unstable; urgency=low
 
   * New upstream release.

Modified: trunk/driver/xserver-xorg-video-sunbw2/debian/control
===
--- trunk/driver/xserver-xorg-video-sunbw2/debian/control   2006-10-06 
02:45:49 UTC (rev 3629)
+++ trunk/driver/xserver-xorg-video-sunbw2/debian/control   2006-10-06 
03:34:42 UTC (rev 3630)
@@ -8,7 +8,7 @@
 
 Package: xserver-xorg-video-sunbw2
 Architecture: sparc
-Depends: ${shlibs:Depends}, ${misc:Depends}, xserver-xorg-core (= 1:0.99.0-1)
+Depends: ${shlibs:Depends}, ${misc:Depends}, xserver-xorg-core (= 2:1.1.1-1)
 Provides: xserver-xorg-video-1.0
 Replaces: xserver-xorg ( 6.8.2-35)
 Description: X.Org X server -- Sun BW2 display driver


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



X Strike Force X.Org X11 SVN commit: r3631 - trunk/driver/xserver-xorg-video-suncg14/debian

2006-10-05 Thread X Strike Force SVN Repository Admin
Author: jurij
Date: 2006-10-05 23:42:55 -0400 (Thu, 05 Oct 2006)
New Revision: 3631

Modified:
   trunk/driver/xserver-xorg-video-suncg14/debian/changelog
   trunk/driver/xserver-xorg-video-suncg14/debian/control
Log:
Fix the version of dependency on xserver-xorg-core.


Modified: trunk/driver/xserver-xorg-video-suncg14/debian/changelog
===
--- trunk/driver/xserver-xorg-video-suncg14/debian/changelog2006-10-06 
03:34:42 UTC (rev 3630)
+++ trunk/driver/xserver-xorg-video-suncg14/debian/changelog2006-10-06 
03:42:55 UTC (rev 3631)
@@ -1,3 +1,10 @@
+xserver-xorg-video-suncg14 (1:1.1.0-2) unstable; urgency=low
+
+  * Bump the version of xserver-xorg-core dependency to (= 2:1.1.1-1).
+  * There is now a watch file (debian/watch), thanks to Thierry Reding.
+
+ -- Jurij Smakov [EMAIL PROTECTED]  Thu,  5 Oct 2006 20:29:08 -0700
+
 xserver-xorg-video-suncg14 (1:1.1.0-1) unstable; urgency=low
 
   * New upstream release.

Modified: trunk/driver/xserver-xorg-video-suncg14/debian/control
===
--- trunk/driver/xserver-xorg-video-suncg14/debian/control  2006-10-06 
03:34:42 UTC (rev 3630)
+++ trunk/driver/xserver-xorg-video-suncg14/debian/control  2006-10-06 
03:42:55 UTC (rev 3631)
@@ -8,7 +8,7 @@
 
 Package: xserver-xorg-video-suncg14
 Architecture: sparc
-Depends: ${shlibs:Depends}, ${misc:Depends}, xserver-xorg-core (= 1:0.99.0-1)
+Depends: ${shlibs:Depends}, ${misc:Depends}, xserver-xorg-core (= 2:1.1.1-1)
 Provides: xserver-xorg-video-1.0
 Replaces: xserver-xorg ( 6.8.2-35)
 Description: X.Org X server -- Sun CG14 display driver


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



X Strike Force X.Org X11 SVN commit: r3632 - trunk/driver/xserver-xorg-video-suncg3/debian

2006-10-05 Thread X Strike Force SVN Repository Admin
Author: jurij
Date: 2006-10-05 23:47:29 -0400 (Thu, 05 Oct 2006)
New Revision: 3632

Modified:
   trunk/driver/xserver-xorg-video-suncg3/debian/changelog
   trunk/driver/xserver-xorg-video-suncg3/debian/control
Log:
Fix the version of dependency on xserver-xorg-core.


Modified: trunk/driver/xserver-xorg-video-suncg3/debian/changelog
===
--- trunk/driver/xserver-xorg-video-suncg3/debian/changelog 2006-10-06 
03:42:55 UTC (rev 3631)
+++ trunk/driver/xserver-xorg-video-suncg3/debian/changelog 2006-10-06 
03:47:29 UTC (rev 3632)
@@ -1,3 +1,10 @@
+xserver-xorg-video-suncg3 (1:1.1.0-2) unstable; urgency=low
+
+  * Bump the version of xserver-xorg-core dependency to (= 2:1.1.1-1).
+  * There is now a watch file (debian/watch), thanks to Thierry Reding.
+
+ -- Jurij Smakov [EMAIL PROTECTED]  Thu,  5 Oct 2006 20:29:08 -0700
+
 xserver-xorg-video-suncg3 (1:1.1.0-1) unstable; urgency=low
 
   * New upstream release.

Modified: trunk/driver/xserver-xorg-video-suncg3/debian/control
===
--- trunk/driver/xserver-xorg-video-suncg3/debian/control   2006-10-06 
03:42:55 UTC (rev 3631)
+++ trunk/driver/xserver-xorg-video-suncg3/debian/control   2006-10-06 
03:47:29 UTC (rev 3632)
@@ -8,7 +8,7 @@
 
 Package: xserver-xorg-video-suncg3
 Architecture: sparc
-Depends: ${shlibs:Depends}, ${misc:Depends}, xserver-xorg-core (= 1:0.99.0-1)
+Depends: ${shlibs:Depends}, ${misc:Depends}, xserver-xorg-core (= 2:1.1.1-1)
 Provides: xserver-xorg-video-1.0
 Replaces: xserver-xorg ( 6.8.2-35)
 Description: X.Org X server -- Sun CG3 display driver


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



X Strike Force X.Org X11 SVN commit: r3633 - trunk/driver/xserver-xorg-video-suncg6/debian

2006-10-05 Thread X Strike Force SVN Repository Admin
Author: jurij
Date: 2006-10-05 23:50:05 -0400 (Thu, 05 Oct 2006)
New Revision: 3633

Modified:
   trunk/driver/xserver-xorg-video-suncg6/debian/changelog
   trunk/driver/xserver-xorg-video-suncg6/debian/control
Log:
Fix the version of dependency on xserver-xorg-core.


Modified: trunk/driver/xserver-xorg-video-suncg6/debian/changelog
===
--- trunk/driver/xserver-xorg-video-suncg6/debian/changelog 2006-10-06 
03:47:29 UTC (rev 3632)
+++ trunk/driver/xserver-xorg-video-suncg6/debian/changelog 2006-10-06 
03:50:05 UTC (rev 3633)
@@ -1,3 +1,10 @@
+xserver-xorg-video-suncg6 (1:1.1.0-2) unstable; urgency=low
+
+  * Bump the version of xserver-xorg-core dependency to (= 2:1.1.1-1).
+  * There is now a watch file (debian/watch), thanks to Thierry Reding.
+
+ -- Jurij Smakov [EMAIL PROTECTED]  Thu,  5 Oct 2006 20:29:08 -0700
+
 xserver-xorg-video-suncg6 (1:1.1.0-1) unstable; urgency=low
 
   * New upstream release.

Modified: trunk/driver/xserver-xorg-video-suncg6/debian/control
===
--- trunk/driver/xserver-xorg-video-suncg6/debian/control   2006-10-06 
03:47:29 UTC (rev 3632)
+++ trunk/driver/xserver-xorg-video-suncg6/debian/control   2006-10-06 
03:50:05 UTC (rev 3633)
@@ -8,7 +8,7 @@
 
 Package: xserver-xorg-video-suncg6
 Architecture: sparc
-Depends: ${shlibs:Depends}, ${misc:Depends}, xserver-xorg-core (= 1:0.99.0-1)
+Depends: ${shlibs:Depends}, ${misc:Depends}, xserver-xorg-core (= 2:1.1.1-1)
 Provides: xserver-xorg-video-1
 Replaces: xserver-xorg ( 6.8.2-35)
 Description: X.Org X server -- Sun CG6 display driver


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



X Strike Force X.Org X11 SVN commit: r3634 - trunk/driver/xserver-xorg-video-sunffb/debian

2006-10-05 Thread X Strike Force SVN Repository Admin
Author: jurij
Date: 2006-10-05 23:52:41 -0400 (Thu, 05 Oct 2006)
New Revision: 3634

Modified:
   trunk/driver/xserver-xorg-video-sunffb/debian/changelog
   trunk/driver/xserver-xorg-video-sunffb/debian/control
Log:
Fix the version of dependency on xserver-xorg-core.


Modified: trunk/driver/xserver-xorg-video-sunffb/debian/changelog
===
--- trunk/driver/xserver-xorg-video-sunffb/debian/changelog 2006-10-06 
03:50:05 UTC (rev 3633)
+++ trunk/driver/xserver-xorg-video-sunffb/debian/changelog 2006-10-06 
03:52:41 UTC (rev 3634)
@@ -1,3 +1,10 @@
+xserver-xorg-video-sunffb (1:1.1.0-2) unstable; urgency=low
+
+  * Bump the version of xserver-xorg-core dependency to (= 2:1.1.1-1).
+  * There is now a watch file (debian/watch), thanks to Thierry Reding.
+
+ -- Jurij Smakov [EMAIL PROTECTED]  Thu,  5 Oct 2006 20:29:08 -0700
+
 xserver-xorg-video-sunffb (1:1.1.0-1) unstable; urgency=low
   
   * New upstream release.

Modified: trunk/driver/xserver-xorg-video-sunffb/debian/control
===
--- trunk/driver/xserver-xorg-video-sunffb/debian/control   2006-10-06 
03:50:05 UTC (rev 3633)
+++ trunk/driver/xserver-xorg-video-sunffb/debian/control   2006-10-06 
03:52:41 UTC (rev 3634)
@@ -8,7 +8,7 @@
 
 Package: xserver-xorg-video-sunffb
 Architecture: sparc
-Depends: ${shlibs:Depends}, ${misc:Depends}, xserver-xorg-core (= 1:0.99.0-1)
+Depends: ${shlibs:Depends}, ${misc:Depends}, xserver-xorg-core (= 2:1.1.1-1)
 Provides: xserver-xorg-video-1.0
 Replaces: xserver-xorg ( 6.8.2-35)
 Description: X.Org X server -- Sun FFB display driver


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



X Strike Force X.Org X11 SVN commit: r3635 - trunk/driver/xserver-xorg-video-sunleo/debian

2006-10-05 Thread X Strike Force SVN Repository Admin
Author: jurij
Date: 2006-10-05 23:54:54 -0400 (Thu, 05 Oct 2006)
New Revision: 3635

Modified:
   trunk/driver/xserver-xorg-video-sunleo/debian/changelog
   trunk/driver/xserver-xorg-video-sunleo/debian/control
Log:
Fix the version of the dependency on xserver-xorg-core.


Modified: trunk/driver/xserver-xorg-video-sunleo/debian/changelog
===
--- trunk/driver/xserver-xorg-video-sunleo/debian/changelog 2006-10-06 
03:52:41 UTC (rev 3634)
+++ trunk/driver/xserver-xorg-video-sunleo/debian/changelog 2006-10-06 
03:54:54 UTC (rev 3635)
@@ -1,3 +1,10 @@
+xserver-xorg-video-sunleo (1:1.1.0-2) unstable; urgency=low
+
+  * Bump the version of xserver-xorg-core dependency to (= 2:1.1.1-1).
+  * There is now a watch file (debian/watch), thanks to Thierry Reding.
+
+ -- Jurij Smakov [EMAIL PROTECTED]  Thu,  5 Oct 2006 20:29:08 -0700
+
 xserver-xorg-video-sunleo (1:1.1.0-1) unstable; urgency=low
 
   * New upstream release.

Modified: trunk/driver/xserver-xorg-video-sunleo/debian/control
===
--- trunk/driver/xserver-xorg-video-sunleo/debian/control   2006-10-06 
03:52:41 UTC (rev 3634)
+++ trunk/driver/xserver-xorg-video-sunleo/debian/control   2006-10-06 
03:54:54 UTC (rev 3635)
@@ -8,7 +8,7 @@
 
 Package: xserver-xorg-video-sunleo
 Architecture: sparc
-Depends: ${shlibs:Depends}, ${misc:Depends}, xserver-xorg-core (= 1:0.99.0-1)
+Depends: ${shlibs:Depends}, ${misc:Depends}, xserver-xorg-core (= 2:1.1.1-1)
 Provides: xserver-xorg-video-1.0
 Replaces: xserver-xorg ( 6.8.2-35)
 Description: X.Org X server -- Sun Leo display driver


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



X Strike Force X.Org X11 SVN commit: r3636 - trunk/driver/xserver-xorg-video-suntcx/debian

2006-10-05 Thread X Strike Force SVN Repository Admin
Author: jurij
Date: 2006-10-05 23:57:33 -0400 (Thu, 05 Oct 2006)
New Revision: 3636

Modified:
   trunk/driver/xserver-xorg-video-suntcx/debian/changelog
   trunk/driver/xserver-xorg-video-suntcx/debian/control
Log:
Fix the versioned dependency on xserver-xorg-core.


Modified: trunk/driver/xserver-xorg-video-suntcx/debian/changelog
===
--- trunk/driver/xserver-xorg-video-suntcx/debian/changelog 2006-10-06 
03:54:54 UTC (rev 3635)
+++ trunk/driver/xserver-xorg-video-suntcx/debian/changelog 2006-10-06 
03:57:33 UTC (rev 3636)
@@ -1,3 +1,10 @@
+xserver-xorg-video-suntcx (1:1.1.0-2) unstable; urgency=low
+
+  * Bump the version of xserver-xorg-core dependency to (= 2:1.1.1-1).
+  * There is now a watch file (debian/watch), thanks to Thierry Reding.
+
+ -- Jurij Smakov [EMAIL PROTECTED]  Thu,  5 Oct 2006 20:29:08 -0700
+
 xserver-xorg-video-suntcx (1:1.1.0-1) unstable; urgency=low
 
   * New upstream release.

Modified: trunk/driver/xserver-xorg-video-suntcx/debian/control
===
--- trunk/driver/xserver-xorg-video-suntcx/debian/control   2006-10-06 
03:54:54 UTC (rev 3635)
+++ trunk/driver/xserver-xorg-video-suntcx/debian/control   2006-10-06 
03:57:33 UTC (rev 3636)
@@ -8,7 +8,7 @@
 
 Package: xserver-xorg-video-suntcx
 Architecture: sparc
-Depends: ${shlibs:Depends}, ${misc:Depends}, xserver-xorg-core (= 1:0.99.0-1)
+Depends: ${shlibs:Depends}, ${misc:Depends}, xserver-xorg-core (= 2:1.1.1-1)
 Provides: xserver-xorg-video-1.0
 Replaces: xserver-xorg ( 6.8.2-35)
 Description: X.Org X server -- Sun TCX display driver


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



Bug#391304: IMO, right-clicking in xterm should bring up the font size menu

2006-10-05 Thread Marc Wilson
On Thu, Oct 05, 2006 at 05:12:15PM -0400, Jason Spiro wrote:
 IMO, right-clicking in xterm should bring up the font size menu
 (currently only accessible by Control+rightclick).

And in MY opinion, not.  Gee, we offset each other, don't we?  And both our
opinions are even valid.  Fortunately, Tom Dickey's opinion actually
controls.

 The font menu would be more useful than the current feature that is bound
 to the right mouse button (extend selection).

Oh yes, because after all, you spend *so* much time changing the font size
of your xterm.  I, on the other hand, use selections all the time.

 Plus, most people currently don't know how to access the font menu.
 Once this change is made, everybody will know how.

Most people start xterm with the font they want it to use in the first
place.

If you want xterm to act that way, why don't you just configure it to?  Not
like it's hard, and you have an excellent built-in example.

-- 
 Marc Wilson | Wait!  You have not been prepared!  -- Mr. Atoz,
 [EMAIL PROTECTED] | Tomorrow is Yesterday, stardate 3113.2


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



Re: IMPORTANT: xorg sparc driver version mismatch in testing

2006-10-05 Thread Jurij Smakov
On Thu, Oct 05, 2006 at 09:47:46AM -0700, Jurij Smakov wrote:

 As was recently pointed out in #391224, the new sparc xorg drivers 
 (1:1.1.0-1) do 
 not have a correct dependency on the new xorg-server, so they have propagated 
 to 
 testing ahead of the xorg-server against which they have been built. If you 
 are 
 using xorg on sparc in *testing*, and have not upgraded to the new drivers
 
 xserver-xorg-video-sunbw2
 xserver-xorg-video-suncg14
 xserver-xorg-video-suncg3
 xserver-xorg-video-suncg6
 xserver-xorg-video-sunffb
 xserver-xorg-video-sunleo
 xserver-xorg-video-suntcx
 
 with version 1:1.1.0-1 yet, please put them on hold now to avoid breakage. 
 I'll 
 build the drivers against old xorg-server (suitable for use in testing) 
 tonight 
 and make them available for those who have already upgraded.
 
 I'm sorry for any inconvenience caused by this oversight.

The original debs built against the server which is now in testing are 
available 
at 

http://www.wooyd.org/debian/xorg/

or from snapshot.debian.net. You only need to install them (manually), if you 
run 
testing, and after recent upgrade (see above), the X server does not start 
anymore. I plan to upload the new version of the drivers with the correct 
dependency version tomorrow, then we can just wait for the new server to 
propagate 
to testing.

Best regards,
-- 
Jurij Smakov[EMAIL PROTECTED]
Key: http://www.wooyd.org/pgpkey/   KeyID: C99E03CC


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



Re: Feature Freeze

2006-10-05 Thread Drew Parsons
David Nusinow wrote:
  I thought you had made a simple mistake in calling the freeze before
  they had been processed, so I thought I was providing a service in
  helping get them done as quick as possible.
 
 It was a simple mistake, you were 100% right in that.

So it's like this.  You unilaterally announce a policy without
consulting with other members of the team.  The policy has missed
something, so a team member takes the initiative to fill in the bits
which are missing.  You respond by pontificating about team playing,
using the vilest possible threats.

You don't see a problem in this picture?

Hint: an alternate response might look like oh damn, I'd forgotten
about the input drivers. Thanks for getting on to them. Is there
anything else we missed before ratifying the freeze?

Drew


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



Bug#391224: this version doesnt work with the version of xorg-server it states as dependency

2006-10-05 Thread Jurij Smakov
Hi Martin,

You are absolutely right. By an oversight the versioned dependency of the 
drivers 
on xserver-xorg-core has not been updated in the recent upload, causing the 
unintended propagation of drivers to testing. I'll be uploading a new version 
with 
correct dependency soon. I have also asked people running testing to either put 
the drivers on hold for now, or manually downgrade if they already have the new 
ones installed.

Thanks,
-- 
Jurij Smakov[EMAIL PROTECTED]
Key: http://www.wooyd.org/pgpkey/   KeyID: C99E03CC


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