Bug#362722: Xorg Encoding Files at Wrong Location

2006-04-16 Thread Daniel Stone
On Sat, Apr 15, 2006 at 04:34:55PM -0700, Xin Liu wrote:
> There is a typo in the rules file. Actually this should be:
> --with-encodingsdir=\$${datadir}/fonts/X11/encodings

Yes, that bit got fixed too.


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



Bug#362713: fails to upgrade since /usr/X11R6/bin/X still exists

2006-04-16 Thread Steve Langasek
On Sat, Apr 15, 2006 at 07:01:12PM +0200, Joey Hess wrote:
> Steve Langasek wrote:
> > Hmm, this was supposed to have been fixed in xserver-xorg 1:7.0.11 by
> > removing the symlink in question. :/  So there are two bugs here --
> > xserver-xorg needs to drop the symlink, and x11-common needs to bump its
> > versioned conflict with xserver-xorg...

> Just to add to the fun, today's upgrade of X also seemed to re-write the
> /usr/X11R6/bin/X symlink. At least, I think that's how my laptop came to
> contain this broken link:

> [EMAIL PROTECTED]:/usr/bin>ls -l X
> lrwxrwxrwx 1 root root 4 Apr 15 18:47 X -> ../../bin/X

I think there are two paths that can cause this -- either by meddling with
the xserver-xorg contents, removing the /usr/X11R6/bin/X symlink by hand to
work around this postinst failure, followed by upgrade to a version of
xserver-xorg that re-adds /usr/X11R6/bin/X and overwriting /usr/bin/X; or by
removing xserver-xorg, letting x11-common upgrade, and re-installing a
version of xserver-xorg which x11-common failed to conflict with.

Both of these should be transitive issues that won't affect future versions
of the xorg packages; and users who experience this bug can fix it with a
reinstall of x11-common.

-- 
Steve Langasek   Give me a lever long enough and a Free OS
Debian Developer   to set it on, and I can move the world.
[EMAIL PROTECTED]   http://www.debian.org/


signature.asc
Description: Digital signature


Bug#362868: marked as done (xserver-xorg-core: Cannot load GLcore)

2006-04-16 Thread Debian Bug Tracking System
Your message dated Sun, 16 Apr 2006 08:06:52 +0100
with message-id <[EMAIL PROTECTED]>
and subject line Bug#362868: xserver-xorg-core: Cannot load GLcore
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

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

--- Begin Message ---
Package: xserver-xorg-core
Version: 1:1.0.2-4
Severity: normal

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1


When trying to load GLcore module, I get this in
/var/log/Xorg.0.log:

(II) LoadModule: "GLcore"
(II) Loading /usr/lib/xorg/modules/extensions/libGLcore.so
dlopen: /usr/lib/xorg/modules/extensions/libGLcore.so: undefined
symbol: __glXLastCon
text
(EE) Failed to load /usr/lib/xorg/modules/extensions/libGLcore.so
(II) UnloadModule: "GLcore"
(EE) Failed to load module "GLcore" (loader failed, 7)

And yes glxinfo says, that
direct rendering: No

(and yes, it DID work with 6.9 on the same computer)

What to do?

Matej

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

Versions of packages xserver-xorg-core depends on:
ii  libc62.3.6-7 GNU C Library: Shared libraries
ii  libfontenc1  1:1.0.1-3   X11 font encoding library
ii  libgcc1  1:4.1.0-1   GCC support library
ii  libxau6  1:1.0.0-2   X11 authorisation library
ii  libxdmcp61:1.0.0-3   X11 Display Manager Control Protoc
ii  libxfont11:1.0.0-3   X11 font rasterisation library
ii  x11-common   1:7.0.12X Window System (X.Org) infrastruc
ii  xserver-xorg-input-all   1:7.0.12the X.Org X server -- input driver
ii  xserver-xorg-input-evdev [xs 1:1.0.0.5-2 X.Org X server -- evdev input driv
ii  xserver-xorg-input-kbd [xser 1:1.0.1.3-2 X.Org X server -- keyboard input d
ii  xserver-xorg-input-mouse [xs 1:1.0.4-2   X.Org X server -- mouse input driv
ii  xserver-xorg-video-fbdev [xs 1:0.1.0.5-2 X.Org X server -- fbdev display dr
ii  xserver-xorg-video-i810 [xse 1:1.5.1.0-2 X.Org X server -- Intel i8xx, i9xx
ii  zlib1g   1:1.2.3-11  compression library - runtime

Versions of packages xserver-xorg-core recommends:
pn  xkeyboard-config   (no description available)

- -- no debconf information

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

iD8DBQFEQavv4J/vJdlkhKwRArjVAJ9D5yjqQ6e4B9iZJE3AG1vdlQRE8ACfcVFg
jDJuabu+Miq7W2VW+K/prgU=
=1RKW
-END PGP SIGNATURE-

--- End Message ---
--- Begin Message ---
On Sat, Apr 15, 2006 at 10:29:03PM -0400, Matej Cepl wrote:
> When trying to load GLcore module, I get this in
> /var/log/Xorg.0.log:
> 
> (II) LoadModule: "GLcore"
> (II) Loading /usr/lib/xorg/modules/extensions/libGLcore.so
> dlopen: /usr/lib/xorg/modules/extensions/libGLcore.so: undefined
> symbol: __glXLastCon
> text
> (EE) Failed to load /usr/lib/xorg/modules/extensions/libGLcore.so
> (II) UnloadModule: "GLcore"
> (EE) Failed to load module "GLcore" (loader failed, 7)
> 
> And yes glxinfo says, that
> direct rendering: No
> 
> (and yes, it DID work with 6.9 on the same computer)

Remove the 'Load "GLcore"' line from xorg.conf.
--- End Message ---


Bug#362554: libxp done

2006-04-16 Thread Drew Parsons
I've done libxp to my satisfaction and uploaded it.

Hopefully it'll be accepted by the time you wake up, though proto/print
will need to get through NEW before it can be used.

Drew

p.s. I think you need to put dh_installdeb *after* dh_makeshlibs in
libxrender (and others?)


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



Bug#362883: xserver-xorg-video-s3: does not Provides: xserver-xorg-video

2006-04-16 Thread Josh Triplett
Package: xserver-xorg-video-s3
Version: 1:1.8.6.5-2

xserver-xorg-video-s3, unlike all the other video drivers, does not
Provides: xserver-xorg-video, so it alone cannot satisfy the video
driver Depends in xserver-xorg or xserver-xorg-core.

- Josh Triplett



signature.asc
Description: OpenPGP digital signature


Bug#362885: x11-common: unable to upgrade, rmdir: /usr/X11R6/bin: Directory not empty

2006-04-16 Thread Eduard Bloch
Package: x11-common
Version: 1:7.0.11
Severity: serious

Hello,

I cannot upgrade the package on my system because it repeatedly fails
with:

rmdir: /usr/X11R6/bin: Directory not empty
x11-common postinst error: Could not remove /usr/X11R6/bin. Is not yet
empty
dpkg: error processing x11-common (--configure):
 subprocess post-installation script returned error exit status 74
 Errors were encountered while processing:
  x11-common
  E: Sub-process /usr/bin/dpkg returned an error code (1)


Well, yes, there is one remaining file added manually by me, however the
postinst should not rely on that and fail otherwise.

Eduard.


-- 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.16-1-amd64-k8
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)

Versions of packages x11-common depends on:
ii  debconf [debconf-2.0] 1.4.72 Debian configuration management sy
ii  debianutils   2.15.5 Miscellaneous utilities specific t
ii  laptop-detect 0.12.1 attempt to detect a laptop
ii  lsb-base  3.1-3  Linux Standard Base 3.1 init scrip

x11-common recommends no packages.

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


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



Bug#362886: xutils-dev: .cf files still install to /usr/X11R6/bin, not /usr/bin

2006-04-16 Thread Steve Langasek
Package: xutils-dev
Version: 1:1.0.2-1
Severity: serious
Tags: patch

The .cf files added back into xutils-dev in 1:1.0.2-1 are still broken wrt
the FHS: they still generate makefiles which install binaries (and other
files) to /usr/X11R6, meaning there is an implicit conflict with the new
x11-common.  This needs to be fixed soon so that packages don't get uploaded
using the functional but buggy xutils 1.0.2-1.

The attached patch Works For Me when building autolock for X11R7.

Thanks,
-- 
Steve Langasek   Give me a lever long enough and a Free OS
Debian Developer   to set it on, and I can move the world.
[EMAIL PROTECTED]   http://www.debian.org/
Index: xorg-cf-files-1.0.1/linux.cf
===
--- xorg-cf-files-1.0.1/linux.cf(revision 1815)
+++ xorg-cf-files-1.0.1/linux.cf(working copy)
@@ -86,6 +86,13 @@
 # define BuildPDFdocs NO
 #endif
 
+#ifndef ProjectRoot
+# define ProjectRoot   /usr
+#endif
+#ifndef ManDirectoryRoot
+# define ManDirectoryRoot  /usr/share/man
+#endif
+
 #ifndef LinuxBinUtilsMajorVersion
 # define LinuxBinUtilsMajorVersion DefaultLinuxBinUtilsMajorVersion
 #endif


signature.asc
Description: Digital signature


Bug#362885: marked as done (x11-common: unable to upgrade, rmdir: /usr/X11R6/bin: Directory not empty)

2006-04-16 Thread Debian Bug Tracking System
Your message dated Sun, 16 Apr 2006 09:00:17 +0100
with message-id <[EMAIL PROTECTED]>
and subject line Bug#362885: x11-common: unable to upgrade, rmdir: 
/usr/X11R6/bin: Directory not empty
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

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

--- Begin Message ---
Package: x11-common
Version: 1:7.0.11
Severity: serious

Hello,

I cannot upgrade the package on my system because it repeatedly fails
with:

rmdir: /usr/X11R6/bin: Directory not empty
x11-common postinst error: Could not remove /usr/X11R6/bin. Is not yet
empty
dpkg: error processing x11-common (--configure):
 subprocess post-installation script returned error exit status 74
 Errors were encountered while processing:
  x11-common
  E: Sub-process /usr/bin/dpkg returned an error code (1)


Well, yes, there is one remaining file added manually by me, however the
postinst should not rely on that and fail otherwise.

Eduard.


-- 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.16-1-amd64-k8
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)

Versions of packages x11-common depends on:
ii  debconf [debconf-2.0] 1.4.72 Debian configuration management sy
ii  debianutils   2.15.5 Miscellaneous utilities specific t
ii  laptop-detect 0.12.1 attempt to detect a laptop
ii  lsb-base  3.1-3  Linux Standard Base 3.1 init scrip

x11-common recommends no packages.

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

--- End Message ---
--- Begin Message ---
On Sun, Apr 16, 2006 at 09:47:29AM +0200, Eduard Bloch wrote:
> I cannot upgrade the package on my system because it repeatedly fails
> with:
> 
> rmdir: /usr/X11R6/bin: Directory not empty
> x11-common postinst error: Could not remove /usr/X11R6/bin. Is not yet
> empty
> dpkg: error processing x11-common (--configure):
>  subprocess post-installation script returned error exit status 74
>  Errors were encountered while processing:
>   x11-common
>   E: Sub-process /usr/bin/dpkg returned an error code (1)
> 
> 
> Well, yes, there is one remaining file added manually by me, however the
> postinst should not rely on that and fail otherwise.

How else, exactly, is that directory then supposed to turn into a
symlink?

Please also consult the hojillions of other bugs already filed on this
issue.
--- End Message ---


Bug#362144: x-ttxidfont-conf isn't the problem here

2006-04-16 Thread sacrificial-spam-address
Package: xserver-xorg
Version: 1:7.0.11
Architecture: i396

In case anyone else is looking at this bug for ideas...

I'm having the same symptoms, but it's not #362296.
I had an xorg.conf file that listed "/usr/lib/X11/fonts/*",
but the fonts moved to /usr/share/fonts/X11/*.  The only
things in the old directory were from bitchx and xfonts-jmk.



You know, I really wish the X server would explain in more
detail *why* it can't load default font "fixed".  Is it:

- Cannot find "fixed" in any fonts.alias in the FontPath?
- Cannot find the name in a fonts.dir file?
- Cannot open the file name given in the fonts.dir file?
- File is corrupt?


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



Bug#362885: x11-common: unable to upgrade, rmdir: /usr/X11R6/bin: Directory not empty

2006-04-16 Thread Steve Langasek
On Sun, Apr 16, 2006 at 09:47:29AM +0200, Eduard Bloch wrote:

> I cannot upgrade the package on my system because it repeatedly fails
> with:

> rmdir: /usr/X11R6/bin: Directory not empty
> x11-common postinst error: Could not remove /usr/X11R6/bin. Is not yet
> empty
> dpkg: error processing x11-common (--configure):
>  subprocess post-installation script returned error exit status 74
>  Errors were encountered while processing:
>   x11-common
>   E: Sub-process /usr/bin/dpkg returned an error code (1)

> Well, yes, there is one remaining file added manually by me, however the
> postinst should not rely on that and fail otherwise.

To expand on Daniel's closure message:  X11R6 is dead, and this directory
needs to be removed so it can be replaced with a compatibility symlink.
Otherwise, the transition path gets much uglier as we try to track down
one-by-one all the tools that reference /usr/X11R6/bin as an absolute path
between now and etch's release.

So if the file in /usr/X11R6/bin comes from an official package, please tell
us the package so x11-common can conflict with it.  If it's an unofficial
package, update it to install to /usr/bin instead.  If it's not from a
package, move the file to /usr/bin or /usr/local/bin (the latter seems more
appropriate to me, the former will give you path compatibility) via the
/usr/X11R6/bin symlink).

-- 
Steve Langasek   Give me a lever long enough and a Free OS
Debian Developer   to set it on, and I can move the world.
[EMAIL PROTECTED]   http://www.debian.org/


signature.asc
Description: Digital signature


Bug#362889: xbase-clients: /usr/lib/X11/xinit/xinitrc tries to use (possibly non-existant) twm/xterm

2006-04-16 Thread Y Giridhar Appaji Nag
Package: xbase-clients
Version: 1:7.0.0-3
Severity: normal
Tags: patch

xinitrc tries to run twm/xterm (which may not exist) from
/usr/lib/X11/xinit/xinitrc.  In case there is some other window manager
or terminal emulator, it makes sense to execute those.

--- xinitrc.orig2006-04-16 13:19:20.0 +0530
+++ xinitrc 2006-04-16 14:20:19.0 +0530
@@ -25,8 +25,14 @@
 fi
 
 # start some nice programs
-twm &
-xclock -geometry 50x50-1+1 &
-xterm -geometry 80x50+494+51 &
-xterm -geometry 80x20+494-0 &
-exec xterm -geometry 80x66+0+0 -name login
+
+if [ -x /usr/bin/x-session-manager ]; then
+exec x-session-manager
+elif [ -x /usr/bin/x-window-manager ]; then
+if [ -x /usr/bin/x-terminal-emulator ]; then
+x-window-manager &
+exec x-terminal-emulator
+else
+exec x-window-manager
+fi
+fi

Giridhar

--
Y Giridhar Appaji Nag | http://www.appaji.net/

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (800, 'unstable'), (700, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.16-1-686
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages xbase-clients depends on:
ii  libc6   2.3.6-7  GNU C Library: Shared libraries
ii  libfontconfig1  2.3.2-5.1generic font configuration library
ii  libfreetype62.1.10-3 FreeType 2 font engine, shared lib
ii  libfs6  2:1.0.0-2X11 Font Services library
ii  libgl1-mesa-glx [libgl1]6.4.1-0.4A free implementation of the OpenG
ii  libice6 1:1.0.0-2X11 Inter-Client Exchange library
ii  libpng12-0  1.2.8rel-5.1 PNG library - runtime
ii  libsm6  1:1.0.0-3X11 Session Management library
ii  libx11-62:1.0.0-6X11 client-side library
ii  libxau6 1:1.0.0-2X11 authorisation library
ii  libxaw7 1:1.0.1-4X11 Athena Widget library
ii  libxcursor1 1.1.5.2-3X cursor management library
ii  libxext61:1.0.0-3X11 miscellaneous extension librar
ii  libxft2 2.1.8.2-6FreeType-based font drawing librar
ii  libxi6  1:1.0.0-3X11 Input extension library
ii  libxkbfile1 1:1.0.2-2X11 keyboard file manipulation lib
ii  libxmu6 1:1.0.1-2X11 miscellaneous utility library
ii  libxmuu11:1.0.1-2X11 miscellaneous micro-utility li
ii  libxrandr2  2:1.1.0.2-3  X11 RandR extension library
ii  libxrender1 1:0.9.0.2-3  X Rendering Extension client libra
ii  libxss1 1:1.0.1-3X11 Screen Saver extension library
ii  libxt6  1:1.0.0-3X11 toolkit intrinsics library
ii  libxtrap6   1:1.0.0-2X11 event trapping extension libra
ii  libxtst61:1.0.1-2X11 Testing -- Resource extension 
ii  libxv1  1:1.0.1-2X11 Video extension library
ii  libxxf86dga12:1.0.0-2X11 Direct Graphics Access extensi
ii  libxxf86vm1 1:1.0.0-3X11 XFree86 video mode extension l
ii  x11-common  1:7.0.12 X Window System (X.Org) infrastruc
ii  zlib1g  1:1.2.3-11   compression library - runtime

xbase-clients recommends no packages.

-- no debconf information


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



Bug#362891: xserver-xorg: post-installation script fails during install

2006-04-16 Thread Daniele Venzano
Package: xserver-xorg
Version: 1:7.0.12
Severity: grave
Justification: renders package unusable


Package xserver-xorg fails to install on my system with the following
messages:

Setting up xserver-xorg (7.0.12) ...
dpkg: error processing xserver-xorg (--configure):
 subprocess post-installation script returned error exit status 64
dpkg: dependency problems prevent configuration of xorg:
 xorg depends on xserver-xorg; however:
  Package xserver-xorg is not configured yet.
dpkg: error processing xorg (--configure):
 dependency problems - leaving unconfigured
Errors were encountered while processing:
 xserver-xorg
 xorg

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

Versions of packages xserver-xorg depends on:
ii  debconf  1.4.72  Debian configuration management sy
ii  x11-common   1:7.0.12X Window System (X.Org) infrastruc
ii  xbase-clients1:7.0.0-3   miscellaneous X clients
ii  xkb-data 0.8-5   X Keyboard Extension (XKB) configu
ii  xserver-xorg-core1:1.0.2-4   X.Org X server -- core server
ii  xserver-xorg-input-evdev [xs 1:1.0.0.5-2 X.Org X server -- evdev input driv
ii  xserver-xorg-input-kbd [xser 1:1.0.1.3-2 X.Org X server -- keyboard input d
ii  xserver-xorg-input-mouse [xs 1:1.0.4-2   X.Org X server -- mouse input driv
ii  xserver-xorg-video-ati [xser 1:6.5.7.3-3 X.Org X server -- ATI display driv

Versions of packages xserver-xorg recommends:
ii  discover   2.0.7-2.1 hardware identification system
ii  laptop-detect  0.12.1attempt to detect a laptop
ii  mdetect0.5.2.1   mouse device autodetection tool
ii  xresprobe  0.4.23debian1 X Resolution Probe

-- debconf information:
  xserver-xorg/multiple_possible_x-drivers:
  xserver-xorg/config/monitor/use_sync_ranges: true
* xserver-xorg/config/inputdevice/mouse/port: /dev/input/mice
  xserver-xorg/config/monitor/lcd: false
  xserver-xorg/config/doublequote_in_string_error:
  xserver-xorg/config/monitor/screen-size: 17 inches (430 mm)
  shared/default-x-server: xserver-xorg
  xserver-xorg/autodetect_monitor: true
  xserver-xorg/config/inputdevice/mouse/protocol: ImPS/2
* shared/no_known_x-server:
  xserver-xorg/config/display/default_depth: 24
* xserver-xorg/config/display/modes: 1024x768, 800x600, 640x480
  xserver-xorg/config/device/bus_id_error:
  xserver-xorg/config/inputdevice/keyboard/internal:
  xserver-xorg/config/monitor/vert-refresh: 43-72
* xserver-xorg/config/inputdevice/keyboard/options:
* xserver-xorg/autodetect_keyboard: false
  xserver-xorg/config/inputdevice/mouse/zaxismapping: true
* xserver-xorg/config/device/use_fbdev: false
* xserver-xorg/config/inputdevice/keyboard/variant:
  xserver-xorg/config/nonnumeric_string_error:
  xserver-xorg/config/fontpath/fontserver:
* xserver-xorg/config/inputdevice/keyboard/layout: se
  xserver-xorg/config/modules: i2c, bitmap, ddc, dri, extmod, freetype, glx, 
int10, type1, vbe
  xserver-xorg/config/monitor/identifier: Monitor Generico
  xserver-xorg/config/inputdevice/mouse/emulate3buttons: true
* xserver-xorg/autodetect_mouse: true
  xserver-xorg/config/monitor/horiz-sync: 28-49
  xserver-xorg/config/device/video_ram:
  xserver-xorg/config/monitor/range_input_error:
  xserver-xorg/config/write_dri_section: true
* xserver-xorg/config/inputdevice/keyboard/model: macintosh
* xserver-xorg/config/device/driver: ati
  xserver-xorg/config/device/identifier: Scheda video generica
  xserver-xorg/config/monitor/selection-method: Medium
  xserver-xorg/config/null_string_error:
  shared/multiple_possible_x-servers:
* xserver-xorg/config/device/bus_id: PCI:0:16:0
  xserver-xorg/config/write_files_section: true
* xserver-xorg/autodetect_video_card: true
  xserver-xorg/config/monitor/mode-list: 1024x768 @ 60Hz
* xserver-xorg/config/inputdevice/keyboard/rules: xorg


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



Bug#362894: x11-common: font system completely f***ed up: fixed font not found

2006-04-16 Thread Norbert Preining
Package: x11-common
Version: 1:7.0.12
Severity: grave
Justification: renders package unusable

Hi X maintainers!

It seems that the font organization is completely crazy now:
- X cannot find the fixed font anymore:
  The fixed enty in fonts.alias in /usr/share/fonts/X11/misc is not 
  included in the fonts.dir file
- there are still two different hierachies: Up to now the xorg.conf
  files contain as fontpath /usr/lib/X11/fonts ...
  But /usr/lib/X11/fonts -> /usr/X11R6/lib/X11/fonts but the later
  is DIFFERENT from /usr/share/fonts/X11/...
  so in effect the fonts in /usr/share/fonts/X11 are not included in
  the font path at all.
- there are no man pages how to update the font system: mkfontdir which
  has been used till now is nothing else the mkfontscale script.

All this is grave because one cannot start the X server, and even
playing around with /usr/share/fonts/X11/misc and mkfontdir didn't fix
the situation (the script could give a warning message that now you
should use update-what-the-hell). After adding the fonts.scale by hand
and adding it to the fonts.dir still now work, because of the above
fonts path hierachy mismatch. What a grat disaster, to be honest!

Forthermore, please include documentation, write up some transition
document, it is NOT up to the user to find out everything by themselves.

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (10, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.17-rc1-mm2
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)

Versions of packages x11-common depends on:
ii  debconf [debconf-2.0] 1.4.72 Debian configuration management sy
ii  debianutils   2.15.5 Miscellaneous utilities specific t
ii  laptop-detect 0.12.1 attempt to detect a laptop
ii  lsb-base  3.1-3  Linux Standard Base 3.1 init scrip

x11-common recommends no packages.

-- debconf information:
  x11-common/xwrapper/allowed_users: Anybody
  x11-common/experimental_packages:
  x11-common/xwrapper/actual_allowed_users: anybody
  x11-common/xwrapper/nice_value/error:
  x11-common/xwrapper/nice_value: -10


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



Bug#362894: x11-common: font system completely f***ed up: fixed font not found

2006-04-16 Thread Daniel Stone
On Sun, Apr 16, 2006 at 12:13:43PM +0200, Norbert Preining wrote:
> It seems that the font organization is completely crazy now:
> - X cannot find the fixed font anymore:
>   The fixed enty in fonts.alias in /usr/share/fonts/X11/misc is not 
>   included in the fonts.dir file
> - there are still two different hierachies: Up to now the xorg.conf
>   files contain as fontpath /usr/lib/X11/fonts ...
>   But /usr/lib/X11/fonts -> /usr/X11R6/lib/X11/fonts but the later
>   is DIFFERENT from /usr/share/fonts/X11/...
>   so in effect the fonts in /usr/share/fonts/X11 are not included in
>   the font path at all.
> - there are no man pages how to update the font system: mkfontdir which
>   has been used till now is nothing else the mkfontscale script.
> 
> All this is grave because one cannot start the X server, and even
> playing around with /usr/share/fonts/X11/misc and mkfontdir didn't fix
> the situation (the script could give a warning message that now you
> should use update-what-the-hell). After adding the fonts.scale by hand
> and adding it to the fonts.dir still now work, because of the above
> fonts path hierachy mismatch. What a grat disaster, to be honest!

When it gives you that message, it does actually mean it ...

This is the recommended way to update it:
update-fonts-alias misc
update-fonts-dir misc
update-fonts-scale misc

> Forthermore, please include documentation, write up some transition
> document, it is NOT up to the user to find out everything by themselves.

This will be done, but in the meantime -- if you are unable to cope with
such transitions, unstable is probably not for you.

It mostly works for everyone, but in such an enormous transition (a
~60MB source package transitioning to something like 200 source
packages, as well as moving out of a directory hierachy that Debian has
known since its inception), you have to expect that the road will be a
little bumpy.  Yes, it's getting fixed, but these changes have been in
Ubuntu and in experimental[0] for quite some time with the opportunity
to test same, and the bugs reported there were ironed out.

If you're running unstable, you're going to need to have a little
patience with the process.  That's just the way it goes, I'm afraid.

Cheers,
Daniel

[0]: With minor modifications, e.g. /usr/share/fonts/X11 instead of
 /usr/share/X11/fonts.


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



Bug#362885: x11-common: unable to upgrade, rmdir: /usr/X11R6/bin: Directory not empty

2006-04-16 Thread Eduard Bloch
#include 
* Steve Langasek [Sun, Apr 16 2006, 01:19:35AM]:
> On Sun, Apr 16, 2006 at 09:47:29AM +0200, Eduard Bloch wrote:
> 
> > I cannot upgrade the package on my system because it repeatedly fails
> > with:
> 
> > rmdir: /usr/X11R6/bin: Directory not empty
> > x11-common postinst error: Could not remove /usr/X11R6/bin. Is not yet
> > empty
> > dpkg: error processing x11-common (--configure):
> >  subprocess post-installation script returned error exit status 74
> >  Errors were encountered while processing:
> >   x11-common
> >   E: Sub-process /usr/bin/dpkg returned an error code (1)
> 
> > Well, yes, there is one remaining file added manually by me, however the
> > postinst should not rely on that and fail otherwise.
> 
> To expand on Daniel's closure message:  X11R6 is dead, and this directory
> needs to be removed so it can be replaced with a compatibility symlink.
> Otherwise, the transition path gets much uglier as we try to track down
> one-by-one all the tools that reference /usr/X11R6/bin as an absolute path
> between now and etch's release.
> 
> So if the file in /usr/X11R6/bin comes from an official package, please tell
> us the package so x11-common can conflict with it.  If it's an unofficial

It was not from an official package. And it was a symlink, so dealing
with it is a bit more complicated. Anyhow, I wonder what exactly do we
win by trying to remove this directory. What is the problem with just
letting where it is and allow it to rot untill the last package having
files there is removed. This is the strategy used by dpkg since ages,
why should we try to nuke that directory, just for cosmetics reasons?

Eduard.


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



Bug#362885: x11-common: unable to upgrade, rmdir: /usr/X11R6/bin: Directory not empty

2006-04-16 Thread Daniel Stone
On Sun, Apr 16, 2006 at 01:18:44PM +0200, Eduard Bloch wrote:
> #include 
> * Steve Langasek [Sun, Apr 16 2006, 01:19:35AM]:
> > To expand on Daniel's closure message:  X11R6 is dead, and this directory
> > needs to be removed so it can be replaced with a compatibility symlink.
> > Otherwise, the transition path gets much uglier as we try to track down
> > one-by-one all the tools that reference /usr/X11R6/bin as an absolute path
> > between now and etch's release.
> > 
> > So if the file in /usr/X11R6/bin comes from an official package, please tell
> > us the package so x11-common can conflict with it.  If it's an unofficial
> 
> It was not from an official package. And it was a symlink, so dealing
> with it is a bit more complicated. Anyhow, I wonder what exactly do we
> win by trying to remove this directory. What is the problem with just
> letting where it is and allow it to rot untill the last package having
> files there is removed. This is the strategy used by dpkg since ages,
> why should we try to nuke that directory, just for cosmetics reasons?

A lot of packages (e.g. gdm) have hardcoded paths.  Personally, I didn't
bother making it a symlink when I did the transition, but it's the
release team's decision to make.


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



Bug#362915: x11-common: more conflicts needed?

2006-04-16 Thread Mario 'BitKoenig' Holbe
Package: x11-common
Version: 1:7.0.12

Hello,

there are some more packages which install files to /usr/X11R6 and thus
probably need to be conflicted. Some of those packages are in
unstable/non-free, some are not in unstable anymore but in stable and
thus could probably lead to problems when upgrading to new stable
versions. I have no full list but here are at least two of them:
procmeter
xearth


Thanks for your work & regards
   Mario
-- 
There are 10 types of people in the world: Those who
understand binary, and those who don't...


signature.asc
Description: Digital signature


X Strike Force X.Org X11 SVN commit: r1817 - trunk/xserver/xorg-server-1.0.2/debian

2006-04-16 Thread X Strike Force SVN Repository Admin
Author: dnusinow
Date: 2006-04-16 09:55:38 -0400 (Sun, 16 Apr 2006)
New Revision: 1817

Modified:
   trunk/xserver/xorg-server-1.0.2/debian/changelog
   trunk/xserver/xorg-server-1.0.2/debian/xserver-xorg-core.NEWS
Log:
* Document how to get rid of error loading glcore (and other modules) in
  NEWS.Debian. Thanks Matej Vela and others.

Modified: trunk/xserver/xorg-server-1.0.2/debian/changelog
===
--- trunk/xserver/xorg-server-1.0.2/debian/changelog2006-04-16 00:58:40 UTC 
(rev 1816)
+++ trunk/xserver/xorg-server-1.0.2/debian/changelog2006-04-16 13:55:38 UTC 
(rev 1817)
@@ -5,8 +5,10 @@
 has specified. Right now, that's /usr/share/fonts/X11, as defined on
 configure in debian/rules. Thanks Eugene, this will definitely go a long
 way.
+  * Document how to get rid of error loading glcore (and other modules) in
+NEWS.Debian. Thanks Matej Vela and others.
 
- -- David Nusinow <[EMAIL PROTECTED]>  Sat, 15 Apr 2006 13:56:16 -0400
+ -- David Nusinow <[EMAIL PROTECTED]>  Sun, 16 Apr 2006 09:54:36 -0400
 
 xorg-server (1:1.0.2-4) unstable; urgency=low
 

Modified: trunk/xserver/xorg-server-1.0.2/debian/xserver-xorg-core.NEWS
===
--- trunk/xserver/xorg-server-1.0.2/debian/xserver-xorg-core.NEWS   
2006-04-16 00:58:40 UTC (rev 1816)
+++ trunk/xserver/xorg-server-1.0.2/debian/xserver-xorg-core.NEWS   
2006-04-16 13:55:38 UTC (rev 1817)
@@ -1,3 +1,17 @@
+xserver-xorg-core (1:1.0.2-5) unstable; urgency=low
+
+  * Several users have reported an error on load like the following:
+
+ "(EE) Failed to load module "GLcore" (loader failed, 7)"
+
+To resolve this error and the related ones in the logfile above it,
+remove the line to load the glcore module in your /etc/X11/xorg.conf.
+Other similar errors about module loading can be resolved the same way.
+If you have not customized your config file by hand, you can run the
+command "dpkg-reconfigure xserver-xorg" as root to do this for you.
+
+  -- David Nusinow <[EMAIL PROTECTED]>  Wed, 12 Apr 2006 19:38:51 -0400
+
 xserver-xorg-core (1:1.0.2-3) unstable; urgency=low
 
   * With the latest updates of Xorg, we have transitioned from X11R6 to


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



Bug#362922: xfonts-base: font-pathes change without notice

2006-04-16 Thread Arne Anka
Package: xfonts-base
Version: 1:1.0.0-3
Severity: grave
Justification: renders package unusable

the pathes where the fonst are stored chanbed from yetserday to today
without notice!!! my x did not start up anymore
instead of the former /usr/libX11/fonts/ the fonts are now at  
/usr/share/fonts/X11/ -- but my xorg.conf does not know about that i was in no 
way informed about suxch a crucial change.
instead x failed because it could not find 'fixed'.
it's not the only bad documented change in xorg 7 at the expense of
those configuring their system by hand instead of using insufficient
tools of debian.

-- 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.5
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)

Versions of packages xfonts-base depends on:
ii  x11-common1:7.0.12   X Window System (X.Org) infrastruc
ii  xfonts-utils  1:1.0.0-3  X Window System font utility progr

xfonts-base recommends no packages.

-- no debconf information


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



Bug#362920: needs truetype font support to be switched on

2006-04-16 Thread Drew Parsons
Package: libxfont1
Version: 1:1.0.0-3.1
Severity: important
Tags: patch

In the change from monolith to modular, some XFont defines were altered, 
e.g. BUILD_FREETYPE to XFONT_FREETYPE

I discovered it in the course of updating Xprint upstream, DanielS has
applied the patch (see https://bugs.freedesktop.org/show_bug.cgi?id=603).

Since Debian has not reached 7.1 yet, it would be great if it could be
backported to 7.0.  Otherwise Xprint has to select generic fonts to print
with, which is quitw ugly.

The attached patch needs to be applied to
libxfont-1.0.0/src/fontfile/ffcheck.c.

Thanks,

Drew


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

Versions of packages libxfont1 depends on:
ii  libc6 2.3.6-6GNU C Library: Shared libraries
ii  libfontenc1   1:1.0.1-2  X11 font encoding library
ii  libfreetype6  2.1.10-3   FreeType 2 font engine, shared lib
ii  x11-common1:7.0.10   X Window System (X.Org) infrastruc
ii  zlib1g1:1.2.3-11 compression library - runtime

libxfont1 recommends no packages.

-- no debconf information
--- ffcheck.c.orig  2006-04-16 23:17:13.0 +1000
+++ ffcheck.c   2006-04-16 23:17:42.0 +1000
@@ -126,17 +126,17 @@
 
 
 #ifndef CRAY
-#ifdef BUILD_SPEEDO
+#ifdef XFONT_SPEEDO
 SpeedoRegisterFontFileFunctions ();
 #endif
-#ifdef BUILD_TYPE1
+#ifdef XFONT_TYPE1
 Type1RegisterFontFileFunctions();
 #endif
 #endif
-#ifdef BUILD_CID
+#ifdef XFONT_CID
 CIDRegisterFontFileFunctions();
 #endif
-#ifdef BUILD_FREETYPE
+#ifdef XFONT_FREETYPE
 FreeTypeRegisterFontFileFunctions();
 #endif
 


X Strike Force X.Org X11 SVN commit: r1818 - in trunk/util/xutils-dev/debian: . patches

2006-04-16 Thread X Strike Force SVN Repository Admin
Author: dnusinow
Date: 2006-04-16 10:31:03 -0400 (Sun, 16 Apr 2006)
New Revision: 1818

Removed:
   trunk/util/xutils-dev/debian/patches/03_norman.diff
Modified:
   trunk/util/xutils-dev/debian/changelog
   trunk/util/xutils-dev/debian/patches/series
Log:
* Add 03_xutils-dev-FHS.diff and 04_xutils-dev-debian.diff from Eugene Konev
  and Steve Langasek. These should allow imake-using apps to build as in the
  past. Thanks to both of them. (closes: #362886)

Modified: trunk/util/xutils-dev/debian/changelog
===
--- trunk/util/xutils-dev/debian/changelog  2006-04-16 13:55:38 UTC (rev 
1817)
+++ trunk/util/xutils-dev/debian/changelog  2006-04-16 14:31:03 UTC (rev 
1818)
@@ -1,9 +1,10 @@
 xutils-dev (1:1.0.2-2) unstable; urgency=low
 
-  * Add 03_norman.diff which should prevent Imake-using packages from needing
-the rman command. Thanks Steve Langasek.
+  * Add 03_xutils-dev-FHS.diff and 04_xutils-dev-debian.diff from Eugene Konev
+and Steve Langasek. These should allow imake-using apps to build as in the
+past. Thanks to both of them. (closes: #362886)
 
- -- David Nusinow <[EMAIL PROTECTED]>  Sat, 15 Apr 2006 20:48:22 -0400
+ -- David Nusinow <[EMAIL PROTECTED]>  Sun, 16 Apr 2006 10:29:53 -0400
 
 xutils-dev (1:1.0.2-1) unstable; urgency=low
 

Deleted: trunk/util/xutils-dev/debian/patches/03_norman.diff
===
--- trunk/util/xutils-dev/debian/patches/03_norman.diff 2006-04-16 13:55:38 UTC 
(rev 1817)
+++ trunk/util/xutils-dev/debian/patches/03_norman.diff 2006-04-16 14:31:03 UTC 
(rev 1818)
@@ -1,13 +0,0 @@
-Index: xutils-dev/xorg-cf-files-1.0.1/Imake.tmpl
-===
 xutils-dev.orig/xorg-cf-files-1.0.1/Imake.tmpl 2006-04-15 
20:46:46.0 -0400
-+++ xutils-dev/xorg-cf-files-1.0.1/Imake.tmpl  2006-04-15 20:47:28.0 
-0400
-@@ -237,7 +237,7 @@
- #endif
- 
- #ifndef BuildRman
--#define BuildRman YES
-+#define BuildRman NO
- #endif
- 
- #ifndef HasGperf

Modified: trunk/util/xutils-dev/debian/patches/series
===
--- trunk/util/xutils-dev/debian/patches/series 2006-04-16 13:55:38 UTC (rev 
1817)
+++ trunk/util/xutils-dev/debian/patches/series 2006-04-16 14:31:03 UTC (rev 
1818)
@@ -1,3 +1,4 @@
 01_netbsd_imake.c_fixes.diff -p0
 02_mkdirhier_rewrite.diff -p0
-03_norman.diff
+03_xutils-dev-FHS.diff -p1
+04_xutils-dev-debian.diff 


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



Bug#362869: No direct rendering for radeon 9100 IGP

2006-04-16 Thread Michel Dänzer
On Sun, 2006-04-16 at 22:30 -0400, Ahmad Khayyat wrote:
> 
> The output of LIBGL_DEBUG=verbose glxinfo:
> name of display: :0.0
> libGL: XF86DRIGetClientDriverName: 5.0.3 r200 (screen 0)
> libGL: OpenDriver: trying /usr/X11R6/lib/modules/dri/r200_dri.so
> libGL error: dlopen /usr/X11R6/lib/modules/dri/r200_dri.so failed 
> (/usr/X11R6/lib/modules/dri/r200_dri.so: undefined symbol: 
> _glapi_set_warning_func)

This symbol is defined by the corresponding libGL; it's probably picking
up a rogue libGL, check with

ldd $(which glxinfo) | grep libGL.so


-- 
Earthling Michel Dänzer  | Debian (powerpc), X and DRI developer
Libre software enthusiast|   http://svcs.affero.net/rm.php?r=daenzer



Bug#319689: xorg: GLX/DRI mess up with radeon 9200 and recent kernels

2006-04-16 Thread Thibaut VARENE
On 4/16/06, Thibaut VARENE <[EMAIL PROTECTED]> wrote:
> Package: xorg
> Followup-For: Bug #319689

Here's my Xorg.0.log file. One might notice that though I only
disabled the glx module, DRI is disabled:
(WW) RADEON(0): Direct rendering disabled

HTH

T-Bone

--
Thibaut VARENE
http://www.parisc-linux.org/~varenet/
_XSERVTransSocketOpenCOTSServer: Unable to open socket for inet6
_XSERVTransOpen: transport open failed for inet6/Alucard:0
_XSERVTransMakeAllCOTSServerListeners: failed to open listener for inet6

X Window System Version 6.9.0 (Debian 6.9.0.dfsg.1-6 20060404132215 [EMAIL PROTECTED])
Release Date: 21 December 2005
X Protocol Version 11, Revision 0, Release 6.9
Build Operating System: Linux 2.6.8-powerpc-smp ppc [ELF] 
Current Operating System: Linux Alucard 2.6.16-ck5 #1 PREEMPT Sun Apr 16 14:58:07 CEST 2006 ppc
Build Date: 04 April 2006
	Before reporting problems, check http://wiki.X.Org
	to make sure that you have the latest version.
Module Loader present
OS Kernel: Linux version 2.6.16-ck5 ([EMAIL PROTECTED]) (gcc version 4.0.3 (Debian 4.0.3-1)) #1 PREEMPT Sun Apr 16 14:58:07 CEST 2006 
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/Xorg.0.log", Time: Sun Apr 16 16:24:19 2006
(==) Using config file: "/etc/X11/xorg.conf"
(==) ServerLayout "Default Layout"
(**) |-->Screen "Default Screen" (0)
(**) |   |-->Monitor "HP A4575A"
(**) |   |-->Device "Radeon 9200 SE"
(**) |-->Input Device "Generic Keyboard"
(**) Option "XkbRules" "xfree86"
(**) XKB: rules: "xfree86"
(**) Option "XkbModel" "pc104"
(**) XKB: model: "pc104"
(**) Option "XkbLayout" "us"
(**) XKB: layout: "us"
(==) Keyboard: CustomKeycode disabled
(**) |-->Input Device "Configured Mouse"
(**) |-->Input Device "Generic Mouse"
(WW) The directory "/usr/lib/X11/fonts/cyrillic" does not exist.
	Entry deleted from font path.
(WW) The directory "/usr/lib/X11/fonts/CID" does not exist.
	Entry deleted from font path.
(**) FontPath set to "unix/:7100,/usr/lib/X11/fonts/misc,/usr/lib/X11/fonts/100dpi/:unscaled,/usr/lib/X11/fonts/75dpi/:unscaled,/usr/lib/X11/fonts/Type1,/usr/lib/X11/fonts/Speedo,/usr/lib/X11/fonts/100dpi,/usr/lib/X11/fonts/75dpi"
(==) RgbPath set to "/usr/X11R6/lib/X11/rgb"
(==) ModulePath set to "/usr/X11R6/lib/modules"
(WW) Open ACPI failed (/proc/acpi/event) (No such file or directory)
(II) No APM support in BIOS or kernel
(II) Module ABI versions:
	X.Org ANSI C Emulation: 0.2
	X.Org Video Driver: 0.8
	X.Org XInput driver : 0.5
	X.Org Server Extension : 0.2
	X.Org Font Renderer : 0.4
(II) Loader running on linux
(II) LoadModule: "bitmap"
(II) Loading /usr/X11R6/lib/modules/fonts/libbitmap.so
(II) Module bitmap: vendor="X.Org Foundation"
	compiled for 6.9.0, module version = 1.0.0
	Module class: X.Org Font Renderer
	ABI class: X.Org Font Renderer, version 0.4
(II) Loading font Bitmap
(II) LoadModule: "pcidata"
(II) Loading /usr/X11R6/lib/modules/libpcidata.so
(II) Module pcidata: vendor="X.Org Foundation"
	compiled for 6.9.0, module version = 1.0.0
	ABI class: X.Org Video Driver, version 0.8
(++) using VT number 7

(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 11ab,6460 card , rev 03 class 06,00,00 hdr 00
(II) PCI: 00:01:0: chip 1106,3044 card 1106,3044 rev 46 class 0c,00,10 hdr 00
(II) PCI: 00:0c:0: chip 1106,8231 card , rev 10 class 06,01,00 hdr 80
(II) PCI: 00:0c:1: chip 1106,0571 card , rev 06 class 01,01,8f hdr 00
(II) PCI: 00:0c:2: chip 1106,3038 card 0925,1234 rev 1e class 0c,03,00 hdr 00
(II) PCI: 00:0c:3: chip 1106,3038 card 0925,1234 rev 1e class 0c,03,00 hdr 00
(II) PCI: 00:0c:4: chip 1106,8235 card , rev 10 class 06,80,00 hdr 00
(II) PCI: 00:0c:5: chip 1106,3058 card , rev 40 class 04,01,00 hdr 00
(II) PCI: 00:0c:6: chip 1106,3068 card , rev 20 class 07,80,00 hdr 00
(II) PCI: 00:0d:0: chip 1106,3065 card 3065,1106 rev 51 class 02,00,00 hdr 00
(II) PCI: 01:00:0: chip 11ab,6460 card , rev 03 class 06,00,00 hdr 00
(II) PCI: 01:08:0: chip 1002,5964 card 147b,6191 rev 01 class 03,00,00 hdr 80
(II) PCI: 01:08:1: chip 1002,5d44 card 147b,6190 rev 01 class 03,80,00 hdr 00
(II) PCI: End of PCI scan
(II) Host-to-PCI bridge:
(II) Bus 0: bridge is at (0:0:0), (0,0,1), BCTRL: 0x0008 (VGA_EN is set)
(II) Bus 0 I/O range:
	[0] -1	0	0x - 0x00ff (0x100) IX[B]
(II) Bus 0 non-prefetchable memory range:
	[0] -1	0	0x - 0x (0x0) MX[B]
(II) Bus 0 prefetchable memory range:
	[0] -1	0	0x - 0x (0x0) MX[B]
(II) PCI-to-ISA bridge:
(II) Bus -1: bridge is at (0:12:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is set)
(II) Host-to-PCI bridge:
(II) Bus 1: bridge is at (1:0:0), (1,1,1), BCTRL: 0x0008 (VGA_EN is set)
(II) Bus 1 I/O range:
	[0] -1	0	0x - 0x00ff (0x100) IX[B]
(II) Bus 1 non-prefetchable memory range:
	[0] -1	0	0x - 0x (0x0) MX[B]
(

Bug#362922: marked as done (xfonts-base: font-pathes change without notice)

2006-04-16 Thread Debian Bug Tracking System
Your message dated Sun, 16 Apr 2006 10:13:23 -0400
with message-id <[EMAIL PROTECTED]>
and subject line Bug#362922: xfonts-base: font-pathes change without notice
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

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

--- Begin Message ---
Package: xfonts-base
Version: 1:1.0.0-3
Severity: grave
Justification: renders package unusable

the pathes where the fonst are stored chanbed from yetserday to today
without notice!!! my x did not start up anymore
instead of the former /usr/libX11/fonts/ the fonts are now at  
/usr/share/fonts/X11/ -- but my xorg.conf does not know about that i was in no 
way informed about suxch a crucial change.
instead x failed because it could not find 'fixed'.
it's not the only bad documented change in xorg 7 at the expense of
those configuring their system by hand instead of using insufficient
tools of debian.

-- 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.5
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)

Versions of packages xfonts-base depends on:
ii  x11-common1:7.0.12   X Window System (X.Org) infrastruc
ii  xfonts-utils  1:1.0.0-3  X Window System font utility progr

xfonts-base recommends no packages.

-- no debconf information

--- End Message ---
--- Begin Message ---
On Sun, Apr 16, 2006 at 03:46:25PM +0200, Arne Anka wrote:
> Package: xfonts-base
> Version: 1:1.0.0-3
> Severity: grave
> Justification: renders package unusable
> 
> the pathes where the fonst are stored chanbed from yetserday to today
> without notice!!! my x did not start up anymore
> instead of the former /usr/libX11/fonts/ the fonts are now at  
> /usr/share/fonts/X11/ -- but my xorg.conf does not know about that i was in 
> no way informed about suxch a crucial change.
> instead x failed because it could not find 'fixed'.
> it's not the only bad documented change in xorg 7 at the expense of
> those configuring their system by hand instead of using insufficient
> tools of debian.

This was documented in the upload of xorg-server 1:1.0.2-4 in the
NEWS.Debian file, which you would see automatically if you have
apt-listchanges installed. Note also that config files should be updated
automatically if they haven't been customized by the user. Closing this
bug.

 - David Nusinow
--- End Message ---


Bug#319689: xorg: GLX/DRI mess up with radeon 9200 and recent kernels

2006-04-16 Thread Thibaut VARENE
Package: xorg
Followup-For: Bug #319689

Hi

I have been experiencing the same symptoms on my Pegasos II with recent
kernels. Symptoms are as follows:
- When gdm starts up, X hogs the CPU and the screen remains blank or out
  of sync range. It's impossible to switch to VTs, have to ssh into the
  box to reboot it.
- disabling *either* the glx or dri module fixes the issue

Kernels tested:
('-ck' are con kolivas', see http://members.optusnet.com.au/ckolivas/kernel/)
- Debian 2.6.15-1: works
- 2.6.15-ck1: works
- 2.6.15-ck3: might expose the bug sometimes (*)
- 2.6.15-ck4: will almost never work (*)
- 2.6.16 vanilla: doesn't work
- 2.6.16-ck1: doesn't work
- 2.6.16-ck5: doesn't work

Some more comments: the "(*)" above means that the bug will not always
show up with these kernels, that is, it is possible to have a working X
without tweaking the configuration file.
Investigating this a bit more, it seems to me that this bug is somewhat
related to the initialization sequence of the gfx card: depending on the
state it was left before the reboot, screen symptoms won't be exactly
the same (either totally blank, monitor going to suspend mode; or
garbage, monitor showing "out of sync range").
I couldn't tell a difference between cold and hot reboots though.
I also noticed that for the two "(*)" cases, fiddling with "UseFBDev"
setting would have an impact sometimes.

Now some technical data:
lspci -v:
0001:01:08.0 VGA compatible controller: ATI Technologies Inc RV280
[Radeon 9200 SE] (rev 01) (prog-if 00 [VGA])
Subsystem: ABIT Computer Corp.: Unknown device 6191
Flags: bus master, 66MHz, medium devsel, latency 0, IRQ 9
Memory at c000 (32-bit, prefetchable) [size=128M]
I/O ports at f8001000 [size=256]
Memory at c800 (32-bit, non-prefetchable) [size=64K]
Expansion ROM at c802 [disabled] [size=128K]
Capabilities: 

0001:01:08.1 Display controller: ATI Technologies Inc RV280 [Radeon 9200
SE] (Secondary) (rev 01)
Subsystem: ABIT Computer Corp.: Unknown device 6190
Flags: 66MHz, medium devsel
Memory at d000 (32-bit, prefetchable) [disabled] [size=128M]
Memory at c801 (32-bit, non-prefetchable) [disabled] [size=64K]
Capabilities: 

xorg.conf contents:
Section "Files"
FontPath"unix/:7100"# local font
server
# if the local font server has problems, we can fall back on
# these
FontPath"/usr/lib/X11/fonts/misc"
FontPath"/usr/lib/X11/fonts/cyrillic"
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/CID"
FontPath"/usr/lib/X11/fonts/Speedo"
FontPath"/usr/lib/X11/fonts/100dpi"
FontPath"/usr/lib/X11/fonts/75dpi"
# x-ttcidfont-conf - le rendering est pas top
#FontPath
"/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
#FontPath   "/var/lib/defoma/x-ttcidfont-conf.d/dirs/CID"

EndSection

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

Section "InputDevice"
Identifier  "Generic Keyboard"
Driver  "keyboard"
Option  "CoreKeyboard"
Option  "XkbRules"  "xfree86"
Option  "XkbModel"  "pc104"
Option  "XkbLayout" "us"
EndSection

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

Section "Device"
Identifier  "Radeon 9200 SE"
Driver  "ati"
BusID   "PCI:01:08:00"
#VideoRam   131072
#Option "UseFBDev"  "true"
Option  "BusType"   "PCI"
#Option "RenderAccel"   "true"
EndSection

Section "Monitor"
HorizSync   50-100
VertRefresh 50-90
Identifier  "HP P920"
Option  "DPMS"
Modeline "1280x1024" 150.27 1280 1320 1392 1640 1024 1026 1030 1078  # 
150 MHz, 91.6 kHz, 85.0 Hz
EndSection

Section "Screen"
Identifier  "Default Screen"
Device  "Radeon 9200 SE"
Monitor "HP A4575A"
DefaultDepth24
SubSection "Display"
Depth   8
Modes   "1024x768" "800x600" "640x480"
   

Bug#362854: Acknowledgement (Xorg server crash)

2006-04-16 Thread Michel Dänzer
On Sun, 2006-04-16 at 08:15 -0400, Chris Newbold wrote:
> Attached is the complete X server log from startup through the crash.

If this also happens with driver "nv" instead of "nvidia", it looks like
the atimisc driver is buggy wrt the XVideo extension.


-- 
Earthling Michel Dänzer  | Debian (powerpc), X and DRI developer
Libre software enthusiast|   http://svcs.affero.net/rm.php?r=daenzer



X Strike Force X.Org X11 SVN commit: r1819 - tags/util/xutils-dev

2006-04-16 Thread X Strike Force SVN Repository Admin
Author: dnusinow
Date: 2006-04-16 11:15:57 -0400 (Sun, 16 Apr 2006)
New Revision: 1819

Added:
   tags/util/xutils-dev/xutils-dev-1.0.2-2/
Log:
Tag upload of xutils-dev-1.0.2-2 to unstable


Copied: tags/util/xutils-dev/xutils-dev-1.0.2-2 (from rev 1818, 
trunk/util/xutils-dev)


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



Bug#362824: xserver-xorg-video-ati: Crashs with ATI RV350 Radeon 9600 @ amd64

2006-04-16 Thread Michel Dänzer
On Sat, 2006-04-15 at 21:58 +0200, Christian Hammers wrote:
> Package: xserver-xorg-video-ati
> Version: 1:6.5.7.3-3
> Severity: important
> 
> Hello
> 
> After upgrading and solving the already known bugs of an empty "which X"
> by linking it to /usr/X11R6/bin/Xorg, I now end up with a crashing X
> server.
> 
> Even in "X -probeonly", the server starts up and the screen gets black.
> I can still hear an mp3 that I started on console, continuing playing so
> the system itself is still running. Just the ATI driver seems to make
> problems.

Does this also happen if you don't enable the DRI?

> I browsed /var/log/Xorg.0* but it only tells me the usuall information,
> no errors.

Still, it's impossible to deal with X server bugs without at least
complete config and log files.


-- 
Earthling Michel Dänzer  | Debian (powerpc), X and DRI developer
Libre software enthusiast|   http://svcs.affero.net/rm.php?r=daenzer



Bug#362886: marked as done (xutils-dev: .cf files still install to /usr/X11R6/bin, not /usr/bin)

2006-04-16 Thread Debian Bug Tracking System
Your message dated Sun, 16 Apr 2006 08:32:08 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#362886: fixed in xutils-dev 1:1.0.2-2
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

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

--- Begin Message ---
Package: xutils-dev
Version: 1:1.0.2-1
Severity: serious
Tags: patch

The .cf files added back into xutils-dev in 1:1.0.2-1 are still broken wrt
the FHS: they still generate makefiles which install binaries (and other
files) to /usr/X11R6, meaning there is an implicit conflict with the new
x11-common.  This needs to be fixed soon so that packages don't get uploaded
using the functional but buggy xutils 1.0.2-1.

The attached patch Works For Me when building autolock for X11R7.

Thanks,
-- 
Steve Langasek   Give me a lever long enough and a Free OS
Debian Developer   to set it on, and I can move the world.
[EMAIL PROTECTED]   http://www.debian.org/
Index: xorg-cf-files-1.0.1/linux.cf
===
--- xorg-cf-files-1.0.1/linux.cf(revision 1815)
+++ xorg-cf-files-1.0.1/linux.cf(working copy)
@@ -86,6 +86,13 @@
 # define BuildPDFdocs NO
 #endif
 
+#ifndef ProjectRoot
+# define ProjectRoot   /usr
+#endif
+#ifndef ManDirectoryRoot
+# define ManDirectoryRoot  /usr/share/man
+#endif
+
 #ifndef LinuxBinUtilsMajorVersion
 # define LinuxBinUtilsMajorVersion DefaultLinuxBinUtilsMajorVersion
 #endif


signature.asc
Description: Digital signature
--- End Message ---
--- Begin Message ---
Source: xutils-dev
Source-Version: 1:1.0.2-2

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

xutils-dev_1.0.2-2.diff.gz
  to pool/main/x/xutils-dev/xutils-dev_1.0.2-2.diff.gz
xutils-dev_1.0.2-2.dsc
  to pool/main/x/xutils-dev/xutils-dev_1.0.2-2.dsc
xutils-dev_1.0.2-2_i386.deb
  to pool/main/x/xutils-dev/xutils-dev_1.0.2-2_i386.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 xutils-dev 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: Sun, 16 Apr 2006 10:29:53 -0400
Source: xutils-dev
Binary: xutils-dev
Architecture: source i386
Version: 1:1.0.2-2
Distribution: unstable
Urgency: low
Maintainer: David Nusinow <[EMAIL PROTECTED]>
Changed-By: David Nusinow <[EMAIL PROTECTED]>
Description: 
 xutils-dev - X Window System utility programs for development
Closes: 362886
Changes: 
 xutils-dev (1:1.0.2-2) unstable; urgency=low
 .
   * Add 03_xutils-dev-FHS.diff and 04_xutils-dev-debian.diff from Eugene Konev
 and Steve Langasek. These should allow imake-using apps to build as in the
 past. Thanks to both of them. (closes: #362886)
Files: 
 0c40d35254d581e97a4c216d59986bfe 761 x11 optional xutils-dev_1.0.2-2.dsc
 d21f1a0ce051ef23dc6778d4072bab60 41023 x11 optional xutils-dev_1.0.2-2.diff.gz
 7391c3bc7d035ff1bc0bc9527def771e 297258 x11 optional 
xutils-dev_1.0.2-2_i386.deb

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

iD4DBQFEQl+SyLfpNdY0ad8RAmNUAJiS+pD9B6ZZPxn4X2LT4wkIiSvzAJ4kBU4h
x0gXjdSa3/G3pvRrSRk2jQ==
=NwCf
-END PGP SIGNATURE-

--- End Message ---


Bug#362494: libxv1: Bad video display with X.org modular libraries

2006-04-16 Thread Guillaume Melquiond
Le samedi 15 avril 2006 à 15:40 +0200, Michel Dänzer a écrit :
> On Thu, 2006-04-13 at 21:16 +0200, Guillaume Melquiond wrote:
> > Package: libxv1
> > Version: 1:1.0.1-2
> > Severity: important
> > 
> > When playing a movie, the picture stutters a lot, as if the video frames 
> > were not displayed in the correct order (1,0,3,2,4,etc). Reverting the 
> > libxv1 package to version 6.9.0.dfsg.1-6 fixed the issue.

> If you also downgraded xserver-xorg 6.9, this sounds like #362755.

Setting the mtrr registers by hand fixed the issue. I wasn't able to
reproduce the behavior I described in my first bug-report; I may have
been confused due to some Xv applications still working properly. Sorry.

Best regards,

Guillaume





Bug#362938: x11-common: also needs to conflict with pmud-utils

2006-04-16 Thread Matijs van Zuijlen
Package: x11-common
Version: 1:7.0.11
Severity: normal

On powerpc, pmud-utils installs xmouse in /usr/X11R6/bin, so x11-common
needs to conflict with it.

I have pmud-utils version 0.10-9 installed.

I'm sure there are other powerpc-specific packages that should conflict as
well.

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

Versions of packages x11-common depends on:
ii  debconf [debconf-2.0] 1.4.72 Debian configuration management sy
ii  debianutils   2.15.5 Miscellaneous utilities specific t
ii  laptop-detect 0.12.1 attempt to detect a laptop
ii  lsb-base  3.1-3  Linux Standard Base 3.1 init scrip

x11-common recommends no packages.

-- debconf information excluded


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



Bug#362885: Some packages that cause this issue

2006-04-16 Thread Adam Hupp
I've run into this same issue.  I have files from the following
packages in /usr/X11R6/bin:

[EMAIL PROTECTED] ~]$ dpkg -S /usr/X11R6/bin/*
dpkg: /usr/X11R6/bin/fontfs not found.
ghostview: /usr/X11R6/bin/ghostview
libmotif-dev: /usr/X11R6/bin/uil

I'm not sure where the fontfs file came from since I don't remember
adding it myself.  After removing those packages and fontfs the
install suceeds.

-Adam


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



Bug#362940: Latest update broke gdm and can't find default fixed font

2006-04-16 Thread Riccardo Magliocchetti
Package: xserver-xorg
Version: 1:7.0.12
Severity: grave
Justification: renders package unusable

Hi,

upgrading to xorg-xserver version 7.0.12 broke my system. GDM complains 
because it cannot find xserver executable:

GDM: Xserver not found: /usr/X11R6/bin/X ...
ERROR: Command cannot be executed

A soft link workaround this but in Xorg log i get:

Fatal server error: Could not open default font 'fixed'.

TIA,
riccardo

-- 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.15-1-686
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)

Versions of packages xserver-xorg depends on:
ii  debconf  1.4.72  Debian configuration 
management sy
ii  x11-common   1:7.0.12X Window System (X.Org) 
infrastruc
ii  xbase-clients1:7.0.0-3   miscellaneous X clients
ii  xkb-data 0.8-5   X Keyboard Extension (XKB) 
configu
ii  xserver-xorg-core1:1.0.2-4   X.Org X server -- core 
server
ii  xserver-xorg-input-all   1:7.0.12the X.Org X server -- input 
driver
ii  xserver-xorg-input-evdev [xs 1:1.0.0.5-2 X.Org X server -- evdev 
input driv
ii  xserver-xorg-input-kbd [xser 1:1.0.1.3-2 X.Org X server -- keyboard 
input d
ii  xserver-xorg-input-mouse [xs 1:1.0.4-2   X.Org X server -- mouse 
input driv
ii  xserver-xorg-video-ati [xser 1:6.5.7.3-3 X.Org X server -- ATI 
display driv
ii  xserver-xorg-video-dummy [xs 1:0.1.0.5-2 X.Org X server -- dummy 
display dr
ii  xserver-xorg-video-fbdev [xs 1:0.1.0.5-2 X.Org X server -- fbdev 
display dr
ii  xserver-xorg-video-vesa [xse 1:1.0.1.3-2 X.Org X server -- VESA 
display dri

Versions of packages xserver-xorg recommends:
ii  discover1  1.7.18hardware identification 
system
ii  laptop-detect  0.12.1attempt to detect a laptop
ii  mdetect0.5.2.1   mouse device autodetection 
tool
ii  xresprobe  0.4.23debian1 X Resolution Probe

-- debconf information:
  xserver-xorg/multiple_possible_x-drivers:
  xserver-xorg/config/monitor/use_sync_ranges: true
* xserver-xorg/config/inputdevice/mouse/port: /dev/input/mice
  xserver-xorg/config/monitor/lcd: false
  xserver-xorg/config/doublequote_in_string_error:
  xserver-xorg/config/monitor/screen-size: 17 inches (430 mm)
* shared/default-x-server: xserver-xorg
  xserver-xorg/autodetect_monitor: true
* xserver-xorg/config/inputdevice/mouse/protocol: ImPS/2
  shared/no_known_x-server:
  xserver-xorg/config/display/default_depth: 24
* xserver-xorg/config/display/modes: 1024x768, 800x600
  xserver-xorg/config/device/bus_id_error:
  xserver-xorg/config/inputdevice/keyboard/internal:
  xserver-xorg/config/monitor/vert-refresh: 43-72
* xserver-xorg/config/inputdevice/keyboard/options:
* xserver-xorg/autodetect_keyboard: false
  xserver-xorg/config/inputdevice/mouse/zaxismapping: true
* xserver-xorg/config/device/use_fbdev: false
* xserver-xorg/config/inputdevice/keyboard/variant:
  xserver-xorg/config/nonnumeric_string_error:
  xserver-xorg/config/fontpath/fontserver:
* xserver-xorg/config/inputdevice/keyboard/layout: it
* xserver-xorg/config/modules: bitmap, ddc, dri, extmod, freetype, glx, 
int10, type1, vbe
  xserver-xorg/config/monitor/identifier: Monitor Generico
* xserver-xorg/config/inputdevice/mouse/emulate3buttons: true
  xserver-xorg/autodetect_mouse: true
  xserver-xorg/config/monitor/horiz-sync: 28-49
* xserver-xorg/config/device/video_ram:
  xserver-xorg/config/monitor/range_input_error:
  xserver-xorg/config/write_dri_section: true
* xserver-xorg/config/inputdevice/keyboard/model: pc105
* xserver-xorg/config/device/driver: ati
* xserver-xorg/config/device/identifier: ATI Technologies, Inc. Rage 128 
PF/PRO AGP 4x TMDS
  xserver-xorg/config/monitor/selection-method: Advanced
  xserver-xorg/config/null_string_error:
  shared/multiple_possible_x-servers:
* xserver-xorg/config/device/bus_id: PCI:1:0:0
* xserver-xorg/config/write_files_section: true
* xserver-xorg/autodetect_video_card: true
  xserver-xorg/config/monitor/mode-list: 1024x768 @ 60Hz
* xserver-xorg/config/inputdevice/keyboard/rules: xorg




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



Processed: Re: Bug#362494: libxv1: Bad video display with X.org modular libraries

2006-04-16 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> reassign 362755 xserver-xorg-core
Bug#362755: xorg: not setting MTRR range register for framebuffer to 
write-combining
Bug reassigned from package `xorg' to `xserver-xorg-core'.

> forwarded 362755 https://bugs.freedesktop.org/show_bug.cgi?id=5801
Bug#362755: xorg: not setting MTRR range register for framebuffer to 
write-combining
Noted your statement that Bug has been forwarded to 
https://bugs.freedesktop.org/show_bug.cgi?id=5801.

> severity 362755 important
Bug#362755: xorg: not setting MTRR range register for framebuffer to 
write-combining
Severity set to `important'.

> reassign 362494 xserver-xorg-core
Bug#362494: libxv1: Bad video display with X.org modular libraries
Bug reassigned from package `libxv1' to `xserver-xorg-core'.

> merge 362755 362494
Bug#362494: libxv1: Bad video display with X.org modular libraries
Bug#362755: xorg: not setting MTRR range register for framebuffer to 
write-combining
Mismatch - only Bugs in same state can be merged:
Values for `forwarded addr' don't match:
 #362494 has `';
 #362755 has `https://bugs.freedesktop.org/show_bug.cgi?id=5801'

> kthxbye
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#362920: cvs - X11R7.0 incompatibilities

2006-04-16 Thread Drew Parsons

> Package: libxfont1
> 
> The attached patch needs to be applied to
> libxfont-1.0.0/src/fontfile/ffcheck.c.
> 
> Since Debian has not reached 7.1 yet, it would be great if it could be
> backported to 7.0.  Otherwise Xprint has to select generic fonts to print
> with, which is quitw ugly.
> 

Painfully, we may have to proceed without freetype support in Xprint
after all.

After applying the libxfont patch, Xprt is able to start, and partially
works.  However as soon as I try to print, accessing a truetype font,
Xprt crashes with

Fatal server error:
PS DDX internal error while converting FreeType font 
'/usr/lib/X11/fonts/Type1/c0648bt_.pfb' to PS Type1, error=11

This error does not occur with 7.1 (cvs) libraries.  The specific one
which prevents me from uploading Xprint from cvs is xfixes. cvs
requires xfixes4 while X11R7.0 only provides xfixes3.

There are a couple of alternative ways to proceed:

1) upload Xprint from X11R7.0 and ignore the crashes (not really reasonable)

2) upload with freetype support switched off.  output will look ugly
(blocky courier font instead of nice curved truetype)

3) hack cvs Xprint so it thinks it doesn't need xfixes4.

I haven't tried 3) since I assume the Xorg developers made the xserver
explicitly depend on xfixes4 for a reason. However it's possible that
reason applies to some other part of the server code not affecting
Xprint.

I'll sleep over whether 3) is viable. Besides, if the underlying bug
(assumed fixed in cvs) is in libxfonts, then uploading a cvs Xprint
won't help anyway. Indeed, a cvs version with a dodgy workaround for
xfixes4 does crash. I'm not certain that a better xfixes4 fix would
change that.

This will all clear up much more easily once Debian has upgraded to
X11R7.1.

Drew



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



Bug#362494: libxv1: Bad video display with X.org modular libraries

2006-04-16 Thread Michel Dänzer
reassign 362755 xserver-xorg-core
forwarded 362755 https://bugs.freedesktop.org/show_bug.cgi?id=5801
severity 362755 important
reassign 362494 xserver-xorg-core
merge 362755 362494
kthxbye

On Sun, 2006-04-16 at 17:38 +0200, Guillaume Melquiond wrote:
> Le samedi 15 avril 2006 à 15:40 +0200, Michel Dänzer a écrit :
> > On Thu, 2006-04-13 at 21:16 +0200, Guillaume Melquiond wrote:
> > > Package: libxv1
> > > Version: 1:1.0.1-2
> > > Severity: important
> > > 
> > > When playing a movie, the picture stutters a lot, as if the video frames 
> > > were not displayed in the correct order (1,0,3,2,4,etc). Reverting the 
> > > libxv1 package to version 6.9.0.dfsg.1-6 fixed the issue.
> 
> > If you also downgraded xserver-xorg 6.9, this sounds like #362755.
> 
> Setting the mtrr registers by hand fixed the issue. I wasn't able to
> reproduce the behavior I described in my first bug-report; I may have
> been confused due to some Xv applications still working properly. Sorry.

No worries, thanks for following up. Merging these bugs.


-- 
Earthling Michel Dänzer  | Debian (powerpc), X and DRI developer
Libre software enthusiast|   http://svcs.affero.net/rm.php?r=daenzer



Bug#362944: xserver-xorg-core: no direct rendering with intel i915

2006-04-16 Thread Alexander Heinlein
Package: xserver-xorg-core
Version: 1:1.0.2-4
Severity: normal


Hi.

Since X11R7, i have no direct rendering with my Intel GMA i915. After
upgrating, I removed "Load"GLcore"" from xorg.conf. glxinfo reports:

"ERROR!  sizeof(I830DRIRec) does not match passed size from device driver
libGL warning: 3D driver returned no fbconfigs.
libGL error: InitDriver failed
libGL error: reverting to (slow) indirect rendering"

and, of course:

"direct rendering: No"

Before upgrading to X11R7, I used version 6.9.0, where everything worked
fine.


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

Versions of packages xserver-xorg-core depends on:
ii  libc62.3.6-7 GNU C Library: Shared libraries
ii  libfontenc1  1:1.0.1-3   X11 font encoding library
ii  libgcc1  1:4.1.0-1   GCC support library
ii  libxau6  1:1.0.0-2   X11 authorisation library
ii  libxdmcp61:1.0.0-3   X11 Display Manager Control Protoc
ii  libxfont11:1.0.0-3   X11 font rasterisation library
ii  x11-common   1:7.0.12X Window System (X.Org) infrastruc
ii  xserver-xorg-input-evdev [xs 1:1.0.0.5-2 X.Org X server -- evdev input driv
ii  xserver-xorg-input-kbd [xser 1:1.0.1.3-2 X.Org X server -- keyboard input d
ii  xserver-xorg-input-mouse [xs 1:1.0.4-2   X.Org X server -- mouse input driv
ii  xserver-xorg-video-i810 [xse 1:1.5.1.0-2 X.Org X server -- Intel i8xx, i9xx
ii  xserver-xorg-video-vesa [xse 1:1.0.1.3-2 X.Org X server -- VESA display dri
ii  zlib1g   1:1.2.3-11  compression library - runtime

Versions of packages xserver-xorg-core recommends:
pn  xkeyboard-config   (no description available)

-- no debconf information


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



Processed: Re: Bug#362494: libxv1: Bad video display with X.org modular libraries

2006-04-16 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> forwarded 362494 https://bugs.freedesktop.org/show_bug.cgi?id=5801
Bug#362494: libxv1: Bad video display with X.org modular libraries
Noted your statement that Bug has been forwarded to 
https://bugs.freedesktop.org/show_bug.cgi?id=5801.

> merge 362755 362494
Bug#362494: libxv1: Bad video display with X.org modular libraries
Bug#362755: xorg: not setting MTRR range register for framebuffer to 
write-combining
Merged 362494 362755.

> kthxbye
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#362946: xserver-xorg-core: no direct rendering with intel i915

2006-04-16 Thread Alexander Heinlein
Package: xserver-xorg-core
Version: 1:1.0.2-4
Severity: normal


Hi.

Since X11R7, i have no direct rendering with my Intel GMA i915. After
upgrating, I removed "Load"GLcore"" from xorg.conf. glxinfo reports:

"ERROR!  sizeof(I830DRIRec) does not match passed size from device driver
libGL warning: 3D driver returned no fbconfigs.
libGL error: InitDriver failed
libGL error: reverting to (slow) indirect rendering"

and, of course:

"direct rendering: No"

Before upgrading to X11R7, I used version 6.9.0, where everything worked
fine.


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

Versions of packages xserver-xorg-core depends on:
ii  libc62.3.6-7 GNU C Library: Shared libraries
ii  libfontenc1  1:1.0.1-3   X11 font encoding library
ii  libgcc1  1:4.1.0-1   GCC support library
ii  libxau6  1:1.0.0-2   X11 authorisation library
ii  libxdmcp61:1.0.0-3   X11 Display Manager Control Protoc
ii  libxfont11:1.0.0-3   X11 font rasterisation library
ii  x11-common   1:7.0.12X Window System (X.Org) infrastruc
ii  xserver-xorg-input-evdev [xs 1:1.0.0.5-2 X.Org X server -- evdev input driv
ii  xserver-xorg-input-kbd [xser 1:1.0.1.3-2 X.Org X server -- keyboard input d
ii  xserver-xorg-input-mouse [xs 1:1.0.4-2   X.Org X server -- mouse input driv
ii  xserver-xorg-video-i810 [xse 1:1.5.1.0-2 X.Org X server -- Intel i8xx, i9xx
ii  xserver-xorg-video-vesa [xse 1:1.0.1.3-2 X.Org X server -- VESA display dri
ii  zlib1g   1:1.2.3-11  compression library - runtime

Versions of packages xserver-xorg-core recommends:
pn  xkeyboard-config   (no description available)

-- no debconf information


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



Bug#362891: xserver-xorg: fails on pre-inst

2006-04-16 Thread Rudy Godoy
Package: x11-common
Version: 1:7.0.12
Followup-For: Bug #362891

In my case it fails in the pre-inst stage. I've been trying to figure it out 
where it does but had no sucess. Here is the dpkg debug output.

D10: ensure_pathname_nonexisting `/var/lib/dpkg/tmp.ci'
(Reading database ... 147306 files and directories currently installed.)
Unpacking xserver-xorg (from .../xserver-xorg_1%3a7.0.12_all.deb) ...
dpkg: error processing /var/cache/apt/archives/xserver-xorg_1%3a7.0.12_all.deb 
(--install):
 subprocess pre-installation script returned error exit status 64
D10: ensure_pathname_nonexisting `/var/lib/dpkg/tmp.ci'
D10: ensure_pathname_nonexisting running rm -rf
D10: ensure_pathname_nonexisting `/var/lib/dpkg/reassemble.deb'
Errors were encountered while processing:
 /var/cache/apt/archives/xserver-xorg_1%3a7.0.12_all.deb

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

Versions of packages x11-common depends on:
ii  debconf [debconf-2.0] 1.4.72 Debian configuration management sy
ii  debianutils   2.15.5 Miscellaneous utilities specific t
ii  laptop-detect 0.12.1 attempt to detect a laptop
ii  lsb-base  3.1-3  Linux Standard Base 3.1 init scrip

x11-common recommends no packages.

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


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



Bug#354221: xserver-xorg: Confirm freezing of Radeon with recent ati drivers

2006-04-16 Thread Matija Grabnar
Package: xserver-xorg
Version: 1:7.0.12
Followup-For: Bug #354221

I have what sounds like the same bug. It's been present since x.org 6.9.0 

Every time I boot x.org since then I can expect the system to freeze 
within 5-10 minutes of starting X. No logs, machine can not be accessed over
the network, ctrl-alt-del does not work, turning off the power is the only
solution. This is a very serious bug to me, it makes ATI driver useless for
any serious use. 

I have verified that this bug existed in x.org 7.0 as well.

initialy I downgraded to 6.8.2, later I used fglrx drivers which still worked.
However, there don't seem to be any fglrx drivers for x.org 7.0, so now I'm
reduced to working under vesafb driver, which doesn't support resolutions 
I want.

Please, PLEASE, do something about this bug. Feel free to contact me at my 
address for any testing or additional information which could help resolve 
this bug.

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

Versions of packages xserver-xorg depends on:
ii  debconf  1.4.72  Debian configuration management sy
ii  x11-common   1:7.0.12X Window System (X.Org) infrastruc
ii  xbase-clients1:7.0.0-3   miscellaneous X clients
ii  xkb-data 0.8-5   X Keyboard Extension (XKB) configu
ii  xserver-xorg-core1:1.0.2-4   X.Org X server -- core server
ii  xserver-xorg-input-evdev [xs 1:1.0.0.5-2 X.Org X server -- evdev input driv
ii  xserver-xorg-input-kbd [xser 1:1.0.1.3-2 X.Org X server -- keyboard input d
ii  xserver-xorg-input-mouse [xs 1:1.0.4-2   X.Org X server -- mouse input driv
ii  xserver-xorg-video-ati [xser 1:6.5.7.3-3 X.Org X server -- ATI display driv
ii  xserver-xorg-video-fbdev [xs 1:0.1.0.5-2 X.Org X server -- fbdev display dr
ii  xserver-xorg-video-vesa [xse 1:1.0.1.3-2 X.Org X server -- VESA display dri
ii  xserver-xorg-video-vga [xser 1:4.0.0.5-2 X.Org X server -- VGA display driv
ii  xserver-xorg-video-voodoo [x 1:1.0.0.5-2 X.Org X server -- Voodoo display d

Versions of packages xserver-xorg recommends:
ii  discover1  1.7.18hardware identification system
ii  laptop-detect  0.12.1attempt to detect a laptop
ii  mdetect0.5.2.1   mouse device autodetection tool
ii  xresprobe  0.4.23debian1 X Resolution Probe

-- debconf information:
* xserver-xorg/multiple_possible_x-drivers:
* xserver-xorg/config/monitor/use_sync_ranges: true
* xserver-xorg/config/inputdevice/mouse/port: /dev/input/mice
* xserver-xorg/config/monitor/lcd: true
* xserver-xorg/autodetect_monitor: true
* xserver-xorg/config/display/default_depth: 24
* xserver-xorg/config/display/modes: 1024x768, 800x600, 640x480
* xserver-xorg/config/inputdevice/keyboard/internal:
* xserver-xorg/config/inputdevice/keyboard/options: ctrl:nocaps
* xserver-xorg/config/inputdevice/mouse/zaxismapping: true
* xserver-xorg/config/device/use_fbdev: true
* xserver-xorg/config/inputdevice/keyboard/variant:
* xserver-xorg/config/nonnumeric_string_error:
* xserver-xorg/config/inputdevice/keyboard/layout: us
* xserver-xorg/config/monitor/identifier: Generic Monitor
* xserver-xorg/config/inputdevice/mouse/emulate3buttons: true
* xserver-xorg/autodetect_mouse: true
* xserver-xorg/config/monitor/horiz-sync: 28-51
* xserver-xorg/config/monitor/range_input_error:
* xserver-xorg/config/write_dri_section: true
* xserver-xorg/config/inputdevice/keyboard/model: pc104
* xserver-xorg/config/device/driver: vesa
* xserver-xorg/config/monitor/selection-method: Advanced
* xserver-xorg/config/write_files_section: true
* xserver-xorg/config/monitor/mode-list: 1024x768 @ 60Hz
* xserver-xorg/config/doublequote_in_string_error:
  xserver-xorg/config/monitor/screen-size: 17 inches (430 mm)
* shared/default-x-server: xserver-xorg
* xserver-xorg/config/inputdevice/mouse/protocol: ImPS/2
* shared/no_known_x-server:
* xserver-xorg/config/device/bus_id_error:
* xserver-xorg/config/monitor/vert-refresh: 43-60
* xserver-xorg/autodetect_keyboard: false
  xserver-xorg/config/fontpath/fontserver:
* xserver-xorg/config/modules: bitmap, dbe, ddc, dri, extmod, freetype, glx, 
int10, record, type1, vbe
* xserver-xorg/config/device/video_ram:
* xserver-xorg/config/device/identifier: ATI Technologies, Inc. RV350 [Mobility 
Radeon 9600 M10]
* xserver-xorg/config/null_string_error:
* shared/multiple_possible_x-servers:
* xserver-xorg/config/device/bus_id: PCI:1:0:0
* xserver-xorg/autodetect_video_card: true
* xserver-xorg/config/inputdevice/keyboard/rules: xorg


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



Bug#362920: cvs - X11R7.0 incompatibilities

2006-04-16 Thread Daniel Stone
On Mon, Apr 17, 2006 at 02:24:21AM +1000, Drew Parsons wrote:
> Painfully, we may have to proceed without freetype support in Xprint
> after all.

AIUI, the non-freeness issue I raised on xorg-modular, would certainly
violate the DFSG?

> After applying the libxfont patch, Xprt is able to start, and partially
> works.  However as soon as I try to print, accessing a truetype font,
> Xprt crashes with
> 
> Fatal server error:
> PS DDX internal error while converting FreeType font 
> '/usr/lib/X11/fonts/Type1/c0648bt_.pfb' to PS Type1, error=11
> 
> This error does not occur with 7.1 (cvs) libraries.  The specific one
> which prevents me from uploading Xprint from cvs is xfixes. cvs
> requires xfixes4 while X11R7.0 only provides xfixes3.
> 
> There are a couple of alternative ways to proceed:
> 
> [...]
> 
> I haven't tried 3) since I assume the Xorg developers made the xserver
> explicitly depend on xfixes4 for a reason. However it's possible that
> reason applies to some other part of the server code not affecting
> Xprint.
> 
> I'll sleep over whether 3) is viable. Besides, if the underlying bug
> (assumed fixed in cvs) is in libxfonts, then uploading a cvs Xprint
> won't help anyway. Indeed, a cvs version with a dodgy workaround for
> xfixes4 does crash. I'm not certain that a better xfixes4 fix would
> change that.
> 
> This will all clear up much more easily once Debian has upgraded to
> X11R7.1.

Right.  Given they're modules, an upload of just the newer versions of
x11proto-fixes and libxfont could be done?  This is, after all, the
Grand Unified New Modular Reality. :)

Cheers,
Daniel


signature.asc
Description: Digital signature


Processed: Re: Bug#362944: xserver-xorg-core: no direct rendering with intel i915

2006-04-16 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> reassign 362944 xserver-xorg-video-i810,libgl1-mesa-dri
Bug#362944: xserver-xorg-core: no direct rendering with intel i915
Bug reassigned from package `xserver-xorg-core' to 
`xserver-xorg-video-i810,libgl1-mesa-dri'.

> reassign 362946 xserver-xorg-video-i810,libgl1-mesa-dri
Bug#362946: xserver-xorg-core: no direct rendering with intel i915
Bug reassigned from package `xserver-xorg-core' to 
`xserver-xorg-video-i810,libgl1-mesa-dri'.

> merge 359328 362944 362946
Bug#359328: xserver-xorg-video-i810/libgl1-mesa-dri: dri doesn't work (maybe 
because of kernel 2.6.16?)
Bug#362944: xserver-xorg-core: no direct rendering with intel i915
Bug#362946: xserver-xorg-core: no direct rendering with intel i915
Merged 359328 362944 362946.

> kthxbye
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#362944: xserver-xorg-core: no direct rendering with intel i915

2006-04-16 Thread Michel Dänzer
reassign 362944 xserver-xorg-video-i810,libgl1-mesa-dri
reassign 362946 xserver-xorg-video-i810,libgl1-mesa-dri
merge 359328 362944 362946
kthxbye

On Sun, 2006-04-16 at 18:33 +0200, Alexander Heinlein wrote:
> Package: xserver-xorg-core
> Version: 1:1.0.2-4
> Severity: normal
> 
> 
> Hi.
> 
> Since X11R7, i have no direct rendering with my Intel GMA i915. After
> upgrating, I removed "Load"GLcore"" from xorg.conf. glxinfo reports:
> 
> "ERROR!  sizeof(I830DRIRec) does not match passed size from device driver

This is a duplicate of #359328, merging your bugs with that.


-- 
Earthling Michel Dänzer  | Debian (powerpc), X and DRI developer
Libre software enthusiast|   http://svcs.affero.net/rm.php?r=daenzer



Bug#362955: upper case package name in Conflicts line

2006-04-16 Thread Mike Furr
Package: x11-common
Version: 6.9.0.dfsg.1-6
Severity: minor

x11-common Conflicts against the package 'XFS-XTT', but this should
be 'xfs-xtt' as all package names are required to be lower case by
policy.  I'm not sure if the current package tools enforce this
difference, but its probably best to use the lower case name in either
case.

-- 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.11
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

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

x11-common recommends no packages.

-- debconf information excluded


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



Bug#362920: cvs - X11R7.0 incompatibilities

2006-04-16 Thread Daniel Stone
On Sun, Apr 16, 2006 at 07:17:40PM +0300, Daniel Stone wrote:
> On Mon, Apr 17, 2006 at 02:24:21AM +1000, Drew Parsons wrote:
> > Painfully, we may have to proceed without freetype support in Xprint
> > after all.
> 
> AIUI, the non-freeness issue I raised on xorg-modular, would certainly
> violate the DFSG?

For reference, the upstream copyright file:
http://webcvs.freedesktop.org/xorg/xc/extras/ttf2pt1/COPYRIGHT?view=markup

I misremembered (confusing it with the stupid libXaw copyright issue):
it's not actually DFSG-non-free, but just GPL-incompatible IIRC --
advertising clause.  Though the Type1 assembler is one of those
'licences are easy, I'll just write one myself' types. :\

Cheers,
Daniel


signature.asc
Description: Digital signature


Bug#362940: Cause: Font paths not updated for custom xorg.conf

2006-04-16 Thread Ted Percival
I have determined that the cause of this is the X font directory
changing between Xorg 6 and Xorg 7.

The previous font directories were under /usr/lib/X11/fonts (which is a
symlink to /usr/lib/X11R6/lib/X11/fonts, part of x11-common), whereas in
Xorg 7 they are under /usr/share/fonts/X11. Users with customised
xorg.conf files will not have the font paths updated automatically
during upgrade.

I think it's important that this be changed or a _lot_ of users will be
left out in the cold. Xorg seems to ignore paths that don't contain any
fonts, so I suggest a script to add (not just replace) FontPath lines
for each existing line that contains /usr/lib/X11/fonts, with that
portion changed to /usr/share/fonts/X11.

-Ted



signature.asc
Description: OpenPGP digital signature


Do window managers need to be adapted for modular x.org?

2006-04-16 Thread Moritz Muehlenhoff
Since upgrading to modular x.org icewm isn't loaded after startx
any more. As twm still works fine, I suspect that windows managers
somehow need to be adapted to the new directory layout?

Cheers,
Moritz


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



New lintian checks for X.Org 7 migration

2006-04-16 Thread Russ Allbery
I'd like to have lintian start helping with notifying packagers of the
X.Org 7 migration.  However, I don't want to make matters worse by putting
in a bad check.  If someone has a moment, could you look over the
following set of checks and ensure that they're accurate?

(I know more checks are probably needed; at the least, checks for the
versioned dependencies on debhelper and xutils-dev would be good.  But
this seems like a good starting point.)

The three check descriptions are:

Tag: package-installs-font-to-usr-x11r6
Type: error
Info: The standard location for X fonts has moved to /usr/share/fonts/X11.
 Packages providing X fonts must install them into the new path.  Fonts
 installed into the old /usr/X11R6/lib/X11/fonts path may not be seen by
 the X server.
 .
 If the package uses imake, it must build-depend on xutils-dev (>=
 1:1.0.2-1) for the correct paths. If it uses dh_installxfonts to handle X
 font installation, it must build-depend on debhelper (>= 5.0.29).

Tag: package-installs-file-to-usr-x11r6-bin
Type: error
Info: Debian has switched to the modular X tree which now uses the regular
 FHS paths, and all packages must follow. All packages installing binaries
 must install them into /usr/bin (or some other appropriate location)
 instead of /usr/X11R6/bin.
 .
 The x11-common package attempts to change /usr/X11R6/bin into a symlink
 to /usr/bin, so if this migration has already occurred, a package
 installing files into /usr/X11R6/bin may appear to install
 successfully. However, such a package will be left in an inconsistent
 state and may orphan files when the compatibility link goes away.
 .
 If the package uses imake, it must build-depend on xutils-dev (>=
 1:1.0.2-1) for the correct paths.

Tag: package-installs-file-to-usr-x11r6
Type: error
Info: Packages using the X Window System should not be configured to install
 files under the /usr/X11R6/ directory. Debian has switched to the modular
 X tree which now uses regular FHS paths and all packages should follow.
 .
 Programs that use GNU autoconf and automake are usually easily configured
 at compile time to use /usr/ instead of /usr/X11R6/.  Packages that use
 imake must build-depend on xutils-dev (>= 1:1.0.2-2) for the correct
 paths.

Here is the current working lintian patch:

Index: checks/files
===
--- checks/files(revision 616)
+++ checks/files(working copy)
@@ -235,11 +235,15 @@
}
 
#- /usr/X11R6/
+   elsif ($file =~ m,^usr/X11R6/bin,) {
+   tag "package-installs-file-to-usr-x11r6-bin", "$file";
+   }
+   elsif ($file =~ m,^usr/X11R6/lib/X11/fonts,) {
+   tag "package-installs-font-to-usr-x11r6", "$file";
+   }
elsif ($file =~ m,^usr/X11R6/, and
-  $file !~ m,^usr/X11R6/lib/X11/fonts, and #font packages are 
allowed
-  $perm !~ m,^l, and #links to FHS locations are encouraged
-  $source_pkg ne "xfree86") { #The X Window System is allowed to 
do anything
-   tag "packages-installs-file-to-usr-x11r6", "$file";
+  $perm !~ m,^l,) { #links to FHS locations are allowed
+   tag "package-installs-file-to-usr-x11r6", "$file";
}
 
#  /usr/lib/sgml
Index: checks/files.desc
===
--- checks/files.desc   (revision 616)
+++ checks/files.desc   (working copy)
@@ -29,17 +29,43 @@
  /usr/bin/X11/, /usr/include/X11/ or /usr/lib/X11/.
 Ref: policy 11.8.7
 
-Tag: packages-installs-file-to-usr-x11r6
-Type: warning
+Tag: package-installs-font-to-usr-x11r6
+Type: error
+Info: The standard location for X fonts has moved to /usr/share/fonts/X11.
+ Packages providing X fonts must install them into the new path.  Fonts
+ installed into the old /usr/X11R6/lib/X11/fonts path may not be seen by
+ the X server.
+ .
+ If the package uses imake, it must build-depend on xutils-dev (>=
+ 1:1.0.2-1) for the correct paths. If it uses dh_installxfonts to handle X
+ font installation, it must build-depend on debhelper (>= 5.0.29).
+
+Tag: package-installs-file-to-usr-x11r6-bin
+Type: error
+Info: Debian has switched to the modular X tree which now uses the regular
+ FHS paths, and all packages must follow. All packages installing binaries
+ must install them into /usr/bin (or some other appropriate location)
+ instead of /usr/X11R6/bin.
+ .
+ The x11-common package attempts to change /usr/X11R6/bin into a symlink
+ to /usr/bin, so if this migration has already occurred, a package
+ installing files into /usr/X11R6/bin may appear to install
+ successfully. However, such a package will be left in an inconsistent
+ state and may orphan files when the compatibility link goes away.
+ .
+ If the package uses imake, it must build-depend on xutils-dev (>=
+ 1:1.0.2-1) for the correct paths.
+
+Tag: package-installs-file-to-usr-x11r6
+Type: error
 Info: Packages using the

Re: New lintian checks for X.Org 7 migration

2006-04-16 Thread Russ Allbery
Russ Allbery <[EMAIL PROTECTED]> writes:

>  If the package uses imake, it must build-depend on xutils-dev (>=
>  1:1.0.2-1) for the correct paths. If it uses dh_installxfonts to handle X
>  font installation, it must build-depend on debhelper (>= 5.0.29).

Ugh, sorry, all of those 1:1.0.2-1 mentions should be 1:1.0.2-2.  I cut
and pasted the wrong thing.  Fixed in my version.

-- 
Russ Allbery ([EMAIL PROTECTED])   


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



Bug#362946: duplicated report

2006-04-16 Thread Alexander Heinlein
Hi again.

Sorry for this duplicated bug report. I had weird problems with exim4
telling me that the mail could not be send. You may close or delete this
report.

Alexander Heinlein



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



Re: Do window managers need to be adapted for modular x.org?

2006-04-16 Thread Daniel Stone
On Sun, Apr 16, 2006 at 10:58:03AM +0200, Moritz Muehlenhoff wrote:
> Since upgrading to modular x.org icewm isn't loaded after startx
> any more. As twm still works fine, I suspect that windows managers
> somehow need to be adapted to the new directory layout?

No, this is a transient bug in xinit.


signature.asc
Description: Digital signature


Re: New lintian checks for X.Org 7 migration

2006-04-16 Thread Daniel Stone
On Sun, Apr 16, 2006 at 11:53:10AM -0700, Russ Allbery wrote:
> I'd like to have lintian start helping with notifying packagers of the
> X.Org 7 migration.  However, I don't want to make matters worse by putting
> in a bad check.  If someone has a moment, could you look over the
> following set of checks and ensure that they're accurate?

Thanks for doing this!  I hadn't even thought about lintian.

> (I know more checks are probably needed; at the least, checks for the
> versioned dependencies on debhelper and xutils-dev would be good.  But
> this seems like a good starting point.)
> 
> The three check descriptions are:
> 
> Tag: package-installs-font-to-usr-x11r6
> Type: error
> Info: The standard location for X fonts has moved to /usr/share/fonts/X11.
>  Packages providing X fonts must install them into the new path.  Fonts
>  installed into the old /usr/X11R6/lib/X11/fonts path may not be seen by
>  the X server.
>  .
>  If the package uses imake, it must build-depend on xutils-dev (>=
>  1:1.0.2-1) for the correct paths. If it uses dh_installxfonts to handle X
>  font installation, it must build-depend on debhelper (>= 5.0.29).
> 
> Tag: package-installs-file-to-usr-x11r6-bin
> Type: error
> Info: Debian has switched to the modular X tree which now uses the regular
>  FHS paths, and all packages must follow. All packages installing binaries
>  must install them into /usr/bin (or some other appropriate location)
>  instead of /usr/X11R6/bin.
>  .
>  The x11-common package attempts to change /usr/X11R6/bin into a symlink
>  to /usr/bin, so if this migration has already occurred, a package
>  installing files into /usr/X11R6/bin may appear to install
>  successfully. However, such a package will be left in an inconsistent
>  state and may orphan files when the compatibility link goes away.
>  .
>  If the package uses imake, it must build-depend on xutils-dev (>=
>  1:1.0.2-1) for the correct paths.

Doing this was broken anyway, unless it was part of the core X Window
System, which it wasn't.

The tests look fine to me; thanks again for taking this on.

Cheers,
Daniel


signature.asc
Description: Digital signature


Bug#362940: xserver-xorg: could not open default font 'fixed'

2006-04-16 Thread Michael Bonhomme
Package: xserver-xorg
Version: 1:7.0.12
Followup-For: Bug #362940

Since last upgrade, I can't start Xorg. I got these messages :


[EMAIL PROTECTED] ~]# X

X Window System Version 7.0.0
Release Date: 21 December 2005
X Protocol Version 11, Revision 0, Release 7.0
Build Operating System:Linux 2.6.12-1-686 i686
Current Operating System: Linux swordfish2 2.6.15.4-spk #5 PREEMPT Mon
Feb 20 23:49:01 CET 2006 i686
Build Date: 16 March 2006
Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
Module Loader present
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/Xorg.0.log", Time: Sun Apr 16 20:53:42 2006
(==) Using config file: "/etc/X11/xorg.conf"
error opening security policy file /usr/lib/xserver/SecurityPolicy
The XKEYBOARD keymap compiler (xkbcomp) reports:
> Warning:  Type "ONE_LEVEL" has 1 levels, but  has 2
> symbols
>   Ignoring extra symbols
Errors from xkbcomp are not fatal to the X server
Synaptics DeviceInit called
SynapticsCtrl called.
Synaptics DeviceOn called
Could not init font path element unix/:7100, removing from list!

Fatal server error:
could not open default font 'fixed'



-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable'), (1, 
'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.15.4-spk
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)

Versions of packages xserver-xorg depends on:
ii  debconf1.4.72Debian configuration management sy
ii  x11-common 1:7.0.12  X Window System (X.Org) infrastruc
ii  xbase-clients  1:7.0.0-3 miscellaneous X clients
ii  xkb-data   0.8-5 X Keyboard Extension (XKB) configu
ii  xserver-xorg-core  1:1.0.2-4 X.Org X server -- core server
ii  xserver-xorg-input-all 1:7.0.12  the X.Org X server -- input driver
ii  xserver-xorg-input-evdev [ 1:1.0.0.5-2   X.Org X server -- evdev input driv
ii  xserver-xorg-input-kbd [xs 1:1.0.1.3-2   X.Org X server -- keyboard input d
ii  xserver-xorg-input-mouse [ 1:1.0.4-2 X.Org X server -- mouse input driv
ii  xserver-xorg-video-ati [xs 1:6.5.7.3-3   X.Org X server -- ATI display driv
ii  xserver-xorg-video-dummy [ 1:0.1.0.5-2   X.Org X server -- dummy display dr
ii  xserver-xorg-video-fbdev [ 1:0.1.0.5-2   X.Org X server -- fbdev display dr
ii  xserver-xorg-video-glint [ 1:1.0.1.3-2   X.Org X server -- Glint display dr
ii  xserver-xorg-video-i128 [x 1:1.1.0.5-2   X.Org X server -- i128 display dri
ii  xserver-xorg-video-nv [xse 1:1.0.1.5-2   X.Org X server -- NV display drive
ii  xserver-xorg-video-tdfx [x 1:1.1.1.3-3   X.Org X server -- tdfx display dri
ii  xserver-xorg-video-tga [xs 1:1.0.0.5-3   X.Org X server -- TGA display driv
ii  xserver-xorg-video-trident 1:1.0.1.2-2   X.Org X server -- Trident display 
ii  xserver-xorg-video-vesa [x 1:1.0.1.3-2   X.Org X server -- VESA display dri
ii  xserver-xorg-video-vga [xs 1:4.0.0.5-2   X.Org X server -- VGA display driv
ii  xserver-xorg-video-via [xs 1:0.1.33.2-2  X.Org X server -- VIA display driv
ii  xserver-xorg-video-vmware  1:10.11.1.3-2 X.Org X server -- VMware display d

Versions of packages xserver-xorg recommends:
ii  discover1  1.7.18hardware identification system
ii  laptop-detect  0.12.1attempt to detect a laptop
ii  mdetect0.5.2.1   mouse device autodetection tool
ii  xresprobe  0.4.23debian1 X Resolution Probe

-- debconf information:
  xserver-xorg/multiple_possible_x-drivers:
  xserver-xorg/config/monitor/use_sync_ranges: true
* xserver-xorg/config/inputdevice/mouse/port: /dev/input/mice
  xserver-xorg/config/monitor/lcd: false
  xserver-xorg/config/doublequote_in_string_error:
  xserver-xorg/config/monitor/screen-size: 17 inches (430 mm)
* shared/default-x-server: xserver-xorg
  xserver-xorg/autodetect_monitor: true
* xserver-xorg/config/inputdevice/mouse/protocol: ImPS/2
  shared/no_known_x-server:
* xserver-xorg/config/display/default_depth: 24
* xserver-xorg/config/display/modes: 1024x768, 800x600, 640x480
  xserver-xorg/config/device/bus_id_error:
  xserver-xorg/config/inputdevice/keyboard/internal:
  xserver-xorg/config/monitor/vert-refresh: 43-72
* xserver-xorg/config/inputdevice/keyboard/options:
* xserver-xorg/autodetect_keyboard: false
* xserver-xorg/config/inputdevice/mouse/zaxismapping: true
* xserver-xorg/config/device/use_fbdev: false
* xserver-xorg/config/inputdevice/keyboard/variant:
  xserver-xorg/config/nonnumeric_string_error:
  xserver-xorg/config/fontpath/fontserver:
* xserver-xorg/config/inputdevice/keyboard/layout: fr
* xserver-xorg/confi

Bug#362718: Correction, it does work with VESA, so this is not needed

2006-04-16 Thread David Goodenough
I am not sure what the problem was when I first tried VESA but this time when 
I tried it is worked well.  This is also an improvement on the older XFree86
VESA driver which I never did get to work.  So this can be closed as no longer
needed.

David


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



Bug#362869: No direct rendering for radeon 9100 IGP

2006-04-16 Thread Ahmad Khayyat

Right..

There was another package containing the same libGL.so file. I 
uninstalled it, reinstalled xlibmesa-gl, and direct redering is 
enabled.. :).


Now glxgears renders around 600 FPS, which is better but still kind of slow.

On the other hand, the display (2D) is really slow. Even switching 
between windows is slow.. I can see the new window being drawn.



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



Bug#362965: libxft2: make xconfig crash in XftFontOpenXlfd () from /usr/lib/libXft.so.2

2006-04-16 Thread Eric Valette
Package: libxft2
Version: 2.1.8.2-6
Severity: normal


Note that I have the same problem on two machines and that I do not know
what cause the program to still look at font in 
/usr/X11R6/lib/X11/fonts/Type1/c0648bt_.pfb when they are in now in usr/share

make xconfig
scripts/kconfig/qconf arch/i386/Kconfig
#
# using defaults found in .config
#
make[1]: *** [xconfig] Segmentation fault
make: *** [xconfig] Error 2

gdb scripts/kconfig/qconf
GNU gdb 6.4-debian
Copyright 2005 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB.  Type "show warranty" for details.
This GDB was configured as "i486-linux-gnu"...Using host libthread_db library 
"/lib/tls/libthread_db.so.1".

(gdb) run arch/i386/Kconfig
Starting program: /usr/src/linux-2.6.15.6/scripts/kconfig/qconf 
arch/i386/Kconfig
[Thread debugging using libthread_db enabled]
[New Thread -1222027584 (LWP 4970)]
Qt: gdb: -nograb added to command-line options.
 Use the -dograb option to enforce grabbing.
#
# using defaults found in .config
#

Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread -1222027584 (LWP 4970)]
0xb72cf6bc in XftFontOpenXlfd () from /usr/lib/libXft.so.2
(gdb) bt
#0  0xb72cf6bc in XftFontOpenXlfd () from /usr/lib/libXft.so.2
#1  0xb72cfd28 in XftLockFace () from /usr/lib/libXft.so.2
#2  0xb7a1ee20 in QFontEngineLatinXLFD::setScale () from /usr/lib/libqt-mt.so.3
#3  0xb7a1f069 in QFontEngineXft::QFontEngineXft () from /usr/lib/libqt-mt.so.3
#4  0xb7a7530b in QFontDatabase::families () from /usr/lib/libqt-mt.so.3
#5  0xb7a75aba in QFontDatabase::findFont () from /usr/lib/libqt-mt.so.3
#6  0xb79f16c6 in QFontPrivate::load () from /usr/lib/libqt-mt.so.3
#7  0xb79f2a6c in QFontPrivate::engineForScript () from /usr/lib/libqt-mt.so.3
#8  0xb7a6674a in QFontMetrics::height () from /usr/lib/libqt-mt.so.3
#9  0xb7bbbf16 in QListView::init () from /usr/lib/libqt-mt.so.3
#10 0xb7bbc61a in QListView::QListView () from /usr/lib/libqt-mt.so.3
#11 0x08060eda in ConfigList::ConfigList ()
#12 0x080612f2 in ConfigView::ConfigView ()
#13 0x08064018 in ConfigMainWindow::ConfigMainWindow ()
#14 0x08066389 in main ()
(gdb) quit

The last line of therunning the program under strace :
strace -f scripts/kconfig/qconf arch/i386/Kconfig 

stat64("/usr/share/fonts/type1/gsfonts/fonts.cache-1", {st_mode=S_IFREG|0644, 
st_size=25896, ...}) = 0
fstat64(7, {st_mode=S_IFREG|0644, st_size=25896, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
0xb70c7000
read(7, "\"a010013l.pfb\" 0 \"URW Gothic L:s"..., 4096) = 4096
read(7, "!!#6I;sB^c  X!!#AL  "..., 4096) = 4096
read(7, "mk|mt|nb|nds|nl|nn|no|ny|oc|om|o"..., 4096) = 4096
read(7, "k|mt|nb|nds|nl|nn|no|ny|oc|om|os"..., 4096) = 4096
read(7, "100:foundry=urw:index=0:outline="..., 4096) = 4096
read(7, "!!5  !!!W5  !!#3H!)pSj& "..., 4096) = 4096
read(7, "v|mg|mh|mk|mt|nb|nds|nl|nn|no|ny"..., 4096) = 1320
read(7, "", 4096)   = 0
close(7)= 0
munmap(0xb70c7000, 4096)= 0
open("/usr/share/fonts/X11/encodings/large/fonts.cache-1", O_RDONLY) = 7
stat64("/usr/share/fonts/X11/encodings/large", {st_mode=S_IFDIR|0755, 
st_size=1024, ...}) = 0
stat64("/usr/share/fonts/X11/encodings/large/fonts.cache-1", 
{st_mode=S_IFREG|0644, st_size=0, ...}) = 0
fstat64(7, {st_mode=S_IFREG|0644, st_size=0, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
0xb70c7000
read(7, "", 4096)   = 0
close(7)= 0
munmap(0xb70c7000, 4096)= 0
brk(0x848e000)  = 0x848e000
open("/etc/mtab", O_RDONLY) = 7
fstat64(7, {st_mode=S_IFREG|0644, st_size=549, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
0xb70c7000
read(7, "/dev/hde1 / ext2 rw 0 0\nproc /pr"..., 4096) = 549
close(7)= 0
munmap(0xb70c7000, 4096)= 0
open("/proc/meminfo", O_RDONLY) = 7
fstat64(7, {st_mode=S_IFREG|0444, st_size=0, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
0xb70c7000
read(7, "MemTotal:   514956 kB\nMemFre"..., 1024) = 598
close(7)= 0
munmap(0xb70c7000, 4096)= 0
open("/usr/X11R6/lib/X11/fonts/Type1/c0648bt_.pfb", O_RDONLY) = 7
fcntl64(7, F_SETFD, FD_CLOEXEC) = 0
fstat64(7, {st_mode=S_IFREG|0644, st_size=34869, ...}) = 0
mmap2(NULL, 34869, PROT_READ, MAP_PRIVATE, 7, 0) = 0xb70bf000
close(7)= 0
--- SIGSEGV (Segmentation fault) @ 0 (0) ---
+++ killed by SIGSEGV +++

-- System Information:
Debian Release: testing/unstable
  APT prefers testing-proposed-updates
  APT policy: (50

Re: New lintian checks for X.Org 7 migration

2006-04-16 Thread Russ Allbery
Daniel Stone <[EMAIL PROTECTED]> writes:
> On Sun, Apr 16, 2006 at 11:53:10AM -0700, Russ Allbery wrote:

>> Tag: package-installs-file-to-usr-x11r6-bin
>> Type: error
>> Info: Debian has switched to the modular X tree which now uses the regular
>>  FHS paths, and all packages must follow. All packages installing binaries
>>  must install them into /usr/bin (or some other appropriate location)
>>  instead of /usr/X11R6/bin.
>>  .
>>  The x11-common package attempts to change /usr/X11R6/bin into a symlink
>>  to /usr/bin, so if this migration has already occurred, a package
>>  installing files into /usr/X11R6/bin may appear to install
>>  successfully. However, such a package will be left in an inconsistent
>>  state and may orphan files when the compatibility link goes away.
>>  .
>>  If the package uses imake, it must build-depend on xutils-dev (>=
>>  1:1.0.2-1) for the correct paths.

> Doing this was broken anyway, unless it was part of the core X Window
> System, which it wasn't.

It used to be a warning that said you were only supposed to do this if the
package used imake.  (Policy still says that's allowed; we'll have to get
policy changed once everything has settled down and then I can re-add the
policy references to the lintian tests.)

> The tests look fine to me; thanks again for taking this on.

Absolutely.  I'll get them committed.  We were about due for another
lintian release anyway.

-- 
Russ Allbery ([EMAIL PROTECTED])   


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



Processed: reassign 362107 to gnome-control-center, severity of 362107 is important, merging 362107 362563 ...

2006-04-16 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> # Automatically generated email from bts, devscripts version 2.9.16
> reassign 362107 gnome-control-center
Bug#362107: xserver-xorg-input-evdev: evdev crashes gnome-settings-daemon
Bug reassigned from package `xserver-xorg-input-evdev' to 
`gnome-control-center'.

> severity 362107 important
Bug#362107: xserver-xorg-input-evdev: evdev crashes gnome-settings-daemon
Severity set to `important'.

> merge 362107 362563
Bug#362107: xserver-xorg-input-evdev: evdev crashes gnome-settings-daemon
Bug#362563: gnome-control-center: gnome-settings-daemon crashes with Xorg 7
Merged 362107 362563.

> tags 362563 + fixed-upstream
Bug#362563: gnome-control-center: gnome-settings-daemon crashes with Xorg 7
There were no tags set.
Bug#362107: xserver-xorg-input-evdev: evdev crashes gnome-settings-daemon
Tags added: fixed-upstream

>
End of message, stopping processing here.

Please contact me if you need assistance.

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


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



Bug#357714: font directories still wrong in xorg 7.0.12

2006-04-16 Thread Craig Puetz
Package: xorg
Version: 1:7.0.12
Severity: grave
Tags: unstable

Bug #356181/357714 is still alive.  I just upgraded to 7.0.12, and
the old/wrong font paths were still there in /etc/X11/xorg.conf. The result of 
this is a broken system, with only text consoles available, making 
troubleshooting very difficult. As the packages are not released for 
unstable, this will cause problems for a large number of users. 

System Information
homer:~$ dpkg --status xorg
Package: xorg
Status: install ok installed
Priority: optional
Section: x11
Installed-Size: 36
Maintainer: Debian X Strike Force 
Architecture: all
Version: 1:7.0.12
Provides: x-window-system, x-window-system-core
Depends: xserver-xorg, libgl1-mesa-glx, libgl1-mesa-dri, libglu1-mesa, 
xfonts-base (>= 1:1.0.0-1), xfonts-100dpi (>= 1:1.0.0-1), xfonts-75dpi (>= 
1:1.0.0-1), xfonts-scalable (>= 1:1.0.0-1), xbase-clients (>= 1:1.0.1-1), 
xutils (>= 1:1.0.1-1), xkb-data, xterm



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



Bug#362750: xserver-xorg: 'xserver' provides dropped without explanation?

2006-04-16 Thread Daniel Stone
On Sat, Apr 15, 2006 at 02:09:57PM -0700, Steve Langasek wrote:
> On Sat, Apr 15, 2006 at 11:33:08AM +0100, Daniel Stone wrote:
> > On Sat, Apr 15, 2006 at 03:05:04AM -0700, Steve Langasek wrote:
> > > The current xserver-xorg package no longer Provides: the virtual 'xserver'
> > > package, which all xserver packages have done since time immemorial (or at
> > > least since sarge).  As there is no mention of this in the xserver-xorg
> > > changelog, I imagine this was removed in error.
> 
> > I removed it.
> 
> Are you going to deign to tell me why?

If you are relying on a working X environment, you just need to depend
on the set of X libraries you use.  If you're relying on a specific
server, you need to launch that server.

No server that I know of will reliably start and work when invoked
without any DDX-specific parameters.  Not Xorg, not Xgl, not any of the
KDrive-class servers.

Okay, Xephyr and Xnest will, but they are not what you want when you
depend on the 'xserver' package.

Same reason I made xresprobe invoke /usr/bin/Xorg directly, instead of
calling through the /etc/X11/X symlink and just hoping that it worked.

Although, upon writing this mail, I'd imagine that ?dm Depends:
xserver-xorg | xserver, is an entirely valid use case, as they require
an X server to be startable, use no DDX-specific parameters, and do not
take responsibility for X server configuration.  If that's what you had
in mind, then yeah, I'm wrong.

Either way, adding it back won't draw any complaints from me.  Merely
noting that it was removed deliberately, not accidentally.


signature.asc
Description: Digital signature


Bug#362524: missing conflict on xearth

2006-04-16 Thread Steve M. Robbins
After an upgrade to xorg 1:7.0.12, I was left with one file in
/usr/X11R6/bin: xearth.  I subsequently discovered that xearth is
"non-free".  Possibly you missed all the non-free package conflicts?


So I removed xearth, and /usr/X11R6/bin went away.  X wouldn't start
because nothing could now be found in /usr/X11R6/bin.  Kdm's config,
for example, contains the line

   ServerCmd=/usr/X11R6/bin/X -br

but it isn't the only one.

I ran "dpkg-reconfigure xorg", thinking it would install the symlink.
It didn't; I had to do so by hand.  For the record: what is the proper
way to recover after cleaning out /usr/X11R6/bin?

Thanks,
-Steve



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



X Strike Force X.Org X11 SVN commit: r1820 - trunk/xserver/xorg-server-1.0.2/debian

2006-04-16 Thread X Strike Force SVN Repository Admin
Author: dnusinow
Date: 2006-04-16 17:29:35 -0400 (Sun, 16 Apr 2006)
New Revision: 1820

Modified:
   trunk/xserver/xorg-server-1.0.2/debian/changelog
   trunk/xserver/xorg-server-1.0.2/debian/control
Log:
* Provide the virtual 'xserver' package. Thanks Steve Langasek and Daniel
  Stone. (closes: #362750)

Modified: trunk/xserver/xorg-server-1.0.2/debian/changelog
===
--- trunk/xserver/xorg-server-1.0.2/debian/changelog2006-04-16 15:15:57 UTC 
(rev 1819)
+++ trunk/xserver/xorg-server-1.0.2/debian/changelog2006-04-16 21:29:35 UTC 
(rev 1820)
@@ -7,8 +7,10 @@
 way.
   * Document how to get rid of error loading glcore (and other modules) in
 NEWS.Debian. Thanks Matej Vela and others.
+  * Provide the virtual 'xserver' package. Thanks Steve Langasek and Daniel
+Stone. (closes: #362750)
 
- -- David Nusinow <[EMAIL PROTECTED]>  Sun, 16 Apr 2006 09:54:36 -0400
+ -- David Nusinow <[EMAIL PROTECTED]>  Sun, 16 Apr 2006 17:29:14 -0400
 
 xorg-server (1:1.0.2-4) unstable; urgency=low
 

Modified: trunk/xserver/xorg-server-1.0.2/debian/control
===
--- trunk/xserver/xorg-server-1.0.2/debian/control  2006-04-16 15:15:57 UTC 
(rev 1819)
+++ trunk/xserver/xorg-server-1.0.2/debian/control  2006-04-16 21:29:35 UTC 
(rev 1820)
@@ -17,6 +17,7 @@
 Recommends: xkeyboard-config
 Conflicts: xserver-xorg (<< 6.8.2-38), xserver-xfree86 (<< 1:7.0.0)
 Replaces: xserver-xorg (<< 6.8.2-38), xserver-xfree86 (<< 1:7.0.0)
+Provides: xserver
 Description: X.Org X server -- core server
  The X.Org X server is an X server for several architectures and operating
  systems, which is derived from the XFree86 4.x series of X servers.


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



Processed: xbase-clients: Man page links to dir man1x instead of man1

2006-04-16 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> merge 361911 362782
Bug#361911: xbase-clients: Man page links to dir man1x instead of man1
Bug#362782: Broken manpages
Merged 361911 362782.

> -
Stopping processing here.

Please contact me if you need assistance.

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


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



Processed: (no subject)

2006-04-16 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> tags 362846 +patch
Bug#362846: /var/lib/dpkg/info/x11-common.postinst: line 918: [: too many 
arguments
There were no tags set.
Tags added: patch

> merge 362846 362859
Bug#362846: /var/lib/dpkg/info/x11-common.postinst: line 918: [: too many 
arguments
Bug#362859: /var/lib/dpkg/info/x11-common.postinst: line 918: [: too many 
arguments
Merged 362846 362859.

>
End of message, stopping processing here.

Please contact me if you need assistance.

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


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



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

2006-04-16 Thread X Strike Force SVN Repository Admin
Author: dnusinow
Date: 2006-04-16 17:43:48 -0400 (Sun, 16 Apr 2006)
New Revision: 1821

Modified:
   trunk/debian/xorg/debian/changelog
   trunk/debian/xorg/debian/control
Log:
  transition. This prevents the test from succeeding incorrectly.
* Fix case on xfs-xtt conflict for x11-common. Thanks Mike Furr.
  (closes: #362955)

Modified: trunk/debian/xorg/debian/changelog
===
--- trunk/debian/xorg/debian/changelog  2006-04-16 21:29:35 UTC (rev 1820)
+++ trunk/debian/xorg/debian/changelog  2006-04-16 21:43:48 UTC (rev 1821)
@@ -1,10 +1,12 @@
 xorg (1:7.0.13) unstable; urgency=low
 
   * Fix shell snippet that provides the /usr/X11R6/bin dir->symlink
-transition. This prevents the test from succeeding incorrectly. 
+transition. This prevents the test from succeeding incorrectly.
 Thanks Steve Langasek.
+  * Fix case on xfs-xtt conflict for x11-common. Thanks Mike Furr.
+(closes: #362955)
 
- -- David Nusinow <[EMAIL PROTECTED]>  Sat, 15 Apr 2006 20:00:57 -0400
+ -- David Nusinow <[EMAIL PROTECTED]>  Sun, 16 Apr 2006 17:41:26 -0400
 
 xorg (1:7.0.12) unstable; urgency=low
 

Modified: trunk/debian/xorg/debian/control
===
--- trunk/debian/xorg/debian/control2006-04-16 21:29:35 UTC (rev 1820)
+++ trunk/debian/xorg/debian/control2006-04-16 21:43:48 UTC (rev 1821)
@@ -9,7 +9,7 @@
 Package: x11-common
 Architecture: any
 Depends: ${misc:Depends}, debianutils (>= 1.13), lsb-base (>= 1.3-9ubuntu2), 
laptop-detect
-Conflicts: xfree86-common, xorg-common, xserver-common, x-common, xserver-xorg 
(<< 1:7.0.12), xserver-xfree86 (<= 6.9.0.dfsg.1-6), libxft-dev (<= 2.1.8.2-5),  
aee (<= 2.2.15b-1), ascd (<= 0.13.2-3), bibview (<= 2.2-8), fvwm1 (<= 
1.24r-46), grace (<= 1:5.1.18-1), groff (<= 1.18.1.1-7), hfsutils-tcltk (<= 
3.2.6-7), login.app (<= 1.2.1-18), oneko (<= 1.2.sakura.6-1), procmeter (<= 
2.5.1-11), propsel (<= 971130-5.3), regexplorer (<= 0.1.6-12), tkseti (<= 
3.06-1), wdm (<= 1.28-1), wily (<= 0.13.41-6), wmnetselect (<= 0.85-5.5), 
wmsensors (<= 1.0.4-3.4), wmtv (<= 0.6.5-15), xbanner (<= 1.31-23), xcolors (<= 
1.5a-2), xcolorsel (<= 1.1a-11), xezmlm (<= 1.0.3-11), XFS-XTT (<= 
1:1.4.1.xf430-5), xgdipc (<= 1.2-0.3), xgmod (<= 3.1-9), xgraph (<= 12.1-3), 
xlogmaster (<= 1.6.0-8), xmailbox (<= 2.5-9), xmem (<= 1.20-19), xnecview (<= 
1.34-2), xodo (<= 1.2-9.2), xturqstat (<= 2.2.2sarge1), xwit (<= 3.4-6), 
lbxproxy (<= 6.9.0.dfsg.1-6), proxymngr (<= 6.9.0.dfsg.1-6), twm (<= 
6.9.0.dfsg.1-6), xbase-clients (<= 6.9.0.dfsg.1-6), xdm (<= 6.9.0.dfsg.1-6), 
xfs (<= 6.9.0.dfsg.1-6), xfwp (<= 6.9.0.dfsg.1-6), xutils (<= 6.9.0.dfsg.1-6), 
xvfb (<= 6.9.0.dfsg.1-6), qcam (<= 0.91-11.1), twlog (<= 1.3-4), xdmx (<= 
6.9.0.dfsg.1-6), bugsx (<= 1.08-8), buici-clock (<= 0.4.5+b1), ctwm (<= 3.7-2), 
emelfm (<= 0.9.2-7), fte-xwindow (<= 0.50.0-1.3), fvwm95 (<= 2.0.43ba-23+b1), 
gerstensaft (<= 0.2-5.1), gipsc (<= 0.4.3-2), gradio (<= 1.0.1-6), 
hanterm-classic (<= 3.1.6.0-4), hanterm-xf (<= 1:3.3.1p18-9.2), ibp (<= 
0.21-4), isdnutils-xtools (<= 1:3.8.2005-12-06-4), ivtools-bin (<= 1.1.3-5), 
kdrill (<= 6.4-2.1), kinput2-canna (<= 3.1-7), kinput2-canna-wnn (<= 3.1-7), 
kinput2-wnn (<= 3.1-7), kterm (<= 6.2.0-45), lm-batmon (<= 0.96-3), lwm (<= 
1.2.1-1), mctools-lite (<= 970129-16), mgp (<= 1.11b-6), olvwm (<= 
4.4.3.2p1.4-21), olwm (<= 3.2p1.4-21), pixmap (<= 2.6pl4-14.1), plotmtv (<= 
1.4.4t-8.1), ppxp-x11 (<= 0.2001080415-14), seyon (<= 2.20c-20), skkinput (<= 
1:2.06.4-4), tkdesk (<= 2.0-5), videogen (<= 0.32-1), vtwm (<= 5.4.7-2), w9wm 
(<= 0.4.2-4), wmavgload (<= 0.7.0-6.1), wmcpu (<= 1.3-4.1), wmdate (<= 
0.5-7.1), wmnet (<= 1.05-11), wmscope (<= 3.0-9.1), xautolock (<= 1:2.1-6), 
xbatt (<= 1.2.1-4), xbattbar (<= 1.4.2-3.1), xcal (<= 4.1-18.2), xcalendar-i18n 
(<= 4.0.0.i18p1-13.1), xcb (<= 2.4-4), xclip (<= 0.08-5), xclips (<= 6.21-6), 
xdkcal (<= 0.9d-2.1), xdu (<= 3.0-14), xengine (<= 1.11-9), xfaces (<= 3.3-25), 
xfishtank (<= 2.2-23.1), xfm (<= 1.4.3-8), xinput (<= 1.2-5.2), xipmsg (<= 
0.8088-1.1), xlbiff (<= 4.1-1.1), xli (<= 1.17.0-21), xlockmore (<= 1:5.21-1), 
xlockmore-gl (<= 1:5.21-1), xmeter (<= 1.15-6), xmix (<= 2.1-5), xmon (<= 
1.5.6-1.3), xpostit (<= 3.3.1-8.2), xprint (<= 1:0.1.0.alpha1-13), xrn (<= 
9.02-7.1), xsysinfo (<= 1.7-2), xtel (<= 3.3.0-5.2), xtoolwait (<= 1.3-6), 
xtrlock (<= 2.0-11), xview-clients (<= 3.2p1.4-21), xviewg (<= 3.2p1.4-21), 
xviewg-dev (<= 3.2p1.4-21), xvkbd (<= 2.6-2.1), xxkb (<= 1.10-2.1), xzoom (<= 
0.3-17), pgaccess (<= 1:0.98.8.20030520-2) 
+Conflicts: xfree86-common, xorg-common, xserver-common, x-common, xserver-xorg 
(<< 1:7.0.12), xserver-xfree86 (<= 6.9.0.dfsg.1-6), libxft-dev (<= 2.1.8.2-5),  
aee (<= 2.2.15b-1), ascd (<= 0.13.2-3), bibview (<= 2.2-8), fvwm1 (<= 
1.24r-46), grace (<= 1:5.1.18-1), groff (<= 1.18.1.1-7), hfsutils-tcltk (<= 
3.2.6-7), login.app (<= 1.2.1-18), oneko (<= 1.2.sakura.6-1), procmeter (<= 
2.5.

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

2006-04-16 Thread X Strike Force SVN Repository Admin
Author: dnusinow
Date: 2006-04-16 17:47:24 -0400 (Sun, 16 Apr 2006)
New Revision: 1822

Modified:
   trunk/debian/xorg/debian/changelog
   trunk/debian/xorg/debian/control
Log:
* Add x11-common conflict on xearth. Thanks Steve M. Robbins.
  (closes: #362524)

Modified: trunk/debian/xorg/debian/changelog
===
--- trunk/debian/xorg/debian/changelog  2006-04-16 21:43:48 UTC (rev 1821)
+++ trunk/debian/xorg/debian/changelog  2006-04-16 21:47:24 UTC (rev 1822)
@@ -5,8 +5,10 @@
 Thanks Steve Langasek.
   * Fix case on xfs-xtt conflict for x11-common. Thanks Mike Furr.
 (closes: #362955)
+  * Add x11-common conflict on xearth. Thanks Steve M. Robbins.
+(closes: #362524)
 
- -- David Nusinow <[EMAIL PROTECTED]>  Sun, 16 Apr 2006 17:41:26 -0400
+ -- David Nusinow <[EMAIL PROTECTED]>  Sun, 16 Apr 2006 17:45:49 -0400
 
 xorg (1:7.0.12) unstable; urgency=low
 

Modified: trunk/debian/xorg/debian/control
===
--- trunk/debian/xorg/debian/control2006-04-16 21:43:48 UTC (rev 1821)
+++ trunk/debian/xorg/debian/control2006-04-16 21:47:24 UTC (rev 1822)
@@ -9,7 +9,7 @@
 Package: x11-common
 Architecture: any
 Depends: ${misc:Depends}, debianutils (>= 1.13), lsb-base (>= 1.3-9ubuntu2), 
laptop-detect
-Conflicts: xfree86-common, xorg-common, xserver-common, x-common, xserver-xorg 
(<< 1:7.0.12), xserver-xfree86 (<= 6.9.0.dfsg.1-6), libxft-dev (<= 2.1.8.2-5),  
aee (<= 2.2.15b-1), ascd (<= 0.13.2-3), bibview (<= 2.2-8), fvwm1 (<= 
1.24r-46), grace (<= 1:5.1.18-1), groff (<= 1.18.1.1-7), hfsutils-tcltk (<= 
3.2.6-7), login.app (<= 1.2.1-18), oneko (<= 1.2.sakura.6-1), procmeter (<= 
2.5.1-11), propsel (<= 971130-5.3), regexplorer (<= 0.1.6-12), tkseti (<= 
3.06-1), wdm (<= 1.28-1), wily (<= 0.13.41-6), wmnetselect (<= 0.85-5.5), 
wmsensors (<= 1.0.4-3.4), wmtv (<= 0.6.5-15), xbanner (<= 1.31-23), xcolors (<= 
1.5a-2), xcolorsel (<= 1.1a-11), xezmlm (<= 1.0.3-11), xfs-xtt (<= 
1:1.4.1.xf430-5), xgdipc (<= 1.2-0.3), xgmod (<= 3.1-9), xgraph (<= 12.1-3), 
xlogmaster (<= 1.6.0-8), xmailbox (<= 2.5-9), xmem (<= 1.20-19), xnecview (<= 
1.34-2), xodo (<= 1.2-9.2), xturqstat (<= 2.2.2sarge1), xwit (<= 3.4-6), 
lbxproxy (<= 6.9.0.dfsg.1-6), proxymngr (<= 6.9.0.dfsg.1-6), twm (<= 
6.9.0.dfsg.1-6), xbase-clients (<= 6.9.0.dfsg.1-6), xdm (<= 6.9.0.dfsg.1-6), 
xfs (<= 6.9.0.dfsg.1-6), xfwp (<= 6.9.0.dfsg.1-6), xutils (<= 6.9.0.dfsg.1-6), 
xvfb (<= 6.9.0.dfsg.1-6), qcam (<= 0.91-11.1), twlog (<= 1.3-4), xdmx (<= 
6.9.0.dfsg.1-6), bugsx (<= 1.08-8), buici-clock (<= 0.4.5+b1), ctwm (<= 3.7-2), 
emelfm (<= 0.9.2-7), fte-xwindow (<= 0.50.0-1.3), fvwm95 (<= 2.0.43ba-23+b1), 
gerstensaft (<= 0.2-5.1), gipsc (<= 0.4.3-2), gradio (<= 1.0.1-6), 
hanterm-classic (<= 3.1.6.0-4), hanterm-xf (<= 1:3.3.1p18-9.2), ibp (<= 
0.21-4), isdnutils-xtools (<= 1:3.8.2005-12-06-4), ivtools-bin (<= 1.1.3-5), 
kdrill (<= 6.4-2.1), kinput2-canna (<= 3.1-7), kinput2-canna-wnn (<= 3.1-7), 
kinput2-wnn (<= 3.1-7), kterm (<= 6.2.0-45), lm-batmon (<= 0.96-3), lwm (<= 
1.2.1-1), mctools-lite (<= 970129-16), mgp (<= 1.11b-6), olvwm (<= 
4.4.3.2p1.4-21), olwm (<= 3.2p1.4-21), pixmap (<= 2.6pl4-14.1), plotmtv (<= 
1.4.4t-8.1), ppxp-x11 (<= 0.2001080415-14), seyon (<= 2.20c-20), skkinput (<= 
1:2.06.4-4), tkdesk (<= 2.0-5), videogen (<= 0.32-1), vtwm (<= 5.4.7-2), w9wm 
(<= 0.4.2-4), wmavgload (<= 0.7.0-6.1), wmcpu (<= 1.3-4.1), wmdate (<= 
0.5-7.1), wmnet (<= 1.05-11), wmscope (<= 3.0-9.1), xautolock (<= 1:2.1-6), 
xbatt (<= 1.2.1-4), xbattbar (<= 1.4.2-3.1), xcal (<= 4.1-18.2), xcalendar-i18n 
(<= 4.0.0.i18p1-13.1), xcb (<= 2.4-4), xclip (<= 0.08-5), xclips (<= 6.21-6), 
xdkcal (<= 0.9d-2.1), xdu (<= 3.0-14), xengine (<= 1.11-9), xfaces (<= 3.3-25), 
xfishtank (<= 2.2-23.1), xfm (<= 1.4.3-8), xinput (<= 1.2-5.2), xipmsg (<= 
0.8088-1.1), xlbiff (<= 4.1-1.1), xli (<= 1.17.0-21), xlockmore (<= 1:5.21-1), 
xlockmore-gl (<= 1:5.21-1), xmeter (<= 1.15-6), xmix (<= 2.1-5), xmon (<= 
1.5.6-1.3), xpostit (<= 3.3.1-8.2), xprint (<= 1:0.1.0.alpha1-13), xrn (<= 
9.02-7.1), xsysinfo (<= 1.7-2), xtel (<= 3.3.0-5.2), xtoolwait (<= 1.3-6), 
xtrlock (<= 2.0-11), xview-clients (<= 3.2p1.4-21), xviewg (<= 3.2p1.4-21), 
xviewg-dev (<= 3.2p1.4-21), xvkbd (<= 2.6-2.1), xxkb (<= 1.10-2.1), xzoom (<= 
0.3-17), pgaccess (<= 1:0.98.8.20030520-2) 
+Conflicts: xfree86-common, xorg-common, xserver-common, x-common, xserver-xorg 
(<< 1:7.0.12), xserver-xfree86 (<= 6.9.0.dfsg.1-6), libxft-dev (<= 2.1.8.2-5),  
aee (<= 2.2.15b-1), ascd (<= 0.13.2-3), bibview (<= 2.2-8), fvwm1 (<= 
1.24r-46), grace (<= 1:5.1.18-1), groff (<= 1.18.1.1-7), hfsutils-tcltk (<= 
3.2.6-7), login.app (<= 1.2.1-18), oneko (<= 1.2.sakura.6-1), procmeter (<= 
2.5.1-11), propsel (<= 971130-5.3), regexplorer (<= 0.1.6-12), tkseti (<= 
3.06-1), wdm (<= 1.28-1), wily (<= 0.13.41-6), wmnetselect (<= 0.85-5.5), 
wmsensors (<= 1.0.4-3.4), wmtv (<= 0.6.5-15), xbanner (<= 1.31-23), xcolors (<= 
1.5a

Bug#362750: xserver-xorg: 'xserver' provides dropped without explanation?

2006-04-16 Thread David Nusinow
On Sun, Apr 16, 2006 at 09:52:52PM +0300, Daniel Stone wrote:
> On Sat, Apr 15, 2006 at 02:09:57PM -0700, Steve Langasek wrote:
> > On Sat, Apr 15, 2006 at 11:33:08AM +0100, Daniel Stone wrote:
> > > On Sat, Apr 15, 2006 at 03:05:04AM -0700, Steve Langasek wrote:
> > > > The current xserver-xorg package no longer Provides: the virtual 
> > > > 'xserver'
> > > > package, which all xserver packages have done since time immemorial (or 
> > > > at
> > > > least since sarge).  As there is no mention of this in the xserver-xorg
> > > > changelog, I imagine this was removed in error.
> > 
> > > I removed it.
> > 
> > Are you going to deign to tell me why?
> 
> If you are relying on a working X environment, you just need to depend
> on the set of X libraries you use.  If you're relying on a specific
> server, you need to launch that server.
> 
> No server that I know of will reliably start and work when invoked
> without any DDX-specific parameters.  Not Xorg, not Xgl, not any of the
> KDrive-class servers.
> 
> Okay, Xephyr and Xnest will, but they are not what you want when you
> depend on the 'xserver' package.
> 
> Same reason I made xresprobe invoke /usr/bin/Xorg directly, instead of
> calling through the /etc/X11/X symlink and just hoping that it worked.
> 
> Although, upon writing this mail, I'd imagine that ?dm Depends:
> xserver-xorg | xserver, is an entirely valid use case, as they require
> an X server to be startable, use no DDX-specific parameters, and do not
> take responsibility for X server configuration.  If that's what you had
> in mind, then yeah, I'm wrong.
> 
> Either way, adding it back won't draw any complaints from me.  Merely
> noting that it was removed deliberately, not accidentally.

Cool, thanks for the explanation. I didn't quite understand why it would be
removed either when Steve found it. Since the *dm use case is a valid one,
I'll re-add it.

 - David Nusinow


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



Bug#362977: xserver-xorg-video-i810: framebuffer offset by 32k pixels

2006-04-16 Thread Faré
Package: xserver-xorg-video-i810
Version: 1:1.5.1.0-2
Severity: important

Since I upgraded my Toshiba Libretto U105 to use the new xserver-xorg
from unstable, Xorg will shift the graphical display contents by about
25 lines downwards and 768 pixels rightwards, wrapping lines around.
The result is not quite usable.

All in all that's 32768 pixels, at 4 bytes per pixel, a 128KiB offset.
This upper section of the screen is originally filled with contents of
the previous VT, and slowly being filled by regular patterns, about
26 pixels at a time, about one burst per second.

In the X log, I see notably:

(--) PCI:*(0:2:0) Intel Corporation 82852/855GM Integrated Graphics
Device rev 2, Mem @ 0xd800/27, 0xd000/19, I/O @ 0xeff8/3
(--) PCI: (0:2:1) Intel Corporation 82852/855GM Integrated Graphics
Device rev 2, Mem @ 0x2000/27, 0x2a00/19
...
(--) I810(0): Virtual size is 1280x768 (pitch 1280)
(**) I810(0): *Built-in mode "1280x768"
...
(II) I810(0): Attempting to use 61.11Hz refresh for mode "1280x768" (862)
...
(==) Depth 24 pixmap format is 32 bpp
(II) I810(0): Rotating to 0 degrees
(II) I810(0): initializing int10
(II) I810(0): Primary V_BIOS segment is: 0xc000
(II) I810(0): VESA BIOS detected
(II) I810(0): Allocated 128 kB for the ring buffer at 0x0
(II) I810(0): Allocating at least 256 scanlines for pixmap cache
(II) I810(0): Initial framebuffer allocation size: 7680 kByte
(II) I810(0): Allocated 4 kB for Overlay registers at 0x7fff000 (0x1491b000).
(II) I810(0): Allocated 64 kB for the scratch buffer at 0x7fef000
(II) I810(0): 0x82070d0: Memory at offset 0x0002, size 7680 kBytes
(II) I810(0): 0x820b748: Memory at offset 0x, size 0 kBytes
(II) I810(0): 0x820b940: Memory at offset 0x, size 0 kBytes
(II) I810(0): 0x820b5fc: Memory at offset 0x, size 128 kBytes
(II) I810(0): 0x8207110: Memory at offset 0x07fef000, size 64 kBytes
(II) I810(0): 0x820b998: Memory at offset 0x07fff000, size 4 kBytes
(WW) I810(0): PRB0_CTL (0xf001) indicates ring buffer enabled

As far as I can tell, mode switching happens only through the BIOS,
and the attempt to offset the framebuffer away from the start of the
video memory may well be ill-fated. In any case, this ring buffer
allocation seems to me as being premature and causing the bug.

I haven't kept logs from previous working versions of the server;
if the information may help you, I'll send it when I have successfully
downgraded my xserver (ouch, a whole lot of stuff needs to be co-downgraded).

[ François-René ÐVB Rideau | Reflection&Cybernethics | http://fare.tunes.org ]
The risk is that if, one day, machines become intelligent,
we mightn't be mentally equipped to notice they are.
-- Tirésias, in J.-P. Petit, "A quoi rêvent les robots?"

-- 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.15.3-blefuscu
Locale: LANG=en_US.iso-8859-1, LC_CTYPE=en_US.iso-8859-1
(charmap=ISO-8859-1) (ignored: LC_ALL set to en_US.iso-8859-1)

Versions of packages xserver-xorg-video-i810 depends on:
ii  libc6 2.3.6-7GNU C Library: Shared libraries
ii  xserver-xorg-core 1:1.0.2-4  X.Org X server -- core server

xserver-xorg-video-i810 recommends no packages.

-- no debconf information



Bug#362524: missing conflict on xearth

2006-04-16 Thread David Nusinow
On Sun, Apr 16, 2006 at 03:59:10PM -0400, Steve M. Robbins wrote:
> After an upgrade to xorg 1:7.0.12, I was left with one file in
> /usr/X11R6/bin: xearth.  I subsequently discovered that xearth is
> "non-free".  Possibly you missed all the non-free package conflicts?
> 
> 
> So I removed xearth, and /usr/X11R6/bin went away.  X wouldn't start
> because nothing could now be found in /usr/X11R6/bin.  Kdm's config,
> for example, contains the line
> 
>ServerCmd=/usr/X11R6/bin/X -br
> 
> but it isn't the only one.
> 
> I ran "dpkg-reconfigure xorg", thinking it would install the symlink.
> It didn't; I had to do so by hand.  For the record: what is the proper
> way to recover after cleaning out /usr/X11R6/bin?

First off thanks for the note about xearth. I've added the conflict line.

The x11-common package provides a symlink from /usr/X11R6/bin to /usr/bin.
This should handle your kdm problem. The package probably isn't fully
installed on your system due to a bug or two that will be fixed pending
another upload. Thanks for your report and your patience.

 - David Nusinow


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



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

2006-04-16 Thread Sven-Haegar Koch

On Sun, 16 Apr 2006, X Strike Force SVN Repository Admin wrote:


Author: dnusinow
Date: 2006-04-16 17:47:24 -0400 (Sun, 16 Apr 2006)
New Revision: 1822



Log:
* Add x11-common conflict on xearth. Thanks Steve M. Robbins.
 (closes: #362524)
+Conflicts: [], xearth (>= 1.1-10.2)


Shouldn't this conflict with xearth older or equal 1.1-10.2 (<= 1.1-10.2)? 
Only allowing old versions does not seem correct.


c'ya
sven

--

The Internet treats censorship as a routing problem, and routes around it.
(John Gilmore on http://www.cygnus.com/~gnu/)


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



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

2006-04-16 Thread David Nusinow
On Mon, Apr 17, 2006 at 12:13:04AM +0200, Sven-Haegar Koch wrote:
> On Sun, 16 Apr 2006, X Strike Force SVN Repository Admin wrote:
> 
> >Author: dnusinow
> >Date: 2006-04-16 17:47:24 -0400 (Sun, 16 Apr 2006)
> >New Revision: 1822
> 
> >Log:
> >* Add x11-common conflict on xearth. Thanks Steve M. Robbins.
> > (closes: #362524)
> >+Conflicts: [], xearth (>= 1.1-10.2)
> 
> Shouldn't this conflict with xearth older or equal 1.1-10.2 (<= 1.1-10.2)? 
> Only allowing old versions does not seem correct.

Right, thank you. Brain fart :-)

 - David Nusinow


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



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

2006-04-16 Thread X Strike Force SVN Repository Admin
Author: dnusinow
Date: 2006-04-16 18:15:41 -0400 (Sun, 16 Apr 2006)
New Revision: 1823

Modified:
   trunk/debian/xorg/debian/control
Log:
Fix brain fart and make xearth conflict <= not >=. Thanks Sven-Haegar Koch

Modified: trunk/debian/xorg/debian/control
===
--- trunk/debian/xorg/debian/control2006-04-16 21:47:24 UTC (rev 1822)
+++ trunk/debian/xorg/debian/control2006-04-16 22:15:41 UTC (rev 1823)
@@ -9,7 +9,7 @@
 Package: x11-common
 Architecture: any
 Depends: ${misc:Depends}, debianutils (>= 1.13), lsb-base (>= 1.3-9ubuntu2), 
laptop-detect
-Conflicts: xfree86-common, xorg-common, xserver-common, x-common, xserver-xorg 
(<< 1:7.0.12), xserver-xfree86 (<= 6.9.0.dfsg.1-6), libxft-dev (<= 2.1.8.2-5),  
aee (<= 2.2.15b-1), ascd (<= 0.13.2-3), bibview (<= 2.2-8), fvwm1 (<= 
1.24r-46), grace (<= 1:5.1.18-1), groff (<= 1.18.1.1-7), hfsutils-tcltk (<= 
3.2.6-7), login.app (<= 1.2.1-18), oneko (<= 1.2.sakura.6-1), procmeter (<= 
2.5.1-11), propsel (<= 971130-5.3), regexplorer (<= 0.1.6-12), tkseti (<= 
3.06-1), wdm (<= 1.28-1), wily (<= 0.13.41-6), wmnetselect (<= 0.85-5.5), 
wmsensors (<= 1.0.4-3.4), wmtv (<= 0.6.5-15), xbanner (<= 1.31-23), xcolors (<= 
1.5a-2), xcolorsel (<= 1.1a-11), xezmlm (<= 1.0.3-11), xfs-xtt (<= 
1:1.4.1.xf430-5), xgdipc (<= 1.2-0.3), xgmod (<= 3.1-9), xgraph (<= 12.1-3), 
xlogmaster (<= 1.6.0-8), xmailbox (<= 2.5-9), xmem (<= 1.20-19), xnecview (<= 
1.34-2), xodo (<= 1.2-9.2), xturqstat (<= 2.2.2sarge1), xwit (<= 3.4-6), 
lbxproxy (<= 6.9.0.dfsg.1-6), proxymngr (<= 6.9.0.dfsg.1-6), twm (<= 
6.9.0.dfsg.1-6), xbase-clients (<= 6.9.0.dfsg.1-6), xdm (<= 6.9.0.dfsg.1-6), 
xfs (<= 6.9.0.dfsg.1-6), xfwp (<= 6.9.0.dfsg.1-6), xutils (<= 6.9.0.dfsg.1-6), 
xvfb (<= 6.9.0.dfsg.1-6), qcam (<= 0.91-11.1), twlog (<= 1.3-4), xdmx (<= 
6.9.0.dfsg.1-6), bugsx (<= 1.08-8), buici-clock (<= 0.4.5+b1), ctwm (<= 3.7-2), 
emelfm (<= 0.9.2-7), fte-xwindow (<= 0.50.0-1.3), fvwm95 (<= 2.0.43ba-23+b1), 
gerstensaft (<= 0.2-5.1), gipsc (<= 0.4.3-2), gradio (<= 1.0.1-6), 
hanterm-classic (<= 3.1.6.0-4), hanterm-xf (<= 1:3.3.1p18-9.2), ibp (<= 
0.21-4), isdnutils-xtools (<= 1:3.8.2005-12-06-4), ivtools-bin (<= 1.1.3-5), 
kdrill (<= 6.4-2.1), kinput2-canna (<= 3.1-7), kinput2-canna-wnn (<= 3.1-7), 
kinput2-wnn (<= 3.1-7), kterm (<= 6.2.0-45), lm-batmon (<= 0.96-3), lwm (<= 
1.2.1-1), mctools-lite (<= 970129-16), mgp (<= 1.11b-6), olvwm (<= 
4.4.3.2p1.4-21), olwm (<= 3.2p1.4-21), pixmap (<= 2.6pl4-14.1), plotmtv (<= 
1.4.4t-8.1), ppxp-x11 (<= 0.2001080415-14), seyon (<= 2.20c-20), skkinput (<= 
1:2.06.4-4), tkdesk (<= 2.0-5), videogen (<= 0.32-1), vtwm (<= 5.4.7-2), w9wm 
(<= 0.4.2-4), wmavgload (<= 0.7.0-6.1), wmcpu (<= 1.3-4.1), wmdate (<= 
0.5-7.1), wmnet (<= 1.05-11), wmscope (<= 3.0-9.1), xautolock (<= 1:2.1-6), 
xbatt (<= 1.2.1-4), xbattbar (<= 1.4.2-3.1), xcal (<= 4.1-18.2), xcalendar-i18n 
(<= 4.0.0.i18p1-13.1), xcb (<= 2.4-4), xclip (<= 0.08-5), xclips (<= 6.21-6), 
xdkcal (<= 0.9d-2.1), xdu (<= 3.0-14), xengine (<= 1.11-9), xfaces (<= 3.3-25), 
xfishtank (<= 2.2-23.1), xfm (<= 1.4.3-8), xinput (<= 1.2-5.2), xipmsg (<= 
0.8088-1.1), xlbiff (<= 4.1-1.1), xli (<= 1.17.0-21), xlockmore (<= 1:5.21-1), 
xlockmore-gl (<= 1:5.21-1), xmeter (<= 1.15-6), xmix (<= 2.1-5), xmon (<= 
1.5.6-1.3), xpostit (<= 3.3.1-8.2), xprint (<= 1:0.1.0.alpha1-13), xrn (<= 
9.02-7.1), xsysinfo (<= 1.7-2), xtel (<= 3.3.0-5.2), xtoolwait (<= 1.3-6), 
xtrlock (<= 2.0-11), xview-clients (<= 3.2p1.4-21), xviewg (<= 3.2p1.4-21), 
xviewg-dev (<= 3.2p1.4-21), xvkbd (<= 2.6-2.1), xxkb (<= 1.10-2.1), xzoom (<= 
0.3-17), pgaccess (<= 1:0.98.8.20030520-2), xearth (>= 1.1-10.2) 
+Conflicts: xfree86-common, xorg-common, xserver-common, x-common, xserver-xorg 
(<< 1:7.0.12), xserver-xfree86 (<= 6.9.0.dfsg.1-6), libxft-dev (<= 2.1.8.2-5),  
aee (<= 2.2.15b-1), ascd (<= 0.13.2-3), bibview (<= 2.2-8), fvwm1 (<= 
1.24r-46), grace (<= 1:5.1.18-1), groff (<= 1.18.1.1-7), hfsutils-tcltk (<= 
3.2.6-7), login.app (<= 1.2.1-18), oneko (<= 1.2.sakura.6-1), procmeter (<= 
2.5.1-11), propsel (<= 971130-5.3), regexplorer (<= 0.1.6-12), tkseti (<= 
3.06-1), wdm (<= 1.28-1), wily (<= 0.13.41-6), wmnetselect (<= 0.85-5.5), 
wmsensors (<= 1.0.4-3.4), wmtv (<= 0.6.5-15), xbanner (<= 1.31-23), xcolors (<= 
1.5a-2), xcolorsel (<= 1.1a-11), xezmlm (<= 1.0.3-11), xfs-xtt (<= 
1:1.4.1.xf430-5), xgdipc (<= 1.2-0.3), xgmod (<= 3.1-9), xgraph (<= 12.1-3), 
xlogmaster (<= 1.6.0-8), xmailbox (<= 2.5-9), xmem (<= 1.20-19), xnecview (<= 
1.34-2), xodo (<= 1.2-9.2), xturqstat (<= 2.2.2sarge1), xwit (<= 3.4-6), 
lbxproxy (<= 6.9.0.dfsg.1-6), proxymngr (<= 6.9.0.dfsg.1-6), twm (<= 
6.9.0.dfsg.1-6), xbase-clients (<= 6.9.0.dfsg.1-6), xdm (<= 6.9.0.dfsg.1-6), 
xfs (<= 6.9.0.dfsg.1-6), xfwp (<= 6.9.0.dfsg.1-6), xutils (<= 6.9.0.dfsg.1-6), 
xvfb (<= 6.9.0.dfsg.1-6), qcam (<= 0.91-11.1), twlog (<= 1.3-4), xdmx (<= 
6.9.0.dfsg.1-6), bugsx (<= 1.08-8), buici-clock (<= 0.4.5+b1), ctwm (<= 3.7-2), 
emelfm (<= 0.9.2-7), 

Bug#362069: marked as done (xbase-clients: xinit broken - X session doesn't start up)

2006-04-16 Thread Debian Bug Tracking System
Your message dated Sun, 16 Apr 2006 17:55:13 -0400
with message-id <[EMAIL PROTECTED]>
and subject line Closing
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

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

--- Begin Message ---
Package: xbase-clients
Version: 1:7.0.0-2
Severity: grave
Justification: renders package unusable


After the upgrade to x.org 7.0.0 from 6.9.x, "startx" yields a default
grey X11 screen with a mouse pointer, but no window manager gets
started. ~/.xinitrc and /etc/alternatives/x-window-manager are not
honored. After a while, the X server crashes with the message that xinit
could start.

Apparently, the X server does not permit any clients to run. This is the
tail output of /var/log/Xorg.0.log:


AUDIT: Wed Apr 12 03:52:53 2006: 9528 X: client 1 rejected from local
host
  Auth name: XDM-AUTHORIZATION-1 ID: -1
AUDIT: Wed Apr 12 03:52:55 2006: 9528 X: client 1 rejected from local
host
  Auth name: XDM-AUTHORIZATION-1 ID: -1
AUDIT: Wed Apr 12 03:52:57 2006: 9528 X: client 1 rejected from local
host
  Auth name: XDM-AUTHORIZATION-1 ID: -1
AUDIT: Wed Apr 12 03:52:59 2006: 9528 X: client 1 rejected from local
host
  Auth name: XDM-AUTHORIZATION-1 ID: -1
F

[xdm was not used to start the X session.]


-- 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
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15) (ignored: 
LC_ALL set to [EMAIL PROTECTED])

Versions of packages xbase-clients depends on:
ii  libc6   2.3.6-6  GNU C Library: Shared libraries
ii  libdmx1 1:1.0.1-2X11 Distributed Multihead extensio
ii  libfontconfig1  2.3.2-5.1generic font configuration library
ii  libfreetype62.1.10-3 FreeType 2 font engine, shared lib
ii  libfs6  2:1.0.0-2X11 Font Services library
ii  libgl1-mesa-glx [libgl1]6.4.1-0.4A free implementation of the OpenG
ii  libice6 1:1.0.0-2X11 Inter-Client Exchange library
ii  libpng12-0  1.2.8rel-5.1 PNG library - runtime
ii  libsm6  1:1.0.0-3X11 Session Management library
ii  libx11-62:1.0.0-5X11 client-side library
ii  libxau6 1:1.0.0-2X11 authorisation library
ii  libxaw7 1:1.0.1-4X11 Athena Widget library
ii  libxcursor1 1.1.5.2-2X cursor management library
ii  libxext61:1.0.0-3X11 miscellaneous extension librar
ii  libxft2 2.1.8.2-6FreeType-based font drawing librar
ii  libxi6  1:1.0.0-3X11 Input extension library
ii  libxinerama11:1.0.1-2X11 Xinerama extension library
ii  libxkbfile1 1:1.0.2-2X11 keyboard file manipulation lib
ii  libxmu6 1:1.0.1-2X11 miscellaneous utility library
ii  libxmuu11:1.0.1-2X11 miscellaneous micro-utility li
ii  libxrandr2  2:1.1.0.2-3  X11 RandR extension library
ii  libxrender1 1:0.9.0.2-2  X Rendering Extension client libra
ii  libxss1 1:1.0.1-3X11 Screen Saver extension library
ii  libxt6  1:1.0.0-3X11 toolkit intrinsics library
ii  libxtrap6   1:1.0.0-2X11 event trapping extension libra
ii  libxtst61:1.0.1-2X11 Testing -- Resource extension 
ii  libxv1  1:1.0.1-2X11 Video extension library
ii  libxxf86dga12:1.0.0-2X11 Direct Graphics Access extensi
ii  libxxf86misc1   1:1.0.0-3X11 XFree86 miscellaneous extensio
ii  libxxf86vm1 1:1.0.0-3X11 XFree86 video mode extension l
ii  x11-common  1:7.0.10 X Window System (X.Org) infrastruc
ii  zlib1g  1:1.2.3-11   compression library - runtime

xbase-clients recommends no packages.

-- debconf information:
* xbase-clients/default_100dpi:
* xbase-clients/default_nolisten_tcp:

--- End Message ---
--- Begin Message ---
This bug should be fixed in the 1:7.0.0-4 version of xbase-clients. Please
re-open if this is incorrect. Closing. Thank you all for your reports.

 - David Nusinow
--- End Message ---


Bug#362894: x11-common: font system completely f***ed up: fixed font not found

2006-04-16 Thread Norbert Preining
Hi Daniel, hi all!

On Son, 16 Apr 2006, Daniel Stone wrote:
> > - X cannot find the fixed font anymore:
> >   The fixed enty in fonts.alias in /usr/share/fonts/X11/misc is not 
> >   included in the fonts.dir file
[..]
> 
> When it gives you that message, it does actually mean it ...

But the font is there, it is a problem about not being listed in the
fonts.dir file.

> This is the recommended way to update it:
> update-fonts-alias misc
> update-fonts-dir misc
> update-fonts-scale misc

This regenerates the fonts in 
/usr/X11R6/lib/X11/fonts/misc
but not in 
/usr/share/fonts/X11/misc
But the font definition for fixed is in the later one. The problem is
the missing transition of the font pathes.

> > Forthermore, please include documentation, write up some transition
> > document, it is NOT up to the user to find out everything by themselves.
> 
> This will be done, but in the meantime -- if you are unable to cope with
> such transitions, unstable is probably not for you.

Come on. We are all developing packages, and as far as I remember we
shoult try to NOT upload packages RC bugs, not even to unstable. Ok, it
happens, but AFAIS there has not been enough testing with this
transition. 

And yes, I can cope with it. But eg
- who/what tells me what
update-fonts-alias misc
update-fonts-dir misc
  does? Which *ACTUAL* path it is working on I would have expected
  that it is /usr/share/X11/fonts/misc, at least after the email which
  was going round about fixing font packages (I got two) and moving
  the fonts to /usr/share/fonts/X11. So I would have expected that
  fonts in /usr/X11R6/lib/X11/fonts are NOT found/NOT used, but it is
  the other way round!
- I can fix everything by hand, but this is not the way I want to have
  it as I have to test my own font package transitions, and it would
  be nice to know that the system I am running is not running out of
  pure coincidence and hand fixed!

> It mostly works for everyone, but in such an enormous transition (a
> ~60MB source package transitioning to something like 200 source
> packages, as well as moving out of a directory hierachy that Debian has
> known since its inception), you have to expect that the road will be a
> little bumpy.  Yes, it's getting fixed, but these changes have been in

Ovious, it is not that I didn't expect problems. It is more the lack of
any explanation/list of problems to be expected.

> Ubuntu and in experimental[0] for quite some time with the opportunity
> to test same, and the bugs reported there were ironed out.

This is strange. Such a simple bug as "fixed not found" must have
surfaced. You cannot tell me that the simple thing like font pathes are
wrong has not occured in testing phase.


> If you're running unstable, you're going to need to have a little
> patience with the process.  That's just the way it goes, I'm afraid.

No problem with this, but don't expect me to shut up, I still will file
bug reports, and try to help them, if you tell me what I should test.

Best wishes, and although it might sound strange after this email,
thanks a lot for your work. I know that is a hell of work, and the XSF
does a very good job.

Norbert

---
Dr. Norbert Preining  Università di Siena
gpg DSA: 0x09C5B094  fp: 14DF 2E6C 0307 BE6D AD76  A9C0 D2BF 4AA3 09C5 B094
---
CORFE (n.)
An object which is almost totally indistinguishable from a newspaper,
the one crucial difference being tat it belongs to somebody else and
is unaccountably much more interesting that your own - which may
otherwise appear to be in all respects identical. Though it is a rule
of life that a train or other public place may contain any number of
corfes but only one newspaper, it is quite possible to transform your
own perfectly ordinary newspaper into a corfe by the simple expedient
of letting somebody else read it.
--- Douglas Adams, The Meaning of Liff


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



Bug#362524: missing conflict on xearth

2006-04-16 Thread Steve M. Robbins
Hi David,

I appreciate your prompt reply.  I imagine you and the rest of the
X11-packaging team must be feeling a bit under fire at the moment.
I'd like to let you know that your efforts are greatly appreciated,
nonetheless.

On Sun, Apr 16, 2006 at 05:47:43PM -0400, David Nusinow wrote:
 
> The x11-common package provides a symlink from /usr/X11R6/bin to /usr/bin.
> This should handle your kdm problem. The package probably isn't fully
> installed on your system due to a bug or two that will be fixed pending
> another upload. Thanks for your report and your patience.

OK.  I did actually have x11-common installed.  I removed the symlink
and ran dpkg-reconfigure x11-common and the link came back.  Thanks
for this.

By the way, the dpkg-reconfigure spit out the following error

  /var/lib/dpkg/info/x11-common.postinst: line 918: [: too many arguments

[this is x11-common 7.0.12].  If this isn't part of the "bug or two"
that you are already aware of, you might want to have a look.

Cheers,
-Steve


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



Bug#362524: missing conflict on xearth

2006-04-16 Thread David Nusinow
On Sun, Apr 16, 2006 at 06:03:15PM -0400, Steve M. Robbins wrote:
> Hi David,
> 
> I appreciate your prompt reply.  I imagine you and the rest of the
> X11-packaging team must be feeling a bit under fire at the moment.
> I'd like to let you know that your efforts are greatly appreciated,
> nonetheless.

Thank you, I really appreciate that.

> On Sun, Apr 16, 2006 at 05:47:43PM -0400, David Nusinow wrote:
>  
> > The x11-common package provides a symlink from /usr/X11R6/bin to /usr/bin.
> > This should handle your kdm problem. The package probably isn't fully
> > installed on your system due to a bug or two that will be fixed pending
> > another upload. Thanks for your report and your patience.
> 
> OK.  I did actually have x11-common installed.  I removed the symlink
> and ran dpkg-reconfigure x11-common and the link came back.  Thanks
> for this.
> 
> By the way, the dpkg-reconfigure spit out the following error
> 
>   /var/lib/dpkg/info/x11-common.postinst: line 918: [: too many arguments
> 
> [this is x11-common 7.0.12].  If this isn't part of the "bug or two"
> that you are already aware of, you might want to have a look.

Yeah, I've fixed that bug in svn and will be uploading it ASAP. Thanks
again.

 - David Nusinow


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



Bug#362686: marked as done (xbase-clients: .xsession and .Xresources not honored)

2006-04-16 Thread Debian Bug Tracking System
Your message dated Sun, 16 Apr 2006 17:55:13 -0400
with message-id <[EMAIL PROTECTED]>
and subject line Closing
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

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

--- Begin Message ---
Package: xbase-clients
Version: 1:7.0.0-2
Severity: important

After upgrading to modular X, startx and the rest of the X initialization
process stopped honoring .xsession and .Xresources.  I had to rename
.xsession to .xinitrc and add an explicit xrdb -load .Xresources to it to
restore the previous behavior.

If this is intentional, it probably needs to be documented in NEWS.Debian,
as it's likely to bite a lot of people.

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (1, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.16-1-686
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968) (ignored: LC_ALL set to C)

Versions of packages xbase-clients depends on:
ii  libc6   2.3.6-6  GNU C Library: Shared libraries
ii  libdmx1 1:1.0.1-2X11 Distributed Multihead extensio
ii  libfontconfig1  2.3.2-5.1generic font configuration library
ii  libfreetype62.1.10-3 FreeType 2 font engine, shared lib
ii  libfs6  2:1.0.0-2X11 Font Services library
ii  libgl1-mesa-glx [libgl1]6.4.1-0.4A free implementation of the OpenG
ii  libice6 1:1.0.0-2X11 Inter-Client Exchange library
ii  libpng12-0  1.2.8rel-5.1 PNG library - runtime
ii  libsm6  1:1.0.0-3X11 Session Management library
ii  libx11-62:1.0.0-6X11 client-side library
ii  libxau6 1:1.0.0-2X11 authorisation library
ii  libxaw7 1:1.0.1-4X11 Athena Widget library
ii  libxcursor1 1.1.5.2-3X cursor management library
ii  libxext61:1.0.0-3X11 miscellaneous extension librar
ii  libxft2 2.1.8.2-6FreeType-based font drawing librar
ii  libxi6  1:1.0.0-3X11 Input extension library
ii  libxinerama11:1.0.1-2X11 Xinerama extension library
ii  libxkbfile1 1:1.0.2-2X11 keyboard file manipulation lib
ii  libxmu6 1:1.0.1-2X11 miscellaneous utility library
ii  libxmuu11:1.0.1-2X11 miscellaneous micro-utility li
ii  libxrandr2  2:1.1.0.2-3  X11 RandR extension library
ii  libxrender1 1:0.9.0.2-2  X Rendering Extension client libra
ii  libxss1 1:1.0.1-3X11 Screen Saver extension library
ii  libxt6  1:1.0.0-3X11 toolkit intrinsics library
ii  libxtrap6   1:1.0.0-2X11 event trapping extension libra
ii  libxtst61:1.0.1-2X11 Testing -- Resource extension 
ii  libxv1  1:1.0.1-2X11 Video extension library
ii  libxxf86dga12:1.0.0-2X11 Direct Graphics Access extensi
ii  libxxf86misc1   1:1.0.0-3X11 XFree86 miscellaneous extensio
ii  libxxf86vm1 1:1.0.0-3X11 XFree86 video mode extension l
ii  x11-common  1:7.0.10 X Window System (X.Org) infrastruc
ii  zlib1g  1:1.2.3-11   compression library - runtime

xbase-clients recommends no packages.

-- no debconf information

--- End Message ---
--- Begin Message ---
This bug should be fixed in the 1:7.0.0-4 version of xbase-clients. Please
re-open if this is incorrect. Closing. Thank you all for your reports.

 - David Nusinow
--- End Message ---


Bug#322946: xserver-xfree86: X Server fails to load Followup-For: Bug

2006-04-16 Thread Habeeb
#322946 Package: xserver-xfree86 Version: 4.3.0.dfsg.1-14sarge1
X-Mailer: reportbug 3.8
Date: Mon, 17 Apr 2006 00:54:48 +0100



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

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

X server symlink status:
lrwxrwxrwx  1 root root 20 2006-04-17 00:14 /etc/X11/X -> /usr/bin/X11/XFree86
-rwxr-xr-x  1 root root 1746444 2005-09-01 23:44 /usr/bin/X11/XFree86

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

VGA-compatible devices on PCI bus:
:00:0f.0 VGA compatible controller: VMWare Inc [VMWare SVGA II] PCI Display 
Adapter

/etc/X11/XF86Config-4 unchanged from checksum in 
/var/lib/xfree86/XF86Config-4.md5sum.

XFree86 X server configuration file status:
-rw-r--r--  1 root root 3010 2006-04-17 00:14 /etc/X11/XF86Config-4

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

Section "Files"
FontPath"unix/:7100"# local font server
# if the local font server has problems, we can fall back on these
FontPath"/usr/lib/X11/fonts/misc"
FontPath"/usr/lib/X11/fonts/cyrillic"
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/CID"
FontPath"/usr/lib/X11/fonts/Speedo"
FontPath"/usr/lib/X11/fonts/100dpi"
FontPath"/usr/lib/X11/fonts/75dpi"
EndSection

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

Section "InputDevice"
Identifier  "Generic Keyboard"
Driver  "keyboard"
Option  "CoreKeyboard"
Option  "XkbRules"  "xfree86"
Option  "XkbModel"  "pc104"
Option  "XkbLayout" "us"
EndSection

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

Section "Device"
Identifier  "VMWare Inc [VMWare SVGA II] PCI Display Adapter"
Driver  "vmware"
EndSection

Section "Monitor"
Identifier  "Generic Monitor"
HorizSync   28-50
VertRefresh 43-75
Option  "DPMS"
EndSection

Section "Screen"
Identifier  "Default Screen"
Device  "VMWare Inc [VMWare SVGA II] PCI Display Adapter"
Monitor "Generic Monitor"
DefaultDepth24
SubSection "Display"
Depth   1
Modes   "1920x1440" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth   4
Modes   "1920x1440" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth   8
Modes   "1920x1440" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth   15
Modes   "1920x1440" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth   16
Modes   "1920x1440" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth   24
Modes   "1920x1440" "800x600" "640x480"
EndSubSection
EndSection

Section "ServerLayout"
Identifier  "Default Layout"
Screen  "Default Screen"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
EndSection

Section "DRI"
Mode0666
EndSection


XFree86 X serv

Bug#362891: xserver-xorg: Evidence of post and pre-install failures

2006-04-16 Thread Ian B. MacDonald
Package: xserver-xorg
Version: 1:7.0.12
Followup-For: Bug #362891

Well, I was hoping to diff the xserver.org.postinst between the .10 and
.12 releases.. but dpkg -x doesn't extract these files from my old .10
.deb in my apt cache.

I thought it might help to note I received both a failure on the
pre-inst and post-inst after I tried to dpkg -i the .10 deb (which
conflicted with x11-common) to solve my problems.. but I couldn't repeat 
this double failure, until I ran bugreport.. and sure enough it just
happened again in another shell.

The following output was from commands executed back-to-back.. note the 
last one has only the pre-inst failure:

IBM-MAIN:/usr/src# dpkg -i --debug=10  xserver-xorg_1%3a7.0.12_all.deb
D10: ensure_pathname_nonexisting `/var/lib/dpkg/tmp.ci'
(Reading database ... 151557 files and directories currently installed.)
Preparing to replace xserver-xorg 1:7.0.12 (using
xserver-xorg_1%3a7.0.12_all.deb) ...
dpkg: error processing xserver-xorg_1%3a7.0.12_all.deb (--install):
 subprocess pre-installation script returned error exit status 64
 dpkg: error while cleaning up:
  subprocess post-installation script returned error exit status 64
  D10: ensure_pathname_nonexisting `/var/lib/dpkg/tmp.ci'
  D10: ensure_pathname_nonexisting running rm -rf
  D10: ensure_pathname_nonexisting `/var/lib/dpkg/reassemble.deb'
  Errors were encountered while processing:
   xserver-xorg_1%3a7.0.12_all.deb
   
   IBM-MAIN:/usr/src# dpkg -i --debug=10
   xserver-xorg_1%3a7.0.12_all.deb
   D10: ensure_pathname_nonexisting `/var/lib/dpkg/tmp.ci'
   (Reading database ... 151557 files and directories currently
   installed.)
   Preparing to replace xserver-xorg 1:7.0.12 (using
   xserver-xorg_1%3a7.0.12_all.deb) ...
   dpkg: error processing xserver-xorg_1%3a7.0.12_all.deb (--install):
subprocess pre-installation script returned error exit status 64
D10: ensure_pathname_nonexisting `/var/lib/dpkg/tmp.ci'
D10: ensure_pathname_nonexisting running rm -rf
D10: ensure_pathname_nonexisting `/var/lib/dpkg/reassemble.deb'
Errors were encountered while processing:
 xserver-xorg_1%3a7.0.12_all.deb
 

I upgraded on Friday, and was up and running with 7.0 after some apt cycles, 
including reviewing of "dpkg -l | grep 6.9", and "cat /var/log/dpkg.log" for 
'removes' I should add back in after the upgrade. I expect little hiccups with 
major transitions like this, as I have configuration entropy dating back from 
Potato. I knew forcing the dist-upgrade could have consequences.. but my X is 
still up 7.0 all weekend, with manual start of gnome, and no gdm.. but hey, I'm 
working :) - I'm just not going to hit CTRL-ALT-Backspace until this little bug 
is figured out here..

My PPC laptop is purring with updates from this morning on 7.0.10; I won't
try upgrading it in case this X dies..

iMac

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (990, 'unstable'), (500, 'testing'), (500, 'stable'), (1, 
'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.14-imac
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages xserver-xorg depends on:
ii  debconf   1.4.72 Debian configuration management sy
ii  x11-common1:7.0.12   X Window System (X.Org) infrastruc
ii  xbase-clients 1:7.0.0-4  miscellaneous X clients
ii  xkb-data  0.8-5  X Keyboard Extension (XKB) configu
ii  xserver-xorg-core 1:1.0.2-4  X.Org X server -- core server
ii  xserver-xorg-input-al 1:7.0.12   the X.Org X server -- input driver
ii  xserver-xorg-input-ev 1:1.0.0.5-2X.Org X server -- evdev input driv
ii  xserver-xorg-input-kb 1:1.0.1.3-2X.Org X server -- keyboard input d
ii  xserver-xorg-input-mo 1:1.0.4-2  X.Org X server -- mouse input driv
ii  xserver-xorg-video-al 1:7.0.12   the X.Org X server -- output drive
ii  xserver-xorg-video-ap 1:1.0.1.5-2X.Org X server -- APM display driv
ii  xserver-xorg-video-ar 1:0.5.0.5-2X.Org X server -- ark display driv
ii  xserver-xorg-video-at 1:6.5.7.3-3X.Org X server -- ATI display driv
ii  xserver-xorg-video-ch 1:1.0.1.3-3X.Org X server -- Chips display dr
pi  xserver-xorg-video-ci 1:1.0.0.5-2X.Org X server -- Cirrus display d
ii  xserver-xorg-video-cy 1:1.0.0.5-2X.Org X server -- Cyrix display dr
ii  xserver-xorg-video-du 1:0.1.0.5-2X.Org X server -- dummy display dr
ii  xserver-xorg-video-fb 1:0.1.0.5-2X.Org X server -- fbdev display dr
ii  xserver-xorg-video-gl 1:1.0.1.3-2X.Org X server -- Glint display dr
ii  xserver-xorg-video-i1 1:1.1.0.5-2X.Org X server -- i128 display dri
ii  xserver-xorg-video-i7 1:1.0.0.5-2X.Org X server -- i740 display dri
ii  xserver-xorg-video-i8 1:1.5.1.0-2X.Org X server -- Intel i8xx, i9xx
ii  xserver-xorg-

Bug#362891: xserver-xorg: post-installation script fails during install

2006-04-16 Thread Steve Langasek
On Sun, Apr 16, 2006 at 11:26:40AM +0200, Daniele Venzano wrote:
> Package xserver-xorg fails to install on my system with the following
> messages:

> Setting up xserver-xorg (7.0.12) ...
> dpkg: error processing xserver-xorg (--configure):
>  subprocess post-installation script returned error exit status 64
> dpkg: dependency problems prevent configuration of xorg:
>  xorg depends on xserver-xorg; however:
>   Package xserver-xorg is not configured yet.
> dpkg: error processing xorg (--configure):
>  dependency problems - leaving unconfigured
> Errors were encountered while processing:
>  xserver-xorg
>  xorg

Can you edit /var/lib/dpkg/info/xserver-xorg.postinst to change the first
line to read "#!/bin/sh -x" and then run dpkg --configure --pending, and
post the output?  This should give us a clear indication of what's failing.

Thanks,
-- 
Steve Langasek   Give me a lever long enough and a Free OS
Debian Developer   to set it on, and I can move the world.
[EMAIL PROTECTED]   http://www.debian.org/


signature.asc
Description: Digital signature


Processed: Re: Bug#362940: Latest update broke gdm and can't find default fixed font

2006-04-16 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> reassign 362940 x11-common 1:7.0.11
Bug#362940: Latest update broke gdm and can't find default fixed font
Bug reassigned from package `xserver-xorg' to `x11-common'.

> severity 362940 normal
Bug#362940: Latest update broke gdm and can't find default fixed font
Severity set to `normal'.

> tags 362940 moreinfo unreproducible
Bug#362940: Latest update broke gdm and can't find default fixed font
There were no tags set.
Tags added: moreinfo, unreproducible

> 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#362940: Latest update broke gdm and can't find default fixed font

2006-04-16 Thread Steve Langasek
reassign 362940 x11-common 1:7.0.11
severity 362940 normal
tags 362940 moreinfo unreproducible
thanks

On Sun, Apr 16, 2006 at 06:14:33PM +0200, Riccardo Magliocchetti wrote:
> Package: xserver-xorg
> Version: 1:7.0.12
> Severity: grave
> Justification: renders package unusable

> upgrading to xorg-xserver version 7.0.12 broke my system. GDM complains 
> because it cannot find xserver executable:

> GDM: Xserver not found: /usr/X11R6/bin/X ...
> ERROR: Command cannot be executed

This should not be possible.  Your reportbug template claims that you have
x11-common 1:7.0.12 installed, but this package provides both /usr/bin/X,
and /usr/X11R6/bin as a symlink to /usr/bin.

Please provide the output of these commands:

$ ls -ld /usr/X11R6/bin /usr/X11R6/bin/X /usr/bin/X
$ dpkg -l x11-common


> A soft link workaround this but in Xorg log i get:

> Fatal server error: Could not open default font 'fixed'.

This is a separate bug that I believe is being worked on.

-- 
Steve Langasek   Give me a lever long enough and a Free OS
Debian Developer   to set it on, and I can move the world.
[EMAIL PROTECTED]   http://www.debian.org/


signature.asc
Description: Digital signature


Bug#362992: x11-common: uses debconf in preinst without pre-depends

2006-04-16 Thread Steve Langasek
Package: x11-common
Version: 1:7.0.12
Severity: serious

The x11-common preinst script sources /usr/share/debconf/confmodule
unconditionally, but x11-common does not pre-depend on debconf.  Since
debconf is not Essential, this is an RC bug.

I suspect that the only use of db_* in x11-common.preinst belongs in a
.config script, not in the preinst script, since the only thing being done
is renaming some debconf questions in the database.

-- 
Steve Langasek   Give me a lever long enough and a Free OS
Debian Developer   to set it on, and I can move the world.
[EMAIL PROTECTED]   http://www.debian.org/


signature.asc
Description: Digital signature


Bug#362524: missing conflict on xearth

2006-04-16 Thread Steve Langasek
On Sun, Apr 16, 2006 at 06:10:24PM -0400, David Nusinow wrote:
> > By the way, the dpkg-reconfigure spit out the following error

> >   /var/lib/dpkg/info/x11-common.postinst: line 918: [: too many arguments

> > [this is x11-common 7.0.12].  If this isn't part of the "bug or two"
> > that you are already aware of, you might want to have a look.

> Yeah, I've fixed that bug in svn and will be uploading it ASAP. Thanks
> again.

Of all the bugs currently open, this is probably the most critical.  I
thought this fix had already been uploaded; I guess that means half the
messages I've sent to the BTS today are wrong...

If you don't have time to upload this tonight, I'd like to be able to NMU
(or upload what's currently labelled -13 in svn) to get this fixed.

-- 
Steve Langasek   Give me a lever long enough and a Free OS
Debian Developer   to set it on, and I can move the world.
[EMAIL PROTECTED]   http://www.debian.org/


signature.asc
Description: Digital signature


Processed: Re: Bug#362940: Latest update broke gdm and can't find default fixed font

2006-04-16 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> severity 362940 serious
Bug#362940: Latest update broke gdm and can't find default fixed font
Severity set to `serious'.

> tags 362940 -moreinfo unreproducible
Bug#362940: Latest update broke gdm and can't find default fixed font
Tags were: unreproducible moreinfo
Tags removed: moreinfo, unreproducible

> 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#356858: xdm and getifaddrs()

2006-04-16 Thread Jan C. Nordholz
package xdm
tags 356858 - experimental
thankyou

(problem still exists in unstable's current version
1:1.0.1-6; suggested patch is still valid)


Regards,

Jan


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



Processed: Re: xdm and getifaddrs()

2006-04-16 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> package xdm
Ignoring bugs not assigned to: xdm

> tags 356858 - experimental
Bug#356858: xdm chokes on null pointers in address structures returned by 
getifaddrs()
Tags were: patch experimental
Tags removed: experimental

> thankyou
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#362940: Latest update broke gdm and can't find default fixed font

2006-04-16 Thread Steve Langasek
severity 362940 serious
tags 362940 -moreinfo unreproducible
thanks

On Sun, Apr 16, 2006 at 04:28:14PM -0700, Steve Langasek wrote:

> On Sun, Apr 16, 2006 at 06:14:33PM +0200, Riccardo Magliocchetti wrote:
> > Package: xserver-xorg
> > Version: 1:7.0.12
> > Severity: grave
> > Justification: renders package unusable

> > upgrading to xorg-xserver version 7.0.12 broke my system. GDM complains 
> > because it cannot find xserver executable:

> > GDM: Xserver not found: /usr/X11R6/bin/X ...
> > ERROR: Command cannot be executed

> This should not be possible.  Your reportbug template claims that you have
> x11-common 1:7.0.12 installed, but this package provides both /usr/bin/X,
> and /usr/X11R6/bin as a symlink to /usr/bin.

> Please provide the output of these commands:

> $ ls -ld /usr/X11R6/bin /usr/X11R6/bin/X /usr/bin/X
> $ dpkg -l x11-common

Ugh... I've just realized that x11-common 7.0.12 is still the one with
broken handling of removal of the /usr/X11R6/bin directory.

So it's not unreproducible at all, in fact I still have a machine here
that's in this state.

The bug should be fixed with the upload of xorg 1:7.0.13, which I hope will
happen soon.

-- 
Steve Langasek   Give me a lever long enough and a Free OS
Debian Developer   to set it on, and I can move the world.
[EMAIL PROTECTED]   http://www.debian.org/


signature.asc
Description: Digital signature


Bug#362885: x11-common: unable to upgrade, rmdir: /usr/X11R6/bin: Directory not empty

2006-04-16 Thread Steve Langasek
On Sun, Apr 16, 2006 at 01:18:44PM +0200, Eduard Bloch wrote:
> It was not from an official package. And it was a symlink, so dealing
> with it is a bit more complicated. Anyhow, I wonder what exactly do we
> win by trying to remove this directory. What is the problem with just
> letting where it is and allow it to rot untill the last package having
> files there is removed. This is the strategy used by dpkg since ages,
> why should we try to nuke that directory, just for cosmetics reasons?

There are an indeterminate number of packages which have hard-coded paths
referencing binaries via /usr/X11R6/bin.  There are also some which
reference binaries via /usr/bin/X11.  We can either hunt down all hard-coded
references to /usr/X11R6/bin one-by-one and hope that we find them all
before release, or we can force all packages that install to /usr/X11R6/bin
to move together to /usr/bin and make /usr/X11R6/bin a compatibility
symlink.

Or we can stick our heads in the sand and release etch with a bunch of very
irritating bugs that will bite everyone later.

If you ask me, I think it's better to keep the vast majority of irritating
bugs confined to unstable, and only make users of stable deal with the
single issue of moving their files out of /usr/X11R6/bin; which is why I
asked David to implement this transition when it became clear that things
were breaking because of the move to /usr/bin.

-- 
Steve Langasek   Give me a lever long enough and a Free OS
Debian Developer   to set it on, and I can move the world.
[EMAIL PROTECTED]   http://www.debian.org/


signature.asc
Description: Digital signature


Bug#362891: xserver-xorg: post-installation script fails during install

2006-04-16 Thread Stephen Gran
This one time, at band camp, Steve Langasek said:
> On Sun, Apr 16, 2006 at 11:26:40AM +0200, Daniele Venzano wrote:
> > Package xserver-xorg fails to install on my system with the following
> > messages:
> 
> > Setting up xserver-xorg (7.0.12) ...
> > dpkg: error processing xserver-xorg (--configure):
> >  subprocess post-installation script returned error exit status 64
> > dpkg: dependency problems prevent configuration of xorg:
> >  xorg depends on xserver-xorg; however:
> >   Package xserver-xorg is not configured yet.
> > dpkg: error processing xorg (--configure):
> >  dependency problems - leaving unconfigured
> > Errors were encountered while processing:
> >  xserver-xorg
> >  xorg
> 
> Can you edit /var/lib/dpkg/info/xserver-xorg.postinst to change the first
> line to read "#!/bin/sh -x" and then run dpkg --configure --pending, and
> post the output?  This should give us a clear indication of what's failing.

I just ran across this and tried that - it dies right after sourcing the
debconf confmodule - debconf's exec line to restart the scripts exit's
64.  Commenting out the sourceing of confmodule lets the script run to
completion, although that is clearly not a general solution.
-- 
 -
|   ,''`.Stephen Gran |
|  : :' :[EMAIL PROTECTED] |
|  `. `'Debian user, admin, and developer |
|`- http://www.debian.org |
 -


signature.asc
Description: Digital signature


Bug#362940: Latest update broke gdm and can't find default fixed font

2006-04-16 Thread Stephen Gran
This one time, at band camp, Steve Langasek said:
> On Sun, Apr 16, 2006 at 06:14:33PM +0200, Riccardo Magliocchetti wrote:
> > Package: xserver-xorg
> > Version: 1:7.0.12
> > Severity: grave
> > Justification: renders package unusable
> 
> > upgrading to xorg-xserver version 7.0.12 broke my system. GDM complains 
> > because it cannot find xserver executable:
> 
> > GDM: Xserver not found: /usr/X11R6/bin/X ...
> > ERROR: Command cannot be executed
> 
> This should not be possible.  Your reportbug template claims that you have
> x11-common 1:7.0.12 installed, but this package provides both /usr/bin/X,
> and /usr/X11R6/bin as a symlink to /usr/bin.
> 
> Please provide the output of these commands:
> 
> $ ls -ld /usr/X11R6/bin /usr/X11R6/bin/X /usr/bin/X
> $ dpkg -l x11-common

This is possible if you have xearth installed - it sits in
/usr/X11R6/bin/X, and the upgrade path doesn't install the symlink,
leaving you without a working /usr/X11R6/bin/X for gdm.  Uninstalling
xearth and redoing the upgrade fixed it here.
-- 
 -
|   ,''`.Stephen Gran |
|  : :' :[EMAIL PROTECTED] |
|  `. `'Debian user, admin, and developer |
|`- http://www.debian.org |
 -


signature.asc
Description: Digital signature


Release Notes should document possible issues with X transition

2006-04-16 Thread Frans Pop
Package: release-notes
Severity: important

With the release of modular Xorg 7.0 packages, some structural changes 
have been made that may hit users during upgrade and thus should be 
documented in the Release Notes.

The most important issue is that /usr/X11R6/bin has been dropped and only 
remains as a symlink to /usr/bin. This means it has to be empty at the 
time of the upgrade.
The new packages conflict with most packages that used /usr/X11R6/bin, but 
maybe not all have been caught. The RN should document how users can 
prepare for the upgrade and how they can work their way out of trouble if 
a conflict should arise.

A potential other issue is that paths for fonts and modules have changed 
and thus changes in the X configuration file may be needed. Whether this 
really is an issue depends on how well conversion of old X11 config files 
is supported at the time of the release.


pgpuw7b486x3P.pgp
Description: PGP signature


Bug#362940: Latest update broke gdm and can't find default fixed font

2006-04-16 Thread Stephen Gran
This one time, at band camp, Stephen Gran said:
> This one time, at band camp, Steve Langasek said:
> > On Sun, Apr 16, 2006 at 06:14:33PM +0200, Riccardo Magliocchetti wrote:
> > > Package: xserver-xorg
> > > Version: 1:7.0.12
> > > Severity: grave
> > > Justification: renders package unusable
> > 
> > > upgrading to xorg-xserver version 7.0.12 broke my system. GDM complains 
> > > because it cannot find xserver executable:
> > 
> > > GDM: Xserver not found: /usr/X11R6/bin/X ...
> > > ERROR: Command cannot be executed
> > 
> > This should not be possible.  Your reportbug template claims that you have
> > x11-common 1:7.0.12 installed, but this package provides both /usr/bin/X,
> > and /usr/X11R6/bin as a symlink to /usr/bin.
> > 
> > Please provide the output of these commands:
> > 
> > $ ls -ld /usr/X11R6/bin /usr/X11R6/bin/X /usr/bin/X
> > $ dpkg -l x11-common
> 
> This is possible if you have xearth installed - it sits in
> /usr/X11R6/bin/X, and the upgrade path doesn't install the symlink,

Er, that should have been /usr/X11R6/bin, obviously.
-- 
 -
|   ,''`.Stephen Gran |
|  : :' :[EMAIL PROTECTED] |
|  `. `'Debian user, admin, and developer |
|`- http://www.debian.org |
 -


signature.asc
Description: Digital signature


Bug#362891: xserver-xorg: Additional Information for Steve

2006-04-16 Thread Ian B. MacDonald
Package: xserver-xorg
Version: 1:7.0.12
Followup-For: Bug #362891

bash~# dpkg --configure --pending
Setting up xserver-xorg (7.0.12) ...
+ set -e
+ . /usr/share/debconf/confmodule
++ '[' '!' '' ']'
++ PERL_DL_NONLAZY=1
++ export PERL_DL_NONLAZY
++ '[' '' ']'
++ exec /usr/share/debconf/frontend
/var/lib/dpkg/info/xserver-xorg.postinst configure 1:7.0.10
dpkg: error processing xserver-xorg (--configure):
 subprocess post-installation script returned error exit status 64
 Errors were encountered while processing:
  xserver-xorg
  
  

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (990, 'unstable'), (500, 'testing'), (500, 'stable'), (1, 
'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.14-imac
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages xserver-xorg depends on:
ii  debconf   1.4.72 Debian configuration management sy
ii  x11-common1:7.0.12   X Window System (X.Org) infrastruc
ii  xbase-clients 1:7.0.0-4  miscellaneous X clients
ii  xkb-data  0.8-5  X Keyboard Extension (XKB) configu
ii  xserver-xorg-core 1:1.0.2-4  X.Org X server -- core server
ii  xserver-xorg-input-al 1:7.0.12   the X.Org X server -- input driver
ii  xserver-xorg-input-ev 1:1.0.0.5-2X.Org X server -- evdev input driv
ii  xserver-xorg-input-kb 1:1.0.1.3-2X.Org X server -- keyboard input d
ii  xserver-xorg-input-mo 1:1.0.4-2  X.Org X server -- mouse input driv
ii  xserver-xorg-video-al 1:7.0.12   the X.Org X server -- output drive
ii  xserver-xorg-video-ap 1:1.0.1.5-2X.Org X server -- APM display driv
ii  xserver-xorg-video-ar 1:0.5.0.5-2X.Org X server -- ark display driv
ii  xserver-xorg-video-at 1:6.5.7.3-3X.Org X server -- ATI display driv
ii  xserver-xorg-video-ch 1:1.0.1.3-3X.Org X server -- Chips display dr
pi  xserver-xorg-video-ci 1:1.0.0.5-2X.Org X server -- Cirrus display d
ii  xserver-xorg-video-cy 1:1.0.0.5-2X.Org X server -- Cyrix display dr
ii  xserver-xorg-video-du 1:0.1.0.5-2X.Org X server -- dummy display dr
ii  xserver-xorg-video-fb 1:0.1.0.5-2X.Org X server -- fbdev display dr
ii  xserver-xorg-video-gl 1:1.0.1.3-2X.Org X server -- Glint display dr
ii  xserver-xorg-video-i1 1:1.1.0.5-2X.Org X server -- i128 display dri
ii  xserver-xorg-video-i7 1:1.0.0.5-2X.Org X server -- i740 display dri
ii  xserver-xorg-video-i8 1:1.5.1.0-2X.Org X server -- Intel i8xx, i9xx
ii  xserver-xorg-video-im 1:1.0.0.5-2X.Org X server -- IMSTT display dr
ii  xserver-xorg-video-mg 1:1.2.1.3.dfsg.1-2 X.Org X server -- MGA display driv
ii  xserver-xorg-video-ne 1:1.0.0.5-2X.Org X server -- Neomagic display
ii  xserver-xorg-video-ne 1:0.1.4.1-3X.Org X server -- Newport display 
ii  xserver-xorg-video-ns 1:2.7.6.5-2X.Org X server -- NSC display driv
ii  xserver-xorg-video-nv 1:1.0.1.5-2X.Org X server -- NV display drive
ii  xserver-xorg-video-re 1:4.0.1.3.dfsg.1-2 X.Org X server -- Rendition displa
ii  xserver-xorg-video-s3 1:1.8.6.5-2X.Org X server -- S3 ViRGE display
ii  xserver-xorg-video-sa 1:2.0.2.3-4X.Org X server -- Savage display d
ii  xserver-xorg-video-si 1:1.3.1.5-3X.Org X server -- SiliconMotion di
ii  xserver-xorg-video-si 1:0.8.1.3-2X.Org X server -- SiS display driv
ii  xserver-xorg-video-si 1:0.7.1.3-2X.Org X server -- SiS USB display 
ii  xserver-xorg-video-td 1:1.1.1.3-3X.Org X server -- tdfx display dri
ii  xserver-xorg-video-tg 1:1.0.0.5-3X.Org X server -- TGA display driv
ii  xserver-xorg-video-tr 1:1.0.1.2-2X.Org X server -- Trident display 
ii  xserver-xorg-video-ts 1:1.0.0.5-2X.Org X server -- Tseng display dr
ii  xserver-xorg-video-ve 1:1.0.1.3-2X.Org X server -- VESA display dri
ii  xserver-xorg-video-vg 1:4.0.0.5-2X.Org X server -- VGA display driv
ii  xserver-xorg-video-vi 1:0.1.33.2-2   X.Org X server -- VIA display driv
ii  xserver-xorg-video-vm 1:10.11.1.3-2  X.Org X server -- VMware display d
ii  xserver-xorg-video-vo 1:1.0.0.5-2X.Org X server -- Voodoo display d

Versions of packages xserver-xorg recommends:
ii  discover   2.0.7-2.1 hardware identification system
ii  laptop-detect  0.12.1attempt to detect a laptop
ii  mdetect0.5.2.1   mouse device autodetection tool
ii  xresprobe  0.4.23debian1 X Resolution Probe

-- debconf information:
* xserver-xorg/multiple_possible_x-drivers:
  xserver-xorg/config/monitor/use_sync_ranges: true
* xserver-xorg/config/inputdevice/mouse/port: /dev/input/mice
* xserver-xorg/config/monitor/lcd: false
* xserver-xorg/autodetect_monitor: true
* xserver-xorg/config/display/default_depth: 24
* xserver-xorg/config/display/mod

Bug#362997: dual head on PCI G450 fails

2006-04-16 Thread Peter De Schrijver
Package: xserver-xorg-video-mga
Version: 1:1.2.1.3.dfsg.1-2
Severity: important

Dual head operation on a PCI G450 fails. The first screen is not
initialized properly. The result is an incorrect video signal on the
first port. This likely has to do with mga driver not being able to read
the BIOS for the correct timing parameters. For a single head
configuration, the UseFBDev parameter can be used. This option causes
the mga driver to use the kernel fb device for mode switching and
mmapping of video memory and accelerator registers instead of directly
going to the hardware. For a dual head configuration this does not work
because the mga driver tries to resolve the fb /dev entry by only looking at
the PCI ID. As the PCI ID is the same for both screens, the mga driver
will use the same fb device for both screens which obviously results in
chaos :-). A working solution is to add an fbdev option which allows
specifying the fb /dev entry for each screen. It's probably adviseable
to always use the fb interface instead of trying to mess around with
mmapping the BIOS directly.

-- 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.11.7
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages xserver-xorg-video-mga depends on:
ii  libc6 2.3.6-5GNU C Library: Shared libraries an
ii  xserver-xorg-core 1:1.0.2-4  X.Org X server -- core server

xserver-xorg-video-mga recommends no packages.

-- no debconf information


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



Bug#362920: Bug#362884: Bug#362920: cvs - X11R7.0 incompatibilities

2006-04-16 Thread Drew Parsons
On Sun, 2006-04-16 at 19:24 +0300, Daniel Stone wrote:
> On Sun, Apr 16, 2006 at 07:17:40PM +0300, Daniel Stone wrote:
> > On Mon, Apr 17, 2006 at 02:24:21AM +1000, Drew Parsons wrote:
> > > Painfully, we may have to proceed without freetype support in Xprint
> > > after all.
> > 
> > AIUI, the non-freeness issue I raised on xorg-modular, would certainly
> > violate the DFSG?

I missed your message at xorg-modular, when did you make it?

> For reference, the upstream copyright file:
> http://webcvs.freedesktop.org/xorg/xc/extras/ttf2pt1/COPYRIGHT?view=markup
> 
> I misremembered (confusing it with the stupid libXaw copyright issue):
> it's not actually DFSG-non-free, but just GPL-incompatible IIRC --
> advertising clause.  

Yes, that's right, just the advertising clause.  My guess is they
generically grabbed the BSD licence at the time. A nice solution would
be if ttf2pt1 changed their licence to modern BSD.  I might ask them.


> Though the Type1 assembler is one of those
> 'licences are easy, I'll just write one myself' types. :\
> 

Cool! Thanks for volunteering to do it ;)



> > This will all clear up much more easily once Debian has upgraded to
> > X11R7.1.
> 
> Right.  Given they're modules, an upload of just the newer versions of
> x11proto-fixes and libxfont could be done?  This is, after all, the
> Grand Unified New Modular Reality. :)

It'd be nice if that's true, and it would make sense.  Older xserver
code simply wouldn't use the two new xfixes functions.  However someone
at #xorg said he wasn't sure it was that simple, and that it might
destabilise the system.  I can't judge whether he is being overly
pessimistic or not.

I'm all for uploading the newer Fixes and Font if it's safe to do so.

Drew


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



Bug#362547: xserver-xorg: X server crash with signal 11

2006-04-16 Thread Yasushi SHOJI
Hi Michel,

At Sat, 15 Apr 2006 14:30:21 +0200,
Michel Dänzer wrote:
> 
> On Fri, 2006-04-14 at 12:55 +0900, Yasushi SHOJI wrote:
> > Package: xserver-xorg
> > Version: 6.9.0.dfsg.1-6
> > Severity: critical
> > 
> > This happend twice on my amd64 system with radeon 7200 while using
> > Firefox.
> > 
> > Backtrace:
> > 0: /usr/bin/X11/X(xf86SigHandler+0x8e) [0x449b3e]
> > 1: /lib/libc.so.6 [0x2b2bbad92e90]
> > 2: /lib/libc.so.6(memcpy+0x34) [0x2b2bbadd8014]
> > 3: /usr/X11R6/lib/modules/drivers/radeon_drv.so [0x2b2bbc7cccaf]
> > 4: /usr/X11R6/lib/modules/drivers/radeon_drv.so [0x2b2bbc7d055d]
> > 5: /usr/bin/X11/X [0x476d29]
> > 6: /usr/X11R6/lib/modules/extensions/libextmod.so [0x2b2bbb7808e0]
> > 7: /usr/bin/X11/X(Dispatch+0x197) [0x4896a7]
> > 8: /usr/bin/X11/X(main+0x418) [0x4967e8]
> > 9: /lib/libc.so.6(__libc_start_main+0xda) [0x2b2bbad7f4ca]
> > 10: /usr/bin/X11/X [0x430f0a]
> > 
> > as you can see, I was not running a server with debugging symbols so
> > back-trace isn't much helpful.
> 
> Please install xserver-xorg-dbg and try again.

Yes, that's what I'm doing right now.  but I haven't found how to
reproduce this bug so it will take a while. I was hoping that if
anyone else see the same symptom.

> It would also be interesting to know if this still happens with
> xf86-video-ati.

you mean xserver-xorg-video-ati? i still can't install
xserver-xorg-video-ati since some tools I'm using conflicts others.

> Last but not least, does this happen when visiting any particular
> site(s) with Firefox?

I doubt it but will see.

Thanks for you comments.
--
yashi



Bug#362891: xserver-xorg: post-installation script fails during install

2006-04-16 Thread Steve Langasek
On Mon, Apr 17, 2006 at 01:15:03AM +0100, Stephen Gran wrote:
> This one time, at band camp, Steve Langasek said:
> > On Sun, Apr 16, 2006 at 11:26:40AM +0200, Daniele Venzano wrote:
> > > Package xserver-xorg fails to install on my system with the following
> > > messages:

> > > Setting up xserver-xorg (7.0.12) ...
> > > dpkg: error processing xserver-xorg (--configure):
> > >  subprocess post-installation script returned error exit status 64
> > > dpkg: dependency problems prevent configuration of xorg:
> > >  xorg depends on xserver-xorg; however:
> > >   Package xserver-xorg is not configured yet.
> > > dpkg: error processing xorg (--configure):
> > >  dependency problems - leaving unconfigured
> > > Errors were encountered while processing:
> > >  xserver-xorg
> > >  xorg

> > Can you edit /var/lib/dpkg/info/xserver-xorg.postinst to change the first
> > line to read "#!/bin/sh -x" and then run dpkg --configure --pending, and
> > post the output?  This should give us a clear indication of what's failing.

> I just ran across this and tried that - it dies right after sourcing the
> debconf confmodule - debconf's exec line to restart the scripts exit's
> 64.

Thanks, that's pretty much what I expected, though I have no idea why it's
happening. :/

Couple of wild guesses:

- is your system configured to use cdebconf?
- what do you have as /bin/sh?
- (to the maintainers) is there anything new in the templates that could
  cause a parse failure?

-- 
Steve Langasek   Give me a lever long enough and a Free OS
Debian Developer   to set it on, and I can move the world.
[EMAIL PROTECTED]   http://www.debian.org/


signature.asc
Description: Digital signature


Bug#362891: xserver-xorg: post-installation script fails during install

2006-04-16 Thread Stephen Gran
This one time, at band camp, Steve Langasek said:
> On Mon, Apr 17, 2006 at 01:15:03AM +0100, Stephen Gran wrote:
> 
> > I just ran across this and tried that - it dies right after sourcing the
> > debconf confmodule - debconf's exec line to restart the scripts exit's
> > 64.
> 
> Thanks, that's pretty much what I expected, though I have no idea why it's
> happening. :/
> 
> Couple of wild guesses:
> 
> - is your system configured to use cdebconf?

No - /usr/share/debconf/frontend is invoked.

> - what do you have as /bin/sh?

/bin/bash

Except for potentially vast amounts of cruft dating back to slink or
potato, this machine shouldn't have too much unusual about it.  It's odd
that a reasonably fresh install on another machine does not fail here,
though, so I will dig a bit and see what I can find.
-- 
 -
|   ,''`.Stephen Gran |
|  : :' :[EMAIL PROTECTED] |
|  `. `'Debian user, admin, and developer |
|`- http://www.debian.org |
 -


signature.asc
Description: Digital signature


  1   2   >