This sounds like exactly what I'm seeing, but I'm using the proprietary
Nvidia drivers.
Move the mouse to the other screen and it remains on the previous.
It wasn't doing this under 8.10 only once I update to 9.04.
--
Xorg mouse artifacts when moving between displays using ATI's driver
https://
Public bug reported:
I don't see a error yet, but doing "dmesg | grep error" I get:
[ 32.964220] tridentfb: probe of :01:00.0 failed with error -1
[ 65.940182] xfce4-settings-[3172]: segfault at 4 ip b7508f6e sp bf8992e0
error 4 in libSM.so.6.0.0[b7507000+7000]
with fail instead of er
** Attachment added: "BootDmesg.txt"
http://launchpadlibrarian.net/26412093/BootDmesg.txt
** Attachment added: "Dependencies.txt"
http://launchpadlibrarian.net/26412094/Dependencies.txt
** Attachment added: "HalComputerInfo.txt"
http://launchpadlibrarian.net/26412095/HalComputerInfo.txt
Yep, same here. 9.10 seams to not have this problem.
--
xinerama mouse cursor on every screen
https://bugs.launchpad.net/bugs/357901
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.co
I'm also seeing this.
I seem to be able to reproduce it.
Turn on the external USB drive.
Open it in Nautilus to ensure it's mounted.
Drop into the command (guake rocks!) and browse into a folder on the drive.
Go to the desktop, select the drive and choice "Safely remove drive".
BANG, the desktop ic
I tried gnome-terminal like you, and like you I see what I should.
But using guake instead, it has crashed out everytime.
--
safely remove drive causes segfault in libgobject and libXtst
https://bugs.launchpad.net/bugs/462364
You received this bug notification because you are a member of Ubuntu
B
I tried gnome-terminal like you, and like you I see what I should.
But using guake instead, it has crashed out everytime.
2009/11/22 Rocko
> @Joe: I tried reproducing it that way, but when I try to safely remove a
> drive that gnome-terminal is accessing, nautilus tells me it's being
> us
Don't know if this helps, trying to get the source of glib2 that karmic
uses, but here's the callstack I'm seeing when you crash Nautilus via
"Safely Remove" on the drive in the "Computer" place.
??
??
_gio_marshal_VOID__STRING_BOXED_BOXED
/build/buildd/glib2.0-2.22.2/gio/gio-marshal.c 278
g_ty
Ok, had another chase to look. Brought in the rest of the debug symbols
for the libs nautilus, and found the wonders of "apt-get source
"
The top of the stack missing from where I was before is:
pid_get_command_line
_gtk_mount_operation_lookup_info
add_pid_to_process_list_store
update_process_lis
It is "pid_get_command_line" in gtkmountoperation-x11.c, but it's not
"cmdline_contents" but "cmdline_len" that is the problem.
"cmdline_len" is coming back from "g_file_get_contents" as 0.
There is then the loop:
for (n = 0; n < cmdline_len - 1; n++)
and "n" and "cmdline_len" are unsigned.
I no longer seam to be able to reproduce this. With or without apport.
Maybe an update I didn't notice fixed it
--
safely remove drive causes segfault in libgobject and libXtst
https://bugs.launchpad.net/bugs/462364
You received this bug notification because you are a member of Ubuntu
Bugs, w
Public bug reported:
After upgrading from 10.04 I noticed a flood of message in dmesg like :
streamzap 3-1:1.0: streamzap_callback: received urb, len 2
streamzap 3-1:1.0: sz idx 0: f
streamzap 3-1:1.0: sz idx 1: ff
Has been for a while, but it finally got in my way enough to force me to
find out
** Attachment added: "version.log"
https://bugs.launchpad.net/bugs/700817/+attachment/1789575/+files/version.log
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/700817
Title:
streamzap IR module f
** Attachment added: "uname-a.log"
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/700817/+attachment/1789605/+files/uname-a.log
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/700817
Title:
** Attachment added: "lspci-vnvn.log"
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/700817/+attachment/1789606/+files/lspci-vnvn.log
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/700817
Ti
** Attachment added: "dmesg.log"
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/700817/+attachment/1789607/+files/dmesg.log
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/700817
Title:
str
The work round I use is a *.desktop file in ~/.config/autostart pointing
to a script that does:
#! /bin/bash
REMOTE_DEVICE=/dev/lirc0
export DISPLAY=:0.0
namePath="/sys/`udevadm info -q path -n $REMOTE_DEVICE`/../input*/name"
xinputLine=`xinput list | grep "$(cat $namePath)"`
id=`expr substr "$x
17 matches
Mail list logo