Bug#626646: libgl1-mesa-dri: [amd64,i965] crash in prepare_wm_surfaces

2011-05-20 Thread Sami Liedes
I ran X (compiled with DEB_BUILD_OPTIONS=noopt) under valgrind to get
a better grip on what is going on. I believe this use after free is
what causes the crash (sometimes it doesn't crash but causes other
problems like persistent screen corruption or screen going entirely
dark except for the hw mouse pointer).

Perhaps this is a bug in xserver-xorg-video-intel after all?

==14342== Invalid write of size 4
==14342==at 0x8FDAF90: i830_dri2_frame_event_drawable_gone (intel_dri.c:596)
==14342==by 0x45D38A: FreeResource (resource.c:596)
==14342==by 0x42E38A: ProcDestroyWindow (dispatch.c:732)
==14342==by 0x42D734: Dispatch (dispatch.c:431)
==14342==by 0x425A3A: main (main.c:287)
==14342==  Address 0x9fb2af0 is 0 bytes inside a block of size 56 free'd
==14342==at 0x4C268FE: free (vg_replace_malloc.c:366)
==14342==by 0x8FDB7B2: I830DRI2FrameEventHandler (intel_dri.c:842)
==14342==by 0x8FBB159: intel_vblank_handler (intel_display.c:1517)
==14342==by 0x8BA1A1A: drmHandleEvent (in /usr/lib/libdrm.so.2.4.0)
==14342==by 0x8FBB2A6: drm_wakeup_handler (intel_display.c:1564)
==14342==by 0x43B47D: WakeupHandler (dixutils.c:419)
==14342==by 0x479090: WaitForSomething (WaitFor.c:235)
==14342==by 0x42D55F: Dispatch (dispatch.c:367)
==14342==by 0x425A3A: main (main.c:287)

The offending write happens here in intel_dri.c:

  591 static int
  592 i830_dri2_frame_event_drawable_gone(void *data, XID id)
  593 {
  594 DRI2FrameEventPtr   frame_event = data;
  595 
! 596 frame_event->drawable_id = None;
  597 return Success;
  598 }

And the frame_event structure apparently has been previously freed
here in the same file:

  758 void I830DRI2FrameEventHandler(unsigned int frame, unsigned int tv_sec,
  759unsigned int tv_usec, DRI2FrameEventPtr 
swap_info)
  760 {
  761 DrawablePtr drawable;
  762 ScreenPtr screen;
  ...
  839 i830_dri2_del_frame_event(swap_info);
  840 I830DRI2DestroyBuffer(drawable, swap_info->front);
  841 I830DRI2DestroyBuffer(drawable, swap_info->back);
! 842 free(swap_info);
  843 }

Sami


signature.asc
Description: Digital signature


Processed: Re: Bug#627445: /usr/bin/qtconfig-qt4: qt4-qtconfig causes X crash

2011-05-20 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> reassign 627445 xserver-xorg-core
Bug #627445 [qt4-qtconfig] /usr/bin/qtconfig-qt4: qt4-qtconfig causes X crash
Bug reassigned from package 'qt4-qtconfig' to 'xserver-xorg-core'.
Bug No longer marked as found in versions qt4-x11/4:4.7.3-1.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
627445: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=627445
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/handler.s.c.13059152368867.transcr...@bugs.debian.org



Processed: reproduce w/o emacs

2011-05-20 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> reassign 624493 compiz
Bug #624493 [emacs23] Desktop haunted by ghost of emacs
Bug reassigned from package 'emacs23' to 'compiz'.
Bug No longer marked as found in versions emacs23/23.3+1-1.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
624493: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=624493
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/handler.s.c.13059141826206.transcr...@bugs.debian.org



Bug#626774: xserver-xorg-core: Crashes server when loading background color from 'icewmbg' and 'pcmanfm --desktop'

2011-05-20 Thread Agustin Martin
On Tue, May 17, 2011 at 07:18:44PM +0200, Marko Macek wrote:
> On 05/17/2011 03:23 PM, Agustin Martin wrote:
> >For the records, it crashes the X server, leaving a message in Xorg log,
> >
> >[   855.821]
> >Backtrace:
> >[   855.821] 0: /usr/bin/X (xorg_backtrace+0x37) [0x80ed307]
> >[   855.821] 1: /usr/bin/X (0x8048000+0x6356a) [0x80ab56a]
> >[   855.821] 2: (vdso) (__kernel_rt_sigreturn+0x0) [0xb77ba40c]
> >[   855.822] 3: /usr/bin/X (0x8048000+0xbf6d2) [0x81076d2]
> >[   855.822] 4: /usr/bin/X (ChangeWindowAttributes+0xcdc) [0x80a06bc]
> >[   855.822] 5: /usr/bin/X (0x8048000+0x26f7e) [0x806ef7e]
> >[   855.822] 6: /usr/bin/X (0x8048000+0x2d527) [0x8075527]
> >[   855.822] 7: /usr/bin/X (0x8048000+0x205ac) [0x80685ac]
> >[   855.822] 8: /lib/i686/cmov/libc.so.6 (__libc_start_main+0xe6) 
> >[0xb74b6e46]
> >[   855.822] 9: /usr/bin/X (0x8048000+0x208c1) [0x80688c1]
> >[   855.823] Segmentation fault at address 0x10
> >[   855.823]
> >Fatal server error:
> >[   855.823] Caught signal 11 (Segmentation fault). Server aborting
> >[   855.823]
> >
> >But note that this is not the original problem in this bug report.
> >
> >This one rather seems a problem either in icewm or in xserver-xorg-core. I
> >have some other things to do now, but hope to have time to go to #626331 and
> >clone a specific bug for the icewm part. Since I am not sure if xorg or icewm
> >is to blame, I will reassign to both simultaneously, so both teams can look
> >at the problem
> 
> I posted this patch for review at:
> 
> https://bugzilla.redhat.com/show_bug.cgi?id=684556 (probably wrong bug)
> 
> Haven't posted it to xorg-devel yet.
> 
> diff -ru xorg-server-1.10.1/dix/window.c xorg-server-1.10.1-new/dix/window.c
> --- xorg-server-1.10.1/dix/window.c   2011-02-25 04:27:25.0 +0100
> +++ xorg-server-1.10.1-new/dix/window.c   2011-05-15 15:15:03.912919996 
> +0200
> @@ -474,6 +474,7 @@
>  pWin->background.pixel = pScreen->whitePixel;
>  backFlag |= CWBackPixmap;
>  } else {
> + pWin->backgroundState = BackgroundPixel;
>   if (whiteRoot)
>  pWin->background.pixel = pScreen->whitePixel;
>  else
> @@ -972,6 +973,7 @@
>  else if (party_like_its_1989)
>   MakeRootTile(pWin);
>  else {
> + pWin->backgroundState = BackgroundPixel;
>   if (whiteRoot)
>   pWin->background.pixel = pScreen->whitePixel;
>   else
> 
> 

Hi, Marko,

Noticed that you also posted the proposed fix to icewmbg related bug report,

http://sourceforge.net/tracker/?func=detail&atid=100031&aid=3289566&group_id=31

I am sending a copy of your reply to 

  http://bugs.debian.org/626774 [crash on loading background image]
 
which may be related to the same problem (ancient xv sources seems to use
XSetWindowBackgroundPixmap), and to

 http://bugs.debian.org/626331 [gnome-settings-daemon doesn't allow to log 
into IceWM, LXDE.]

and cc'ing submitters in case they want to add something.

By the way, Just noticed a mail from Sergio Cipolla to #626331 reporting 
that for both 'icewmbg' and 'pcmanfm --desktop' seems that using a 
background image instead of a background colour also prevents the X 
session from crashing.

Regards,

-- 
Agustin



-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20110520163453.ga3...@agmartin.aq.upm.es



Processed: versioning mix-up

2011-05-20 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> reopen 576427
Bug #576427 {Done: Sean Finney } [compiz] compiz: New 
upstream version 0.8.6
'reopen' may be inappropriate when a bug has been closed with a version;
you may need to use 'found' to remove fixed versions.
> retitle 576427  compiz new stable release 0.8.8
Bug #576427 [compiz] compiz: New upstream version 0.8.6
Changed Bug title to 'compiz new stable release 0.8.8' from 'compiz: New 
upstream version 0.8.6'
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
576427: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=576427
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/handler.s.c.130590638213802.transcr...@bugs.debian.org



Bug#576427: versioning mix-up

2011-05-20 Thread Andres Cimmarusti
reopen 576427

retitle 576427  compiz new stable release 0.8.8

thanks

Compiz-stable is very outdated in Debian. Upstream released version
0.8.8 last month 04/2011 (http://releases.compiz.org/0.8.8/)
Compiz-stable is "suitable" to be packaged for unstable and then
eventually makes its way to stable.

Even compiz-unstable (0.9.x) is already outdated. Version 0.9.4 is
already available (http://releases.compiz.org/0.9.4/)
This one is suitable for experimental.

I hope we can see compiz 0.8.8 in Debian soon.



-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/banlktikara70mu4zgfgoz2ovkmqkye3...@mail.gmail.com



help

2011-05-20 Thread Gerry Adams
How can i remove or relocate the x default mouse icon when Xwindows reboot.


xorg: Changes to 'ubuntu'

2011-05-20 Thread Timo Aaltonen
 debian/changelog  |9 -
 debian/rules  |2 +-
 debian/x11-common.postinst.in |8 +++-
 debian/x11-common.postrm.in   |   18 --
 debian/x11-common.preinst.in  |   18 --
 5 files changed, 28 insertions(+), 27 deletions(-)

New commits:
commit 91504666cdcbe0c8c3695c29cd6bb99374ecb9f9
Author: Timo Aaltonen 
Date:   Fri May 20 17:30:03 2011 +0300

Fix whitespace in x11-common.postinst.in

diff --git a/debian/x11-common.postinst.in b/debian/x11-common.postinst.in
index f0f29a1..2e86601 100644
--- a/debian/x11-common.postinst.in
+++ b/debian/x11-common.postinst.in
@@ -41,7 +41,7 @@ if [ -e "$XWRAPPER_CONFIG" ] || [ -z "$UPGRADE" ]; then
   ALLOWED_USERS=
   if db_get x11-common/xwrapper/actual_allowed_users; then
 ALLOWED_USERS="$RET"
-  fi 
+  fi
   if [ -n "$ALLOWED_USERS" ]; then
 NEW_XWRAPPER_CONFIG=$(tempfile -m 644)
 if ! [ -e "$XWRAPPER_CONFIG" ]; then

commit a5cece8fd27c7cd5a8a16d9acf45788b2248daf4
Author: Timo Aaltonen 
Date:   Fri May 20 17:27:11 2011 +0300

Rework the x11-common.{postinst,postrm,preinst} failsafe conffile handling

the previous ones added in 1:7.6+4ubuntu1 were wrong too.

diff --git a/debian/changelog b/debian/changelog
index 3a775a6..3ed8943 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -14,6 +14,8 @@ xorg (1:7.6+4ubuntu4) UNRELEASED; urgency=low
   [ Timo Aaltonen ]
   * rules: A stampfile generation was commented out by mistake, uncomment
 it.
+  * Rework the x11-common.{postinst,postrm,preinst} failsafe conffile
+handling, the previous ones added in 1:7.6+4ubuntu1 were wrong too.
 
  -- Timo Aaltonen   Fri, 20 May 2011 17:07:13 +0300
 
diff --git a/debian/x11-common.postinst.in b/debian/x11-common.postinst.in
index 8e38199..f0f29a1 100644
--- a/debian/x11-common.postinst.in
+++ b/debian/x11-common.postinst.in
@@ -23,15 +23,13 @@ 
XWRAPPER_CONFIG_ROSTER="$CONFIG_AUX_DIR/$XWRAPPER_CONFIG_ROSTER_BASE"
 
 case "$1" in
 configure)
-  if dpkg --compare-versions "$2" lt-nl "1:7.6+4ubuntu1"; then
+  if dpkg --compare-versions "$2" lt-nl "1:7.6+4ubuntu4"; then
 remove_conffile_commit "/etc/gdm/failsafe-xorg.conf"
+remove_conffile_commit "/etc/gdm/failsafeBlacklist"
 remove_conffile_commit "/etc/gdm/failsafeDexconf"
 remove_conffile_commit "/etc/gdm/failsafeDexconf.old"
 remove_conffile_commit "/etc/gdm/failsafeHelpmsg"
 remove_conffile_commit "/etc/gdm/failsafeInstall"
-  fi
-  if dpkg --compare-versions "$2" lt-nl "1:7.6+4ubuntu4"; then
-remove_conffile_commit "/etc/gdm/failsafeBlacklist"
 remove_conffile_commit "/etc/gdm/failsafeXServer"
 remove_conffile_commit "/etc/gdm/failsafeXinit"
   fi
diff --git a/debian/x11-common.postrm.in b/debian/x11-common.postrm.in
index 91a5961..6d54cfb 100644
--- a/debian/x11-common.postrm.in
+++ b/debian/x11-common.postrm.in
@@ -20,17 +20,15 @@ 
XWRAPPER_CONFIG_ROSTER="$CONFIG_AUX_DIR/${XWRAPPER_CONFIG##*/}.roster"
 
 case "$1" in
 abort-install|abort-upgrade)
-  if dpkg --compare-versions "$2" lt-nl "1:7.6+4ubuntu1"; then
-remove_conffile_commit "/etc/gdm/failsafe-xorg.conf"
-remove_conffile_commit "/etc/gdm/failsafeDexconf"
-remove_conffile_commit "/etc/gdm/failsafeDexconf.old"
-remove_conffile_commit "/etc/gdm/failsafeHelpmsg"
-remove_conffile_commit "/etc/gdm/failsafeInstall"
-  fi
   if dpkg --compare-versions "$2" lt-nl "1:7.6+4ubuntu4"; then
-remove_conffile_commit "/etc/gdm/failsafeBlacklist"
-remove_conffile_commit "/etc/gdm/failsafeXServer"
-remove_conffile_commit "/etc/gdm/failsafeXinit"
+remove_conffile_rollback "/etc/gdm/failsafe-xorg.conf"
+remove_conffile_rollback "/etc/gdm/failsafeBlacklist"
+remove_conffile_rollback "/etc/gdm/failsafeDexconf"
+remove_conffile_rollback "/etc/gdm/failsafeDexconf.old"
+remove_conffile_rollback "/etc/gdm/failsafeHelpmsg"
+remove_conffile_rollback "/etc/gdm/failsafeInstall"
+remove_conffile_rollback "/etc/gdm/failsafeXServer"
+remove_conffile_rollback "/etc/gdm/failsafeXinit"
   fi
 esac
 
diff --git a/debian/x11-common.preinst.in b/debian/x11-common.preinst.in
index 45dd07c..6fbfae1 100644
--- a/debian/x11-common.preinst.in
+++ b/debian/x11-common.preinst.in
@@ -16,17 +16,15 @@ CONFIG_DIR=/etc/X11
 #INCLUDE_SHELL_LIB#
 
 if [ "$1" = "install" ] || [ "$1" = "upgrade" ]; then
-  if dpkg --compare-versions "$2" lt-nl "1:7.6+4ubuntu1"; then
-remove_conffile_commit "/etc/gdm/failsafe-xorg.conf"
-remove_conffile_commit "/etc/gdm/failsafeDexconf"
-remove_conffile_commit "/etc/gdm/failsafeDexconf.old"
-remove_conffile_commit "/etc/gdm/failsafeHelpmsg"
-remove_conffile_commit "/etc/gdm/failsafeInstall"
-  fi
   if dpkg --compare-versions "$2" lt-nl "1:7.6+4ubuntu4"; then
-remove_conffile_commit "/etc/gdm/failsafeXBackup"
-remove_conffile_commit "/etc/gdm/failsafeXServer"
-remove_conffile_commit "/etc/gdm/failsafeXinit"
+remove_conffile_lookup x11-common "/et

Processed: Re: Bug#627385: xserver-xorg-input-synaptics: coasting should stop with keypress

2011-05-20 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> forwarded 627385 https://bugs.freedesktop.org/show_bug.cgi?id=33856
Bug #627385 [xserver-xorg-input-synaptics] xserver-xorg-input-synaptics: 
coasting should stop with keypress
Set Bug forwarded-to-address to 
'https://bugs.freedesktop.org/show_bug.cgi?id=33856'.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
627385: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=627385
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/handler.s.c.130588660615073.transcr...@bugs.debian.org



Bug#627385: xserver-xorg-input-synaptics: coasting should stop with keypress

2011-05-20 Thread Cyril Brulebois
forwarded 627385 https://bugs.freedesktop.org/show_bug.cgi?id=33856
thanks

Hi,

Brett Ryland  (20/05/2011):
> Thanks, it seems that upstream already knows about the problem:
> https://bugs.freedesktop.org/show_bug.cgi?id=33856 but they don't
> know how to fix it...

thanks, marking as such (cont...@bugs.debian.org Bcc'd).

Mraw,
KiBi.


signature.asc
Description: Digital signature


Bug#626507: Not really solved

2011-05-20 Thread Pier Paolo
Il giorno ven, 20/05/2011 alle 10.22 +0200, Cyril Brulebois ha scritto:
> Pier Paolo  (19/05/2011):
> > but i think this GMANE patch very conferent:
> > http://thread.gmane.org/gmane.linux.kernel/809695; however the (short)
> > thread is very technical, and i didn't well understand the point: what is
> > the kernel version (now Torvalds is shipping 2.6.39 i see) where the change
> > (i.e. jumpy_cursor psmouse parameter) is actually implemented in?
> 
> Looks like that?
> 
> commit 7f29f17b57255b6395046805a98bc663ded63fb8
> Author: Éric Piel 
> Date:   Thu Aug 5 23:51:49 2010 -0700
> 
...Nou... it is a diff, not a commit, sorry. And it is dated 2009...

well... i'll try 2.6.39! (when i have a little time)

> Input: elantech - discard the first 2 positions on some firmwares
> 
> According to the Dell/Ubuntu driver, what was previously observed as
> "jumpy cursor" corresponds to the hardware sending incorrect data for
> the first two reports of a one touch finger. So let's use the same
> workaround as in the other driver. Also, detect another firmware
> version with the same behaviour, as in the other driver.
> 
> Signed-off-by: Éric Piel 
> Signed-off-by: Dmitry Torokhov 
> 
> See:
>   
> http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commitdiff;h=7f29f17b57255b6395046805a98bc663ded63fb8;hp=7be3c13425ddeed8427cfaad65c9123c2c8ca331
> 
> If so:
>   $ git describe 7f29f17b
>   v2.6.35-rc3-64-g7f29f17
> 
> which means it was first included in v2.6.35-rc4
> 
> Mraw,
> KiBi.

Thanks,
Pier Paolo.






-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/1305886586.2362.1.camel@pistola.internos



Bug#627385: xserver-xorg-input-synaptics: coasting should stop with keypress

2011-05-20 Thread Brett Ryland
Hi Cyril,

On 20 May 2011 11:54, Cyril Brulebois  wrote:
> I'd suggest asking Peter Hutterer, through an upstream bug report:
>  https://bugs.freedesktop.org/ (xorg, Input/synaptics)
>
> He's one of the guys who know a lot about input stuff.
>
> Mentioning the bug number/URL here afterwards will let us track the
> upstream bug report. Thanks already!

Thanks, it seems that upstream already knows about the problem:
https://bugs.freedesktop.org/show_bug.cgi?id=33856
but they don't know how to fix it...

Cheers,
Brett.



--
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/BANLkTimjfebze?x2kqlvh4tmovdas...@mail.gmail.com



Bug#627385: xserver-xorg-input-synaptics: coasting should stop with keypress

2011-05-20 Thread Cyril Brulebois
Hi,

Brett Ryland  (20/05/2011):
> However, I would like the coasting feature to immediately stop when
> I press a key as unexpected results may occur from the combination
> of the keypress and the scrolling.
> […]
> Perhaps this should be an option in the syndaemon program?

I'd suggest asking Peter Hutterer, through an upstream bug report:
  https://bugs.freedesktop.org/ (xorg, Input/synaptics)

He's one of the guys who know a lot about input stuff.

Mentioning the bug number/URL here afterwards will let us track the
upstream bug report. Thanks already!

Mraw,
KiBi.


signature.asc
Description: Digital signature


Bug#627385: xserver-xorg-input-synaptics: coasting should stop with keypress

2011-05-20 Thread Brett Ryland
Package: xserver-xorg-input-synaptics
Version: 1.4.0-1+b1
Severity: wishlist

I like the coasting feature in the synaptics driver. My coasting settings are:
nappers@Brett:~$ synclient -l |grep -i coasting
   CornerCoasting  = 0
   CoastingSpeed   = 20
   CoastingFriction= 50

However, I would like the coasting feature to immediately stop when I press a
key as unexpected results may occur from the combination of the keypress and
the scrolling.

For example, I am scrolling down a long page in google-chrome and decide that I
no longer wish to read that page, so I hit ctrl-w to close the tab. Before the
tab closes, several ctrl-scroll events have registered and chrome adjusts the
zoom settings for that site before closing the tab. This becomes rather
annoying as the zoom settings are remembered between visits to sites. Other
applications may suffer more detrimental effects.

Perhaps this should be an option in the syndaemon program?



-- Package-specific info:
X server symlink status:

lrwxrwxrwx 1 root root 13 Sep 20  2010 /etc/X11/X -> /usr/bin/Xorg
-rwxr-xr-x 1 root root 1972704 Apr 28 14:26 /usr/bin/Xorg

Diversions concerning libGL are in place

diversion of /usr/lib/libGL.so to /usr/lib/nvidia/diversions/libGL.so by 
libgl1-nvidia-alternatives
diversion of /usr/lib/libGL.so.1 to /usr/lib/nvidia/diversions/libGL.so.1 by 
libgl1-nvidia-alternatives
diversion of /usr/lib32/libGL.so to /usr/lib32/nvidia/diversions/libGL.so by 
libgl1-nvidia-alternatives-ia32
diversion of /usr/lib32/libGL.so.1 to /usr/lib32/nvidia/diversions/libGL.so.1 
by libgl1-nvidia-alternatives-ia32
diversion of /usr/lib/xorg/modules/extensions/libglx.so to 
/usr/lib/nvidia/diversions/libglx.so by libglx-nvidia-alternatives
diversion of /usr/lib/libGL.so.1.2 to /usr/lib/nvidia/diversions/libGL.so.1.2 
by libgl1-nvidia-alternatives
diversion of /usr/lib/debug/usr/lib/xorg/modules/extensions/libglx.so to 
/usr/lib/nvidia/diversions/libglx.so.dbg by libglx-nvidia-alternatives
diversion of /usr/lib32/libGL.so.1.2 to 
/usr/lib32/nvidia/diversions/libGL.so.1.2 by libgl1-nvidia-alternatives-ia32

VGA-compatible devices on PCI bus:
--
03:00.0 VGA compatible controller [0300]: nVidia Corporation G84 [GeForce 8700M 
GT] [10de:0409] (rev a1)

Xorg X server configuration file status:

-rw-r--r-- 1 root root 1047 Sep 21  2010 /etc/X11/xorg.conf

Contents of /etc/X11/xorg.conf:
---
Section "Module"
Load   "vbe"
Load   "int10"
Load   "synaptics"
Load   "glx"
EndSection

Section "Device"
Identifier "Device0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
BoardName  "GeForce 8700M GT"
EndSection

Section "Device"
Identifier "Device1"
Driver "nvidia"
VendorName "NVIDIA Corporation"
BoardName  "GeForce 8700M GT"
EndSection

Section "Screen"
Identifier "Screen0"
Device "Device0"
DefaultDepth24
Option "NoLogo" "true"
Option "CursorShadow" "true" #default false
#  Option "SLI" "no" # options are "no","Auto","AFR","SFR","AA"
Option "SLI" "Auto" # options are "no","Auto","AFR","SFR","AA"
Option "TripleBuffer" "true"
Option "OnDemandVBlankInterrupts" "true"
#  Option "DynamicTwinView" "false"
#  Option "TwinView" "1"
#  Option "TwinViewOrientation" "Clone"
#  Option "metamodes" "CRT: 1024x768 +0+0, DFP: 1920x768 +0+0"
EndSection

/etc/X11/xorg.conf.d does not exist.

/etc/modprobe.d contains no KMS configuration files.

Kernel version (/proc/version):
---
Linux version 2.6.39 (nappers@Brett) (gcc version 4.5.3 (Debian 4.5.3-1) ) #2 
SMP Thu May 19 11:51:29 CEST 2011

Xorg X server log files on system:
--
-rw-r--r-- 1 root root 27841 May 20 10:10 /var/log/Xorg.0.log

Contents of most recent Xorg X server log file (/var/log/Xorg.0.log):
-
[17.267] 
X.Org X Server 1.10.1
Release Date: 2011-04-15
[17.315] X Protocol Version 11, Revision 0
[17.315] Build Operating System: Linux 2.6.32-5-amd64 x86_64 Debian
[17.316] Current Operating System: Linux Brett 2.6.39 #2 SMP Thu May 19 
11:51:29 CEST 2011 x86_64
[17.316] Kernel command line: BOOT_IMAGE=/vmlinuz-2.6.39 
root=UUID=136bcd81-be6c-4b62-8dda-13b260ffa069 ro quiet
[17.316] Build Date: 28 April 2011  12:13:00PM
[17.316] xorg-server 2:1.10.1-2 (Julien Cristau ) 
[17.316] Current version of pixman: 0.21.8
[17.316]Before reporting problems, check http://wiki.x.org
to make sure that you have the lates

Bug#626507: Not really solved

2011-05-20 Thread Cyril Brulebois
Pier Paolo  (19/05/2011):
> but i think this GMANE patch very conferent:
> http://thread.gmane.org/gmane.linux.kernel/809695; however the (short)
> thread is very technical, and i didn't well understand the point: what is
> the kernel version (now Torvalds is shipping 2.6.39 i see) where the change
> (i.e. jumpy_cursor psmouse parameter) is actually implemented in?

Looks like that?

commit 7f29f17b57255b6395046805a98bc663ded63fb8
Author: Éric Piel 
Date:   Thu Aug 5 23:51:49 2010 -0700

Input: elantech - discard the first 2 positions on some firmwares

According to the Dell/Ubuntu driver, what was previously observed as
"jumpy cursor" corresponds to the hardware sending incorrect data for
the first two reports of a one touch finger. So let's use the same
workaround as in the other driver. Also, detect another firmware
version with the same behaviour, as in the other driver.

Signed-off-by: Éric Piel 
Signed-off-by: Dmitry Torokhov 

See:
  
http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commitdiff;h=7f29f17b57255b6395046805a98bc663ded63fb8;hp=7be3c13425ddeed8427cfaad65c9123c2c8ca331

If so:
  $ git describe 7f29f17b
  v2.6.35-rc3-64-g7f29f17

which means it was first included in v2.6.35-rc4

Mraw,
KiBi.


signature.asc
Description: Digital signature


xkb-data: Changes to 'ubuntu'

2011-05-20 Thread Christopher Halse Rogers
 debian/changelog|   14 ++
 debian/xkb-data.postinst.in |   27 +++
 rules/base.ml_s.part|1 -
 3 files changed, 41 insertions(+), 1 deletion(-)

New commits:
commit 9e4b55bc13796436c7383ba10c45d6c8033d4400
Author: Christopher James Halse Rogers 
Date:   Fri May 20 17:27:00 2011 +1000

Migrate settings from 'dvorak-intl' to 'dvorak-alt-intl' on
upgrade to match upstream rename

diff --git a/debian/changelog b/debian/changelog
index 65ec555..55d1d5d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+xkeyboard-config (2.1-1ubuntu4) UNRELEASED; urgency=low
+
+  * debian/xkb-data.postinst.in:
+- Migrate console-setup/keyboard-configuration settings from dvorak-intl
+  to dvorak-alt-intl to match rename in xkeyboard-config 1.9. (LP: #742683)
+
+ -- Christopher James Halse Rogers   Fri, 20 May 2011 
17:26:05 +1000
+
 xkeyboard-config (2.1-1ubuntu3) natty; urgency=low
 
   * Fix broken HTC Dream stanza.
diff --git a/debian/xkb-data.postinst.in b/debian/xkb-data.postinst.in
index ef5279e..0dd35c9 100644
--- a/debian/xkb-data.postinst.in
+++ b/debian/xkb-data.postinst.in
@@ -2,6 +2,9 @@
 
 set -e
 
+# Source debconf library.
+. /usr/share/debconf/confmodule
+
 THIS_PACKAGE=xkb-data
 THIS_SCRIPT=postinst
 
@@ -17,6 +20,30 @@ case $1 in
   rmdir --ignore-fail-on-non-empty /etc/X11/xkb
 fi
   fi
+  if dpkg --compare-versions "$2" lt-nl 1.9; then
+# dvorak-intl was renamed to dvorak-alt-intl in 1.9
+# Transition users to the new layout name.
+#
+# We cannot guarantee that console-setup/keyboard-configuration's
+# config script has either run or not run.  Thus, we need to update
+# both the configuration files and debconf.
+for CONFIGFILE in /etc/default/keyboard /etc/default/console-setup ; do
+  if [ -f $CONFIGFILE ]; then
+cp -a -f $CONFIGFILE $CONFIGFILE.tmp
+sed -e "s|^ 
*XKBVARIANT=.*dvorak-intl.*|XKBVARIANT=\"dvorak-alt-intl\"|" \
+  < $CONFIGFILE > $CONFIGFILE.tmp
+   mv -f $CONFIGFILE.tmp $CONFIGFILE
+  fi
+done
+db_get keyboard_configuration/variantcode || true
+if [ "$RET" = "dvorak-intl" ]; then
+  db_set keyboard-configuration/variantcode "dvorak-alt-intl"
+fi
+db_get console-setup/variantcode || true
+if [ "$RET" = "dvorak-intl" ]; then
+db_set console-setup/variantcode "dvorak-alt-intl"
+fi
+  fi
   ;;
 esac
 

commit a52a9b925b2f412b63978aff7e0a056fd0e20ea3
Author: Christopher James Halse Rogers 
Date:   Fri May 20 17:20:01 2011 +1000

Merge 2.1-1ubuntu3 upload into git

diff --git a/debian/changelog b/debian/changelog
index 5b375ed..65ec555 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+xkeyboard-config (2.1-1ubuntu3) natty; urgency=low
+
+  * Fix broken HTC Dream stanza.
+
+ -- Evan Dandrea   Tue, 08 Feb 2011 12:22:12 +
+
 xkeyboard-config (2.1-1ubuntu2) natty; urgency=low
 
   * Refresh patches 104, 105, 108 to apply
diff --git a/rules/base.ml_s.part b/rules/base.ml_s.part
index fdc82d2..5d3b46d 100644
--- a/rules/base.ml_s.part
+++ b/rules/base.ml_s.part
@@ -39,4 +39,3 @@
   htcdream $htcdreamlayouts=   %l(htcdream)
   *$nonlatin   =   pc+us+%l%(v):2
   **   =   pc+%l%(v)
-  htcdream us de it=   %l(htcdream)


-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1qnk8s-0001xz...@alioth.debian.org