[Bug 1155136] Re: X Server crashes after pressing [Super] + [P] in DamageRegister()

2013-09-20 Thread Simon K
Since I'm not the only one with this bug, here is how I fixed it for me:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1062077/comments/84

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

Title:
  X Server crashes after pressing [Super] + [P] in  DamageRegister()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/1155136/+subscriptions

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


[Bug 1155136] Re: X Server crashes after pressing [Super] + [P] in DamageRegister()

2013-09-20 Thread Simon K
I still didn't test your package (see comment above for details),
but I cleared the cause for this Problem: Ubuntu now detects the right amount 
of monitors and doesn't run into this problem any longer.

** Changed in: xorg-server (Ubuntu)
   Status: Incomplete => Invalid

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

Title:
  X Server crashes after pressing [Super] + [P] in  DamageRegister()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/1155136/+subscriptions

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


Aw: [Bug 1155136] Re: X Server crashes after pressing [Super] + [P] in DamageRegister()

2013-06-02 Thread Flashrom
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1155136

Title:
  X Server crashes after pressing [Super] + [P] in  DamageRegister()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/1155136/+subscriptions

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


[Bug 1155136] Re: X Server crashes after pressing [Super] + [P] in DamageRegister()

2013-06-02 Thread Simon K
Sorry for the late response,
I did a fresh install of Ubuntu on my Notebook. After this my Problems where 
solved for a while.

However 2 days ago I connected my Notebook with our school-beamer again.
After crashing my Notebook this Bug has come back again.

However I cannot install your package "xserver-xorg-core" because it
tries to remove every Xorg-Package on my system (when trying in
synaptics)

Here is the output:

Reading package lists... Done
Building dependency tree   
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
 xserver-xorg-core : Depends: xserver-common (>= 2:1.13.3-0ubuntu7~lp1155136~1) 
but 2:1.13.3-0ubuntu6 is to be installed
E: Unable to correct problems, you have held broken packages.

Attached is a StackTrace of my currently bug. I hope it is the same.
(The top looks like)
(gdb) bt full
#0  DamageRegister (pDrawable=0x0,
pDamage=0x7f74d1508e80)
at ../../../miext/damage/damage.c:1774
pScreen = 
pScrPriv = 0x7f74d0c7fca0
#1  0x7f74cf28da11 in xf86RotatePrepare (
pScreen=0x7f74d0c79aa0)
at ../../../../hw/xfree86/modes/xf86Rotate.c:171
crtc = 0x7f74d0c81000
pScrn = 
xf86_config = 0x7f74d0c7fca0
c = 

** Attachment added: "x10.txt"
   
https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/1155136/+attachment/3692631/+files/x10.txt

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

Title:
  X Server crashes after pressing [Super] + [P] in  DamageRegister()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/1155136/+subscriptions

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


[Bug 1155136] Re: X Server crashes after pressing [Super] + [P] in DamageRegister()

2013-04-25 Thread Bryce Harrington
I've set up a ppa to make it easier for you to test the patch:

https://launchpad.net/~bryce/+archive/lp1155136

If anyone affected by this bug is still able to reproduce the crash
currently, then install the xserver from the PPA and verify it resolves
the crash and report back here.

** Changed in: xorg-server (Ubuntu)
   Status: Triaged => Incomplete

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

Title:
  X Server crashes after pressing [Super] + [P] in  DamageRegister()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/1155136/+subscriptions

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


[Bug 1155136] Re: X Server crashes after pressing [Super] + [P] in DamageRegister()

2013-04-25 Thread Ubuntu Foundations Team Bug Bot
** Tags added: patch

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

Title:
  X Server crashes after pressing [Super] + [P] in  DamageRegister()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/1155136/+subscriptions

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


[Bug 1155136] Re: X Server crashes after pressing [Super] + [P] in DamageRegister()

2013-04-25 Thread Bryce Harrington
If you can still reproduce the crash, give this patch a try.  It skips
damaging the pixmap on rotation if there's no drawable.  So, possibly
this could result in less pretty rotation animations but only in
situations where X would otherwise be crashing.

** Patch added: "nullptr_xf86rotateprepare.patch"
   
https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/1155136/+attachment/3653554/+files/nullptr_xf86rotateprepare.patch

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

Title:
  X Server crashes after pressing [Super] + [P] in  DamageRegister()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/1155136/+subscriptions

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


[Bug 1155136] Re: X Server crashes after pressing [Super] + [P] in DamageRegister()

2013-04-25 Thread Bryce Harrington
I also tested with the screen rotated (xrandr -o 1).  Hitting the key
combination under unity causes the screen to return to normal
orientation, however the xserver did not crash.  Also attempted to use
the key combo while rotating the screen simultaneously but also did not
repro any crash.

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

Title:
  X Server crashes after pressing [Super] + [P] in  DamageRegister()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/1155136/+subscriptions

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


[Bug 1155136] Re: X Server crashes after pressing [Super] + [P] in DamageRegister()

2013-04-25 Thread Bryce Harrington
Fwiw, I don't get an X crash when tapping Windows+P.  If I hold Windows
long enough, the shortcuts menu pops up (normally), but Win+P gives me
nothing.  Are you still seeing this crash with recent raring?

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

Title:
  X Server crashes after pressing [Super] + [P] in  DamageRegister()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/1155136/+subscriptions

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


[Bug 1155136] Re: X Server crashes after pressing [Super] + [P] in DamageRegister()

2013-04-17 Thread Bryce Harrington
** Changed in: xorg-server (Ubuntu)
   Status: Confirmed => Triaged

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

Title:
  X Server crashes after pressing [Super] + [P] in  DamageRegister()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/1155136/+subscriptions

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


[Bug 1155136] Re: X Server crashes after pressing [Super] + [P] in DamageRegister()

2013-04-08 Thread Bryce Harrington
>From the stack trace I'm gathering [Super]+[P] is wanting to rotate the
screen.

Can you trigger the crash also by rotating with xrandr?

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

Title:
  X Server crashes after pressing [Super] + [P] in  DamageRegister()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/1155136/+subscriptions

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