Bug#681263: Not sure

2012-07-13 Thread G. Pablo Vanwoerkom
Well, I did install compiz manually and since it didn't have "make
uninstall", I had to uninstall manually as well.

However, I think this behavior was my motivation to try to install compiz
manually. Anyways, I removed all mentions of compiz from my system, purged
compiz from synaptic, and installed again.

If there is more info you would need, let me know!
Thanks,-Pablo


Bug#681506: xserver-xorg-input-mouse: crash on kfreebsd-*

2012-07-13 Thread Steven Chamberlain
On 13/07/12 20:00, Petr Salinger wrote:
> I believe it will solve also #678124 and
> http://lists.debian.org/debian-bsd/2012/07/msg00068.html

Yep!  Fixes the crash I was seeing, and the pointer is functional again
now on kfreebsd-amd64.  Thanks a lot.

Regards,
-- 
Steven Chamberlain
ste...@pyro.eu.org



-- 
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/50007bca.6020...@pyro.eu.org




Re: xserver-xorg-video-nv driver for GNU/kFreeBSD

2012-07-13 Thread Cyril Brulebois
Please mail debian-x@ directly next time.

Petr Salinger  (13/07/2012):
> xserver-xorg-video-nv driver have been removed from unstable. It is
> replaced by xserver-xorg-video-nouveau driver, but only under Linux,
> as it requires KMS.
> 
> I dist-upgraded to wheezy today. My graphics card works with vesa
> driver, but only with 4:3 aspect, which is really bad for 16:9 LCD
> :-(.
> 
> I have been able to mix
> git clone git://anongit.freedesktop.org/xorg/driver/xf86-video-nv
> git clone git://git.debian.org/pkg-xorg/attic/driver/xserver-xorg-video-nv.git
> and build some working version.
> 
> Would be possible to restore building of video-nv driver under
> GNU/kFreeBSD only ?

I won't do that.

> Would be possible to get it into wheezy ?

I don't think so.

Mraw,
KiBi.


signature.asc
Description: Digital signature


Bug#681506: xserver-xorg-input-mouse: crash on kfreebsd-*

2012-07-13 Thread Petr Salinger

Package: xserver-xorg-input-mouse
Version: 1:1.7.2-2
Severity: serious
Tags: patch
User: debian-...@lists.debian.org
Usertags: kfreebsd
X-Debbugs-Cc: debian-...@lists.debian.org

Hi.

The current version of xserver segfaults under kfreebsd-amd64.

[   237.968] (II) Using input driver 'mouse' for 'Configured Mouse'
[   237.968] (**) Option "CorePointer" "on"
[   237.968] (**) Configured Mouse: always reports core events
[   237.968]
[   237.968] Backtrace:
[   237.968] 0: Xorg (xorg_backtrace+0x36) [0x5641a6]
[   237.968] 1: Xorg (0x40+0x167cc9) [0x567cc9]
[   237.968] 2: /lib/x86_64-kfreebsd-gnu/libpthread.so.0 (0x8014cc000+0xbf04) 
[0x8014d7f04]


It is due to buggy workaround of gcc bug #665390.
Please just replace bsd-array-bounds.diff with attached one.

I believe it will solve also #678124 and
http://lists.debian.org/debian-bsd/2012/07/msg00068.html


PetrIndex: xserver-xorg-input-mouse/src/bsd_mouse.c
===
--- xserver-xorg-input-mouse.orig/src/bsd_mouse.c
+++ xserver-xorg-input-mouse/src/bsd_mouse.c
@@ -139,10 +139,10 @@ CheckProtocol(const char *protocol)
 {
 int i;
 
-for (i = 0; internalNames[i]; i++)
+for (i = -1; internalNames[++i];)
 	if (xf86NameCmp(protocol, internalNames[i]) == 0)
 	return TRUE;
-for (i = 0; miscNames[i]; i++)
+for (i = -1; miscNames[++i];)
 	if (xf86NameCmp(protocol, miscNames[i]) == 0)
 	return TRUE;
 return FALSE;


Bug#680514: Reproduced

2012-07-13 Thread John Goerzen

Julien,

I reproduced this bug on current wheezy without the troublesome boot 
parameters.


Linux minerva 3.2.0-3-amd64 #1 SMP Thu Jun 28 09:07:26 UTC 2012 x86_64 
GNU/Linux



jgoerzen@minerva:~$ cat /proc/cmdline
BOOT_IMAGE=/boot/vmlinuz-3.2.0-3-amd64 root=/dev/mapper/minerva-root ro 
quiet pcie_aspm=force i915.lvds_downclock=1


Does this meet your requirements?

thanks,

-- John



--
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/50003a7e.5090...@complete.org



xorg: Changes to 'xsf-docs'

2012-07-13 Thread Cyril Brulebois
 xsf-docs/howto/use-gdb.txt |5 -
 1 file changed, 4 insertions(+), 1 deletion(-)

New commits:
commit 6b4a944090829d8477dc4dad2af5583b1c7d9bf5
Author: Cyril Brulebois 
Date:   Mon Jun 25 22:26:55 2012 +0200

Document -core for latest gdm3.

diff --git a/xsf-docs/howto/use-gdb.txt b/xsf-docs/howto/use-gdb.txt
index 8de06f0..dce7d02 100644
--- a/xsf-docs/howto/use-gdb.txt
+++ b/xsf-docs/howto/use-gdb.txt
@@ -56,7 +56,10 @@ Actual gdb work
 Getting a core file
 ~~~
 
- * Using `gdm3`: The idea is to tweak the daemon’s
+ * Using `gdm3` 3.4.1 and above: uncomment `Enable = true` in the
+   `[debug]` section of the `/etc/gdm3/daemon.conf` file.
+
+ * Using an older `gdm3` package: The idea is to tweak the daemon’s
`LocalXserverCommand` setting, adding the `-core` option. As of
`gdm3 2.30`, the defaults can be found in
`/usr/share/gdm/gdm.schemas`. Sample `/etc/gdm3/daemon.conf`


-- 
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/e1spbpb-0006zi...@vasks.debian.org