Re: Problema Servidor X.

2005-09-28 Thread David Martínez Moreno
El Martes, 27 de Septiembre de 2005 17:16, Alfredo Lana escribió:
 Todas as estações de trabalho com a Sis VGA 964L, o modo gráfico não
 inicia, o mesmo informa que o Servidor X esta confirado incorretamente e
 informa que irá fechar o GDM.

Dear Alfredo. debian-x is a list for developers of the X Window System 
in 
Debian, and it is a list in English. If you have a problem with your X 
System, please either open a bug with the reportbug tool, or express yourself 
in English.

Thank you very much,


Ender.
-- 
En la noche de tu sangre los glóbulos son estrellas, cometas los hematíes y
planetas los átomos de hierro.
-- La palmera transparente (Mario Satz)
--
Debian developer


pgpjVY2psPTFB.pgp
Description: PGP signature


Bug#320458: Merging 320458 and 330144

2005-09-28 Thread Alexei Ulyakov

Hello,

I think that 320458 and 330144 are two different bugs, not the same. 
Saying unreadable in my original posting for 330144 i mean totally 
unreadable because cyrillic characters displayed as hieroglyphs, some 
kind of abrakadabra :) As for 320458, characters readable but just 
looking very-very ugly (if i quite catch original posting) and this 
affects not only gtk1.2 but tcl/tk applications (tkabber in my case) and 
it seems that this is really bug in xserver-xorg - i'd downgraded to 
xserver-xfree86 for this.


--
Peace. Alexei
xmms: Matthew Dear - Fex


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



Re: x libraries and powerpc/ppc64 biarch setup.

2005-09-28 Thread Daniel Stone
On Mon, 2005-09-26 at 21:11 -0400, David Nusinow wrote:
 I'm willing to implement biarch for etch, but definitely not for the 6.8
 series of packages. 
 
 The 6.9 branch is technically open for development, but I still want to
 keep a focus on the goal of shipping the modular tree with etch. 
 
 As such, I'm going to add this to the TODO list for the 7.0 packages,
 since I plan to focus on those as soon as the 6.9 stuff stabilizes. If it
 gets to the point where it doesn't look like we can ship 7.0 with etch,
 this can be put in to the 6.9 packages that will ship. 
 
 Either way, if etch is really going to support biarch I'd like to provide
 that support.

In any case, it's going to be far easier to do with the modular than
monolithic tree.  Yay imake, and all that.


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



Re: X Strike Force X.Org X11 SVN commit: r626 - trunk/debian

2005-09-28 Thread Daniel Stone
On Tue, 2005-09-27 at 08:55 -0500, X Strike Force SVN Repository Admin
wrote:
 Change xserver-xorg and xserver-xorg-dbg's recommendation of discover1
 to discover | discover1.  These packages' configure scripts detect both
 utilities, and use whichever one is found, so there's no reason to compel
 users to have discover1 in particular installed (as aptitude does, since
 it treats recommends like depends by default).

Indeed, the motivation for this change when I did it with Ubuntu was
because we only have discover1 in our base system, not discover, so it's
rather inapplicable to Debian in that regard.


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



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

2005-09-28 Thread X Strike Force SVN Repository Admin
Author: ender
Date: 2005-09-28 07:05:27 -0500 (Wed, 28 Sep 2005)
New Revision: 638

Modified:
   trunk/debian/xserver-xorg.postinst.in
Log:
Be careful and quote the variable $RESOLUTIONS.


Modified: trunk/debian/xserver-xorg.postinst.in
===
--- trunk/debian/xserver-xorg.postinst.in   2005-09-28 04:11:31 UTC (rev 
637)
+++ trunk/debian/xserver-xorg.postinst.in   2005-09-28 12:05:27 UTC (rev 
638)
@@ -358,7 +358,7 @@
   PRIORITY=high
   if [ -z $NOPROBE ]; then
 NRES=0
-if [ -n $RESOLUTION ]; then
+if [ -n $RESOLUTION ]; then
   for i in $RESOLUTIONS; do
 NRES=$(expr $NRES + 1)
   done


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



RE : X Strike Force X.Org X11 SVN commit: r636 - trunk/debian

2005-09-28 Thread Michaël Lefèvre
 # digits, dots, and/or the strings woody or sarge in the Debian part of 
 the

Could it be replace by :
# digits, dots, and/or the strings woody, sarge or etch in the
Debian part of the

Regards,
Michaël



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

2005-09-28 Thread X Strike Force SVN Repository Admin
Author: ender
Date: 2005-09-28 09:31:00 -0500 (Wed, 28 Sep 2005)
New Revision: 639

Modified:
   trunk/debian/rules
Log:
Added etch to comment on official versions.


Modified: trunk/debian/rules
===
--- trunk/debian/rules  2005-09-28 12:05:27 UTC (rev 638)
+++ trunk/debian/rules  2005-09-28 14:31:00 UTC (rev 639)
@@ -45,7 +45,7 @@
 BUILDER:=$(shell echo $${DEBEMAIL:-$${EMAIL:-$$(echo [EMAIL PROTECTED](cat 
/etc/mailname 2/dev/null))}})
 
 # Find out if this is an official build; an official build has nothing but
-# digits, dots, and/or the strings woody or sarge in the Debian part of the
+# digits, dots, and/or the strings woody, sarge or etch in the Debian 
part of the
 # version number.  Anything else indicates an unofficial build.
 OFFICIAL_BUILD:=$(shell VERSION=$(SOURCE_VERSION); if ! expr $$(echo 
$${VERSION\#\#*-} | sed 's/\(woody\|sarge\|etch\)//g') : .*[^0-9.].* 
/dev/null 21; then echo yes; fi)
 


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



Re: RE : X Strike Force X.Org X11 SVN commit: r636 - trunk/debian

2005-09-28 Thread David Martínez Moreno
El Miércoles, 28 de Septiembre de 2005 14:47, Michaël Lefèvre escribió:
  # digits, dots, and/or the strings woody or sarge in the Debian part
  of the

 Could it be replace by :
 # digits, dots, and/or the strings woody, sarge or etch in the
 Debian part of the

Fixed, thank you very much! :-)


Ender.
-- 
There is no spoon...
-- Neo (Matrix).
--
Debian developer


pgpcjl15phaLd.pgp
Description: PGP signature


Bug#163815: Choose from 2500 providers

2005-09-28 Thread Orlando Crosby
Hey hows that dialup ISP working for you? Tired of slow
speeds, disconnects and overpriced service? Then you need
to stop on by our place and let us search over 1500 ISP's
to find you the best deal, the best service and fastest speeds
for your area. It costs you nothing to just find out what is out
there. You may find many better choices and best of all we do
all the work for you. Now is that great or what

http://qfam.123z4sale.info

T\hanks
Pierre Crosby


not lntere?sted
http://lnbsc.123z4sale.info/r/

But they are people who you wouldn't share your life with, whose actions 
sometimes you don't understand because you don't know enough about them.



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



Bug#320241: 320241 reproduced on fresh install

2005-09-28 Thread Lionel Elie Mamane
found 320241 6.8.2.dfsg.1-7
thanks

Reproduced bug on fresh amd64 install; that machine never had another
version of xserver-xorg than 6.8.2.dfsg.1-7 installed.


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



Processed: 320241 reproduced on fresh install

2005-09-28 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 found 320241 6.8.2.dfsg.1-7
Bug#320241: xserver-xorg: debconf forgets previous answers
Bug marked as found in version 6.8.2.dfsg.1-7.

 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#330588: xserver-xorg: doesn't remove /etc/rcS.d link

2005-09-28 Thread Lars Wirzenius
Package: xserver-xorg
Version: 6.8.2.dfsg.1-7

According to piuparts:

0m10.9s ERROR: Package purging left files on system:
  /etc/rcS.d/S71xserver-xorg

The postinst seems to call update-rc.d, but the prerm and postrm do not.



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