X Strike Force XOrg SVN commit: r32 - in xorg-config/trunk/debian: . patches

2004-10-05 Thread X Strike Force SVN Repository Admin
Author: fabbione
Date: 2004-10-05 23:52:21 -0500 (Tue, 05 Oct 2004)
New Revision: 32

Added:
   xorg-config/trunk/debian/CHANGESETS
   xorg-config/trunk/debian/TODO
Modified:
   xorg-config/trunk/debian/changelog
   xorg-config/trunk/debian/patches/900_disable_rman
   xorg-config/trunk/debian/rules
Log:
Add CHANGESETS and TODO files.
Set $Id$ and vim modelines.



Added: xorg-config/trunk/debian/CHANGESETS
===
--- xorg-config/trunk/debian/CHANGESETS 2004-10-06 04:30:55 UTC (rev 31)
+++ xorg-config/trunk/debian/CHANGESETS 2004-10-06 04:52:21 UTC (rev 32)
@@ -0,0 +1,18 @@
+Changeset Log
+=
+
+$Id$
+
+This file identifies trunk revisions that should be handled (e.g., merged) as a
+unit.  Standalone updates to the TODO or CHANGESETS files are not recorded 
here.
+(It should always be safe to merge the latest version of TODO or CHANGESETS
+files anywhere.)
+
+* Import basic debian/* files
+29
+
+* Add CHANGESETS and TODO files.
+  Set $Id$ and vim modelines.
+32
+
+vim:set ai et sts=4 sw=4 tw=80:


Property changes on: xorg-config/trunk/debian/CHANGESETS
___
Name: svn:keywords
   + Id

Added: xorg-config/trunk/debian/TODO
===
--- xorg-config/trunk/debian/TODO   2004-10-06 04:30:55 UTC (rev 31)
+++ xorg-config/trunk/debian/TODO   2004-10-06 04:52:21 UTC (rev 32)
@@ -0,0 +1,21 @@
+To-Do List
+==
+
+$Id$
+
+As items are completed, move them to the CHANGESETS file.  The release manager
+has discretion to identify items that must be fixed for the next package
+release.
+
+Items under actual package version headings are listed in descending order of
+priority; that is, the most important items come first.
+
+6.8.1-1
+---
+
+* Add copyright file from xorg package (when ready).
+* Add proper descriptions for each package.
+* debian/control needs a lot of love due to binary packages reorganization.
+* lintian/linda cleanup.
+
+vim:set ai et sts=4 sw=4 tw=80:


Property changes on: xorg-config/trunk/debian/TODO
___
Name: svn:keywords
   + Id

Modified: xorg-config/trunk/debian/changelog
===
--- xorg-config/trunk/debian/changelog  2004-10-06 04:30:55 UTC (rev 31)
+++ xorg-config/trunk/debian/changelog  2004-10-06 04:52:21 UTC (rev 32)
@@ -3,3 +3,7 @@
   * First release.
 
  -- Fabio M. Di Nitto <[EMAIL PROTECTED]>  Wed, 22 Sep 2004 13:51:39 +0200
+
+  $Id$
+
+  vim:set ai et sts=2 sw=2 tw=78:


Property changes on: xorg-config/trunk/debian/changelog
___
Name: svn:keywords
   + Id


Property changes on: xorg-config/trunk/debian/patches/900_disable_rman
___
Name: svn:keywords
   + Id

Modified: xorg-config/trunk/debian/rules
===
--- xorg-config/trunk/debian/rules  2004-10-06 04:30:55 UTC (rev 31)
+++ xorg-config/trunk/debian/rules  2004-10-06 04:52:21 UTC (rev 32)
@@ -3,6 +3,8 @@
 # Licensed under the GNU General Public License, version 2.  See the file
 # /usr/share/common-licenses/GPL or .
 
+# $Id$
+
 # debhelper
 export DH_OPTIONS
 
@@ -84,3 +86,5 @@
rm -rf debian/tmp
rm -rf $(STAMP_DIR) $(SOURCE_DIR)
perl $(SCRIPT_DIR)/dbs_split clean
+
+# vim:set noet ai sts=8 sw=8 tw=0:


Property changes on: xorg-config/trunk/debian/rules
___
Name: svn:keywords
   + Id



X Strike Force XOrg SVN commit: r31 - /

2004-10-05 Thread X Strike Force SVN Repository Admin
Author: fabbione
Date: 2004-10-05 23:30:55 -0500 (Tue, 05 Oct 2004)
New Revision: 31

Modified:
   proposed-name-schema
Log:
Add first two binary packages.


Modified: proposed-name-schema
===
--- proposed-name-schema2004-10-06 04:24:16 UTC (rev 30)
+++ proposed-name-schema2004-10-06 04:30:55 UTC (rev 31)
@@ -13,9 +13,9 @@
 |
 |-->  xorg-source-config-->  xorg-config
 ||
-||-->  foo
+||-->  xutils-devel
 ||
-|\-->  bar
+|\-->  xutils-configs
 |
 |-->  xorg-source-doc   -->  xorg-doc
 |



X Strike Force XOrg SVN commit: r30 - xorg-config

2004-10-05 Thread X Strike Force SVN Repository Admin
Author: fabbione
Date: 2004-10-05 23:24:16 -0500 (Tue, 05 Oct 2004)
New Revision: 30

Added:
   xorg-config/branches/
   xorg-config/tags/
Log:
Create missing directories.




X Strike Force XOrg SVN commit: r29 - / xorg-config xorg-config/trunk xorg-config/trunk/debian xorg-config/trunk/debian/patches

2004-10-05 Thread X Strike Force SVN Repository Admin
Author: fabbione
Date: 2004-10-05 23:19:16 -0500 (Tue, 05 Oct 2004)
New Revision: 29

Added:
   xorg-config/
   xorg-config/trunk/
   xorg-config/trunk/debian/
   xorg-config/trunk/debian/changelog
   xorg-config/trunk/debian/compat
   xorg-config/trunk/debian/control
   xorg-config/trunk/debian/patches/
   xorg-config/trunk/debian/patches/900_disable_rman
   xorg-config/trunk/debian/rules
   xorg-config/trunk/debian/xutils-configs.install
   xorg-config/trunk/debian/xutils-devel.install
Log:
Initial import.


Added: xorg-config/trunk/debian/changelog
===
--- xorg-config/trunk/debian/changelog  2004-10-05 19:26:14 UTC (rev 28)
+++ xorg-config/trunk/debian/changelog  2004-10-06 04:19:16 UTC (rev 29)
@@ -0,0 +1,5 @@
+xorg-config (6.8.1-0+SVN) unstable; urgency=low
+
+  * First release.
+
+ -- Fabio M. Di Nitto <[EMAIL PROTECTED]>  Wed, 22 Sep 2004 13:51:39 +0200

Added: xorg-config/trunk/debian/compat
===
--- xorg-config/trunk/debian/compat 2004-10-05 19:26:14 UTC (rev 28)
+++ xorg-config/trunk/debian/compat 2004-10-06 04:19:16 UTC (rev 29)
@@ -0,0 +1 @@
+4

Added: xorg-config/trunk/debian/control
===
--- xorg-config/trunk/debian/control2004-10-05 19:26:14 UTC (rev 28)
+++ xorg-config/trunk/debian/control2004-10-06 04:19:16 UTC (rev 29)
@@ -0,0 +1,32 @@
+Source: xorg-config
+Section: x11
+Priority: optional
+Maintainer: Debian X Strike Force 
+Uploaders: Branden Robinson <[EMAIL PROTECTED]>, Fabio M. Di Nitto <[EMAIL 
PROTECTED]>
+Standards-Version: 3.6.1
+Build-Depends: dpkg (>= 1.7.0), dbs, debhelper (>= 4.1.16), rman, 
xorg-source-config (>= 6.8.1-0+SVN), xorg-source-include (>= 6.8.1-0+SVN)
+
+Package: xutils-devel
+Architecture: any
+Description: X.org build utilities
+ X.org build utilities:
+  - ccmakedep
+  - cleanlinks
+  - gccmakedep
+  - imake
+  - lndir
+  - makedepend
+  - makeg
+  - makestrs
+  - mergelib
+  - mkdirhier
+  - mkhtmlindex
+  - pswrap
+  - revpath
+  - xmkmf
+
+Package: xutils-configs
+Architecture: all
+Description: X.org build specific config files
+ X.org build specific config files:
+  - blablabla

Added: xorg-config/trunk/debian/patches/900_disable_rman
===
--- xorg-config/trunk/debian/patches/900_disable_rman   2004-10-05 19:26:14 UTC 
(rev 28)
+++ xorg-config/trunk/debian/patches/900_disable_rman   2004-10-06 04:19:16 UTC 
(rev 29)
@@ -0,0 +1,41 @@
+$Id$
+
+Stop building rman:
+ + add Build-Depends: rman.
+ + remove Build-Depends: xorg-source-extras.
+
+Define proper path to rman.
+
+Enforce generation of HTML documentation.
+
+This patch by Fabio Massimo Di Nitto.
+  
+diff -ruN xc-old/config/cf/Imake.tmpl xc/config/cf/Imake.tmpl
+--- xc-old/config/cf/Imake.tmpl2004-07-28 05:24:29.0 +0200
 xc/config/cf/Imake.tmpl2004-10-05 23:06:20.254602272 +0200
+@@ -233,7 +233,7 @@
+ #endif
+ 
+ #ifndef BuildRman
+-#define BuildRman YES
++#define BuildRman NO
+ #endif
+ 
+ #ifndef HasGperf
+@@ -251,14 +251,14 @@
+ #else
+ #define RmanCmd $(TOP)/config/util/rman
+ #endif
++#else
++#define RmanCmd /usr/bin/rman
+ #endif
+ #endif
+ 
+ #ifndef RmanOptions
+-#if BuildRman
+ #define RmanOptions -f HTML
+ #endif
+-#endif
+ 
+ #ifndef BuildHtmlManPages
+ #ifdef RmanCmd

Added: xorg-config/trunk/debian/rules
===
--- xorg-config/trunk/debian/rules  2004-10-05 19:26:14 UTC (rev 28)
+++ xorg-config/trunk/debian/rules  2004-10-06 04:19:16 UTC (rev 29)
@@ -0,0 +1,86 @@
+#!/usr/bin/make -f
+# Original by Fabio M. Di Nitto <[EMAIL PROTECTED]>
+# Licensed under the GNU General Public License, version 2.  See the file
+# /usr/share/common-licenses/GPL or .
+
+# debhelper
+export DH_OPTIONS
+
+# Use the DBS archive/patch handling system.
+SCRIPT_DIR = /usr/share/dbs
+
+TAR_DIR = xc
+include $(SCRIPT_DIR)/dbs-build.mk
+
+SOURCE_TREE=build-tree/xc
+SOURCE_DIR=build-tree
+
+# dpkg-arch rules
+ifeq (,$(DEB_BUILD_GNU_TYPE))
+  include $(SCRIPT_DIR)/dpkg-arch.mk
+endif
+
+configure: $(STAMP_DIR)/configure
+$(STAMP_DIR)/configure: $(patched)
+   dh_testdir
+   echo "" > $(SOURCE_TREE)/config/cf/date.def
+   echo "" > $(SOURCE_TREE)/config/cf/host.def
+   touch $@
+
+build: $(STAMP_DIR)/build
+$(STAMP_DIR)/build: configure
+   dh_testdir
+   # bootstrap imake and create version.def
+   cd $(SOURCE_TREE) && \
+ $(MAKE) Makefile.boot && \
+ $(MAKE) -f xmakefile version.def && \
+ $(MAKE) Makefile.boot
+   # build all config dir
+   cd $(SOURCE_TREE)/config && \
+ ./imake/imake -Icf -DTOPDIR=../ -DCURDIR=. && \
+ $(MAKE) Makefiles && \
+ $(MAKE) all
+   touch $@
+
+install: $(STAMP_DIR)/install
+$(STAMP_DIR)/install: build
+   d

Bug#273993: xserver-xfree86: [nv] SIGFPE on server start on NV35 [GeForce FX 5900] rev 161

2004-10-05 Thread Fabio Massimo Di Nitto

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Nicolas DEGAND wrote:
| Hi,
|
| this bug is still tagged "moreinfo". Was the info I provided in my last
| message sufficient or do you need additional info ? Sorry for the noise.
|
| Nicolas DEGAND
|
|

We are still investigating the problem. There are no updates of the
nvidia driver and the bug isn't obvious. We might need more information
later, that's why it is still tagged as such.

Fabio

- --
 fajita: step one
 Whatever the problem, step one is always to look in the error log.
 fajita: step two
 When in danger or in doubt, step two is to scream and shout.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.4 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org

iD8DBQFBY2udhCzbekR3nhgRAs9jAJ9+fK5IFlweQ9l+bRqh00rSoixojQCcCqaz
AxLLTjeqqaw3uqkKquZ5MWU=
=+fkt
-END PGP SIGNATURE-



Re: X Strike Force XFree86 SVN commit: r1911 - in trunk/debian: . patches

2004-10-05 Thread Fabio Massimo Di Nitto

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Denis Barbier wrote:
| On Mon, Oct 04, 2004 at 02:23:35AM -0500, X Strike Force SVN
Repository Admin wrote:
|
|>Author: fabbione
|>Date: 2004-10-04 02:23:31 -0500 (Mon, 04 Oct 2004)
|>New Revision: 1911
|>
|>Modified:
|>   trunk/debian/CHANGESETS
|>   trunk/debian/changelog
|>   trunk/debian/patches/000_stolen_from_HEAD_xkb_data.diff
|>Log:
|>Fix Imakefile to ship pc/us_intl layout.
|
|
| Hey, thanks ;)
| Next time, if I want to check that xlibs builds fine, do I have to
| build all binary packages or is there a simpler way?
|
| Denis

Hi Denis,
you might want to look up at:

https://bugzilla.ubuntu.com/show_bug.cgi?id=1089

The ubuntu23 version of X contains all the fixes you did up to 1912 but
apparently there are still msome problems, here and there.

Thanks
Fabio

- --
 fajita: step one
 Whatever the problem, step one is always to look in the error log.
 fajita: step two
 When in danger or in doubt, step two is to scream and shout.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.4 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org

iD8DBQFBY25PhCzbekR3nhgRAvqAAKCRDODaFt2/f06tRbE8aarzdkCtEACfcC1g
FIAcPCd5Ish935KOrrn/dl8=
=6q5q
-END PGP SIGNATURE-



Bug#273993: xserver-xfree86: [nv] SIGFPE on server start on NV35 [GeForce FX 5900] rev 161

2004-10-05 Thread Nicolas DEGAND

Hi,

this bug is still tagged "moreinfo". Was the info I provided in my last 
message sufficient or do you need additional info ? Sorry for the noise.


Nicolas DEGAND



Bug#275117: server loops at 100% CPU calling gettimeofday with lots of xterm activity

2004-10-05 Thread Phil Edwards
Package: xserver-xfree86
Version: 4.3.0.dfsg.1-8
Severity: important

Ran a "cp -rv dir1 dir2" inside an xterm, and the server hosed itself.
No windows would update or refresh at all.  The mouse pointer could
still move, but would not change shape based on what it was passing over.
Clicks and keypresses had no effect, such as trying to drop to a console.

Logging in remotely and runnng top showed the server active and hogging
the entire CPU.  Attaching an strace gave approximately 18 hojillion lines of

gettimeofday({1097017128, 281449}, NULL) = 0
gettimeofday({1097017128, 281484}, NULL) = 0
gettimeofday({1097017128, 281518}, NULL) = 0
gettimeofday({1097017128, 281553}, NULL) = 0
gettimeofday({1097017128, 281587}, NULL) = 0
gettimeofday({1097017128, 281621}, NULL) = 0
gettimeofday({1097017128, 281656}, NULL) = 0
gettimeofday({1097017128, 281690}, NULL) = 0
gettimeofday({1097017128, 281724}, NULL) = 0
gettimeofday({1097017128, 281759}, NULL) = 0

before breaking out.  SIGTERM did nothing; SIGKILL did, and then kdm
restarted it.  Everything seems fine so far after that.

Looks like reportbug grabbed the X logfile, so I don't know what else to
give you.  Just ask.  :-)

Never had a lot of xterm text output cause something like this before.
The X packages were updated just last night, so I don't know whether it's
the server itself, or the xterm doing something it shouldn't.  For now,
I'll try to avoid running any command-line tools in verbose mode.


As an aside, some of this gathered info is wrong or misleading:  the file
is apparently renamed XF86Config, not -4, and this monitor is definitely
not 17".

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

/var/lib/xfree86/X.md5sum does not exist.

X server symlink status:
lrwxrwxrwx  1 root root 20 Feb 25  2004 /etc/X11/X -> /usr/bin/X11/XFree86
-rwxr-xr-x  1 root root 1745484 Sep 28 08:09 /usr/bin/X11/XFree86

Contents of /var/lib/xfree86/XF86Config-4.roster:
xserver-xfree86

VGA-compatible devices on PCI bus:
:01:00.0 VGA compatible controller: nVidia Corporation NV34 [GeForce FX 
5200] (rev a1)

/etc/X11/XF86Config-4 does not exist.

XFree86 X server log files on system:
-rw-r--r--  1 root root 29988 Oct  5 19:00 /var/log/XFree86.0.log

Contents of most recent XFree86 X server log file
/var/log/XFree86.0.log:

This is a pre-release version of XFree86, and is not supported in any
way.  Bugs may be reported to XFree86@XFree86.Org and patches submitted
to [EMAIL PROTECTED]  Before reporting bugs in pre-release versions,
please check the latest version in the XFree86 CVS repository
(http://www.XFree86.Org/cvs).

XFree86 Version 4.3.0.1 (Debian 4.3.0.dfsg.1-8 20040928112350 [EMAIL PROTECTED])
Release Date: 15 August 2003
X Protocol Version 11, Revision 0, Release 6.6
Build Operating System: Linux 2.4.26 i686 [ELF] 
Build Date: 28 September 2004
Before reporting problems, check http://www.XFree86.Org/
to make sure that you have the latest version.
Module Loader present
OS Kernel: Linux version 2.6.5-fenric6 ([EMAIL PROTECTED]) (gcc version 3.3.4 
(Debian)) #1 Sun Jul 11 23:44:15 EDT 2004 T
Markers: (--) probed, (**) from config file, (==) default setting,
 (++) from command line, (!!) notice, (II) informational,
 (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/XFree86.0.log", Time: Tue Oct  5 19:00:42 2004
(==) Using config file: "/etc/X11/XF86Config"
(==) ServerLayout "XFree86 Configured"
(**) |-->Screen "Screen0" (0)
(**) |   |-->Monitor "Monitor0"
(**) |   |-->Device "Card0"
(**) |-->Input Device "USB mouse"
(**) |-->Input Device "Keyboard0"
(==) Keyboard: CustomKeycode disabled
(WW) The directory "/usr/X11R6/lib/X11/fonts/CID/" does not exist.
Entry deleted from font path.
(**) FontPath set to 
"unix/:7110,/usr/X11R6/lib/X11/fonts/misc/,/usr/X11R6/lib/X11/fonts/Speedo/,/usr/X11R6/lib/X11/fonts/Type1/,/usr/X11R6/lib/X11/fonts/75dpi/,/usr/X11R6/lib/X11/fonts/100dpi/"
(**) RgbPath set to "/usr/X11R6/lib/X11/rgb"
(**) ModulePath set to "/usr/X11R6/lib/modules"
(**) Option "AllowMouseOpenFail" "true"
(++) using VT number 7

(WW) Open APM failed (/dev/apm_bios) (No such device)
(II) Module ABI versions:
XFree86 ANSI C Emulation: 0.2
XFree86 Video Driver: 0.6
XFree86 XInput driver : 0.4
XFree86 Server Extension : 0.2
XFree86 Font Renderer : 0.4
(II) Loader running on linux
(II) LoadModule: "bitmap"
(II) Loading /usr/X11R6/lib/modules/fonts/libbitmap.a
(II) Module bitmap: vendor="The XFree86 Project"
compiled for 4.3.0.1, module version = 1.0.0
Module class: XFree86 Font Renderer
ABI class: XFree86 Font Renderer, version 0.4
(II) Loading font Bitmap
(II) LoadModule: "pcidata"
(II) Loading /usr/X11R6/lib/modules/libpcidata.a
(II) Module pcidata: vendor="The XFree86 Project"
compiled for 4.3.0.1, module version = 1.0.0
ABI class: XFree86 Vi

X Strike Force XFree86 SVN commit: r1913 - in trunk/debian: . local

2004-10-05 Thread X Strike Force SVN Repository Admin
Author: branden
Date: 2004-10-05 17:45:24 -0500 (Tue, 05 Oct 2004)
New Revision: 1913

Modified:
   trunk/debian/CHANGESETS
   trunk/debian/local/FAQ.xhtml
Log:
Fix XHTML validation errors.

Konqueror doesn't validate XHTML, and Mozilla in unstable crashes all the
time on PowerPC.

Anger.  Great anger.


Modified: trunk/debian/CHANGESETS
===
--- trunk/debian/CHANGESETS 2004-10-04 14:58:48 UTC (rev 1912)
+++ trunk/debian/CHANGESETS 2004-10-05 22:45:24 UTC (rev 1913)
@@ -19,6 +19,6 @@
 
 Add FAQ entry: Why does composing characters work in some applications but
 not others?
-1908
+1908, 1913
 
 vim:set ai et sts=4 sw=4 tw=80:

Modified: trunk/debian/local/FAQ.xhtml
===
--- trunk/debian/local/FAQ.xhtml2004-10-04 14:58:48 UTC (rev 1912)
+++ trunk/debian/local/FAQ.xhtml2004-10-05 22:45:24 UTC (rev 1913)
@@ -155,7 +155,7 @@
 My keyboard configuration worked with XFree86 4.2;
   why is it messed up now?
 Why does composing characters work in some
-  applications but not others?
+  applications but not others?
 
 Acknowledgements
 
@@ -2900,7 +2900,7 @@
 binds your logo keys to Super modifiers.
 
 Why does composing characters work in some 
applications
-  but not others?
+  but not others?
 
 Thanks to Jeff Licquia for contributing much of this entry.
 
@@ -2940,7 +2940,7 @@
   class="package">scim-gtk2-immodule, and uim-gtk2.0 in Debian testing or unstable.  Most of
   these, though, are aimed at non-Latin issues, so whether they're appropriate
-  for you depends on your needs.
+  for you depends on your needs.
   GTK+ ships with a XIM shim module.  This is the solution many Debian
   developers use.
 



Bug#275034: xserver-xfree86: lynx is a build dependency (missing)

2004-10-05 Thread Luke Kenneth Casson Leighton
On Tue, Oct 05, 2004 at 09:18:33PM +0100, Adam D. Barratt wrote:
> On Tue, 2004-10-05 at 21:16, Luke Kenneth Casson Leighton wrote:
> > On Tue, Oct 05, 2004 at 07:01:40PM +0100, Adam D. Barratt wrote:
> > > On Tue, 2004-10-05 at 16:25, Luke Kenneth Casson Leighton wrote:
> > > > Package: xserver-xfree86
> > > > Version: 4.3.0.dfsg.1-1
> > > > Severity: normal
> > > 
> > > > lynx is  used to generate plaintext docs: it's a missing build
> > > > dependency.
> > > 
> > > lynx *is* listed as a Build-Dependency, as of 4.3.0.dfsg.1-6. 
> > 
> > uhn ?
> > 
> > ... why did it not get installed when i did an apt-get build-dep then??
> 
> I have no idea. On an up-to-date sid system:
 
 ah, well, never mind!




Bug#275034: xserver-xfree86: lynx is a build dependency (missing)

2004-10-05 Thread Luke Kenneth Casson Leighton
On Tue, Oct 05, 2004 at 04:45:51PM -0400, Aaron M. Ucko wrote:
> Luke Kenneth Casson Leighton <[EMAIL PROTECTED]> writes:
> 
> > ... why did it not get installed when i did an apt-get build-dep then??
> 
> Why do you believe it's not installed?  

 it's not a matter of belief: i saw the error, i manually did an apt-get
 install lynx, the error went away.

> Do you perhaps instead have
> one of the packages that provide it (lynx-cur or the old lynx-ssl
> package)?

 no, it's a server machine on which i've never needed to install things
 like lynx or telnet.

> > #!/bin/sh
> > ccache /usr/bin/gcc-3.4 -O3 -march=athlon-xp -funroll-loops 
> > -fomit-frame-pointer -ffast-math $@
> >
> > ... am i doing something silly [with the [EMAIL PROTECTED]
> 
> Yes, you need to surround it with double quotes; otherwise it's no
> better than $*.

 ah _ha_.
 
 thank you v. much.

 really appreciated.

 l.

 

-- 
--
Truth, honesty and respect are rare commodities that all spring from
the same well: Love.  If you love yourself and everyone and everything
around you, funnily and coincidentally enough, life gets a lot better.
--
http://lkcl.net";>  lkcl.net   
mailto:[EMAIL PROTECTED]"> [EMAIL PROTECTED]  




Bug#275034: xserver-xfree86: lynx is a build dependency (missing)

2004-10-05 Thread Aaron M. Ucko
Luke Kenneth Casson Leighton <[EMAIL PROTECTED]> writes:

> ... why did it not get installed when i did an apt-get build-dep then??

Why do you believe it's not installed?  Do you perhaps instead have
one of the packages that provide it (lynx-cur or the old lynx-ssl
package)?

> #!/bin/sh
> ccache /usr/bin/gcc-3.4 -O3 -march=athlon-xp -funroll-loops 
> -fomit-frame-pointer -ffast-math $@
>
> ... am i doing something silly [with the [EMAIL PROTECTED]

Yes, you need to surround it with double quotes; otherwise it's no
better than $*.

-- 
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.



Bug#274996: keysyms for Multimedia Keyboards

2004-10-05 Thread Denis Barbier
On Tue, Oct 05, 2004 at 12:46:27PM +0200, Michelle Konzack wrote:
> Package: xserver-xfree86
> Version: 4.1.0-16woody3.michelle.4
> Severity: wishlist
> 
> Wish description:
> 
> Now I have gotten a new Multimedia-Keyboard (KB-2925, WTX)
> and detected the Keycodes with xev.
> 
>    ( '/home/michelle/.xmodmap/DE_de' ) _
>  /
> |  keycode 237 = XF86AudioMedia
> |  keycode 160 = XF86AudioMute
> |  keycode 174 = XF86AudioLowerVolume
> |  keycode 176 = XF86AudioRaiseVolume
> |  keycode 164 = XF86AudioStop
> |  keycode 144 = XF86AudioPrev
> |  keycode 153 = XF86AudioNext
> |  keycode 162 = XF86AudioPause
> |  keycode 235 = MM_MyComputer
> |  keycode 161 = MM_Calculator
> |  keycode 178 = MM_Home
> |  keycode 236 = MM_EMail
> |  keycode 234 = Mozilla_Back
> |  keycode 233 = Mozilla_Forward
> |  keycode 232 = Mozilla_Stop
> |  keycode 229 = Mozilla_Search
> |  keycode 231 = Mozilla_Refresh
> |  keycode 230 = Mozilla_Favorites
> |  keycode 222 = Power
> |  keycode 223 = Sleep
> |  keycode 227 = Wake
>  \__
> 
> 
> AH YES, except the XF86Audio... the others do not exist... :-)

AFAICT this model is similar to "inet(scorpius)".

Denis



Bug#275034: xserver-xfree86: lynx is a build dependency (missing)

2004-10-05 Thread Adam D. Barratt
On Tue, 2004-10-05 at 21:16, Luke Kenneth Casson Leighton wrote:
> On Tue, Oct 05, 2004 at 07:01:40PM +0100, Adam D. Barratt wrote:
> > On Tue, 2004-10-05 at 16:25, Luke Kenneth Casson Leighton wrote:
> > > Package: xserver-xfree86
> > > Version: 4.3.0.dfsg.1-1
> > > Severity: normal
> > 
> > > lynx is  used to generate plaintext docs: it's a missing build
> > > dependency.
> > 
> > lynx *is* listed as a Build-Dependency, as of 4.3.0.dfsg.1-6. 
> 
> uhn ?
> 
> ... why did it not get installed when i did an apt-get build-dep then??

I have no idea. On an up-to-date sid system:

[EMAIL PROTECTED]:~$ sudo apt-get build-dep xserver-xfree86 -s | egrep lynx
  libwww0 libxcursor-dev libxft-dev lynx tetex-base tetex-bin
Inst lynx (2.8.5-2 Debian:unstable)
Conf lynx (2.8.5-2 Debian:unstable)

Regards,

Adam




Bug#275034: xserver-xfree86: lynx is a build dependency (missing)

2004-10-05 Thread Luke Kenneth Casson Leighton
On Tue, Oct 05, 2004 at 07:01:40PM +0100, Adam D. Barratt wrote:
> On Tue, 2004-10-05 at 16:25, Luke Kenneth Casson Leighton wrote:
> > Package: xserver-xfree86
> > Version: 4.3.0.dfsg.1-1
> > Severity: normal
> 
> > lynx is  used to generate plaintext docs: it's a missing build
> > dependency.
> 
> lynx *is* listed as a Build-Dependency, as of 4.3.0.dfsg.1-6. 

uhn ?

... why did it not get installed when i did an apt-get build-dep then??

> -8 is
> currently in unstable, and should enter testing once the HPPA and IA64
> builds are available.

 ... btw i get imake errors:

Tue Oct  5 22:07:36 BST 2004

cd ./config/imake && /usr/bin/make -j8 -w --jobserver-fds=3,4 -j -f Makefile.ini
 BOOTSTRAPCFLAGS="" CC="/home/lkcl/bin/ccc" clean
make[2]: Entering directory `/backup/src/xfree86-4.3.0.dfsg.1/build-tree/xc/conf
ig/imake'
rm -f ccimake imake.o imake
rm -f *.CKP *.ln *.BAK *.bak *.o core errs ,* *~ *.a tags TAGS make.log \#*
rm -f -r Makefile.proto Makefile Makefile.dep bootstrap
rm -f imakemdep_cpp.h
make[2]: Leaving directory `/backup/src/xfree86-4.3.0.dfsg.1/build-tree/xc/confi
g/imake'
/usr/bin/make -j8 -w --jobserver-fds=3,4 -j Makefile.boot
make[2]: Entering directory `/backup/src/xfree86-4.3.0.dfsg.1/build-tree/xc'
cd ./config/imake && /usr/bin/make -j8 -w --jobserver-fds=3,4 - --jobserver-fds=
3,4 -j -f Makefile.ini BOOTSTRAPCFLAGS="" CC="/home/lkcl/bin/ccc"
make[3]: Entering directory `/backup/src/xfree86-4.3.0.dfsg.1/build-tree/xc/conf
ig/imake'
making imake with BOOTSTRAPCFLAGS= and CROSSCOMPILEFLAGS=-DCROSSCOMPILEDIR="" in
 config/imake
/home/lkcl/bin/ccc -o ccimake -DCROSSCOMPILEDIR=\"\"  -O -I../../include -I../..
/imports/x11/include/X11 ccimake.c
if [ -n "" ] ; then \
/cc -E `./ccimake` \
-DCROSSCOMPILE_CPP imakemdep.h > imakemdep_cpp.h; \
else touch imakemdep_cpp.h; fi
/home/lkcl/bin/ccc -c  -O -I../../include -I../../imports/x11/include/X11 `./cci
make` imake.c
/home/lkcl/bin/ccc -o imake  -O -I../../include -I../../imports/x11/include/X11 
imake.o
make[3]: Leaving directory `/backup/src/xfree86-4.3.0.dfsg.1/build-tree/xc/confi
g/imake'
rm -f ./config/makedepend/Makefile.proto
./config/imake/imake -I./config/cf -DXFree86CustomVersion='"Debian 4.3.0.dfsg.1-
8 20041005210516 lkcl@"' -DBuilderEMailAddr='"[EMAIL PROTECTED]"' -s ./conf
ig/makedepend/Makefile.proto -f ./config/makedepend/Imakefile -DTOPDIR=../.. -DC
URDIR=./config/makedepend
gcc-3.3: 4.3.0.dfsg.1-8: No such file or directory
gcc-3.3: 20041005210516: No such file or directory
gcc-3.3: lkcl@": No such file or directory
distcc[26080] ERROR: compile (null) on localhost failed
./config/imake/imake: Exit code 1.
  Stop.
make[2]: *** [config/makedepend/Makefile.proto] Error 1

in case it's relevant, this is my /home/lkcl/bin/ccc script:

#!/bin/sh
ccache /usr/bin/gcc-3.4 -O3 -march=athlon-xp -funroll-loops 
-fomit-frame-pointer -ffast-math $@

... am i doing something silly [with the [EMAIL PROTECTED]


-- 
--
Truth, honesty and respect are rare commodities that all spring from
the same well: Love.  If you love yourself and everyone and everything
around you, funnily and coincidentally enough, life gets a lot better.
--
http://lkcl.net";>  lkcl.net   
mailto:[EMAIL PROTECTED]"> [EMAIL PROTECTED]  




X Strike Force XOrg SVN commit: r28 - /

2004-10-05 Thread X Strike Force SVN Repository Admin
Author: fabbione
Date: 2004-10-05 14:26:14 -0500 (Tue, 05 Oct 2004)
New Revision: 28

Modified:
   proposed-name-schema
Log:
Generate first project -> packages -> projects table.
Add foo example at the top of the table.
NOTE: the table has been generated with a script and NOT verified yet.


Modified: proposed-name-schema
===
--- proposed-name-schema2004-10-05 05:21:18 UTC (rev 27)
+++ proposed-name-schema2004-10-05 19:26:14 UTC (rev 28)
@@ -9,4 +9,352 @@
 Once this document will reach a useable state it should be renamed as
 packages-name-schema.
 
-vim:set ai et sts=4 sw=4 tw=80:
+xorg
+|
+|-->  xorg-source-config-->  xorg-config
+||
+||-->  foo
+||
+|\-->  bar
+|
+|-->  xorg-source-doc   -->  xorg-doc
+|
+|-->  xorg-source-extras-->  xorg-extras
+|
+|-->  xorg-source-fonts -->  xorg-fonts
+|
+|-->  xorg-source-include   -->  xorg-include
+|
+|-->  xorg-source-lib-fs-->  xorg-lib-fs
+|
+|-->  xorg-source-lib-gl-->  xorg-lib-gl
+|
+|-->  xorg-source-lib-glu   -->  xorg-lib-glu
+|
+|-->  xorg-source-lib-glw   -->  xorg-lib-glw
+|
+|-->  xorg-source-lib-ice   -->  xorg-lib-ice
+|
+|-->  xorg-source-lib-sm-->  xorg-lib-sm
+|
+|-->  xorg-source-lib-x11   -->  xorg-lib-x11
+|
+|-->  xorg-source-lib-xres  -->  xorg-lib-xres
+|
+|-->  xorg-source-lib-xtrap -->  xorg-lib-xtrap
+|
+|-->  xorg-source-lib-xau   -->  xorg-lib-xau
+|
+|-->  xorg-source-lib-xaw   -->  xorg-lib-xaw
+|
+|-->  xorg-source-lib-xaw6  -->  xorg-lib-xaw6
+|
+|-->  xorg-source-lib-xaw7  -->  xorg-lib-xaw7
+|
+|-->  xorg-source-lib-xbsd  -->  xorg-lib-xbsd
+|
+|-->  xorg-source-lib-xcomposite-->  xorg-lib-xcomposite
+|
+|-->  xorg-source-lib-xcursor   -->  xorg-lib-xcursor
+|
+|-->  xorg-source-lib-xdamage   -->  xorg-lib-xdamage
+|
+|-->  xorg-source-lib-xdmcp -->  xorg-lib-xdmcp
+|
+|-->  xorg-source-lib-xevie -->  xorg-lib-xevie
+|
+|-->  xorg-source-lib-xext  -->  xorg-lib-xext
+|
+|-->  xorg-source-lib-xfixes-->  xorg-lib-xfixes
+|
+|-->  xorg-source-lib-xfontcache-->  xorg-lib-xfontcache
+|
+|-->  xorg-source-lib-xft   -->  xorg-lib-xft
+|
+|-->  xorg-source-lib-xft1  -->  xorg-lib-xft1
+|
+|-->  xorg-source-lib-xi-->  xorg-lib-xi
+|
+|-->  xorg-source-lib-xinerama  -->  xorg-lib-xinerama
+|
+|-->  xorg-source-lib-xmu   -->  xorg-lib-xmu
+|
+|-->  xorg-source-lib-xmuu  -->  xorg-lib-xmuu
+|
+|-->  xorg-source-lib-xp-->  xorg-lib-xp
+|
+|-->  xorg-source-lib-xpm   -->  xorg-lib-xpm
+|
+|-->  xorg-source-lib-xprintapputil -->  xorg-lib-xprintapputil
+|
+|-->  xorg-source-lib-xprintutil-->  xorg-lib-xprintutil
+|
+|-->  xorg-source-lib-xrandr-->  xorg-lib-xrandr
+|
+|-->  xorg-source-lib-xrender   -->  xorg-lib-xrender
+|
+|-->  xorg-source-lib-xss   -->  xorg-lib-xss
+|
+|-->  xorg-source-lib-xt-->  xorg-lib-xt
+|
+|-->  xorg-source-lib-xtst  -->  xorg-lib-xtst
+|
+|-->  xorg-source-lib-xv-->  xorg-lib-xv
+|
+|-->  xorg-source-lib-xvmc  -->  xorg-lib-xvmc
+|
+|-->  xorg-source-lib-xxf86dga  -->  xorg-lib-xxf86dga
+|
+|-->  xorg-source-lib-xxf86misc -->  xorg-lib-xxf86misc
+|
+|-->  xorg-source-lib-xxf86rush -->  xorg-lib-xxf86rush
+|
+|-->  xorg-source-lib-xxf86vm   -->  xorg-lib-xxf86vm
+|
+|-->  xorg-source-lib-apple -->  xorg-lib-apple
+|
+|-->  xorg-source-lib-dmx   -->  xorg-lib-dmx
+|
+|-->  xorg-source-lib-dps   -->  xorg-lib-dps
+|
+|-->  xorg-source-lib-dpstk -->  xorg-lib-dpstk
+|
+|-->  xorg-source-lib-expat -->  xorg-lib-expat
+|
+|-->  xorg-source-lib-font  -->  xorg-lib-font
+|
+|-->  xorg-source-lib-fontconfig-->  xorg-lib-fontconfig
+|
+|-->  xorg-source-lib-fontenc   -->  xorg-lib-fontenc
+|
+|-->  xorg-source-lib-freetype2 -->

Bug#126519: i already told you

2004-10-05 Thread Marcia kilgore

How are you?
Providing great quality and great prices time and time again. Please if your curious, visit the link below. No pres:cription needed for all of these quality low cost dr:ugs.
http://pang.virtualgetmed.com/?refid=53
Thank you
God Bless
Dr. Martin

This is an AD.

17237 N. 83rd Way
Cleveland Ohio 26547

Remove.


Bug#275034: xserver-xfree86: lynx is a build dependency (missing)

2004-10-05 Thread Adam D. Barratt
On Tue, 2004-10-05 at 16:25, Luke Kenneth Casson Leighton wrote:
> Package: xserver-xfree86
> Version: 4.3.0.dfsg.1-1
> Severity: normal

> lynx is  used to generate plaintext docs: it's a missing build
> dependency.

lynx *is* listed as a Build-Dependency, as of 4.3.0.dfsg.1-6. -8 is
currently in unstable, and should enter testing once the HPPA and IA64
builds are available.

Regards,

Adam




Bug#275034: marked as done (xserver-xfree86: lynx is a build dependency (missing))

2004-10-05 Thread Debian Bug Tracking System
Your message dated Tue, 5 Oct 2004 20:00:20 +0200
with message-id <[EMAIL PROTECTED]>
and subject line Bug#275034: xserver-xfree86: lynx is a build dependency 
(missing)
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)

--
Received: (at submit) by bugs.debian.org; 5 Oct 2004 15:15:02 +
>From [EMAIL PROTECTED] Tue Oct 05 08:15:02 2004
Return-path: <[EMAIL PROTECTED]>
Received: from open.hands.com [195.224.53.39] 
by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
id 1CEr1q-00012d-00; Tue, 05 Oct 2004 08:15:02 -0700
Received: from lkcl.net (host81-152-10-162.range81-152.btcentralplus.com 
[81.152.10.162])
by open.hands.com (Postfix) with ESMTP id E7C9BC168
for <[EMAIL PROTECTED]>; Tue,  5 Oct 2004 16:14:24 +0100 (BST)
Received: from lkcl by lkcl.net with local (Exim 4.24)
id 1CErC1-0008AI-QG; Tue, 05 Oct 2004 16:25:33 +0100
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
From: Luke Kenneth Casson Leighton <[EMAIL PROTECTED]>
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Subject: xserver-xfree86: lynx is a build dependency (missing)
X-Mailer: reportbug 2.39
Date: Tue, 05 Oct 2004 16:25:33 +0100
Message-Id: <[EMAIL PROTECTED]>
X-hands-com-MailScanner: Found to be clean
X-hands-com-MailScanner-SpamScore: s
X-MailScanner-From: [EMAIL PROTECTED]
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2004_03_25 
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE 
autolearn=no version=2.60-bugs.debian.org_2004_03_25
X-Spam-Level: 

Package: xserver-xfree86
Version: 4.3.0.dfsg.1-1
Severity: normal


lynx is  used to generate plaintext docs: it's a missing build
dependency.

l.


---
Received: (at 275034-done) by bugs.debian.org; 5 Oct 2004 18:00:58 +
>From [EMAIL PROTECTED] Tue Oct 05 11:00:58 2004
Return-path: <[EMAIL PROTECTED]>
Received: from imap.gmx.net (mail.gmx.net) [213.165.64.20] 
by spohr.debian.org with smtp (Exim 3.35 1 (Debian))
id 1CEtcQ-0008IF-00; Tue, 05 Oct 2004 11:00:58 -0700
Received: (qmail 10040 invoked by uid 65534); 5 Oct 2004 18:00:26 -
Received: from socks-out.lrz-muenchen.de (EHLO nighthawk.oase.mhn.de) 
(129.187.254.15)
  by mail.gmx.net (mp015) with SMTP; 05 Oct 2004 20:00:26 +0200
X-Authenticated: #686195
Received: from mbanck by nighthawk.oase.mhn.de with local (Exim 4.34)
id 1CEtbo-0003sY-7S
for [EMAIL PROTECTED]; Tue, 05 Oct 2004 20:00:20 +0200
Date: Tue, 5 Oct 2004 20:00:20 +0200
From: Michael Banck <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: Re: Bug#275034: xserver-xfree86: lynx is a build dependency (missing)
Message-ID: <[EMAIL PROTECTED]>
References: <[EMAIL PROTECTED]>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
In-Reply-To: <[EMAIL PROTECTED]>
User-Agent: Mutt/1.5.6+20040818i
Sender: Michael Banck <[EMAIL PROTECTED]>
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2004_03_25 
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER 
autolearn=no version=2.60-bugs.debian.org_2004_03_25
X-Spam-Level: 

On Tue, Oct 05, 2004 at 04:25:33PM +0100, Luke Kenneth Casson Leighton wrote:
> Version: 4.3.0.dfsg.1-1
> 
> lynx is  used to generate plaintext docs: it's a missing build
> dependency.

nighthawk~/src/gnumach-package$ apt-cache showsrc xfree86 | grep lynx
Build-Depends: dpkg (>= 1.7.0), flex, bison, bsdmainutils, groff,
zlib1g-dev | libz-dev, libncurses5-dev | libncurses-dev, libpam0g-dev |
libpam-dev, libfreetype6-dev, libpaperg, libstdc++5-dev | libstdc++-dev,
tetex-bin, po-debconf, debhelper (>= 4.1.16), lynx, libglide2-dev (>>
  
2001.01.26) [i386], libglide3-dev (>= 2002.04.10-7) [alpha amd64 i386
ia64], linux-kernel-headers [alpha amd64 arm hppa i386 ia64 m68k mips
mipsel powerpc s390 sh], linux-kernel-headers (>= 2.5.999-test7-bk-15)
[sparc], libpng12-dev | libpng-dev, libexpat1-dev, libfontconfig1-dev,
fontconfig, bzip2, libxft-dev (>= 2.1.2), libxrender-dev (>= 0.8.3),
libxcursor-dev, dbs, m4

At least the current version in unstable has lynx has Build-Dependency.
Further the following snippet from the 4.3.0.dfsg.1-6 changelog suggests
this has been dealt with properly:

  * Convert Debian X F

Bug#271326: this us_intl seems to work for me

2004-10-05 Thread Gustavo Noronha Silva
Hey,

I am having the us_intl problem here and found this bug report. I tried
Denis' file: copied it to /etc/X11/xkb/symbol/pc/ and ran setxkbmap. It
seems to work just fine now.

Thanks,

-- 
[EMAIL PROTECTED]: Gustavo Noronha 
Debian:    *  
  "Não deixe para amanhã, o WML que você pode traduzir hoje!"
http://debian-br.alioth.debian.org/?id=WebWML



Bug#275034: xserver-xfree86: lynx is a build dependency (missing)

2004-10-05 Thread Luke Kenneth Casson Leighton
Package: xserver-xfree86
Version: 4.3.0.dfsg.1-1
Severity: normal


lynx is  used to generate plaintext docs: it's a missing build
dependency.

l.




Bug#275005: ATI Rage Mobility P/M not well supported

2004-10-05 Thread Ludovic Danigo
Package: xserver-xfree86
Version: 4.3.0.dfsg.1-4

Update the driver for
:01:00.0 VGA compatible controller: ATI Technologies Inc Rage
Mobility P/M AGP 2x (rev 64)

I am having problems like X crashing from time to time, without core,
and nothing in the logs. Furthermore, try to play some video using
Xv irremediably crash the X system ( without core,and nothing in the
logs of course :( ) and the mouse pointer has a dotted line on his
right side.

All that reminds me problems I was having in Fedora Core 1 RC3 that
have being resolve since then (redhat patch ?)

Can someone investigate and include relevant patch if necesary ?
Feel free to ask for more details.

Thank you.

--
Ludovic Danigo



Bug#274996: keysyms for Multimedia Keyboards

2004-10-05 Thread Michelle Konzack
Package: xserver-xfree86
Version: 4.1.0-16woody3.michelle.4
Severity: wishlist

Wish description:

Now I have gotten a new Multimedia-Keyboard (KB-2925, WTX)
and detected the Keycodes with xev.

   ( '/home/michelle/.xmodmap/DE_de' ) _
 /
|  keycode 237 = XF86AudioMedia
|  keycode 160 = XF86AudioMute
|  keycode 174 = XF86AudioLowerVolume
|  keycode 176 = XF86AudioRaiseVolume
|  keycode 164 = XF86AudioStop
|  keycode 144 = XF86AudioPrev
|  keycode 153 = XF86AudioNext
|  keycode 162 = XF86AudioPause
|  keycode 235 = MM_MyComputer
|  keycode 161 = MM_Calculator
|  keycode 178 = MM_Home
|  keycode 236 = MM_EMail
|  keycode 234 = Mozilla_Back
|  keycode 233 = Mozilla_Forward
|  keycode 232 = Mozilla_Stop
|  keycode 229 = Mozilla_Search
|  keycode 231 = Mozilla_Refresh
|  keycode 230 = Mozilla_Favorites
|  keycode 222 = Power
|  keycode 223 = Sleep
|  keycode 227 = Wake
 \__


AH YES, except the XF86Audio... the others do not exist... :-)

I have creates a new keysym.h with "MyCompute", "Calculator",
"Home", "EMail", "Mozilla_Back", "Mozilla_Forward", "Mozilla_Stop",
"Mozilla_Search", "Mozilla_Refresh", "Mozilla_Favorites", "Power",
"Sleep" and "Wake".

Recompiled xfree86 (Debian, WOODY) and gotten what I have expected.

Now I like to see the "keysyms" in newer versions because for WOODY
it is to late. 

Now I have 5 multimedia keyboards from different manufacturers and 
these keys are the same as on all other keyboards I have seen.


-- System Information
Debian Release: 3.0
Kernel Version: Linux michelle1.private 2.4.27-work #1 Mon Apr 12 11:37:50 UTC 
2004 i686 unknown


Versions of the packages xserver-xfree86 depends on:
ii  debconf1.2.35 Debian configuration management system
ii  libc6  2.2.5-11.5 GNU C Library: Shared libraries and Timezone
ii  xserver-common 4.1.0-16woody3 files and utilities common to all X servers
ii  zlib1g 1.1.4-1.0woody compression library - runtime


signature.pgp
Description: Digital signature


X Strike Force XOrg SVN commit: r27 - /

2004-10-05 Thread X Strike Force SVN Repository Admin
Author: fabbione
Date: 2004-10-05 00:21:18 -0500 (Tue, 05 Oct 2004)
New Revision: 27

Added:
   proposed-name-schema
Log:
Add proposed-name-schema file.


Added: proposed-name-schema
===
--- proposed-name-schema2004-10-04 18:02:21 UTC (rev 26)
+++ proposed-name-schema2004-10-05 05:21:18 UTC (rev 27)
@@ -0,0 +1,12 @@
+Proposed Naming Schema
+==
+
+$Id$
+
+The purpose of this document is to describe, in the best way as possible, the
+relationship between all the subprojects and keep track of them.
+
+Once this document will reach a useable state it should be renamed as
+packages-name-schema.
+
+vim:set ai et sts=4 sw=4 tw=80:


Property changes on: proposed-name-schema
___
Name: svn:keywords
   + Id