Bug#443794: xserver-xorg: server crashes randomly in libGLcore

2007-09-24 Thread Brice Goglin
Marcus Better wrote:
> The X session terminates randomly and throws me out to the kdm login
> screen. I'm not running anything fancy, only a standard KDE
> installation, plus the non-free Java and flash plugins for iceweasel
> in a 32-bit chroot.
>
> I have now installed xserver-xorg-core-dbg and will try to get a
> better trace.
>
> Backtrace:
> 0: /usr/bin/X(xf86SigHandler+0x6a) [0x482cca]
> 1: /lib/libc.so.6 [0x2ac5a100f6a0]
> 2: /usr/lib/xorg/modules/extensions//libGLcore.so(_mesa_PushAttrib+0x2ad) 
> [0x2ac5b41f85fd]
> 3: /usr/lib/xorg/modules/extensions//libglx.so(DoRender+0xcc) [0x2ac5a261992c]
> 4: /usr/lib/xorg/modules/extensions//libglx.so [0x2ac5a261d72c]
> 5: /usr/bin/X(Dispatch+0x2e0) [0x44e170]
> 6: /usr/bin/X(main+0x47c) [0x436a1c]
> 7: /lib/libc.so.6(__libc_start_main+0xf4) [0x2ac5a0ffbb44]
> 8: /usr/bin/X(FontFileCompleteXLFD+0x259) [0x435d59]
>   

I have never seem this backtrace before and I can't find it in the
upstream bugzilla. I'll wait for your debugging backtrace and I'll
forward the bug report upstream then.

Thanks,
Brice




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



Bug#443800: libx11-6: Thai XIM does not filter keys when NumLock/CapsLock is on

2007-09-24 Thread Theppitak Karoonboonyanan
Package: libx11-6
Version: 2:1.0.3-7
Severity: normal

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1


The Thai XIM component in libx11, activated on 'th*' locales, normally
filters input sequence according to orthographic rules. However, when
NumLock/CapsLock is on, this stops working. All sequences are passed
through.

This is caused by missing masks in _XimThaiFilter()
(modules/im/ximcp/imThaiFlt.c), as in the attached patch.

Upstream bug: https://bugs.freedesktop.org/show_bug.cgi?id=12517

- -- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.22-2-amd64 (SMP w/2 CPU cores)
Locale: LANG=th_TH.UTF-8, LC_CTYPE=th_TH.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages libx11-6 depends on:
ii  libc6 2.6.1-5GNU C Library: Shared libraries
ii  libx11-data   2:1.0.3-7  X11 client-side library
ii  libxau6   1:1.0.3-2  X11 authorisation library
ii  libxdmcp6 1:1.0.2-2  X11 Display Manager Control Protoc
ii  x11-common1:7.3+2X Window System (X.Org) infrastruc

libx11-6 recommends no packages.

- -- no debconf information

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

iD8DBQFG91lwqgzR7tCLR/4RAtNVAJ900aRqnLspfTgbgWdPd4AXjwxASwCfaggA
+BHDpSxWJa6d6hv1qErxMr4=
=VcS3
-END PGP SIGNATURE-
Index: libx11-1.0.3/modules/im/ximcp/imThaiFlt.c
===
--- libx11-1.0.3.orig/modules/im/ximcp/imThaiFlt.c	2007-09-21 22:13:25.0 +0700
+++ libx11-1.0.3/modules/im/ximcp/imThaiFlt.c	2007-09-21 22:15:14.0 +0700
@@ -1271,7 +1271,7 @@
 XwcLookupString((XIC)ic, &ev->xkey, wbuf, sizeof(wbuf) / sizeof(wbuf[0]),
 		&symbol, NULL);
 
-if ((ev->xkey.state & (AllMods & ~ShiftMask)) ||
+if ((ev->xkey.state & (AllMods & ~(ShiftMask|LockMask|Mod2Mask))) ||
  ((symbol >> 8 == 0xFF) &&
  ((XK_BackSpace <= symbol && symbol <= XK_Clear) ||
(symbol == XK_Return) ||


Bug#443794: xserver-xorg: server crashes randomly in libGLcore

2007-09-24 Thread Marcus Better
The gdb issue appears to be bug #422007. I'm also running x86_64.

Marcus



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



Bug#443794: xserver-xorg: server crashes randomly in libGLcore

2007-09-24 Thread Marcus Better
I have trouble debugging with gdb. This happens after a few minutes:

~$ sudo gdb -p 7219
Password:
GNU gdb 6.6.90.20070912-debian
Copyright (C) 2007 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later 
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type "show copying"
and "show warranty" for details.
This GDB was configured as "x86_64-linux-gnu".
Attaching to process 7219

/tmp/buildd/gdb-6.6.dfsg.90.20070912/gdb/linux-nat.c:979: internal-error: 
linux_nat_attach: Assertion `pid == GET_PID (inferior_ptid) && WIFSTOPPED 
(status) && WSTOPSIG (status) == SIGSTOP' failed.
A problem internal to GDB has been detected,
further debugging may prove unreliable.
Quit this debugging session? 

Marcus



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



Bug#443794: xserver-xorg: server crashes randomly in libGLcore

2007-09-24 Thread Michel Dänzer
On Mon, 2007-09-24 at 08:38 +0200, Marcus Better wrote:
> 
> Backtrace:
> 0: /usr/bin/X(xf86SigHandler+0x6a) [0x482cca]
> 1: /lib/libc.so.6 [0x2ac5a100f6a0]
> 2: /usr/lib/xorg/modules/extensions//libGLcore.so(_mesa_PushAttrib
> +0x2ad) [0x2ac5b41f85fd]

May I ask why the DRI is disabled?


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




Bug#443794: xserver-xorg: server crashes randomly in libGLcore

2007-09-24 Thread Michel Dänzer
On Mon, 2007-09-24 at 10:41 +0200, Marcus Better wrote:
> Michel Dänzer wrote:
> > May I ask why the DRI is disabled?
> 
> I didn't know it was disabled. I'm attaching my X log and config.

It's enabled in this log file, but the GLcore module is only used when
it's disabled. Does the problem occur with the X session corresponding
to this log file?


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




Bug#443794: xserver-xorg: server crashes randomly in libGLcore

2007-09-24 Thread Marcus Better
Michel Dänzer wrote:
> It's enabled in this log file, but the GLcore module is only used when
> it's disabled. Does the problem occur with the X session corresponding
> to this log file?

Oops, you are right. I have two X sessions running and might have taken
the wrong log file. Here's another log file where DRI fails - not sure if
it's exactly the one that crashed though.

Marcus

X.Org X Server 1.4.0
Release Date: 5 September 2007
X Protocol Version 11, Revision 0
Build Operating System: Linux Debian (xorg-server 2:1.4-2)
Current Operating System: Linux melech 2.6.23-rc6-melech #2 SMP PREEMPT Wed Sep 19 06:09:30 CEST 2007 x86_64
Build Date: 16 September 2007  09:38:48PM
 
	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.2.log", Time: Mon Sep 24 11:14:13 2007
(==) Using config file: "/etc/X11/xorg.conf"
(==) ServerLayout "Default Layout"
(**) |-->Screen "Default Screen" (0)
(**) |   |-->Monitor ""
(**) |   |-->Device "Intel 830"
(==) No monitor specified for screen "Default Screen".
	Using a default monitor configuration.
(**) |-->Input Device "Generic Keyboard"
(**) |-->Input Device "Mouse"
(==) Automatically adding devices
(==) Automatically enabling devices
(==) Including the default font path /usr/share/fonts/X11/misc,/usr/share/fonts/X11/cyrillic,/usr/share/fonts/X11/100dpi/:unscaled,/usr/share/fonts/X11/75dpi/:unscaled,/usr/share/fonts/X11/Type1,/usr/share/fonts/X11/100dpi,/usr/share/fonts/X11/75dpi,/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType.
(**) FontPath set to:
	/usr/local/share/fonts/mathematica/Type1,
	/usr/share/fonts/X11/misc,
	/usr/share/fonts/X11/cyrillic,
	/usr/share/fonts/X11/100dpi/:unscaled,
	/usr/share/fonts/X11/75dpi/:unscaled,
	/usr/share/fonts/X11/Type1,
	/usr/share/fonts/X11/100dpi,
	/usr/share/fonts/X11/75dpi,
	/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType
(==) RgbPath set to "/etc/X11/rgb"
(==) ModulePath set to "/usr/lib/xorg/modules"
(**) Extension "Composite" is enabled
(II) Open ACPI successful (/var/run/acpid.socket)
(II) Loader magic: 0x7b1180
(II) Module ABI versions:
	X.Org ANSI C Emulation: 0.3
	X.Org Video Driver: 2.0
	X.Org XInput driver : 2.0
	X.Org Server Extension : 0.3
	X.Org Font Renderer : 0.5
(II) Loader running on linux
(II) LoadModule: "pcidata"
(II) Loading /usr/lib/xorg/modules//libpcidata.so
(II) Module pcidata: vendor="X.Org Foundation"
	compiled for 1.4.0, module version = 1.0.0
	ABI class: X.Org Video Driver, version 2.0
(++) using VT number 10

(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 8086,27a0 card 17aa,2017 rev 03 class 06,00,00 hdr 00
(II) PCI: 00:02:0: chip 8086,27a2 card 17aa,201a rev 03 class 03,00,00 hdr 80
(II) PCI: 00:02:1: chip 8086,27a6 card 17aa,201a rev 03 class 03,80,00 hdr 80
(II) PCI: 00:1b:0: chip 8086,27d8 card 17aa,2010 rev 02 class 04,03,00 hdr 00
(II) PCI: 00:1c:0: chip 8086,27d0 card , rev 02 class 06,04,00 hdr 81
(II) PCI: 00:1c:1: chip 8086,27d2 card , rev 02 class 06,04,00 hdr 81
(II) PCI: 00:1c:2: chip 8086,27d4 card , rev 02 class 06,04,00 hdr 81
(II) PCI: 00:1c:3: chip 8086,27d6 card , rev 02 class 06,04,00 hdr 81
(II) PCI: 00:1d:0: chip 8086,27c8 card 17aa,200a rev 02 class 0c,03,00 hdr 80
(II) PCI: 00:1d:1: chip 8086,27c9 card 17aa,200a rev 02 class 0c,03,00 hdr 00
(II) PCI: 00:1d:2: chip 8086,27ca card 17aa,200a rev 02 class 0c,03,00 hdr 00
(II) PCI: 00:1d:3: chip 8086,27cb card 17aa,200a rev 02 class 0c,03,00 hdr 00
(II) PCI: 00:1d:7: chip 8086,27cc card 17aa,200b rev 02 class 0c,03,20 hdr 00
(II) PCI: 00:1e:0: chip 8086,2448 card , rev e2 class 06,04,01 hdr 01
(II) PCI: 00:1f:0: chip 8086,27b9 card 17aa,2009 rev 02 class 06,01,00 hdr 80
(II) PCI: 00:1f:1: chip 8086,27df card 17aa,200c rev 02 class 01,01,8a hdr 00
(II) PCI: 00:1f:2: chip 8086,27c5 card 17aa,200d rev 02 class 01,06,01 hdr 00
(II) PCI: 00:1f:3: chip 8086,27da card 17aa,200f rev 02 class 0c,05,00 hdr 00
(II) PCI: 02:00:0: chip 14e4,167d card 17aa,2081 rev 21 class 02,00,00 hdr 00
(II) PCI: 03:00:0: chip 8086,4227 card 8086,1011 rev 02 class 02,80,00 hdr 00
(II) PCI: 15:00:0: chip 104c,8039 card 8000, rev 00 class 06,07,00 hdr 82
(II) PCI: 15:00:1: chip 104c,803a card 17aa,202e rev 00 class 0c,00,10 hdr 80
(II) PCI: 16:00:0: chip 1033,0035 card 12d1,0035 rev 43 class 0c,03,10 hdr 80
(II) PCI: 16:00:1: chip 1033,0035 card 12d1,0035 rev 43 class 0c,03,10 hdr 00
(II) PCI: End of PCI scan
(II) Intel Bridge workaround enabled
(II) Host-to-PCI bridge:
(II) Bus 0: bridge is at (0:0:0), (0,0,22), BCTRL: 0x0008 (VGA_EN is set)
(II) Bus 0 I/O range:
	[0] -1	0	0x - 0x (0x1) IX[B]
(II) Bus 0 non-prefetchable memory range:
	[0] -1	0	0x - 0x (0x1) MX[B]
(II) Bus 0 pr

Bug#443809: xserver-xorg-video-intel: constant flickering with 855GM chip

2007-09-24 Thread Manuel Ifland
Package: xserver-xorg-video-intel
Version: 2:2.1.1-4
Severity: important


I have a Fujitsu-Siemens Liefebook E Series with an integrated 855 Graphics 
Device. After upgrading xorg and
the xserver-xorg-video-intel package to version 2.1.1, the screen flickers 
dramatically. Even changing the frequency
does not have any effect, even when the flickering seems to be reduced a little 
bit.

This is the output of xrandr after changing the frequency from 29.7 to 60.0:

Screen 0: minimum 320 x 200, current 1400 x 1050, maximum 1400 x 1400
VGA disconnected (normal left inverted right x axis y axis)
LVDS connected 1400x1050+0+0 (normal left inverted right x axis y axis) 0mm x 
0mm
   1400x1050  29.7 +   85.3 74.8 70.0 60.0*
   1280x1024  85.0 75.0 60.0
   1280x960   85.0 60.0
   1280x800   60.0
   1152x864   85.1 75.0
   1280x768   60.0
   1152x768   54.8
   1024x768   85.0 75.0 70.1 60.0
   832x62474.6
   800x60085.1 72.2 75.0 60.3 56.2
   640x48085.0 72.8 75.0 59.9
   720x40085.0
   640x40085.1
   640x35085.1
TMDS disconnected (normal left inverted right x axis y axis)

The mouse cursor also seems to move jerky and on my KDE Desktop there seem to a 
pattern visible. 
The detected resolution is correct even without using the resolution tool 
915resolution as needed before.


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

/etc/X11/X target does not match checksum in /var/lib/x11/X.md5sum.

X server symlink status:
lrwxrwxrwx 1 root root 13 2006-05-09 17:15 /etc/X11/X -> /usr/bin/Xorg
-rwxr-xr-x 1 root root 1669528 2007-09-16 20:56 /usr/bin/Xorg

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

VGA-compatible devices on PCI bus:
00:02.0 VGA compatible controller: Intel Corporation 82852/855GM Integrated 
Graphics Device (rev 02)

/etc/X11/xorg.conf does not match checksum in /var/lib/x11/xorg.conf.md5sum.

Xorg X server configuration file status:
-rw-r--r-- 1 root root 6599 2007-09-24 10:01 /etc/X11/xorg.conf

Contents of /etc/X11/xorg.conf:
# xorg.conf 
# Maintained manually Manuel Ifland
# <[EMAIL PROTECTED]>
# 12.01.2007

# **
# Files section.  This allows default font and rgb paths to be set
# **

Section "Files"
FontPath"/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
FontPath"/usr/share/fonts/truetype"
FontPath"/var/lib/defoma/x-ttcidfont-conf.d/dirs/CID"
FontPath"/usr/lib/X11/fonts/Speedo"
FontPath"/usr/share/fonts/X11/misc"
FontPath"/usr/lib/X11/fonts/misc"
FontPath"/usr/lib/X11/fonts/100dpi:unscaled"
FontPath"/usr/lib/X11/fonts/75dpi:unscaled"
FontPath"/usr/share/fonts/X11/Type1"
FontPath"/usr/lib/X11/fonts/Type1"
FontPath"/usr/share/fonts/type1/gsfonts"
EndSection

# **
# Module section -- this  section  is used to specify
# which dynamically loadable modules to load.
# **

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

# **
# Input devices
# **

Section "InputDevice"
Identifier  "Generic Keyboard"
Driver  "kbd"
Option  "CoreKeyboard"
Option  "XkbRules"  "xfree86"
Option  "XkbModel"  "pc105"
Option  "XkbLayout" "de"
#   Option  "XkbVariant""nodeadkeys"<- ausgeschaltet, damit 
Akzente funktionieren
#   Option  "XkbOptions""nodeadkeys"
EndSection


Section "InputDevice"
# Hinweise zum Synaptics Touchpad:
# 1. Im Kernel unter "Device Drivers", "Input Device Support" das "Event 
interface" (evdev Modul) aktivieren
#Ausserdem noch "Mice", "PS/2 Mouse" aktivieren
# 2. Unter /proc/bus/input/devices sollte dann das Touchpad als Synaptics 
Touchpad aufgelistet werden
#Ist dort nur eine normale PS/2 Maus aufgelistet, liegt das u.U. an dem 
i8042 Treiber. Beim Booten 
#kommt dann auch die Meldung "i8042.c: Detected active multiplexing 
controller, rev 1.1". 
#Ist dies der Fall, gibt es zwei Loesungen:
#a) Ist psmouse als Modul kompiliert, dann muss das Modul mit Parameter 
geladen werden: psmouse i8042_nomux=1
#b) Ist psmouse im Kernel integriert, dann muss dem Kernel das beim Booten 
uebergeben werden: i8042.nomux
#Nu

Bug#443441: Duplicate mouse events with Xserver 1.4

2007-09-24 Thread Andrew Ruthven
Hi,

This is an "issue" that might affect a number of people upgrading.  It
hit me as well.  I think I know why the config files are wrong.

I think it might have come from old XF86Config-4 files (which I still
have in /etc/X11) which had blocks like:

Section "InputDevice"
Identifier  "Configured Mouse"
Driver  "mouse"
Option  "CorePointer"
Option  "Device""/dev/psaux"
Option  "Protocol"  "ExplorerPS/2"
Option  "Buttons"   "7"
Option  "ZAxisMapping"  "4 5"
EndSection

Section "InputDevice"
Identifier  "Generic Mouse"
Driver  "mouse"
Option  "SendCoreEvents""true"
Option  "Device""/dev/psaux"
Option  "Protocol"  "ImPS/2"
Option  "ZAxisMapping"  "4 5"
EndSection

Which have been upgraded semi-automatically to xorg.conf files with the
psaux being replaced (by something) to /dev/input/mice.  As I now have
"Configured Mouse" and "Generic Mouse" both using the mouse driver and
both pointing to /dev/input/mice.

This configuration broke last week when I upgraded to 1.4.

As noting in the closing submission on this bug, I'll change "Configured
Mouse" to use evdev and see what happens or just get rid of "Generic
Mouse", or whatever, I now know where to look.

Thank you for your efforts!

-- 
Andrew Ruthven
Wellington, New Zealand
At home: [EMAIL PROTECTED]   |  This space intentionally
 |left blank.


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


Bug#443810: Dual-head mode does not work anymore on RV370 5B62 [Radeon X600 (PCIE)]

2007-09-24 Thread Florian Weimer
Package: xserver-xorg-video-ati
Version: 1:6.6.193-3

The displays are connected to the external DVI port of the card, using
a DVI splitter cable.  Both displays constantly show one of the two
screens.

1:6.6.3-2 from testing works fine with the same configuration file.  I
also tried fairly extensive configuration tweaks and the version from
experimental, without any luck.

-- 
Florian Weimer<[EMAIL PROTECTED]>
BFK edv-consulting GmbH   http://www.bfk.de/
Kriegsstraße 100  tel: +49-721-96201-1
D-76133 Karlsruhe fax: +49-721-96201-99

X.Org X Server 1.4.0
Release Date: 5 September 2007
X Protocol Version 11, Revision 0
Build Operating System: Linux Debian (xorg-server 2:1.4-2)
Current Operating System: Linux pc4a 2.6.22-2-686 #1 SMP Fri Aug 31 00:24:01 
UTC 2007 i686
Build Date: 16 September 2007  02:37:21PM
 
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: Mon Sep 24 11:27:03 2007
(==) Using config file: "/etc/X11/xorg.conf"
(==) ServerLayout "Default Layout"
(**) |-->Screen "Default Screen" (0)
(**) |   |-->Monitor "Generic Monitor"
(**) |   |-->Device "ATI Technologies, Inc. RV370 5B62 [Radeon X600 (PCIE)]"
(**) |-->Input Device "Generic Keyboard"
(**) |-->Input Device "Configured Mouse"
(==) Automatically adding devices
(==) Automatically enabling devices
(WW) The directory "/usr/lib/X11/fonts/misc" does not exist.
Entry deleted from font path.
(WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
Entry deleted from font path.
(WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
Entry deleted from font path.
(WW) The directory "/usr/lib/X11/fonts/cyrillic" does not exist.
Entry deleted from font path.
(WW) The directory "/usr/lib/X11/fonts/100dpi/" does not exist.
Entry deleted from font path.
(WW) The directory "/usr/lib/X11/fonts/75dpi/" does not exist.
Entry deleted from font path.
(WW) The directory "/usr/lib/X11/fonts/Type1" does not exist.
Entry deleted from font path.
(WW) The directory "/usr/share/fonts/X11/CID" does not exist.
Entry deleted from font path.
(WW) The directory "/usr/share/fonts/X11/CID" does not exist.
Entry deleted from font path.
(WW) The directory "/usr/lib/X11/fonts/CID" does not exist.
Entry deleted from font path.
(WW) The directory "/usr/lib/X11/fonts/100dpi" does not exist.
Entry deleted from font path.
(WW) The directory "/usr/lib/X11/fonts/75dpi" does not exist.
Entry deleted from font path.
(==) Including the default font path 
/usr/share/fonts/X11/misc,/usr/share/fonts/X11/cyrillic,/usr/share/fonts/X11/100dpi/:unscaled,/usr/share/fonts/X11/75dpi/:unscaled,/usr/share/fonts/X11/Type1,/usr/share/fonts/X11/100dpi,/usr/share/fonts/X11/75dpi,/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType.
(**) FontPath set to:
unix/:7100,
/usr/share/fonts/X11/misc,
/usr/share/fonts/X11/misc,
/usr/share/fonts/X11/Type1,
/usr/share/fonts/X11/Type1,
/usr/share/fonts/X11/100dpi,
/usr/share/fonts/X11/100dpi,
/usr/share/fonts/X11/75dpi,
/usr/share/fonts/X11/75dpi,
/usr/share/fonts/X11/misc,
/usr/share/fonts/X11/cyrillic,
/usr/share/fonts/X11/100dpi/:unscaled,
/usr/share/fonts/X11/75dpi/:unscaled,
/usr/share/fonts/X11/Type1,
/usr/share/fonts/X11/100dpi,
/usr/share/fonts/X11/75dpi,
/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType
(==) RgbPath set to "/etc/X11/rgb"
(==) ModulePath set to "/usr/lib/xorg/modules"
(II) Open ACPI successful (/var/run/acpid.socket)
(II) Loader magic: 0x81d8680
(II) Module ABI versions:
X.Org ANSI C Emulation: 0.3
X.Org Video Driver: 2.0
X.Org XInput driver : 2.0
X.Org Server Extension : 0.3
X.Org Font Renderer : 0.5
(II) Loader running on linux
(II) LoadModule: "pcidata"
(II) Loading /usr/lib/xorg/modules//libpcidata.so
(II) Module pcidata: vendor="X.Org Foundation"
compiled for 1.4.0, module version = 1.0.0
ABI class: X.Org Video Driver, version 2.0
(++) using VT number 7

(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 8086,2770 card 1028,01ad rev 02 class 06,00,00 hdr 00
(II) PCI: 00:01:0: chip 8086,2771 card , rev 02 class 06,04,00 hdr 01
(II) PCI: 00:1c:0: chip 8086,27d0 card , rev 01 class 06,04,00 hdr 81
(II) PCI: 00:1c:1: chip 8086,27d2 card , rev 01 class 06,04,00 hdr 81
(II) PCI: 00:1d:0: chip 8086,27c8 card 1028,01ad rev 01 class 0c,03,00 hdr 80
(II) PCI: 00:1d:1: chip 8086,27c9 card 1028,01ad rev 01 class 0c,03,00 hdr 00
(II) PCI: 00:1

Re: Bug#346421: Font corruption in GTK+ and Qt apps

2007-09-24 Thread Michel Dänzer
On Sat, 2007-09-22 at 00:53 +0200, Sven Arvidsson wrote:
> On Fri, 2007-09-21 at 01:59 +0200, Lluis wrote:
> > > So this happens both with the proprietary nvidia driver, the intel one, 
> > > and both with GTK+ and Qt applications?
> > 
> > this is what it seems...
> > 
> > 
> > > This sounds more like a problem with the X server. From the xorg.conf it 
> > > looks like you have a very custom setup, have you tried to temporarily 
> > > move it out of the way and try with the default settings? The ones that 
> > > "dpkg-reconfigure xserver-xorg" gives you?
> > 
> > well, after fiddling around with the "optional" lines of my xorg.conf, I've 
> > found a combination of two lines which drive the rendering crazy (in the 
> > Device section):
> > 
> > Option "AccelMethod" "exa"
> > Option "XAANoOffscreenPixmaps" "true"

The latter has no effect with the former.

Also, the nvidia driver doesn't use EXA.


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



Bug#281398: Mohaa

2007-09-24 Thread Mohaa
Tisztelt Letöltő!

Egyedül nálunk töltheted le most egy sms áráért a teljesen magyar medal 
of honor: airborne játékot!

Amennyiben érdekel a játék nézz el weblapunkra: http://moha.vipsms.org

Köszönjük figyelmed!:)

Minden jót!

MOHA




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



Bug#383384: Mohaa

2007-09-24 Thread Mohaa
Tisztelt Letöltő!

Egyedül nálunk töltheted le most egy sms áráért a teljesen magyar medal 
of honor: airborne játékot!

Amennyiben érdekel a játék nézz el weblapunkra: http://moha.vipsms.org

Köszönjük figyelmed!:)

Minden jót!

MOHA




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



Processed: setting package to xserver-xorg-video-ati, found 440174 in 1:6.7.194-1

2007-09-24 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> # Automatically generated email from bts, devscripts version 2.10.8
> package xserver-xorg-video-ati
Ignoring bugs not assigned to: xserver-xorg-video-ati

> found 440174 1:6.7.194-1
Bug#440174: xserver-xorg-video-ati: distorted colors on external VGA on Xpress 
200M (RS400, 5a42)
Bug marked as found in version 1:6.7.194-1.

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



Processed: bug 443800 is forwarded to http://bugs.freedesktop.org/show_bug.cgi?id=12517

2007-09-24 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> # Automatically generated email from bts, devscripts version 2.10.7
> forwarded 443800 http://bugs.freedesktop.org/show_bug.cgi?id=12517
Bug#443800: libx11-6: Thai XIM does not filter keys when NumLock/CapsLock is on
Noted your statement that Bug has been forwarded to 
http://bugs.freedesktop.org/show_bug.cgi?id=12517.

>
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#443491: xserver-xorg-video-ati: Display corruption at non-native panel modes on ThinkPad T42

2007-09-24 Thread Alex Deucher
On 9/21/07, Josh Triplett <[EMAIL PROTECTED]> wrote:
> Package: xserver-xorg-video-ati
> Version: 1:6.7.192-4
> Severity: normal
>
> With the new ATI driver from experimental, when running at any mode
> other than the native panel size (1400x1050) on my ThinkPad T42, the
> display has some serious corruption.  It looks like a regular pattern
> of corruption, though I can't easily describe that pattern.  This did
> not happen with the version from unstable.

this is fixed in 6.7.194 or ati git.

Alex



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



Bug#409612: xlibs-data: Modifier mappings broken

2007-09-24 Thread Tuomo Valkonen
On 2007-09-23 19:46 +0200, Mohammed Adnène Trojette wrote:
> I forwarded your bug upstream. And upstream is asking to try commenting
> the lines
> 
> key  {[ NoSymbol, Super_L ]   };
> modifier_map Mod4   {  };
> 
> in symbols/pc
> 
> (please see http://bugs.freedesktop.org/show_bug.cgi?id=12526)

There appears to be absolutely no effect. Xmodmap still reports
the same broken configuration. Not that I have a symbols/pc file
either, but symbols/pc/pc.

(No, I can't be arsed to register on the webshit known as bugzilla
to reply there. Projects that only provide webshit contact for reporting
bugs, apparently do not want to know of them. That is why I originally 
reported this with Debian's reportbug.)

-- 
Tuomo




Bug#409612: xlibs-data: Modifier mappings broken

2007-09-24 Thread Etan Reisner
On Mon, Sep 24, 2007 at 05:37:28PM +0300, Tuomo Valkonen wrote:

> There appears to be absolutely no effect. Xmodmap still reports
> the same broken configuration. Not that I have a symbols/pc file
> either, but symbols/pc/pc.

> --
> Tuomo

Tuomo already stated that he doesn't use xkb, so changing the xkb config
files isn't going to really solve anything for him. I can say that on my
home machine I do get the doubled Super_L keysym but can't at the moment
test commenting those lines out, but I will when I get home this evening.

-Etan



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



Bug#443848: XKB grp_led broken in latest packages

2007-09-24 Thread Rich Felker
Package: xorg
Version: 1:7.3+2
Severity: normal

Since upgrading to the latest xorg package, the keyboard led
indicators showing the XKB "group toggle" no longer work on my system.
I have grp_led:caps in my configuration but the caps lock light
remains unlit, while the group toggle key itself works.

Simple test to reproduce this:
setxkmap us,el -options grp:caps_toggle,grp_led:caps
Then pressing capslock should switch to Greek keyboard, and the
capslock led should light to indicate Greek layout when it is enabled.

If packagers have trouble reproducing the bug I'll investigate
further.



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



Bug#443491: xserver-xorg-video-ati: Display corruption at non-native panel modes on ThinkPad T42

2007-09-24 Thread Brice Goglin
Alex Deucher wrote:
> On 9/21/07, Josh Triplett <[EMAIL PROTECTED]> wrote:
>   
>> Package: xserver-xorg-video-ati
>> Version: 1:6.7.192-4
>> Severity: normal
>>
>> With the new ATI driver from experimental, when running at any mode
>> other than the native panel size (1400x1050) on my ThinkPad T42, the
>> display has some serious corruption.  It looks like a regular pattern
>> of corruption, though I can't easily describe that pattern.  This did
>> not happen with the version from unstable.
>> 
>
> this is fixed in 6.7.194 or ati git.
>   

6.7.194 has been uploaded to experimental today.

Brice




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



Bug#443810: Dual-head mode does not work anymore on RV370 5B62 [Radeon X600 (PCIE)]

2007-09-24 Thread Brice Goglin
Florian Weimer wrote:
> Package: xserver-xorg-video-ati
> Version: 1:6.6.193-3
>
> The displays are connected to the external DVI port of the card, using
> a DVI splitter cable.  Both displays constantly show one of the two
> screens.
>
> 1:6.6.3-2 from testing works fine with the same configuration file.  I
> also tried fairly extensive configuration tweaks and the version from
> experimental, without any luck.
>   

Please try again with 1:6.7.194-1 currently in experimental. It should
be much better than 6.6.3 and 6.6.193 for dual-head since it supports
RandR 1.2 which enables dynamic enabling/disabling/resizing/moving of
multiple outputs. You need to update your xorg.conf for RandR 1.2. See
http://bgoglin.livejournal.com/9846.html,http://bgoglin.livejournal.com/10214.html
and maybe http://bgoglin.livejournal.com/10423.html too. If it does not
work, please send your config and log from this version, and also the
output of xrandr right after starting X.

Brice




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



Processed: Re: Bug#443848: XKB grp_led broken in latest packages

2007-09-24 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> reassign 443848 xserver-xorg-core
Bug#443848: XKB grp_led broken in latest packages
Bug reassigned from package `xorg' to `xserver-xorg-core'.

> forcemerge 442887 443848
Bug#442887: Xserver 1.4 breaks caps lock and num lock leds
Bug#443848: XKB grp_led broken in latest packages
Bug#440743: xserver-xorg-input-kbd: caps-lock led on thinkpad does not work 
anymore
Bug#443092: xorg: scrolllock led (used for keyboard layout en/ru indication) 
ain't working after 7.2=>7.3 upgrade
Bug#443401: xorg: The lights of Caps Lock and Num Lock can not be turned on.
Bug#443582: xorg: LED's not working correctly anymore
Bug#443646: caps lock and scroll lock leds no longer work
Forcibly Merged 440743 442887 443092 443401 443582 443646 443848.

> thank you
Stopping processing here.

Please contact me if you need assistance.

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


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



Bug#443809: xserver-xorg-video-intel: constant flickering with 855GM chip

2007-09-24 Thread Brice Goglin
Manuel Ifland wrote:
> Package: xserver-xorg-video-intel
> Version: 2:2.1.1-4
> Severity: important
>
>
> I have a Fujitsu-Siemens Liefebook E Series with an integrated 855 Graphics 
> Device. After upgrading xorg and
> the xserver-xorg-video-intel package to version 2.1.1, the screen flickers 
> dramatically. Even changing the frequency
> does not have any effect, even when the flickering seems to be reduced a 
> little bit.
>   

What did you upgrade from? Which xserver-xorg-video-intel did you have
before? /var/log/aptitude or /var/log/dpkg.log might be helpful.

Could you locate in which release the problem appeared? Could you
compare the output of xrandr --verbose with the old good version and 2.1.1?

Thanks,
Brice




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



Bug#443859: xorg-server: [INTL:ru] Russian debconf templates translation update

2007-09-24 Thread Yuri Kozlov
Package: xorg-server
Severity: wishlist
Tags: l10n patch


Russian debconf templates translation update is attached.

-- System Information:
Debian Release: 4.0
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: amd64 (x86_64)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.22-1-amd64
Locale: LANG=ru_RU.UTF-8, LC_CTYPE=ru_RU.UTF-8 (charmap=UTF-8) (ignored: LC_ALL 
set to ru_RU.UTF-8)
# translation of ru.po to Russian
#
#Translators, if you are not familiar with the PO format, gettext
#documentation is worth reading, especially sections dedicated to
#this format, e.g. by running:
# info -n '(gettext)PO Files'
# info -n '(gettext)Header Entry'
#Some information specific to po-debconf are available at
#/usr/share/doc/po-debconf/README-trans
# or http://www.debian.org/intl/l10n/po-debconf/README-trans#
#Developers do not need to manually edit POT or PO files.
#
# Yuri Kozlov <[EMAIL PROTECTED]>, 2006, 2007.
msgid ""
msgstr ""
"Project-Id-Version: 2:1.3.0.0.dfsg-13\n"
"Report-Msgid-Bugs-To: [EMAIL PROTECTED]"
"POT-Creation-Date: 2007-09-18 07:46+0200\n"
"PO-Revision-Date: 2007-09-24 20:33+0400\n"
"Last-Translator: Yuri Kozlov <[EMAIL PROTECTED]>\n"
"Language-Team: Russian <[EMAIL PROTECTED]>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: KBabel 1.11.4\n"
"Plural-Forms:  nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && 
n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"

#. Type: string
#. Description
#: ../xprint-common.templates:2001
#| msgid "Default printer resolution"
msgid "Default printer resolution:"
msgstr "Разрешение печати для принтера по умолчанию:"

#. Type: string
#. Description
#: ../xprint-common.templates:2001
#| msgid ""
#| "By default Xprint assumes a printer resolution of 600dpi. This should be "
#| "fine for the majority of printers today."
msgid ""
"By default, Xprint assumes a printer resolution of 600 dpi. This should be "
"well suited for the majority of printers."
msgstr ""
"По умолчанию, Xprint предполагает, что принтер имеет разрешение печати 600 
dpi. "
"Это значение приемлемо для большинства принтеров."

#. Type: string
#. Description
#: ../xprint-common.templates:2001
#| msgid ""
#| "On certain 1200dpi printers, however, the image might appear squashed in "
#| "the corner of the page, or it might be blown up too large on 300dpi "
#| "printers. If you are experiencing these kinds of printing problems, you "
#| "may want to set the default printer resolution to a more appropriate "
#| "value. See /usr/share/doc/xprint-common/README.printing-problems.gz for "
#| "more details."
msgid ""
"On certain 1200 dpi printers, however, the image might appear squashed in "
"the corner of the page, or it might be blown up too large on 300 dpi "
"printers. If you are experiencing such printing problems, you may want to "
"set the default printer resolution to a more appropriate value. See /usr/"
"share/doc/xprint-common/README.printing-problems.gz for more details."
msgstr ""
"Однако, на принтерах с разрешением печати 1200 dpi изображение может оказаться 
"
"сжатым в углу страницы или может стать слишком большим на принтерах с "
"разрешением печати 300 dpi. Если у вас возникли подобные проблемы с печатью, "
"установите более подходящее значение для разрешения печати принтера по 
умолчанию. "
"Дополнительная информация представлена в файле "
"/usr/share/doc/xprint-common/README.printing-problems.gz."



Bug#443848: XKB grp_led broken in latest packages

2007-09-24 Thread Brice Goglin
reassign 443848 xserver-xorg-core
forcemerge 442887 443848
thank you




Rich Felker wrote:
> Since upgrading to the latest xorg package, the keyboard led
> indicators showing the XKB "group toggle" no longer work on my system.
> I have grp_led:caps in my configuration but the caps lock light
> remains unlit, while the group toggle key itself works.
>
> Simple test to reproduce this:
> setxkmap us,el -options grp:caps_toggle,grp_led:caps
> Then pressing capslock should switch to Greek keyboard, and the
> capslock led should light to indicate Greek layout when it is enabled.
>   

LEDs are broken in xserver-xorg-core 1.4, not only when using your
config, so it's probably a more general issue. I am merging with other bugs.

Brice




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



Bug#443809: xserver-xorg-video-intel: constant flickering with 855GM chip

2007-09-24 Thread Manuel Ifland

Brice Goglin wrote:


What did you upgrade from? Which xserver-xorg-video-intel did you have
before? /var/log/aptitude or /var/log/dpkg.log might be helpful.

Could you locate in which release the problem appeared? Could you
compare the output of xrandr --verbose with the old good version and 2.1.1?


I upgraded from a downgraded version of the driver, meaning that I 
already tried the new xserver-xorg-video-intel driver in the past which 
did not work and I had to downgrade to xserver-xorg-video-i810.


The problems arised with the first appearance of the new 
xserver-xorg-video-intel and the removal of the old driver 
xserver-xorg-video-i810. The first driver version did not work at all, 
because the whole screen was purple. After realizing that the the 
problem was the driver, I downgraded to xserver-xorg-video-i810 again, 
and it worked so far.


A little bit later, I tried again and upgraded to 
xserver-xorg-video-intel version 2.1.0-2. This driver version reacted 
exactly the same as the version 2.1.1-4 does now, it flickered. In the 
past I was able to downgrade only the driver package, but now it seems 
that I have to downgrade the whole xorg server completely to get the old 
driver i810 running.


Unfortunately I don't have a possibility to see the output of xrandr 
with xserver-xorg-video-i810 because the driver is gone. But 60Hz should 
be the correct value for my LCD display, but even that configuration 
flickers.


Thank you very much for your support!


Greetings,

Manuel



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



Bug#443870: xorg: Xorg segfaults on startup

2007-09-24 Thread Phil Dibowitz
Package: xorg
Version: 1:7.3+2
Severity: grave
Justification: renders package unusable


After the recent Xorg and Nvidia upgrade, I can no longer run my
Xinerama setup without causing Xorg to segfault, and the following
backtrace:

  Backtrace:
  0: /usr/bin/X11/X(xf86SigHandler+0x7e) [0x80c632e]
  1: [0xe420]
  2: /usr/bin/X11/X(Xrealloc+0x32) [0x81b3be2]
  3: /usr/bin/X11/X [0x8102199]
  4: /usr/lib/xorg/modules/drivers//nvidia_drv.so [0xb703eac9]

  Fatal server error:
  Caught signal 11.  Server aborting

It may be that this bug belongs in nvidia - it's probably some
combination between the new Xorg and the new nvidia.

I've included my xorg.conf below. This configuration has worked for me
for 2 years now, until this upgrade.

I have the latest (fixed) nvidia stuff:

  nvidia-glx 100.14.19-1
  nvidia-kernel-2.6.22-2-686 100.14.19-1+2.6.22-4

This setup has two monitorings a dual-headed Nvidia GeForce 6600 (using
the nvidia drivers), and a thurd monitoring on an older nvidia NV6
(using the 'nv' driver - nvidia no longer supports this), all Xinerama'd
up together.

Note that if I drop the 3rd monitor and just use the 6600 I still have
the same problem. I have to turn off Xinerama in order for it to work.

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

Section "Files"
FontPath"unix/:7100"# local font server
# if the local font server has problems, we can fall back on these
FontPath"/usr/share/fonts/X11/misc"
FontPath"/usr/share/fonts/X11/cyrillic"
FontPath"/usr/share/fonts/X11/100dpi/:unscaled"
FontPath"/usr/share/fonts/X11/75dpi/:unscaled"
FontPath"/usr/share/fonts/X11/Type1"
FontPath"/usr/share/fonts/X11/CID"
FontPath"/usr/share/fonts/X11/100dpi"
FontPath"/usr/share/fonts/X11/75dpi"
EndSection

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

Section "InputDevice"
Identifier  "Generic Keyboard"
Driver  "keyboard"
Option  "CoreKeyboard"
Option  "XkbRules"  "xorg"
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

# Old Card
#Section "Device"
#   Identifier  "NVIDIA Corporation NV6 [Vanta/Vanta LT]"
#   Driver  "nv"
#EndSection

Section "Device"
Identifier  "Card0"
Driver  "nvidia"
VendorName  "NVIDIA"
BoardName   "NV43  [GeForce 6600/GeForce 6600 GT]"
#Screen 0
BusID   "PCI:1:0:0"
EndSection

Section "Device"
Identifier  "Card1"
Driver  "nvidia"
VendorName  "NVIDIA"
BoardName   "NV43  [GeForce 6600/GeForce 6600 GT]"
Screen  1
BusID   "PCI:1:0:0"
EndSection

# PCI Card
Section "Device"
Identifier  "Card2"
Driver  "nv"
VendorName  "NVIDIA"
BoardName   "TNT2"
BusID   "PCI:2:13:0"
EndSection

Section "Monitor"
Identifier  "Planar PE1900"
Option  "DPMS"
HorizSync   30-65
VertRefresh 50-75
EndSection

Section "Monitor"
Identifier  "Samsung"
Option  "DPMS"
HorizSync   30-65
VertRefresh 50-75
EndSection

Section "Monitor"
Identifier  "Planar vga"
Option  "DPMS"
HorizSync   30-65
VertRefresh 50-75
EndSection

Section "Screen"
Identifier   

Bug#443868: libX: want to be able to use Yudit kmap input methods in all applications

2007-09-24 Thread Roman Czyborra
Package: libx11-6
Version: 2:1.0.3-7
Severity: wishlist
File: libX


How can you switch writing systems in X?

So far I only know how to do this on MacOS X or in the yudit editor and 
yudit supports the broadest variance of languages.  It would be neat if 
there were global keystrokes to enter any character you want with your 
preferred mnemonic keystrokes.

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable')
Architecture: i386 (i686)

Kernel: Linux 2.6.22-1-686 (SMP w/1 CPU core)
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)
Shell: /bin/sh linked to /bin/bash

Versions of packages libx11-6 depends on:
ii  libc6 2.6.1-5GNU C Library: Shared libraries
ii  libx11-data   2:1.0.3-7  X11 client-side library
ii  libxau6   1:1.0.3-2  X11 authorisation library
ii  libxdmcp6 1:1.0.2-2  X11 Display Manager Control Protoc
ii  x11-common1:7.3+2X Window System (X.Org) infrastruc

libx11-6 recommends no packages.

-- debconf information:
  libx11-6/migrate_xkb_dir: true



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



Bug#443537: xbase-clients: xrdb: an apostrophe in a comment causes error

2007-09-24 Thread Ryo Furue
Hi Brice,

Thank you for your response!

| Can you provide a patch to fix it? It shouldn't be hard to do, and
| fixing this problem isn't high priority for us unfortunately :/

I understand.  The problem isn't serious at all.  I wasn't demanding
that you should fix it, but I just wanted to make sure that you
are aware of it.  At the moment I don't have enough time to read
the code and suggest a fix, unfortunately.

Regards,
Ryo



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



Bug#443892: x11-utils: luit can't find locale aliases

2007-09-24 Thread Samuel Thibault
Package: x11-utils
Version: 7.3+1
Severity: normal

Hi,

With this new package shipping luit, luit always spits out

Warning: couldn't find charset data for locale [EMAIL PROTECTED]; using ISO 
8859-1.

ltrace indeed shows
fopen("/usr/lib/X11/locale/locale.alias", "r")   = 0
while locale.alias, as provided by libx11-data, is in
/usr/share/X11/locale/locale.alias

Samuel

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (900, 'unstable'), (500, 'testing'), (500, 'stable'), (1, 
'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.22-2-686 (SMP w/1 CPU core)
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)
Shell: /bin/sh linked to /bin/bash

Versions of packages x11-utils depends on:
ii  cpp 4:4.2.1-6The GNU C preprocessor (cpp)
ii  libc6   2.6.1-5  GNU C Library: Shared libraries
ii  libdmx1 1:1.0.2-2X11 Distributed Multihead extensio
ii  libfontconfig1  2.4.2-1.2generic font configuration library
ii  libfontenc1 1:1.0.4-2X11 font encoding library
ii  libfreetype62.3.5-1+b1   FreeType 2 font engine, shared lib
ii  libgl1-mesa-glx [libgl1 7.0.1-2  A free implementation of the OpenG
ii  libice6 2:1.0.4-1X11 Inter-Client Exchange library
ii  libsm6  2:1.0.3-1+b1 X11 Session Management library
ii  libx11-62:1.0.3-7X11 client-side library
ii  libxaw7 2:1.0.4-1X11 Athena Widget library
ii  libxext61:1.0.3-2X11 miscellaneous extension librar
ii  libxft2 2.1.12-2 FreeType-based font drawing librar
ii  libxi6  2:1.1.3-1X11 Input extension library
ii  libxinerama11:1.0.2-1X11 Xinerama extension library
ii  libxmu6 1:1.0.3-1X11 miscellaneous utility library
ii  libxmuu11:1.0.3-1X11 miscellaneous micro-utility li
ii  libxrender1 1:0.9.4-1X Rendering Extension client libra
ii  libxt6  1:1.0.5-3X11 toolkit intrinsics library
ii  libxtst62:1.0.3-1X11 Testing -- Resource extension 
ii  libxv1  1:1.0.3-1X11 Video extension library
ii  libxxf86dga12:1.0.2-1X11 Direct Graphics Access extensi
ii  libxxf86vm1 1:1.0.1-2X11 XFree86 video mode extension l
ii  x11-common  1:7.3+2  X Window System (X.Org) infrastruc
ii  zlib1g  1:1.2.3.3.dfsg-5 compression library - runtime

x11-utils recommends no packages.

-- no debconf information

-- 
Samuel
/*
 * [...] Note that 120 sec is defined in the protocol as the maximum
 * possible RTT.  I guess we'll have to use something other than TCP
 * to talk to the University of Mars.
 * PAWS allows us longer timeouts and large windows, so once implemented
 * ftp to mars will work nicely.
 */
(from /usr/src/linux/net/inet/tcp.c, concerning RTT [retransmission timeout])



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



Bug#409612: xlibs-data: Modifier mappings broken

2007-09-24 Thread Sergey V. Udaltsov
Since Tuomo has symbols/pc/pc, I feel he is using old xkbdata instead of
xkeyboard-config. So first thing he should do is upgrading to some
recent version of xkeyboard-config. Otherwise our fixes would not make
sense.

Cheers,

Sergey

On Mon, 2007-09-24 at 10:49 -0400, Etan Reisner wrote:
> On Mon, Sep 24, 2007 at 05:37:28PM +0300, Tuomo Valkonen wrote:
> 
> > There appears to be absolutely no effect. Xmodmap still reports
> > the same broken configuration. Not that I have a symbols/pc file
> > either, but symbols/pc/pc.
> 
> > --
> > Tuomo
> 
> Tuomo already stated that he doesn't use xkb, so changing the xkb config
> files isn't going to really solve anything for him. I can say that on my
> home machine I do get the doubled Super_L keysym but can't at the moment
> test commenting those lines out, but I will when I get home this evening.
> 
>   -Etan
> 
> 
> 
> 




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



Processed: tagging 395883

2007-09-24 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> # Automatically generated email from bts, devscripts version 2.10.8
> tags 395883 + fixed-upstream
Bug#395883: xkb-data: XKB configuration for notebook HP Compaq nx9020
Tags were: patch
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#443647: xkb-data missing some characters in gurmukhi (gur) keymap

2007-09-24 Thread Mohammed Adnène Trojette
On Sun, Sep 23, 2007, H. S. wrote:
> am guessing it can be put as SHIFT+A30), line no. 50 in /etc/X11/xkb/symbols/

Hi!

What we need is a patch against /usr/share/X11/xkb/symbols/in
(/etc/X11/xkb/symbols/ is obsolete).

Please could you tell me whether the attached patch fixes the issue?

-- 
Mohammed Adnène Trojette
--- /usr/share/X11/xkb/symbols/in	2007-09-23 02:32:29.0 +0200
+++ /usr/share/X11/xkb/symbols/in.new	2007-09-25 00:24:08.0 +0200
@@ -946,7 +946,7 @@
 // Mainly unvoiced consonants
 
   key  { [  0x1000A2A, 0x1000A2B 	]	};
-  key  { [  0x1000A30, 0x1000A30 	]	};
+  key  { [  0x1000A30, 0x1000A5C 	]	};
   key  { [  0x1000A15, 0x1000A16 	]	};
   key  { [  0x1000A24, 0x1000A25 	]	};
   key  { [  0x1000A1A, 0x1000A1B 	]	};
@@ -954,7 +954,7 @@
   key  { [  backslash, bar	]	};
 
   key  { [		  z, Z		]   };
-  key  { [  0x1000A02, 0x1000A70  ]   };
+  key  { [  0x1000A02, 0x1000A70, 0x1000A71  ]   };
   key  { [  0x1000A2E, 0x1000A23  ]   };
   key  { [  0x1000A28, 0x1000A28  ]   };
   key  { [  0x1000A35, 0x1000A35  ]   };


Processed: Re: Bug#443870: xorg: Xorg segfaults on startup

2007-09-24 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> reassign 443870 nvidia-glx
Bug#443870: xorg: Xorg segfaults on startup
Bug reassigned from package `xorg' to `nvidia-glx'.

> retitle 443870 'nvidia-glx: segfault in Xrealloc with Xserver 1.4 and 
> Xinerama"
Bug#443870: xorg: Xorg segfaults on startup
Changed Bug title to `'nvidia-glx: segfault in Xrealloc with Xserver 1.4 and 
Xinerama"' from `xorg: Xorg segfaults on startup'.

> found 443870 100.14.19-1
Bug#443870: 'nvidia-glx: segfault in Xrealloc with Xserver 1.4 and Xinerama"
Bug marked as found in version 100.14.19-1.

> thank you
Stopping processing here.

Please contact me if you need assistance.

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


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



Bug#443870: xorg: Xorg segfaults on startup

2007-09-24 Thread Brice Goglin
reassign 443870 nvidia-glx
retitle 443870 'nvidia-glx: segfault in Xrealloc with Xserver 1.4 and Xinerama"
found 443870 100.14.19-1
thank you




Phil Dibowitz wrote:
> After the recent Xorg and Nvidia upgrade, I can no longer run my
> Xinerama setup without causing Xorg to segfault, and the following
> backtrace:
>
>   Backtrace:
>   0: /usr/bin/X11/X(xf86SigHandler+0x7e) [0x80c632e]
>   1: [0xe420]
>   2: /usr/bin/X11/X(Xrealloc+0x32) [0x81b3be2]
>   3: /usr/bin/X11/X [0x8102199]
>   4: /usr/lib/xorg/modules/drivers//nvidia_drv.so [0xb703eac9]
>
> This setup has two monitorings a dual-headed Nvidia GeForce 6600 (using
> the nvidia drivers), and a thurd monitoring on an older nvidia NV6
> (using the 'nv' driver - nvidia no longer supports this), all Xinerama'd
> up together.
>
> Note that if I drop the 3rd monitor and just use the 6600 I still have
> the same problem. I have to turn off Xinerama in order for it to work.
>   

There are some known bugs about Xinerama in Xserver 1.4, especially
#443274. But the backtrace above is completely different, and it seems
totally nvidia specific. So I am reassigning this bug to nvidia-glx.
We'll keep #443274 to deal with Xserver-without-nvidia Xinerama problems.

Brice




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



Processed: [bts-link] source package xkeyboard-config

2007-09-24 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> #
> # bts-link upstream status pull for source package xkeyboard-config
> # see http://lists.debian.org/debian-devel-announce/2006/05/msg1.html
> #
> user [EMAIL PROTECTED]
Setting user to [EMAIL PROTECTED] (was [EMAIL PROTECTED]).
> # remote status report for #391570
> #  * https://bugs.freedesktop.org/show_bug.cgi?id=7983
> #  * remote status changed: NEEDINFO -> RESOLVED
> #  * remote resolution changed: (?) -> FIXED
> #  * closed upstream
> tags 391570 + fixed-upstream
Bug#391570: xkb-data: More Multimedia keys working on Cherry CyMotion Master 
Linux
Tags were: upstream patch
Bug#343929: Corrected Keys for Cherry CyMotion Master Linux
Tags added: fixed-upstream

> usertags 391570 - status-NEEDINFO
Bug#391570: xkb-data: More Multimedia keys working on Cherry CyMotion Master 
Linux
Usertags were: status-NEEDINFO.
Usertags are now: .
> usertags 391570 + status-RESOLVED resolution-FIXED
Bug#391570: xkb-data: More Multimedia keys working on Cherry CyMotion Master 
Linux
There were no usertags set.
Usertags are now: resolution-FIXED status-RESOLVED.
> # remote status report for #391570
> #  * https://bugs.freedesktop.org/show_bug.cgi?id=7983
> #  * remote status changed: NEEDINFO -> RESOLVED
> #  * remote resolution changed: (?) -> FIXED
> #  * closed upstream
> tags 391570 + fixed-upstream
Bug#391570: xkb-data: More Multimedia keys working on Cherry CyMotion Master 
Linux
Tags were: fixed-upstream upstream patch
Bug#343929: Corrected Keys for Cherry CyMotion Master Linux
Tags added: fixed-upstream

> usertags 391570 - status-NEEDINFO
Bug#391570: xkb-data: More Multimedia keys working on Cherry CyMotion Master 
Linux
Usertags were: resolution-FIXED status-RESOLVED.
Usertags are now: resolution-FIXED status-RESOLVED.
> usertags 391570 + status-RESOLVED resolution-FIXED
Bug#391570: xkb-data: More Multimedia keys working on Cherry CyMotion Master 
Linux
Usertags were: resolution-FIXED status-RESOLVED.
Usertags are now: resolution-FIXED status-RESOLVED.
> # remote status report for #395883
> #  * https://bugs.freedesktop.org/show_bug.cgi?id=7310
> #  * remote status changed: NEEDINFO -> RESOLVED
> #  * remote resolution changed: (?) -> FIXED
> usertags 395883 - status-NEEDINFO
Bug#395883: xkb-data: XKB configuration for notebook HP Compaq nx9020
Usertags were: status-NEEDINFO.
Usertags are now: .
> usertags 395883 + status-RESOLVED resolution-FIXED
Bug#395883: xkb-data: XKB configuration for notebook HP Compaq nx9020
There were no usertags set.
Usertags are now: resolution-FIXED status-RESOLVED.
> # remote status report for #409612
> #  * https://bugs.freedesktop.org/show_bug.cgi?id=12526
> #  * remote status changed: (?) -> NEEDINFO
> usertags 409612 + status-NEEDINFO
Bug#409612: xlibs-data: Modifier mappings broken
There were no usertags set.
Usertags are now: status-NEEDINFO.
> 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]



[bts-link] source package libx11

2007-09-24 Thread bts-link-upstream
#
# bts-link upstream status pull for source package libx11
# see http://lists.debian.org/debian-devel-announce/2006/05/msg1.html
#

user [EMAIL PROTECTED]

# remote status report for #443800
#  * https://bugs.freedesktop.org/show_bug.cgi?id=12517
#  * remote status changed: (?) -> NEW
usertags 443800 + status-NEW

thanks



[bts-link] source package xkeyboard-config

2007-09-24 Thread bts-link-upstream
#
# bts-link upstream status pull for source package xkeyboard-config
# see http://lists.debian.org/debian-devel-announce/2006/05/msg1.html
#

user [EMAIL PROTECTED]

# remote status report for #391570
#  * https://bugs.freedesktop.org/show_bug.cgi?id=7983
#  * remote status changed: NEEDINFO -> RESOLVED
#  * remote resolution changed: (?) -> FIXED
#  * closed upstream
tags 391570 + fixed-upstream
usertags 391570 - status-NEEDINFO
usertags 391570 + status-RESOLVED resolution-FIXED

# remote status report for #391570
#  * https://bugs.freedesktop.org/show_bug.cgi?id=7983
#  * remote status changed: NEEDINFO -> RESOLVED
#  * remote resolution changed: (?) -> FIXED
#  * closed upstream
tags 391570 + fixed-upstream
usertags 391570 - status-NEEDINFO
usertags 391570 + status-RESOLVED resolution-FIXED

# remote status report for #395883
#  * https://bugs.freedesktop.org/show_bug.cgi?id=7310
#  * remote status changed: NEEDINFO -> RESOLVED
#  * remote resolution changed: (?) -> FIXED
usertags 395883 - status-NEEDINFO
usertags 395883 + status-RESOLVED resolution-FIXED

# remote status report for #409612
#  * https://bugs.freedesktop.org/show_bug.cgi?id=12526
#  * remote status changed: (?) -> NEEDINFO
usertags 409612 + status-NEEDINFO

thanks



Processed: [bts-link] source package xorg-server

2007-09-24 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> #
> # bts-link upstream status pull for source package xorg-server
> # see http://lists.debian.org/debian-devel-announce/2006/05/msg1.html
> #
> user [EMAIL PROTECTED]
Setting user to [EMAIL PROTECTED] (was [EMAIL PROTECTED]).
> # remote status report for #443848
> #  * https://bugs.freedesktop.org/show_bug.cgi?id=12434
> #  * remote status changed: (?) -> NEW
> usertags 443848 + status-NEW
Bug#443848: XKB grp_led broken in latest packages
There were no usertags set.
Usertags are now: status-NEW.
> # remote status report for #443848
> #  * https://bugs.freedesktop.org/show_bug.cgi?id=12434
> #  * remote status changed: (?) -> NEW
> usertags 443848 + status-NEW
Bug#443848: XKB grp_led broken in latest packages
Usertags were: status-NEW.
Usertags are now: status-NEW.
> # remote status report for #443473
> #  * https://bugs.freedesktop.org/show_bug.cgi?id=12523
> #  * remote status changed: (?) -> RESOLVED
> #  * remote resolution changed: (?) -> FIXED
> #  * closed upstream
> tags 443473 + fixed-upstream
Bug#443473: modifying [Caps Lock] via xmodmap is broken
Tags were: pending
Bug#443044: x11-xserver-utils: xmodmap run at X startup no longer takes effect
Tags added: fixed-upstream

> usertags 443473 + status-RESOLVED resolution-FIXED
Bug#443473: modifying [Caps Lock] via xmodmap is broken
There were no usertags set.
Usertags are now: status-RESOLVED resolution-FIXED.
> # remote status report for #443848
> #  * https://bugs.freedesktop.org/show_bug.cgi?id=12434
> #  * remote status changed: (?) -> NEW
> usertags 443848 + status-NEW
Bug#443848: XKB grp_led broken in latest packages
Usertags were: status-NEW.
Usertags are now: status-NEW.
> # remote status report for #443848
> #  * https://bugs.freedesktop.org/show_bug.cgi?id=12434
> #  * remote status changed: (?) -> NEW
> usertags 443848 + status-NEW
Bug#443848: XKB grp_led broken in latest packages
Usertags were: status-NEW.
Usertags are now: status-NEW.
> # remote status report for #443473
> #  * https://bugs.freedesktop.org/show_bug.cgi?id=12523
> #  * remote status changed: (?) -> RESOLVED
> #  * remote resolution changed: (?) -> FIXED
> #  * closed upstream
> tags 443473 + fixed-upstream
Bug#443473: modifying [Caps Lock] via xmodmap is broken
Tags were: fixed-upstream pending
Bug#443044: x11-xserver-utils: xmodmap run at X startup no longer takes effect
Tags added: fixed-upstream

> usertags 443473 + status-RESOLVED resolution-FIXED
Bug#443473: modifying [Caps Lock] via xmodmap is broken
Usertags were: status-RESOLVED resolution-FIXED.
Usertags are now: status-RESOLVED resolution-FIXED.
> # remote status report for #443848
> #  * https://bugs.freedesktop.org/show_bug.cgi?id=12434
> #  * remote status changed: (?) -> NEW
> usertags 443848 + status-NEW
Bug#443848: XKB grp_led broken in latest packages
Usertags were: status-NEW.
Usertags are now: status-NEW.
> # remote status report for #443848
> #  * https://bugs.freedesktop.org/show_bug.cgi?id=12434
> #  * remote status changed: (?) -> NEW
> usertags 443848 + status-NEW
Bug#443848: XKB grp_led broken in latest packages
Usertags were: status-NEW.
Usertags are now: status-NEW.
> # remote status report for #443697
> #  * https://bugs.freedesktop.org/show_bug.cgi?id=12528
> #  * remote status changed: (?) -> RESOLVED
> #  * remote resolution changed: (?) -> FIXED
> #  * closed upstream
> tags 443697 + fixed-upstream
Bug#443697: xserver-xorg: X crashes when i press the key giving keycode 175
Tags were: pending
Tags added: fixed-upstream

> usertags 443697 + status-RESOLVED resolution-FIXED
Bug#443697: xserver-xorg: X crashes when i press the key giving keycode 175
There were no usertags set.
Usertags are now: status-RESOLVED resolution-FIXED.
> # remote status report for #443848
> #  * https://bugs.freedesktop.org/show_bug.cgi?id=12434
> #  * remote status changed: (?) -> NEW
> usertags 443848 + status-NEW
Bug#443848: XKB grp_led broken in latest packages
Usertags were: status-NEW.
Usertags are now: status-NEW.
> 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]



[bts-link] source package xorg-server

2007-09-24 Thread bts-link-upstream
#
# bts-link upstream status pull for source package xorg-server
# see http://lists.debian.org/debian-devel-announce/2006/05/msg1.html
#

user [EMAIL PROTECTED]

# remote status report for #443848
#  * https://bugs.freedesktop.org/show_bug.cgi?id=12434
#  * remote status changed: (?) -> NEW
usertags 443848 + status-NEW

# remote status report for #443848
#  * https://bugs.freedesktop.org/show_bug.cgi?id=12434
#  * remote status changed: (?) -> NEW
usertags 443848 + status-NEW

# remote status report for #443473
#  * https://bugs.freedesktop.org/show_bug.cgi?id=12523
#  * remote status changed: (?) -> RESOLVED
#  * remote resolution changed: (?) -> FIXED
#  * closed upstream
tags 443473 + fixed-upstream
usertags 443473 + status-RESOLVED resolution-FIXED

# remote status report for #443848
#  * https://bugs.freedesktop.org/show_bug.cgi?id=12434
#  * remote status changed: (?) -> NEW
usertags 443848 + status-NEW

# remote status report for #443848
#  * https://bugs.freedesktop.org/show_bug.cgi?id=12434
#  * remote status changed: (?) -> NEW
usertags 443848 + status-NEW

# remote status report for #443473
#  * https://bugs.freedesktop.org/show_bug.cgi?id=12523
#  * remote status changed: (?) -> RESOLVED
#  * remote resolution changed: (?) -> FIXED
#  * closed upstream
tags 443473 + fixed-upstream
usertags 443473 + status-RESOLVED resolution-FIXED

# remote status report for #443848
#  * https://bugs.freedesktop.org/show_bug.cgi?id=12434
#  * remote status changed: (?) -> NEW
usertags 443848 + status-NEW

# remote status report for #443848
#  * https://bugs.freedesktop.org/show_bug.cgi?id=12434
#  * remote status changed: (?) -> NEW
usertags 443848 + status-NEW

# remote status report for #443697
#  * https://bugs.freedesktop.org/show_bug.cgi?id=12528
#  * remote status changed: (?) -> RESOLVED
#  * remote resolution changed: (?) -> FIXED
#  * closed upstream
tags 443697 + fixed-upstream
usertags 443697 + status-RESOLVED resolution-FIXED

# remote status report for #443848
#  * https://bugs.freedesktop.org/show_bug.cgi?id=12434
#  * remote status changed: (?) -> NEW
usertags 443848 + status-NEW

thanks



Bug#443936: xserver-xorg-video-mga: windowmaker and 1.9.99 get along terribly

2007-09-24 Thread kls
Package: xserver-xorg-video-mga
Version: 1:1.9.99.dfsg.1-1
Severity: normal


The previously observed abysmal 2d performance seems to be triggered
by WindowMaker. This does not seem to be a compositing problem,
because it is identical regardless of whether I have DRI enabled or
not. It also appears independent of number of active screens.

All windows take approximately 1 sec / MPixel to draw on my computer
(1GHz athlon)

at least two dockapps dislike the environment:

wmnet's window contents are drawn in the wrong place (upper right
corner rather than in a window)

wmxmms crashes with
Gdk-ERROR **: BadMatch (invalid parameter attributes)
  serial 139 error_code 8 request_code 62 minor_code 0

I'd suggest this is a problem in 1.9.99 (as opposed to windowmaker)
because it worked correctly with all older drivers. 

thank you!
 - robert jacobs

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

/etc/X11/X target does not match checksum in /var/lib/x11/X.md5sum.

X server symlink status:
lrwxrwxrwx 1 root root 13 2006-12-14 13:23 /etc/X11/X -> /usr/bin/Xorg
-rwxr-xr-x 1 root root 1669528 2007-09-16 14:56 /usr/bin/Xorg

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

VGA-compatible devices on PCI bus:
01:00.0 VGA compatible controller: Matrox Graphics, Inc. MGA G400/G450 (rev 82)

/etc/X11/xorg.conf does not match checksum in /var/lib/x11/xorg.conf.md5sum.

Xorg X server configuration file status:
lrwxrwxrwx 1 root root 16 2007-09-22 15:15 /etc/X11/xorg.conf -> 
xorg.conf-2h-pos

Contents of /etc/X11/xorg.conf:
Section "ServerLayout"
Identifier "X.org Configured"
Screen "mga"
InputDevice"Mouse0" "CorePointer"
InputDevice"Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
RgbPath  "/etc/X11/rgb"
ModulePath   "/usr/lib/xorg/modules"
FontPath "/usr/local/share/fonts/Type1"
FontPath "/usr/local/share/fonts/TrueType"
FontPath "/usr/share/fonts/X11/misc"
FontPath "/usr/share/fonts/X11/cyrillic"
FontPath "/usr/share/fonts/X11/Type1"
FontPath "/usr/share/fonts/X11/100dpi/:unscaled"
FontPath "/usr/share/fonts/X11/75dpi/:unscaled"
FontPath "/usr/share/fonts/X11/100dpi"
FontPath "/usr/share/fonts/X11/75dpi"
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection

Section "Module"
Load  "dbe"
Load  "extmod"
Load  "record"
Load  "xtrap"
Load  "type1"
Load  "xrandr"
EndSection

Section "ServerFlags"
Option  "DontZap" "true"
Option  "AllowDeactivateGrabs" "true"
Option  "AllowClosedownGrabs" "true"
# ew, xinerama
EndSection

Section "InputDevice"
Identifier  "Keyboard0"
Driver  "kbd"
EndSection

Section "InputDevice"
Identifier  "Mouse0"
Driver  "mouse"
Option  "Protocol" "auto"
Option  "Device" "/dev/input/mice"
Option  "ZAxisMapping" "4 5 6 7"
EndSection

Section "Monitor"
   # crtc2 doesn't support doublescanning. sigh.
   ModeLine "1152x900" 100  1152 1176 1272 1456 900 924 938 952 +hsync 
+vsync
   ModeLine "1152x864" 100  1152 1176 1272 1456 864 864 878 916 +hsync 
+vsync
   ModeLine  "576x432"  50   576  586  644  728 432 432 439 458 +hsync 
+vsync doublescan
   # this mode is such a stretch. we actually lose a few scanlines to the top,
   # but for stupid software...
   ModeLine  "640x480"  53.868 640 640 736  784 480 480 487 493 +hsync 
+vsync doublescan
   ModeLine  "640x400"  55   640  668  732  800 400 400 407 425 +hsync 
+vsync doublescan

   # stupid modes
   ModeLine  "320x240"  50   320  454  512  728 240 280 287 458 +hsync 
+vsync doublescan
   ModeLine  "192x144"  50   192  402  460  728 144 180 187 458 +hsync 
+vsync doublescan

   # can't draw anything lower than (640-or-466)x350 (771 minimum scanlines)
   # don't have 640x350
   # have 640x400, 640x480
   # can't have 800x600 (1200 is way too large, 600 will be too large)
   # have 1024x768, 1152x864
   # could probably have 1280x960, but eh
   
   # i.e. valid # of pixel lines: 350-480 & 700-960

   Option "PreferredMode" "1152x900"

   DisplaySize 390 293

   Identifier   "r20gs"
   VendorName   "radius"
   ModelName"Two Page Display / 20gs"
   HorizSync67 - 70
   VertRefresh  69-89
EndSection

Section "Monitor"
   ModeLine "1152x900" 100  1152 1176 1272 1456 900 924 938 952 +hsync 
+vsync
   ModeLine "1152x864" 100  1152 1176 1272 1456 864 864 878 916 +hsync 
+vsync
   ModeLine  "576x432"  50   576  586  644  728 432 432 439 458 +hsync 
+vsync doublescan
   ModeLine  "640x480"  53.868 640 640 736  784 480 480 487 493 +hsync 
+vsync doublescan
   ModeLine  "640x400"  55   640  668  732  800 400 400 407 425 +hsync 
+vsync doublescan

   Option "PreferredMode" "1152x900"
#   Option "RightOf" "r20g

Bug#172890: #172890: libxaw6: passwords visible in widgets [fixed in libxaw7]

2007-09-24 Thread Drew Parsons

> > If all of these were updated, then we could drop the package and close
> > this bug.
> 
> All these three packages now use libxaw7.
> 
> However, screenkast now exists, and uses libxaw6.  I'll file a bug against it.
> 


screenkast has now been updated to use libxaw7.  No packages remain in
the Debian archive which use libxaw6.

Do we have consensus to remove libxaw6 completely, or would anyone
prefer to leave it in in case any 3rd-party packages need it?


In my opinion it should be safe to remove libxaw6 because
a) any such 3rd-party packages should really be rebuilt against libxaw7 anyway,
b) libxaw6 can still be grabbed from etch if really needed.

Drew



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



Bug#409612: xlibs-data: Modifier mappings broken

2007-09-24 Thread Tuomo Valkonen
In gmane.comp.window-managers.ion.general, you wrote:
> Since Tuomo has symbols/pc/pc, I feel he is using old xkbdata instead of
> xkeyboard-config. So first thing he should do is upgrading to some
> recent version of xkeyboard-config. Otherwise our fixes would not make
> sense.

I'm using whatever is in Etch, and as stated in another reply to the
Debian maintainer, I'm unlikely to be upgrading Linux, or *nix, ever.
It has become too painful. Maybe some people on the Ion list can of 
more help, but ...


PS. This whole "thread" is spread and fucked up over many different
mailing lists and recipients. I apparently only got this post, because
news.gmane.org shows shows through NNTP the post for
gmane.comp.window-managers.ion.general, because the address of that
list is in the headers, and it got the post through another list,
although the post never actually got on the list (requiring subscription, 
to combat spam). But I can't reply to that list, because they've not
allowed posting through gmane, even if subscription wasn't required,
which I don't know. Mailing list architecture is fucked up, and should
be more based on subscription to threads than lists/groups.

-- 
Tuomo



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