Bug#453733: marked as done (base: touchpad driver)

2007-12-13 Thread Debian Bug Tracking System
Your message dated Thu, 13 Dec 2007 09:33:31 +0100
with message-id [EMAIL PROTECTED]
and subject line close
has caused the attached Bug report to be marked as done.

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

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

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

---BeginMessage---

Package: base
Severity: normal

*** Please type your report below this line ***
touchpad doubletap grab not working

-- System Information:
Debian Release: 4.0
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-5-486
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 ($



---End Message---
---BeginMessage---
Hi,

I could have tagged #455819 as moreinfo as well, and reassign this to 
the proper package, but considering you filed #453733 and #455996 with 
equally no information, and havent replied to the request for moreinfo on 
#453733, I've decided to just close these bugs.

You're welcome to file them again and give some more information which can 
help us understanding and fixing the bugs, like describing which software 
exactly doesnt work, what you have done exactly, what software you are 
running, on which hardware etc. 

Please read http://wiki.debian.org/DebianEdu/HowTo/BugReports for some more 
verbose information how to report bugs. Thanks.


regards,
Holger


pgpo7usaV4buN.pgp
Description: PGP signature
---End Message---


Bug#453733: close

2007-12-13 Thread Holger Levsen
Hi,

I could have tagged #455819 as moreinfo as well, and reassign this to 
the proper package, but considering you filed #453733 and #455996 with 
equally no information, and havent replied to the request for moreinfo on 
#453733, I've decided to just close these bugs.

You're welcome to file them again and give some more information which can 
help us understanding and fixing the bugs, like describing which software 
exactly doesnt work, what you have done exactly, what software you are 
running, on which hardware etc. 

Please read http://wiki.debian.org/DebianEdu/HowTo/BugReports for some more 
verbose information how to report bugs. Thanks.


regards,
Holger


pgpoqwoSCZcLC.pgp
Description: PGP signature


Bug#453683: marked as done (xserver-xorg-core: Fails to set input.xkb.options by using HAL)

2007-12-13 Thread Debian Bug Tracking System
Your message dated Thu, 13 Dec 2007 09:47:23 +0100
with message-id [EMAIL PROTECTED]
and subject line Bug#453683: xserver-xorg-core: Fails to set input.xkb.options 
by using HAL
has caused the attached Bug report to be marked as done.

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

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

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

---BeginMessage---
Package: xserver-xorg-core
Version: 2:1.4.1~git20071119-1
Severity: normal


The new release of xserver came with the facility to set the hotplug
input devices via HAL, but the codes of reading string list from HAL is
buggy so it fails to set input.xkb.options.

Following is my /etc/hal/fdi/policy/10-x11-input.fdi (modified from
/usr/share/doc/hal/examples/10-x11-input.fdi):

?xml version=1.0 encoding=ISO-8859-1?
deviceinfo version=0.2
  device
!-- FIXME: Support tablets too. --
match key=info.capabilities contains=input.mouse
  merge key=input.x11_driver type=stringmouse/merge
  match key=/org/freedesktop/Hal/devices/computer:system.kernel.name
 string=Linux
merge key=input.x11_driver type=stringevdev/merge
  /match
/match
match key=info.capabilities contains=input.keys
  !-- If we're using Linux, we use evdev by default (falling back to
   keyboard otherwise). --
  merge key=input.x11_driver type=stringkeyboard/merge
  match key=/org/freedesktop/Hal/devices/computer:system.kernel.name
 string=Linux
merge key=input.x11_driver type=stringevdev/merge
merge key=input.xkb.rules type=stringxorg/merge
merge key=input.xkb.model type=stringevdev/merge
merge key=input.xkb.layout type=stringdvorak/merge
merge key=input.xkb.options type=strlistctrl:swapcaps/merge
  /match
/match
  /device
/deviceinfo

This line form Xorg.0.log

(**) Option xkb_options ,

shows that xorg does not read the options correctly.

Attached patch should fix the problem, thanks.

Regards,
Kanru

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

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

X server symlink status:
lrwxrwxrwx 1 root root 13 2007-10-17 20:11 /etc/X11/X - /usr/bin/Xorg
-rwxr-xr-x 1 root root 1672732 2007-11-20 10:03 /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 Mobile 915GM/GMS/910GML 
Express Graphics Controller (rev 03)

/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 1451 2007-11-16 02:22 /etc/X11/xorg.conf

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

Section Device
Identifier  intel
Driver  intel
Option  AccelMethod XAA
Option  XAANoOffScreenPixmaps True
EndSection

Section InputDevice
Identifier  Synaptics Touchpad
Driver  synaptics
Option  CorePointer
Option  Device
/dev/input/by-path/platform-i8042-serio-4-event-mouse
Option  Protocol  auto-dev
Option  SHMConfig on
Option  LeftEdge  1100
Option  RightEdge 5800
Option  TopEdge   1600
Option  BottomEdge4200
Option  HorizEdgeScroll on
EndSection

Section Monitor
Identifier  Configured Monitor
Option  DPMS
DisplaySize 330 200
EndSection

Section Screen
Identifier  Default Screen
Monitor Configured Monitor
DefaultDepth24
SubSection Display
Modes   1280x768 1024x768
EndSubSection
EndSection


Xorg X server log files on system:
-rw-r--r-- 1 root root 67575 2007-01-30 19:00 /var/log/Xorg.20.log
-rw-r--r-- 1 root root 33684 2007-09-22 16:57 /var/log/Xorg.1.log
-rw-r--r-- 1 root 

Processed: Re: Bug#455999: xfonts-encodings: X11R6 symlinks still needed by x-ttcidfont-conf

2007-12-13 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 reassign 455999 x-ttcidfont-conf
Bug#455999: xfonts-encodings: X11R6 symlinks still needed by x-ttcidfont-conf
Bug reassigned from package `xfonts-encodings' to `x-ttcidfont-conf'.

 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#455999: xfonts-encodings: X11R6 symlinks still needed by x-ttcidfont-conf

2007-12-13 Thread Julien Cristau
reassign 455999 x-ttcidfont-conf
kthxbye

On Wed, Dec 12, 2007 at 21:01:58 +, Reuben Thomas wrote:

 Package: xfonts-encodings
 Version: 1:1.0.2-3
 Severity: normal
 
 Recently trying to work out why defoma was complaining about a missing
 directory, I found out that x-ttcidfont-conf, in its script
 
 /usr/share/defoma/scripts/x-ttcidfont-conf.defoma
 
 still has hardwired references to
 
   /usr/X11R6/lib/X11/fonts/encodings
   /usr/X11R6/lib/X11/fonts/encodings/large
 
 and in its Debian changelog says:
 
   In order to maintain compatibility with X11R6, revert to the old
   /usr/X11R6/lib/X11/fonts/encodings path, for which xfonts-encodings
   ships a compatibility symlink in X.org 7. For this, depend on the
   required version of xfonts-encodings (see #369510), or a pre-Xorg7
   xfonts-base.
 
 (for version 23 of x-ttcidfont-conf).
 
 Hence, it seems as if for the moment that symlink is still needed:
 certainly, for me, symlinking /usr/share/fonts/X11 to
 /usr/lib/X11/fonts cures the error message.
 
 I'm not sure whose bug this is, I thought I'd file it here first since
 the assumption that the symlink is no longer needed seems to be false,
 and there seems to be a continued effort to be compatible with X11R6
 for now.
 
There was an effort to make upgrades from sarge to etch work.  I don't
think we need to keep that legacy code around longer.

Cheers,
Julien



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



Re: xorg-server: Changes to 'refs/tags/xorg-server-2_1.4.1_git20071212-1'

2007-12-13 Thread Julien Cristau
On Thu, Dec 13, 2007 at 02:22:43 +, David Nusinow wrote:

 Tag 'xorg-server-2_1.4.1_git20071212-1' created by David Nusinow [EMAIL 
 PROTECTED] at 2007-12-13 02:21 +
 
 Tagging upload of xorg-server-2_1.4.1_git20071212-1 to unstable.
 
 Changes since xorg-server-2_1.4.1_git20071119-1:
 Julien Cristau (3):
   Don't hardcode Debian as the vendor name.
   * Cherry-pick commit f30abe30 from master: edid quirk for MAX 0x77e 
 monitor.
   Add patch 44_preferredmode_infinite_loop.diff from upstream git
 
Hi David,

I had one other commit pushed to debian-unstable, which you don't seem
to have pulled before building this package.  Please try to make sure
your local branches are updated before uploading :)

Cheers,
Julien


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



xorg-server: Changes to 'debian-unstable'

2007-12-13 Thread Julien Cristau
 Xext/panoramiXSwap.c   |4 +++
 Xi/exevents.c  |4 +--
 config/hal.c   |5 ++-
 configure.ac   |2 -
 debian/changelog   |   20 ---
 debian/patches/12_bgPixel_fix_64bit_issue.diff |   33 -
 debian/patches/14_default_screen_section.diff  |   12 -
 debian/patches/series  |1 
 dix/getevents.c|2 -
 hw/kdrive/ephyr/ephyrinit.c|2 +
 hw/xfree86/dixmods/xkbKillSrv.c|4 ++-
 hw/xfree86/modes/xf86EdidModes.c   |6 
 hw/xfree86/xaa/xaaGC.c |9 +++---
 hw/xprint/Makefile.am  |2 +
 mi/mieq.c  |4 ++-
 os/WaitFor.c   |2 -
 os/connection.c|   16 
 xkb/ddxKillSrv.c   |4 ++-
 xkb/xkbActions.c   |   19 --
 19 files changed, 86 insertions(+), 65 deletions(-)

New commits:
commit 49a73f0c697000fb2b9eabdf913ef1193256c9d1
Author: David Nusinow [EMAIL PROTECTED]
Date:   Wed Dec 12 21:19:43 2007 -0500

Prepare changelog for upload

diff --git a/debian/changelog b/debian/changelog
index 9f91c4b..957419e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-xorg-server (2:1.4.1~git20071212-1) UNRELEASED; urgency=low
+xorg-server (2:1.4.1~git20071212-1) unstable; urgency=low
 
   [ Julien Cristau ]
   * debian/rules: Use lsb_release -i -s to get the vendor name, instead of
@@ -14,7 +14,7 @@ xorg-server (2:1.4.1~git20071212-1) UNRELEASED; urgency=low
 This is primarily a bugfix release
 + Remove 12_bgPixel_fix_64bit_issue.diff. Applied upstream
 
- -- David Nusinow [EMAIL PROTECTED]  Wed, 12 Dec 2007 19:45:26 -0500
+ -- David Nusinow [EMAIL PROTECTED]  Wed, 12 Dec 2007 20:19:11 -0500
 
 xorg-server (2:1.4.1~git20071119-1) unstable; urgency=low
 

commit 552c66c36526566353df563c817ebf3b3507bcf2
Author: David Nusinow [EMAIL PROTECTED]
Date:   Wed Dec 12 20:19:08 2007 -0500

* New upstream version. This is based on the server-1.4-branch, and includes
  all the changes in the 1.4.0.90 (pre-)release as well as additional fixes.
  This is primarily a bugfix release
  + Remove 12_bgPixel_fix_64bit_issue.diff. Applied upstream

diff --git a/debian/changelog b/debian/changelog
index cb16609..9f91c4b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,6 @@
-xorg-server (2:1.4.1~git20071119-2) UNRELEASED; urgency=low
+xorg-server (2:1.4.1~git20071212-1) UNRELEASED; urgency=low
 
+  [ Julien Cristau ]
   * debian/rules: Use lsb_release -i -s to get the vendor name, instead of
 hardcoding Debian.
   * debian/control: build-dep on lsb-release.
@@ -7,7 +8,13 @@ xorg-server (2:1.4.1~git20071119-2) UNRELEASED; urgency=low
   * Add patch 44_preferredmode_infinite_loop.diff from upstream git: fixes an
 infinite loop when PreferredMode is used in xorg.conf.
 
- -- Julien Cristau [EMAIL PROTECTED]  Sun, 02 Dec 2007 00:56:53 +0100
+  [ David Nusinow ]
+  * New upstream version. This is based on the server-1.4-branch, and includes
+all the changes in the 1.4.0.90 (pre-)release as well as additional fixes.
+This is primarily a bugfix release
++ Remove 12_bgPixel_fix_64bit_issue.diff. Applied upstream
+
+ -- David Nusinow [EMAIL PROTECTED]  Wed, 12 Dec 2007 19:45:26 -0500
 
 xorg-server (2:1.4.1~git20071119-1) unstable; urgency=low
 
diff --git a/debian/patches/12_bgPixel_fix_64bit_issue.diff 
b/debian/patches/12_bgPixel_fix_64bit_issue.diff
deleted file mode 100644
index f80d4a4..000
--- a/debian/patches/12_bgPixel_fix_64bit_issue.diff
+++ /dev/null
@@ -1,33 +0,0 @@
-From 9adea807038b64292403ede982075fe1dcfd4c9a Mon Sep 17 00:00:00 2001
-From: Hong Liu [EMAIL PROTECTED]
-Date: Tue, 4 Sep 2007 08:46:46 +0100
-Subject: [PATCH] bgPixel (unsigned long) is 64-bit on x86_64, so -1 != 
0x
-
-This patch should fix bug 8080.

- hw/xfree86/xaa/xaaGC.c |9 +
- 1 files changed, 5 insertions(+), 4 deletions(-)
-
-diff --git a/hw/xfree86/xaa/xaaGC.c b/hw/xfree86/xaa/xaaGC.c
-index f3434c9..b3dc83a 100644
 a/hw/xfree86/xaa/xaaGC.c
-+++ b/hw/xfree86/xaa/xaaGC.c
-@@ -80,10 +80,11 @@ XAAValidateGC(
- }
- 
- if(pGC-depth != 32) {
--  if(pGC-bgPixel == -1) /* -1 is reserved for transparency */
--  pGC-bgPixel = 0x7fff; 
--  if(pGC-fgPixel == -1) /* -1 is reserved for transparency */
--  pGC-fgPixel = 0x7fff; 
-+  /* 0x is reserved for transparency */
-+  if(pGC-bgPixel == 0x)
-+  pGC-bgPixel = 0x7fff;
-+  if(pGC-fgPixel == 0x)
-+  pGC-fgPixel = 0x7fff;
- }
- 
- if((pDraw-type == DRAWABLE_PIXMAP)  

Processed: notfound 446345 in 1:6.7.196-2

2007-12-13 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 # Automatically generated email from bts, devscripts version 2.10.11
 notfound 446345 1:6.7.196-2
Bug#446345: xserver-xorg-video-ati: console crammed into upper part of screen 
when switching from X
Bug no longer marked as found in version 1:6.7.196-2.


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#446345: xserver-xorg-video-ati: console crammed into upper part of screen when switching from X

2007-12-13 Thread Marcus Better
This appears to work now with 1:6.7.196-2 (not sure exactly when it was 
fixed). Feel free to close.



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



Bug#456153: xserver-xorg-video-ati: external VGA display corrupted after killing X

2007-12-13 Thread Marcus Better
Package: xserver-xorg-video-ati
Version: 1:6.7.196-2
Severity: normal

The external VGA monitor attached to my laptop sometimes ends up with
a distorted screen that is black except for a mouse cursor, which
shows as a thin white vertical bar about five cm high.

This sometimes happens if I kill the X server with
Ctrl-Alt-Backspace. The built-in LCD panel then shows kdm but the VGA
monitor shows the distortion. Switching to text console and back, or
restarting the X server, does not help. I could only restore the
display by rebooting.

The bug occurs quite rarely so I don't know how to reproduce it
reliably, but I have observed it a few times now.

The system is an LG LE50 Express laptop with Radeon Xpress 200M,
kernel 2.6.24-rc4 (i386). I use vesafb on the text consoles.

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

Kernel: Linux 2.6.24-rc4-lg (PREEMPT)
Locale: LANG=sv_SE.UTF-8, LC_CTYPE=sv_SE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages xserver-xorg-video-ati depends on:
ii  libc6  2.7-3 GNU C Library: Shared libraries
ii  xserver-xorg-core  2:1.4.1~git20071119-1 Xorg X server - core server

xserver-xorg-video-ati recommends no packages.

-- no debconf information



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



Bug#446345: marked as done (xserver-xorg-video-ati: console crammed into upper part of screen when switching from X)

2007-12-13 Thread Debian Bug Tracking System
Your message dated Thu, 13 Dec 2007 11:18:52 +0100
with message-id [EMAIL PROTECTED]
and subject line Bug#446345: xserver-xorg-video-ati: console crammed into upper 
part of screen when switching from X
has caused the attached Bug report to be marked as done.

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

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

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

---BeginMessage---
Package: xserver-xorg-video-ati
Version: 1:6.7.195-2
Severity: normal

When switching from X to a virtual console (vesafb), the console
output is visible only in the upper quarter or so of the screen. The
rest still shows the X session. Switching back to X restores the X
session correctly. This was definitely working in the version in
unstable, and probably in some of the earlier experimental packages
too.

I have a dual-head setup, and the shrunken console is visible on both
screens.

The system is an LG LE50 Express laptop with Radeon Xpress 200M,
kernel 2.6.23-rc9 (i386).

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

Kernel: Linux 2.6.23-rc9-lg (PREEMPT)
Locale: LANG=sv_SE.UTF-8, LC_CTYPE=sv_SE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages xserver-xorg-video-ati depends on:
ii  libc6 2.6.1-1+b1 GNU C Library: Shared libraries
ii  xserver-xorg-core 2:1.4-3Xorg X server - core server

xserver-xorg-video-ati recommends no packages.

-- no debconf information


---End Message---
---BeginMessage---

Version: 1:6.7.196-2


Marcus Better wrote:
This appears to work now with 1:6.7.196-2 (not sure exactly when it was 
fixed). Feel free to close.
  


Great, thanks for the followup.

Brice


---End Message---


Bug#443059: Keyboard freezes - probably shouldn't be a closed bug.

2007-12-13 Thread Tim Cutts
I've seen this problem in several hardware combinations - using the  
i810 driver on real hardware and vmware drivers under VMWare Fusion on  
a Mac.  I don't think the BusType hack is a good enough solution to  
warrant closing this bug - there's some sort of nasty interaction with  
gdm which causes this.  I've found using other login managers (kdm or  
xdm) I never see the problem, but with gdm I do, on most boots of my  
virtual machine.  Normally one of two things happens:


1) I can't log in at the gdm greeter at all
2) I can log in, but the keyboard lockup happens during the session a  
little later, sometimes almost immediately.


Once the lockup has happened, I can log in remotely, and have tried to  
see what's going on.  For example, I can run xev from a remote SSH  
session, and look to see if X events are appearing at all from the  
keyboard.  They aren't.


I can also then strace the X server, and see whether it's seeing  
activity from the keyboard, and it is.  So the events are being  
discarded somewhere between the X server receiving them and the GNOME  
session receiving them.


One suspicion I have is whether this is a security feature - if the  
time is changing on the machine (say, because of NTP, or VMWare's  
synchronise VM clock with host option) I wonder whether some  
protection mechanism against replay attacks is kicking in?


Tim


--
The Wellcome Trust Sanger Institute is operated by Genome Research 
Limited, a charity registered in England with number 1021457 and a 
company registered in England with number 2742969, whose registered 
office is 215 Euston Road, London, NW1 2BE. 




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



xorg-server: Changes to 'ubuntu'

2007-12-13 Thread Timo Aaltonen
 Xext/panoramiXSwap.c   |4 +
 Xi/exevents.c  |4 -
 config/hal.c   |5 -
 configure.ac   |2 
 debian/changelog   |   72 +++--
 debian/control |2 
 debian/patches/08_xkb_infinite_loop.diff   |   34 +
 debian/patches/12_bgPixel_fix_64bit_issue.diff |   33 -
 debian/patches/14_default_screen_section.diff  |   12 +--
 debian/patches/44_preferredmode_infinite_loop.diff |   31 +
 debian/patches/series  |3 
 debian/rules   |4 -
 dix/getevents.c|2 
 hw/kdrive/ephyr/ephyrinit.c|2 
 hw/xfree86/dixmods/xkbKillSrv.c|4 -
 hw/xfree86/modes/xf86EdidModes.c   |9 ++
 hw/xfree86/xaa/xaaGC.c |9 +-
 hw/xprint/Makefile.am  |2 
 mi/mieq.c  |4 -
 os/WaitFor.c   |2 
 os/connection.c|   16 +++-
 xkb/ddxKillSrv.c   |4 -
 xkb/xkbActions.c   |   19 -
 23 files changed, 211 insertions(+), 68 deletions(-)

New commits:
commit 49a73f0c697000fb2b9eabdf913ef1193256c9d1
Author: David Nusinow [EMAIL PROTECTED]
Date:   Wed Dec 12 21:19:43 2007 -0500

Prepare changelog for upload

diff --git a/debian/changelog b/debian/changelog
index 9f91c4b..957419e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-xorg-server (2:1.4.1~git20071212-1) UNRELEASED; urgency=low
+xorg-server (2:1.4.1~git20071212-1) unstable; urgency=low
 
   [ Julien Cristau ]
   * debian/rules: Use lsb_release -i -s to get the vendor name, instead of
@@ -14,7 +14,7 @@ xorg-server (2:1.4.1~git20071212-1) UNRELEASED; urgency=low
 This is primarily a bugfix release
 + Remove 12_bgPixel_fix_64bit_issue.diff. Applied upstream
 
- -- David Nusinow [EMAIL PROTECTED]  Wed, 12 Dec 2007 19:45:26 -0500
+ -- David Nusinow [EMAIL PROTECTED]  Wed, 12 Dec 2007 20:19:11 -0500
 
 xorg-server (2:1.4.1~git20071119-1) unstable; urgency=low
 

commit 552c66c36526566353df563c817ebf3b3507bcf2
Author: David Nusinow [EMAIL PROTECTED]
Date:   Wed Dec 12 20:19:08 2007 -0500

* New upstream version. This is based on the server-1.4-branch, and includes
  all the changes in the 1.4.0.90 (pre-)release as well as additional fixes.
  This is primarily a bugfix release
  + Remove 12_bgPixel_fix_64bit_issue.diff. Applied upstream

diff --git a/debian/changelog b/debian/changelog
index cb16609..9f91c4b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,6 @@
-xorg-server (2:1.4.1~git20071119-2) UNRELEASED; urgency=low
+xorg-server (2:1.4.1~git20071212-1) UNRELEASED; urgency=low
 
+  [ Julien Cristau ]
   * debian/rules: Use lsb_release -i -s to get the vendor name, instead of
 hardcoding Debian.
   * debian/control: build-dep on lsb-release.
@@ -7,7 +8,13 @@ xorg-server (2:1.4.1~git20071119-2) UNRELEASED; urgency=low
   * Add patch 44_preferredmode_infinite_loop.diff from upstream git: fixes an
 infinite loop when PreferredMode is used in xorg.conf.
 
- -- Julien Cristau [EMAIL PROTECTED]  Sun, 02 Dec 2007 00:56:53 +0100
+  [ David Nusinow ]
+  * New upstream version. This is based on the server-1.4-branch, and includes
+all the changes in the 1.4.0.90 (pre-)release as well as additional fixes.
+This is primarily a bugfix release
++ Remove 12_bgPixel_fix_64bit_issue.diff. Applied upstream
+
+ -- David Nusinow [EMAIL PROTECTED]  Wed, 12 Dec 2007 19:45:26 -0500
 
 xorg-server (2:1.4.1~git20071119-1) unstable; urgency=low
 
diff --git a/debian/patches/12_bgPixel_fix_64bit_issue.diff 
b/debian/patches/12_bgPixel_fix_64bit_issue.diff
deleted file mode 100644
index f80d4a4..000
--- a/debian/patches/12_bgPixel_fix_64bit_issue.diff
+++ /dev/null
@@ -1,33 +0,0 @@
-From 9adea807038b64292403ede982075fe1dcfd4c9a Mon Sep 17 00:00:00 2001
-From: Hong Liu [EMAIL PROTECTED]
-Date: Tue, 4 Sep 2007 08:46:46 +0100
-Subject: [PATCH] bgPixel (unsigned long) is 64-bit on x86_64, so -1 != 
0x
-
-This patch should fix bug 8080.

- hw/xfree86/xaa/xaaGC.c |9 +
- 1 files changed, 5 insertions(+), 4 deletions(-)
-
-diff --git a/hw/xfree86/xaa/xaaGC.c b/hw/xfree86/xaa/xaaGC.c
-index f3434c9..b3dc83a 100644
 a/hw/xfree86/xaa/xaaGC.c
-+++ b/hw/xfree86/xaa/xaaGC.c
-@@ -80,10 +80,11 @@ XAAValidateGC(
- }
- 
- if(pGC-depth != 32) {
--  if(pGC-bgPixel == -1) /* -1 is reserved for transparency */
--  pGC-bgPixel = 0x7fff; 
--  if(pGC-fgPixel == -1) /* -1 is reserved for transparency */
--  

Bug#456153: xserver-xorg-video-ati: external VGA display corrupted after killing X

2007-12-13 Thread Marcus Better
retitle 456153 xserver-xorg-video-ati: external VGA display corrupted after 
exiting X
thanks

This just happened again just by exiting from KDE normally.



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



Processed: xserver-xorg-video-ati: external VGA display corrupted after killing X

2007-12-13 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 retitle 456153 xserver-xorg-video-ati: external VGA display corrupted after 
 exiting X
Bug#456153: xserver-xorg-video-ati: external VGA display corrupted after 
killing X
Changed Bug title to `xserver-xorg-video-ati: external VGA display corrupted 
after exiting X' from `xserver-xorg-video-ati: external VGA display corrupted 
after killing X'.

 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#455225: /usr/bin/xrandr: please consider possibility to disable hardware detection

2007-12-13 Thread Marc Haber
On Tue, Dec 11, 2007 at 08:44:04AM +0100, Marc Haber wrote:
 How would that call look like?
 
 xrandr --output VGA-0 --auto --left-of LVDS --output LVDS --auto?

It looks like an output can only be mentioned once, so

xrandr --output VGA-0 --auto --output LVDS --auto --output VGA-0 --left-of LVDS

won't work. So, a little more command line processing is necessary.

For the record, here my current script:

$ cat .my/bin/xrandrauto
#!/bin/bash

if ! TMPFILE=$(tempfile --prefix xrandr); then
  echo 2 ERR: cannot create tempfile
  exit 1
fi

xrandr  $TMPFILE

CONOUTPUTLIST=
OUTPUTLIST=
OPTIONS=
for output in $( $TMPFILE sed -n '/[^[:space:]]\+ 
connected/{s/\([^[:space:]]\+\).*/\1/;p;}'); do
  CONOUTPUTLIST=$CONOUTPUTLIST $output
  OUTPUTLIST=$OUTPUTLIST $output
  OPTIONS=$OPTIONS --output $output --auto
done
for output in $(xrandr | sed -n '/[^[:space:]]\+ 
disconnected/{s/\([^[:space:]]\+\).*/\1/;p;}'); do
  OUTPUTLIST=$OUTPUTLIST $output
  OPTIONS=$OPTIONS --output $output --auto
done

if [ $CONOUTPUTLIST =  VGA-0 LVDS ]; then
  OPTIONS=$(echo $OPTIONS | sed s/\(--output VGA-0\)/\1 --left-of LVDS/)
elif [ $OUTPUTLIST =  LVDS ]; then
  OPTIONS=$(echo $OPTIONS | sed s/\(--output LVDS\)/\1 --pos 0x0/)
fi
xrandr $OPTIONS

rm -f $TMPFILE
[5/[EMAIL PROTECTED]:~$

Greetings
Marc

-- 
-
Marc Haber | I don't trust Computers. They | Mailadresse im Header
Mannheim, Germany  |  lose things.Winona Ryder | Fon: *49 621 72739834
Nordisch by Nature |  How to make an American Quilt | Fax: *49 621 72739835



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



Bug#439399: bevel issue cured at 1024x768

2007-12-13 Thread jidanni
This was already cured at 800x600. Now it seems cured at 1024x768 too.



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



Bug#439399: bevel issue cured at 1024x768

2007-12-13 Thread Brice Goglin

[EMAIL PROTECTED] wrote:

This was already cured at 800x600. Now it seems cured at 1024x768 too.
  



you mean the bug is completely solved in xdm 1:1.1.6-3 ?

Brice




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



Bug#439399: bevel issue cured at 1024x768

2007-12-13 Thread jidanni
 BG == Brice Goglin [EMAIL PROTECTED] writes:

BG [EMAIL PROTECTED] wrote:
 This was already cured at 800x600. Now it seems cured at 1024x768 too.

BG you mean the bug is completely solved in xdm 1:1.1.6-3 ?

No, as only this week it seems cured. Some other X upgrade must have
fixed it. I now CC the others to see if they still see it at 1024x768.



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



Bug#456219: xserver-xorg-video-intel: causes excessive interrupts with compiz

2007-12-13 Thread brian m. carlson

Package: xserver-xorg-video-intel
Version: 2:2.2.0-1
Severity: normal

According to [0], the graphics driver uses an interrupt for OpenGL 
compatibility.  On my machine, that results in approximately 70 wakeups 
per second when idle, if I use compiz.


Please fix the driver so it does not need this interrupt anymore, which 
will save power.  I realize this will not be fixed immediately, but 
please report this upstream if it has not been already.


[0] http://www.lesswatts.org/projects/powertop/known.php

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

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

X server symlink status:
lrwxrwxrwx 1 root root 13 2007-05-02 00:44 /etc/X11/X - /usr/bin/Xorg
-rwxr-xr-x 1 root root 1831520 2007-11-20 03:09 /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 Mobile 945GM/GMS/940GML 
Express Integrated Graphics Controller (rev 03)

/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 2913 2007-11-21 19:20 /etc/X11/xorg.conf

Contents of /etc/X11/xorg.conf:
# 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 command:
#   sudo dpkg-reconfigure -phigh xserver-xorg

Section Files
EndSection

Section Extensions
Option  Composite   enable
EndSection

Section InputDevice
Identifier  Generic Keyboard
Driver  kbd
Option  CoreKeyboard
Option  XkbRulesxorg
Option  XkbModelpc104
Option  XkbLayout   us
EndSection

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

Section InputDevice
Identifier  Synaptics Touchpad
Driver  synaptics
Option  SendCoreEvents  true
Option  Device  /dev/psaux
Option  Protocolauto-dev
Option  SHMconfig   true
Option  HorizScrollDelta0
EndSection

Section Device
Identifier  Intel Corporation Mobile 945GM/GMS, 943/940GML Express 
Integrated Graphics Controller
Driver  i810
BusID   PCI:0:2:0
Option  XAANoOffscreenPixmaps true
Option  AccelMethod EXA
Option  Legacy3Dfalse
	Option		AccelDFStrue 
	#Option		MigrationHeuristic	smart

#Option PageFliptrue
#Option TripleBuffertrue
EndSection

Section Monitor
Identifier  Generic Monitor
Option  DPMS
HorizSync   28-80
VertRefresh 43-60
EndSection

Section Screen
Identifier  Default Screen
Device  Intel Corporation Mobile 945GM/GMS, 943/940GML Express 
Integrated Graphics Controller
Monitor Generic Monitor
DefaultDepth24
SubSection Display
Depth   1
Modes   1600x1200 1280x960 1024x768 800x600 
640x480
EndSubSection
SubSection Display
Depth   4
Modes   1600x1200 1280x960 1024x768 800x600 
640x480
EndSubSection
SubSection Display
Depth   8
Modes   1600x1200 1280x960 1024x768 800x600 
640x480
EndSubSection
SubSection Display
Depth   15
Modes   1600x1200 1280x960 1024x768 800x600 
640x480
EndSubSection
SubSection Display
Depth   16
Modes   1600x1200 1280x960 1024x768 800x600 
640x480
EndSubSection
SubSection Display
Depth   24
Modes   1600x1200 1280x960 1024x768 800x600 
640x480
EndSubSection
EndSection

Section ServerLayout
Identifier  Default Layout
Screen  Default Screen
InputDevice Generic Keyboard
InputDevice Configured Mouse
InputDevice Synaptics 

Bug#456220: libgl1-mesa-dri: random crash in neverputt

2007-12-13 Thread Jiří Paleček

Package: libgl1-mesa-dri
Version: 7.0.2-2
Severity: normal

Hello,

I get random crashes while playing neverputt, the stack trace points to  
mesa. The backtrace is attached (#4 is the first stack frame beyond the  
signal handler), but this is the only info I've got.


Regards
Jiri Palecek

#4  0xb6ed999b in mmFreeMem () from /usr/lib/dri/radeon_dri.so
#5  0xb6e69e4c in driDestroyTextureObject () from  
/usr/lib/dri/radeon_dri.so

#6  0xb6e7c14e in ?? () from /usr/lib/dri/radeon_dri.so
#7  0x0880b000 in ?? ()
#8  0x08b52208 in ?? ()
#9  0xb7b39541 in pthread_mutex_lock () from /lib/i686/cmov/libpthread.so.0
#10 0xb6ef9d39 in _mesa_reference_texobj () from /usr/lib/dri/radeon_dri.so
#11 0xb6efb15a in _mesa_DeleteTextures () from /usr/lib/dri/radeon_dri.so
#12 0x0804cfda in ?? ()

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

Kernel: Linux 2.6.20.3-rt8 (PREEMPT)
Locale: LANG=cs_CZ, LC_CTYPE=cs_CZ (charmap=ISO-8859-2) (ignored: LC_ALL  
set to cs_CZ)

Shell: /bin/sh linked to /bin/dash

Versions of packages libgl1-mesa-dri depends on:
ii  libc6 2.6.1-1+b1 GNU C Library: Shared  
libraries
ii  libdrm2   2.3.0-4Userspace interface to kernel  
DRM
ii  libexpat1 1.95.8-3.4 XML parsing C library -  
runtime li
ii  libgl1-mesa-glx   7.0.2-2A free implementation of the  
OpenG


libgl1-mesa-dri recommends no packages.

-- no debconf information


--
Using Opera's revolutionary e-mail client: http://www.opera.com/mail/




Bug#440880: xserver-xorg-core: bad behaving clients can starve other clients

2007-12-13 Thread Jiří Paleček

Hello,

On Sun, 25 Nov 2007 22:55:08 +0100, Brice Goglin  
[EMAIL PROTECTED] wrote:



Jiří Paleček wrote:

I tried the xrender benchmark from
http://www.freedesktop.org/~zack/xrenderbenchmark.tar.bz2, and when I
ran it, it virtually locked up every other X client. I think this is a
problem, although such clients are uncommon. Also, I think it would be
quite hard to implement some kind of fairness in the xserver.


Sorry for the late reply, we should forward this bug upstream
(bugzilla.freedesktop.org, product xorg, component Server/General).


Thanks for your answer.

Before we do so, can you reproduce the problem with xserver-xorg-core  
1.4.1

currently in unstable?


Yes. I see this problem eg. when running freecol, too.

Regards
Jiri Palecek




Bug#456220: libgl1-mesa-dri: random crash in neverputt

2007-12-13 Thread Brice Goglin
Jiří Paleček wrote:
 Package: libgl1-mesa-dri
 Version: 7.0.2-2
 Severity: normal

 Hello,

 I get random crashes while playing neverputt, the stack trace points
 to mesa. The backtrace is attached (#4 is the first stack frame beyond
 the signal handler), but this is the only info I've got.

 Regards
 Jiri Palecek

 #4  0xb6ed999b in mmFreeMem () from /usr/lib/dri/radeon_dri.so
 #5  0xb6e69e4c in driDestroyTextureObject () from
 /usr/lib/dri/radeon_dri.so
 #6  0xb6e7c14e in ?? () from /usr/lib/dri/radeon_dri.so
 #7  0x0880b000 in ?? ()
 #8  0x08b52208 in ?? ()
 #9  0xb7b39541 in pthread_mutex_lock () from
 /lib/i686/cmov/libpthread.so.0
 #10 0xb6ef9d39 in _mesa_reference_texobj () from
 /usr/lib/dri/radeon_dri.so
 #11 0xb6efb15a in _mesa_DeleteTextures () from /usr/lib/dri/radeon_dri.so
 #12 0x0804cfda in ?? ()


We need a debugging backtrace with 'bt full' in gdb after installing
libgl1-mesa-dri-dbg.

How hard is it to reproduce? I played an entire neverputt game but
couldn't reproduce the problem on r300_dri. It could be related to
https://bugs.freedesktop.org/show_bug.cgi?id=13208 (which is on r300 in
the beginning), or it could be radeon_dri specific.

Brice





Bug#456236: xterm: Missing fullwidth glyphs not handled correctly

2007-12-13 Thread Daniel Jacobowitz
Package: xterm
Version: 229-1
Severity: normal

First you'll need my local unicode font to demonstrate this problem:

  http://www.false.org/~drow/unifont/

Try running this command in an xterm using uni8x16:

  clear; echo nowhere; tput cup 0 0; perl -e 'print pack (cc, 
0xE9,0x97,0x9c,0xe9,0x97,0x9c), Hi\n;'

This writes nowhere on the first line, then two missing fullwidth
glyphs, then Hi.  I reliably get  whHie on the first line,
i.e. each missing char advanced the cursor two cells but only advanced
some other repainting cursor one cell.  Redrawing the screen, e.g.
by starting and exiting screen to switch into and out of alternate
display, causes the phantom wh to disappear.

I can reproduce this with or without screen; it came up using mutt.

I think the font is strange but correct; I tried some other fonts
missing these glyphs and somehow they had the correct widths recorded
for them anyway.

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

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

Versions of packages xterm depends on:
ii  libc6 2.7-4  GNU C Library: Shared libraries
ii  libfontconfig12.5.0-2generic font configuration library
ii  libice6   2:1.0.4-1  X11 Inter-Client Exchange library
ii  libncurses5   5.6+20071124-1 Shared libraries for terminal hand
ii  libsm62:1.0.3-1+b1   X11 Session Management library
ii  libx11-6  2:1.0.3-7  X11 client-side library
ii  libxaw7   2:1.0.4-1  X11 Athena Widget library
ii  libxext6  1:1.0.3-2  X11 miscellaneous extension librar
ii  libxft2   2.1.12-2   FreeType-based font drawing librar
ii  libxmu6   1:1.0.3-1  X11 miscellaneous utility library
ii  libxt61:1.0.5-3  X11 toolkit intrinsics library
ii  xbitmaps  1.0.1-2Base X bitmaps

Versions of packages xterm recommends:
ii  xutils1:7.3+7X Window System utility programs m

-- no debconf information



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



libxcomposite 1:0.4.0-1 MIGRATED to testing

2007-12-13 Thread Debian testing watch
FYI: The status of the libxcomposite source package
in Debian's testing distribution has changed.

  Previous version: 1:0.3.2-1
  Current version:  1:0.4.0-1

-- 
This email is automatically generated; [EMAIL PROTECTED] is responsible.
See http://people.debian.org/~henning/trille/ for more information.


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



Bug#453374: I second this patch

2007-12-13 Thread WenRui
I have the same problem/log and the patch works for me.

-- 
You may say I am a dreamer, but I am not the only one.