[Bug 552058] Re: [915GM] Mouse cursor disappears when laptop lid closed

2013-02-14 Thread Chris Wilson
I believe I recognise this kernel bug in cursor misbehaviour across
modeset.

** Changed in: xserver-xorg-video-intel (Ubuntu)
   Status: Confirmed = Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/552058

Title:
  [915GM] Mouse cursor disappears when laptop lid closed

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-intel/+bug/552058/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 552058] Re: [915GM] Mouse cursor disappears when laptop lid closed

2011-01-24 Thread bmomjian
I have developed an automatic fix based on a bug report comment
(https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-
ati/+bug/552246/comments/2).   Add this file as
/etc/acpi/local/lid.sh.pre --- is basically does Cntrl-Alt-1, Cntrl-
Alt-7 when you open the lid and fixes the problem for me:

#!/bin/bash
# TODO:  Change the above to /bin/sh

# This file goes into /etc/acpi/local/lid.sh.pre
# fixed cursor restore when lid is opened

# 
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-ati/+bug/552246/comments/23
chvt 1
chvt 7

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/552058

Title:
  [915GM] Mouse cursor disappears when laptop lid closed

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 552058] Re: [915GM] Mouse cursor disappears when laptop lid closed

2010-12-31 Thread TF

I was able to get the cursor to show after suspend and optionally eliminate 
screen graphics tearing on my gateway lt3103u running 10.04 in this manner:

save your work as this will restart X and close all windows, use with
caution or you can screw up your X display

ctl alt f6

-start a root shell

sudo bash

service gdm stop

Xorg -configure

note where xorg.conf.new is generated in the information listed

service gdm start

-back to a root shell

sudo bash

cp path where it was generated/xorg.conf.new /etc/X11/xorg.conf

gedit /etc/X11/xorg.conf

Add the appropriate Option in the section below:

Example:
Section Device
#text cut for brevity.
Identifier  Card0
Driver  radeon
VendorName  ATI Technologies Inc
BoardName   RS690M [Radeon X1200 Series]
BusID   PCI:1:5:0

#Option: You may not need this one if your graphics are fine: 
#This eliminates graphics tearing and jumbling on my gateway lt3103u
Option  RenderAccel False

#Option: This allows the cursor to show after suspend
Option  SWcursor True
EndSection

restart computer

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/552058

Title:
  [915GM] Mouse cursor disappears when laptop lid closed

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 552058] Re: [915GM] Mouse cursor disappears when laptop lid closed

2010-10-23 Thread iluii
happens on my x41 xubuntu 10.04, only fn f7 doesnt work for me, maybe
its not mapped, anyway I have to:

sudo /etc/init.d/gdm restart

for it to reappear

-- 
[915GM] Mouse cursor disappears when laptop lid closed
https://bugs.launchpad.net/bugs/552058
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.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 552058] Re: [915GM] Mouse cursor disappears when laptop lid closed

2010-08-26 Thread mike-g2
Running lucid on a Thinkpad T60 and encountering this problem after
upgrading from 9.10 to 10.04. Haven't tweaked any config files.  Fn+7
solves the problem.

-- 
[915GM] Mouse cursor disappears when laptop lid closed
https://bugs.launchpad.net/bugs/552058
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.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 552058] Re: [915GM] Mouse cursor disappears when laptop lid closed

2010-07-13 Thread cmcanulty
Mine disappears after hibernate and keyboard tricks above don't work but
terminal command modprobe psmouse brings it back. Was OK before Lucid
install.

-- 
[915GM] Mouse cursor disappears when laptop lid closed
https://bugs.launchpad.net/bugs/552058
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.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 552058] Re: [915GM] Mouse cursor disappears when laptop lid closed

2010-07-07 Thread Jodie Cunningham
Switching desktops (Ctrl+Alt+LeftArrow,Ctl+Alt+RightArrow) also revives
the cursor without changing VTs.

-- 
[915GM] Mouse cursor disappears when laptop lid closed
https://bugs.launchpad.net/bugs/552058
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.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 552058] Re: [915GM] Mouse cursor disappears when laptop lid closed

2010-07-06 Thread Jodie Cunningham
Confirmed here.
System: IBM Thinkpad X40
Final 10.04 installation.

Tried the PPA from the Lucid8xx Freezes wiki to no avail. Lspci and
Dmesg forthcoming.

-- 
[915GM] Mouse cursor disappears when laptop lid closed
https://bugs.launchpad.net/bugs/552058
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.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 552058] Re: [915GM] Mouse cursor disappears when laptop lid closed

2010-07-06 Thread Jodie Cunningham

** Attachment added: dmesg.x40
   http://launchpadlibrarian.net/51487378/dmesg.x40

-- 
[915GM] Mouse cursor disappears when laptop lid closed
https://bugs.launchpad.net/bugs/552058
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.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 552058] Re: [915GM] Mouse cursor disappears when laptop lid closed

2010-07-06 Thread Jodie Cunningham

** Attachment added: lspci.x40
   http://launchpadlibrarian.net/51487389/lspci.x40

-- 
[915GM] Mouse cursor disappears when laptop lid closed
https://bugs.launchpad.net/bugs/552058
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.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 552058] Re: [915GM] Mouse cursor disappears when laptop lid closed

2010-07-06 Thread Jodie Cunningham

** Attachment added: Xorg.0.log.x40
   http://launchpadlibrarian.net/51487398/Xorg.0.log.x40

-- 
[915GM] Mouse cursor disappears when laptop lid closed
https://bugs.launchpad.net/bugs/552058
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.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 552058] Re: [915GM] Mouse cursor disappears when laptop lid closed

2010-07-06 Thread Jodie Cunningham
I noticed that syslog, user.log and daemon.log all had relevant entries,
so I have attached those.

I'm going to try nuking PulseAudio to see if that helps.

** Attachment added: syslog.x40
   http://launchpadlibrarian.net/51487483/syslog.x40

-- 
[915GM] Mouse cursor disappears when laptop lid closed
https://bugs.launchpad.net/bugs/552058
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.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 552058] Re: [915GM] Mouse cursor disappears when laptop lid closed

2010-07-06 Thread Jodie Cunningham

** Attachment added: user.log.x40
   http://launchpadlibrarian.net/51487490/user.log.x40

-- 
[915GM] Mouse cursor disappears when laptop lid closed
https://bugs.launchpad.net/bugs/552058
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.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 552058] Re: [915GM] Mouse cursor disappears when laptop lid closed

2010-07-06 Thread Jodie Cunningham

** Attachment added: daemon.log.x40
   http://launchpadlibrarian.net/51487497/daemon.log.x40

-- 
[915GM] Mouse cursor disappears when laptop lid closed
https://bugs.launchpad.net/bugs/552058
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.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 552058] Re: [915GM] Mouse cursor disappears when laptop lid closed

2010-07-06 Thread Jodie Cunningham
Removing PulseAudio does not help.

This problem is with some acpi helper.
If I execute `sudo service acpid stop` I can close my lid and keep my cursor.

I am investigating this further.

-- 
[915GM] Mouse cursor disappears when laptop lid closed
https://bugs.launchpad.net/bugs/552058
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.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 552058] Re: [915GM] Mouse cursor disappears when laptop lid closed

2010-07-06 Thread Jodie Cunningham
Forgot to add: SWCursor true does not affect the outcome.

-- 
[915GM] Mouse cursor disappears when laptop lid closed
https://bugs.launchpad.net/bugs/552058
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.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 552058] Re: [915GM] Mouse cursor disappears when laptop lid closed

2010-07-06 Thread Jodie Cunningham
I must have been on a lucky streak with acpid. I had it disabled later,
cycled the lid and still lost my cursor.

If you close the lid, bring it back up and are missing your cursor, toggling 
with the following brings the cursor back inside X:
 xinput set-int-prop TPPS/2 IBM TrackPoint Device Enabled 8 0
 xinput set-int-prop TPPS/2 IBM TrackPoint Device Enabled 8 1

When you close the lid, Xorg kills the keyboard and trackpoint. For some reason 
it fails to turn it back on when it comes back up.
It may be missing a hotplug event.

Lucid is all udev so I'm not sure how all of that factors in... the
debugging continues.

-- 
[915GM] Mouse cursor disappears when laptop lid closed
https://bugs.launchpad.net/bugs/552058
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.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 552058] Re: [915GM] Mouse cursor disappears when laptop lid closed

2010-07-06 Thread Jodie Cunningham
evtest still dumps data when the cursor is missing, so Xorg is seeing
the evdev the whole time.

-- 
[915GM] Mouse cursor disappears when laptop lid closed
https://bugs.launchpad.net/bugs/552058
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.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 552058] Re: [915GM] Mouse cursor disappears when laptop lid closed

2010-05-30 Thread Robb Topolski
Confirming on my IBM Thinkpad X41 running 10.4

also seen reported on bug 560804 which is similar or same behavior on
Intel Corporation 82852/855GM Integrated Graphics Device

-- 
[915GM] Mouse cursor disappears when laptop lid closed
https://bugs.launchpad.net/bugs/552058
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.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 552058] Re: [915GM] Mouse cursor disappears when laptop lid closed

2010-05-30 Thread Nicholas Skaggs
I am the original bug reporter for 560804 -- a workaround I found while
being affected by the bug is below -- perhaps it will be useful to you
as well:

Mouse pointer can be made to reappear by switching to a TTY session
and then back. For example, pressing Ctrl+Alt+F1, then Ctrl+Alt+F7 to
switch back.

-- 
[915GM] Mouse cursor disappears when laptop lid closed
https://bugs.launchpad.net/bugs/552058
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.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 552058] Re: [915GM] Mouse cursor disappears when laptop lid closed

2010-05-21 Thread Bryce Harrington
** Tags added: hardy

-- 
[915GM] Mouse cursor disappears when laptop lid closed
https://bugs.launchpad.net/bugs/552058
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.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 552058] Re: [915GM] Mouse cursor disappears when laptop lid closed

2010-05-12 Thread cmcanulty
Same issue Gateway laptop, only restart cures it

-- 
[915GM] Mouse cursor disappears when laptop lid closed
https://bugs.launchpad.net/bugs/552058
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.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 552058] Re: [915GM] Mouse cursor disappears when laptop lid closed

2010-05-04 Thread Zapter
This bug is still present in the final version of ubuntu 10.04.

-- 
[915GM] Mouse cursor disappears when laptop lid closed
https://bugs.launchpad.net/bugs/552058
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.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 552058] Re: [915GM] Mouse cursor disappears when laptop lid closed

2010-05-04 Thread Zapter
oops, additional information: IBM X41tablet, Ubuntu 10.04, same problem
as described above

-- 
[915GM] Mouse cursor disappears when laptop lid closed
https://bugs.launchpad.net/bugs/552058
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.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 552058] Re: [915GM] Mouse cursor disappears when laptop lid closed

2010-04-07 Thread Bryce Harrington
** Summary changed:

- Mouse cursor disappears when laptop lid closed
+ [915GM] Mouse cursor disappears when laptop lid closed

-- 
[915GM] Mouse cursor disappears when laptop lid closed
https://bugs.launchpad.net/bugs/552058
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.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs