[Desktop-packages] [Bug 1308515] Re: black screen when enabling rotation on a gpu screen

2014-12-08 Thread Mathew Hodson
** Changed in: xorg-server
   Status: New = Invalid

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to xorg-server in Ubuntu.
https://bugs.launchpad.net/bugs/1308515

Title:
  black screen when enabling rotation on a gpu screen

Status in HWE Next Project:
  Fix Released
Status in OEM Priority Project:
  Fix Released
Status in X.Org X server:
  Invalid
Status in xorg-server package in Ubuntu:
  Fix Released
Status in xorg-server-lts-saucy package in Ubuntu:
  Invalid
Status in xorg-server-lts-saucy source package in Precise:
  Fix Released
Status in xorg-server source package in Saucy:
  Fix Released
Status in xorg-server source package in Trusty:
  Fix Released
Status in xorg-server source package in Vivid:
  Fix Released
Status in xorg-server-lts-saucy source package in Vivid:
  Invalid

Bug description:
  Running with the proprietary nvidia drivers in an optimus config
  works, but enabling reflection or rotation on the intel screen causes
  a black screen to appear.

  [Impact]
   * Causes a black screen if rotation or reflection is enabled.

  [Test Case]
   * Run xrandr --output SOMEOUTPUT --rotation left
  - Expected: Screen should rotate, or the call should fail.
  - Bad behavior: Succeeds, but causes a black screen.

  [Regression Potential] 
   * The affected codepaths have reflection and rotation disabled for gpu 
screens. Another fix could be fixing reflection/rotation, but that will be more 
involved and likely require driver fixes.

  [Other Info]
   * N/A

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1308515/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1308515] Re: black screen when enabling rotation on a gpu screen

2014-12-08 Thread Mathew Hodson
** Bug watch added: freedesktop.org Bugzilla #81383
   https://bugs.freedesktop.org/show_bug.cgi?id=81383

** Changed in: xorg-server
   Importance: Undecided = Unknown

** Changed in: xorg-server
   Status: Invalid = Unknown

** Changed in: xorg-server
 Remote watch: None = freedesktop.org Bugzilla #81383

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to xorg-server in Ubuntu.
https://bugs.launchpad.net/bugs/1308515

Title:
  black screen when enabling rotation on a gpu screen

Status in HWE Next Project:
  Fix Released
Status in OEM Priority Project:
  Fix Released
Status in X.Org X server:
  Unknown
Status in xorg-server package in Ubuntu:
  Fix Released
Status in xorg-server-lts-saucy package in Ubuntu:
  Invalid
Status in xorg-server-lts-saucy source package in Precise:
  Fix Released
Status in xorg-server source package in Saucy:
  Fix Released
Status in xorg-server source package in Trusty:
  Fix Released
Status in xorg-server source package in Vivid:
  Fix Released
Status in xorg-server-lts-saucy source package in Vivid:
  Invalid

Bug description:
  Running with the proprietary nvidia drivers in an optimus config
  works, but enabling reflection or rotation on the intel screen causes
  a black screen to appear.

  [Impact]
   * Causes a black screen if rotation or reflection is enabled.

  [Test Case]
   * Run xrandr --output SOMEOUTPUT --rotation left
  - Expected: Screen should rotate, or the call should fail.
  - Bad behavior: Succeeds, but causes a black screen.

  [Regression Potential] 
   * The affected codepaths have reflection and rotation disabled for gpu 
screens. Another fix could be fixing reflection/rotation, but that will be more 
involved and likely require driver fixes.

  [Other Info]
   * N/A

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1308515/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1308515] Re: black screen when enabling rotation on a gpu screen

2014-12-08 Thread Bug Watch Updater
Launchpad has imported 15 comments from the remote bug at
https://bugs.freedesktop.org/show_bug.cgi?id=81383.

If you reply to an imported comment from within Launchpad, your comment
will be sent to the remote bug automatically. Read more about
Launchpad's inter-bugtracker facilities at
https://help.launchpad.net/InterBugTracking.


On 2014-07-15T11:57:36+00:00 Pruzinat wrote:

Created attachment 102848
bisect report

Good day,

xorg segfaults with latest xf86-video-intel driver and nvidia binary
blob 340.24 randr offloading.

Enclosing xorg log, git bisect report and my .xinitrc.

Reply at: https://bugs.launchpad.net/ubuntu/+source/xorg-
server/+bug/1308515/comments/11


On 2014-07-15T11:58:16+00:00 Pruzinat wrote:

Created attachment 102849
xorg log

Reply at: https://bugs.launchpad.net/ubuntu/+source/xorg-
server/+bug/1308515/comments/12


On 2014-07-15T11:58:57+00:00 Pruzinat wrote:

Created attachment 102850
.xinitrc im using

Reply at: https://bugs.launchpad.net/ubuntu/+source/xorg-
server/+bug/1308515/comments/13


On 2014-07-15T13:56:34+00:00 Pruzinat wrote:

After reverting commit in question, everything works for me once again
(latest master).

Reply at: https://bugs.launchpad.net/ubuntu/+source/xorg-
server/+bug/1308515/comments/14


On 2014-07-16T06:24:44+00:00 Chris Wilson wrote:

That wasn't the bug I was expecting to see... Why do you have the low
power igfx slaved to the dgpu? That prevents -nvidia from ever powering
down.

Reply at: https://bugs.launchpad.net/ubuntu/+source/xorg-
server/+bug/1308515/comments/15


On 2014-07-16T06:26:19+00:00 Chris Wilson wrote:

Can you attach gdb and get a 'bt full'? Note that requires a second
computer to ssh in and run 'gdb --pid `pidof X`'

Reply at: https://bugs.launchpad.net/ubuntu/+source/xorg-
server/+bug/1308515/comments/16


On 2014-07-16T13:10:07+00:00 Pruzinat wrote:

Will do.
by the way, why would I had to use ssh for this? Can't I just fire gdb from 
unused tty?

Reply at: https://bugs.launchpad.net/ubuntu/+source/xorg-
server/+bug/1308515/comments/17


On 2014-07-16T13:26:34+00:00 Pruzinat wrote:

(In reply to comment #4)
 That wasn't the bug I was expecting to see... Why do you have the low power
 igfx slaved to the dgpu? That prevents -nvidia from ever powering down.

I'm playing around some opengl 4.x extensions and this machine is
muxless optimus laptop so I can either go for offloading or use things
like bumblebee, which brings some extra complexity when I'm debugging.

Also, I'm playing some videogames in my spare time so I don't mind
having nvidia (I have custom runlevel that only runs on igfx for
powersave).

Reply at: https://bugs.launchpad.net/ubuntu/+source/xorg-
server/+bug/1308515/comments/18


On 2014-07-16T14:05:09+00:00 Pruzinat wrote:

(In reply to comment #5)
 Can you attach gdb and get a 'bt full'? Note that requires a second computer
 to ssh in and run 'gdb --pid `pidof X`'

Hm, it seems that it's not X thats segfaulting, it's 'xrandr --auto'
that is being run after 'xrandr --setprovideroutputsource Intel
NVIDIA-0'.

Reply at: https://bugs.launchpad.net/ubuntu/+source/xorg-
server/+bug/1308515/comments/19


On 2014-07-16T14:22:44+00:00 Pruzinat wrote:

(In reply to comment #8)
 (In reply to comment #5)
  Can you attach gdb and get a 'bt full'? Note that requires a second computer
  to ssh in and run 'gdb --pid `pidof X`'
 
 Hm, it seems that it's not X thats segfaulting, it's 'xrandr --auto' that is
 being run after 'xrandr --setprovideroutputsource Intel NVIDIA-0'.

Sorry for jitter, its 'xrandr --auto' that causes X to crash, but I'm unable to 
catch it in time since X is dying too quickly.
Will give it some thought in the evening when I have free time.
Any advice would be appreciated (perhaps I should just send dump or something).

Reply at: https://bugs.launchpad.net/ubuntu/+source/xorg-
server/+bug/1308515/comments/20


On 2014-07-17T06:29:07+00:00 Chris Wilson wrote:

If you don't have a second machine handy, try reproducing the crash
after compiling xf86-video-intel with --enable-debug=full. That will
dump lots to Xorg.0.log, so please compress before attaching.

Reply at: https://bugs.launchpad.net/ubuntu/+source/xorg-

[Desktop-packages] [Bug 1308515] Re: black screen when enabling rotation on a gpu screen

2014-11-11 Thread Tim Chen
https://bugs.launchpad.net/bugs/1386620 this issue is fixed by Maarten
Lankhorst (mlankhorst) and the option will be re-enabled.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to xorg-server in Ubuntu.
https://bugs.launchpad.net/bugs/1308515

Title:
  black screen when enabling rotation on a gpu screen

Status in HWE Next Project:
  Fix Released
Status in OEM Priority Project:
  Fix Released
Status in X.Org X server:
  New
Status in “xorg-server” package in Ubuntu:
  Fix Released
Status in “xorg-server-lts-saucy” package in Ubuntu:
  Invalid
Status in “xorg-server-lts-saucy” source package in Precise:
  Fix Released
Status in “xorg-server” source package in Saucy:
  Fix Released
Status in “xorg-server” source package in Trusty:
  Fix Released
Status in “xorg-server” source package in Vivid:
  Fix Released
Status in “xorg-server-lts-saucy” source package in Vivid:
  Invalid

Bug description:
  Running with the proprietary nvidia drivers in an optimus config
  works, but enabling reflection or rotation on the intel screen causes
  a black screen to appear.

  [Impact]
   * Causes a black screen if rotation or reflection is enabled.

  [Test Case]
   * Run xrandr --output SOMEOUTPUT --rotation left
  - Expected: Screen should rotate, or the call should fail.
  - Bad behavior: Succeeds, but causes a black screen.

  [Regression Potential] 
   * The affected codepaths have reflection and rotation disabled for gpu 
screens. Another fix could be fixing reflection/rotation, but that will be more 
involved and likely require driver fixes.

  [Other Info]
   * N/A

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1308515/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1308515] Re: black screen when enabling rotation on a gpu screen

2014-10-28 Thread Maarten Lankhorst
** Also affects: xorg-server (Ubuntu Utopic)
   Importance: Undecided
   Status: New

** Also affects: xorg-server-lts-saucy (Ubuntu Utopic)
   Importance: Undecided
   Status: New

** Also affects: xorg-server (Ubuntu Vivid)
   Importance: Undecided
 Assignee: Maarten Lankhorst (mlankhorst)
   Status: Fix Released

** Also affects: xorg-server-lts-saucy (Ubuntu Vivid)
   Importance: Low
   Status: Invalid

** No longer affects: xorg-server-lts-saucy (Ubuntu Utopic)

** No longer affects: xorg-server (Ubuntu Utopic)

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to xorg-server in Ubuntu.
https://bugs.launchpad.net/bugs/1308515

Title:
  black screen when enabling rotation on a gpu screen

Status in HWE Next Project:
  Fix Released
Status in OEM Priority Project:
  Fix Released
Status in X.Org X server:
  New
Status in “xorg-server” package in Ubuntu:
  Fix Released
Status in “xorg-server-lts-saucy” package in Ubuntu:
  Invalid
Status in “xorg-server-lts-saucy” source package in Precise:
  Fix Released
Status in “xorg-server” source package in Saucy:
  Fix Released
Status in “xorg-server” source package in Trusty:
  Fix Released
Status in “xorg-server” source package in Vivid:
  Fix Released
Status in “xorg-server-lts-saucy” source package in Vivid:
  Invalid

Bug description:
  Running with the proprietary nvidia drivers in an optimus config
  works, but enabling reflection or rotation on the intel screen causes
  a black screen to appear.

  [Impact]
   * Causes a black screen if rotation or reflection is enabled.

  [Test Case]
   * Run xrandr --output SOMEOUTPUT --rotation left
  - Expected: Screen should rotate, or the call should fail.
  - Bad behavior: Succeeds, but causes a black screen.

  [Regression Potential] 
   * The affected codepaths have reflection and rotation disabled for gpu 
screens. Another fix could be fixing reflection/rotation, but that will be more 
involved and likely require driver fixes.

  [Other Info]
   * N/A

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1308515/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1308515] Re: black screen when enabling rotation on a gpu screen

2014-10-24 Thread Shih-Yuan Lee
This issue doesn't exist on Ubuntu 14.10.
Please help to enable the rotation options on Ubuntu 14.10.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to xorg-server in Ubuntu.
https://bugs.launchpad.net/bugs/1308515

Title:
  black screen when enabling rotation on a gpu screen

Status in HWE Next Project:
  Triaged
Status in OEM Priority Project:
  Fix Released
Status in X.Org X server:
  New
Status in “xorg-server” package in Ubuntu:
  Fix Released
Status in “xorg-server-lts-saucy” package in Ubuntu:
  Invalid
Status in “xorg-server-lts-saucy” source package in Precise:
  Fix Released
Status in “xorg-server” source package in Saucy:
  Fix Released
Status in “xorg-server” source package in Trusty:
  Fix Released

Bug description:
  Running with the proprietary nvidia drivers in an optimus config
  works, but enabling reflection or rotation on the intel screen causes
  a black screen to appear.

  [Impact]
   * Causes a black screen if rotation or reflection is enabled.

  [Test Case]
   * Run xrandr --output SOMEOUTPUT --rotation left
  - Expected: Screen should rotate, or the call should fail.
  - Bad behavior: Succeeds, but causes a black screen.

  [Regression Potential] 
   * The affected codepaths have reflection and rotation disabled for gpu 
screens. Another fix could be fixing reflection/rotation, but that will be more 
involved and likely require driver fixes.

  [Other Info]
   * N/A

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1308515/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1308515] Re: black screen when enabling rotation on a gpu screen

2014-10-24 Thread Anthony Wong
** Changed in: hwe-next
   Status: Triaged = Fix Released

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to xorg-server in Ubuntu.
https://bugs.launchpad.net/bugs/1308515

Title:
  black screen when enabling rotation on a gpu screen

Status in HWE Next Project:
  Fix Released
Status in OEM Priority Project:
  Fix Released
Status in X.Org X server:
  New
Status in “xorg-server” package in Ubuntu:
  Fix Released
Status in “xorg-server-lts-saucy” package in Ubuntu:
  Invalid
Status in “xorg-server-lts-saucy” source package in Precise:
  Fix Released
Status in “xorg-server” source package in Saucy:
  Fix Released
Status in “xorg-server” source package in Trusty:
  Fix Released

Bug description:
  Running with the proprietary nvidia drivers in an optimus config
  works, but enabling reflection or rotation on the intel screen causes
  a black screen to appear.

  [Impact]
   * Causes a black screen if rotation or reflection is enabled.

  [Test Case]
   * Run xrandr --output SOMEOUTPUT --rotation left
  - Expected: Screen should rotate, or the call should fail.
  - Bad behavior: Succeeds, but causes a black screen.

  [Regression Potential] 
   * The affected codepaths have reflection and rotation disabled for gpu 
screens. Another fix could be fixing reflection/rotation, but that will be more 
involved and likely require driver fixes.

  [Other Info]
   * N/A

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1308515/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1308515] Re: black screen when enabling rotation on a gpu screen

2014-07-02 Thread Ara Pulido
** Changed in: oem-priority
   Status: In Progress = Fix Released

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to xorg-server in Ubuntu.
https://bugs.launchpad.net/bugs/1308515

Title:
  black screen when enabling rotation on a gpu screen

Status in HWE Next Project:
  Triaged
Status in OEM Priority Project:
  Fix Released
Status in X.Org X server:
  New
Status in “xorg-server” package in Ubuntu:
  Fix Released
Status in “xorg-server-lts-saucy” package in Ubuntu:
  Invalid
Status in “xorg-server-lts-saucy” source package in Precise:
  Fix Released
Status in “xorg-server” source package in Saucy:
  Fix Released
Status in “xorg-server” source package in Trusty:
  Fix Released

Bug description:
  Running with the proprietary nvidia drivers in an optimus config
  works, but enabling reflection or rotation on the intel screen causes
  a black screen to appear.

  [Impact]
   * Causes a black screen if rotation or reflection is enabled.

  [Test Case]
   * Run xrandr --output SOMEOUTPUT --rotation left
  - Expected: Screen should rotate, or the call should fail.
  - Bad behavior: Succeeds, but causes a black screen.

  [Regression Potential] 
   * The affected codepaths have reflection and rotation disabled for gpu 
screens. Another fix could be fixing reflection/rotation, but that will be more 
involved and likely require driver fixes.

  [Other Info]
   * N/A

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1308515/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1308515] Re: black screen when enabling rotation on a gpu screen

2014-07-01 Thread Launchpad Bug Tracker
This bug was fixed in the package xorg-server - 2:1.14.6-0ubuntu1

---
xorg-server (2:1.14.6-0ubuntu1) saucy-proposed; urgency=medium

  * New upstream release (MRE).
  * Disable support for rotations and transforms
on gpu screens for now. (LP: #1308515)
  * Only set RR caps that are appropriate to main/gpu screen. (LP: #1277014)
  * Fix crash in RRCrtcDetachScanoutPixmap. (LP: #1280743)
 -- Maarten Lankhorst maarten.lankho...@ubuntu.com   Tue, 22 Apr 2014 
12:37:21 +0200

** Changed in: xorg-server (Ubuntu Saucy)
   Status: Fix Committed = Fix Released

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to xorg-server in Ubuntu.
https://bugs.launchpad.net/bugs/1308515

Title:
  black screen when enabling rotation on a gpu screen

Status in HWE Next Project:
  Triaged
Status in OEM Priority Project:
  In Progress
Status in X.Org X server:
  New
Status in “xorg-server” package in Ubuntu:
  Fix Released
Status in “xorg-server-lts-saucy” package in Ubuntu:
  Invalid
Status in “xorg-server-lts-saucy” source package in Precise:
  Fix Released
Status in “xorg-server” source package in Saucy:
  Fix Released
Status in “xorg-server” source package in Trusty:
  Fix Released

Bug description:
  Running with the proprietary nvidia drivers in an optimus config
  works, but enabling reflection or rotation on the intel screen causes
  a black screen to appear.

  [Impact]
   * Causes a black screen if rotation or reflection is enabled.

  [Test Case]
   * Run xrandr --output SOMEOUTPUT --rotation left
  - Expected: Screen should rotate, or the call should fail.
  - Bad behavior: Succeeds, but causes a black screen.

  [Regression Potential] 
   * The affected codepaths have reflection and rotation disabled for gpu 
screens. Another fix could be fixing reflection/rotation, but that will be more 
involved and likely require driver fixes.

  [Other Info]
   * N/A

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1308515/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1308515] Re: black screen when enabling rotation on a gpu screen

2014-06-26 Thread Launchpad Bug Tracker
This bug was fixed in the package xorg-server-lts-saucy -
2:1.14.6-0ubuntu1~precise2

---
xorg-server-lts-saucy (2:1.14.6-0ubuntu1~precise2) precise-proposed; 
urgency=medium

   * Revive the old drm_device_keep_trying.patch (LP: #1322212).
 [ Maarten Lankhorst ]
 - Remove the call to get_drm_info fixes switching to guest sessions.
 [ Alberto Milone ]
 - Backport and fix the patch from Utopic.

xorg-server-lts-saucy (2:1.14.6-0ubuntu1~precise1) precise-proposed;
urgency=low

  * Copy SRU back to precise.

xorg-server (2:1.14.6-0ubuntu1) saucy-proposed; urgency=medium

  * New upstream release (MRE).
  * Disable support for rotations and transforms
on gpu screens for now. (LP: #1308515)
  * Only set RR caps that are appropriate to main/gpu screen. (LP: #1277014)
  * Fix crash in RRCrtcDetachScanoutPixmap. (LP: #1280743)
 -- Alberto Milone alberto.mil...@canonical.com   Thu, 22 May 2014 16:53:47 
+0200

** Changed in: xorg-server-lts-saucy (Ubuntu Precise)
   Status: Fix Committed = Fix Released

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to xorg-server in Ubuntu.
https://bugs.launchpad.net/bugs/1308515

Title:
  black screen when enabling rotation on a gpu screen

Status in HWE Next Project:
  Triaged
Status in OEM Priority Project:
  In Progress
Status in X.Org X server:
  New
Status in “xorg-server” package in Ubuntu:
  Fix Released
Status in “xorg-server-lts-saucy” package in Ubuntu:
  Invalid
Status in “xorg-server-lts-saucy” source package in Precise:
  Fix Released
Status in “xorg-server” source package in Saucy:
  Fix Committed
Status in “xorg-server” source package in Trusty:
  Fix Released

Bug description:
  Running with the proprietary nvidia drivers in an optimus config
  works, but enabling reflection or rotation on the intel screen causes
  a black screen to appear.

  [Impact]
   * Causes a black screen if rotation or reflection is enabled.

  [Test Case]
   * Run xrandr --output SOMEOUTPUT --rotation left
  - Expected: Screen should rotate, or the call should fail.
  - Bad behavior: Succeeds, but causes a black screen.

  [Regression Potential] 
   * The affected codepaths have reflection and rotation disabled for gpu 
screens. Another fix could be fixing reflection/rotation, but that will be more 
involved and likely require driver fixes.

  [Other Info]
   * N/A

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1308515/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1308515] Re: black screen when enabling rotation on a gpu screen

2014-06-18 Thread Daniel Manrique
** Changed in: xorg-server-lts-saucy (Ubuntu)
   Importance: Undecided = Low

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to xorg-server in Ubuntu.
https://bugs.launchpad.net/bugs/1308515

Title:
  black screen when enabling rotation on a gpu screen

Status in HWE Next Project:
  Triaged
Status in OEM Priority Project:
  In Progress
Status in X.Org X server:
  New
Status in “xorg-server” package in Ubuntu:
  Fix Released
Status in “xorg-server-lts-saucy” package in Ubuntu:
  Invalid
Status in “xorg-server-lts-saucy” source package in Precise:
  Fix Committed
Status in “xorg-server” source package in Saucy:
  Fix Committed
Status in “xorg-server” source package in Trusty:
  Fix Released

Bug description:
  Running with the proprietary nvidia drivers in an optimus config
  works, but enabling reflection or rotation on the intel screen causes
  a black screen to appear.

  [Impact]
   * Causes a black screen if rotation or reflection is enabled.

  [Test Case]
   * Run xrandr --output SOMEOUTPUT --rotation left
  - Expected: Screen should rotate, or the call should fail.
  - Bad behavior: Succeeds, but causes a black screen.

  [Regression Potential] 
   * The affected codepaths have reflection and rotation disabled for gpu 
screens. Another fix could be fixing reflection/rotation, but that will be more 
involved and likely require driver fixes.

  [Other Info]
   * N/A

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1308515/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1308515] Re: black screen when enabling rotation on a gpu screen

2014-06-06 Thread Alberto Milone
I can confirm that the package solves the problem here too. I think it's
safe to approve it now

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to xorg-server in Ubuntu.
https://bugs.launchpad.net/bugs/1308515

Title:
  black screen when enabling rotation on a gpu screen

Status in HWE Next Project:
  Triaged
Status in OEM Priority Project:
  In Progress
Status in X.Org X server:
  New
Status in “xorg-server” package in Ubuntu:
  Fix Released
Status in “xorg-server-lts-saucy” package in Ubuntu:
  Invalid
Status in “xorg-server-lts-saucy” source package in Precise:
  Fix Committed
Status in “xorg-server” source package in Saucy:
  Fix Committed
Status in “xorg-server” source package in Trusty:
  Fix Released

Bug description:
  Running with the proprietary nvidia drivers in an optimus config
  works, but enabling reflection or rotation on the intel screen causes
  a black screen to appear.

  [Impact]
   * Causes a black screen if rotation or reflection is enabled.

  [Test Case]
   * Run xrandr --output SOMEOUTPUT --rotation left
  - Expected: Screen should rotate, or the call should fail.
  - Bad behavior: Succeeds, but causes a black screen.

  [Regression Potential] 
   * The affected codepaths have reflection and rotation disabled for gpu 
screens. Another fix could be fixing reflection/rotation, but that will be more 
involved and likely require driver fixes.

  [Other Info]
   * N/A

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1308515/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1308515] Re: black screen when enabling rotation on a gpu screen

2014-05-27 Thread jerry.kao
Run xrandr --output eDP-0 --rotation left
xrandr: output eDP-0 cannot rotation left reflection none

Due to default GPU is Intel, there is no certification issue. Add tag
verification-done.

** Tags removed: verification-needed
** Tags added: verification-done

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to xorg-server in Ubuntu.
https://bugs.launchpad.net/bugs/1308515

Title:
  black screen when enabling rotation on a gpu screen

Status in HWE Next Project:
  Triaged
Status in OEM Priority Project:
  In Progress
Status in X.Org X server:
  New
Status in “xorg-server” package in Ubuntu:
  Fix Released
Status in “xorg-server-lts-saucy” package in Ubuntu:
  Invalid
Status in “xorg-server-lts-saucy” source package in Precise:
  Fix Committed
Status in “xorg-server” source package in Saucy:
  Fix Committed
Status in “xorg-server” source package in Trusty:
  Fix Released

Bug description:
  Running with the proprietary nvidia drivers in an optimus config
  works, but enabling reflection or rotation on the intel screen causes
  a black screen to appear.

  [Impact]
   * Causes a black screen if rotation or reflection is enabled.

  [Test Case]
   * Run xrandr --output SOMEOUTPUT --rotation left
  - Expected: Screen should rotate, or the call should fail.
  - Bad behavior: Succeeds, but causes a black screen.

  [Regression Potential] 
   * The affected codepaths have reflection and rotation disabled for gpu 
screens. Another fix could be fixing reflection/rotation, but that will be more 
involved and likely require driver fixes.

  [Other Info]
   * N/A

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1308515/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1308515] Re: black screen when enabling rotation on a gpu screen

2014-05-26 Thread Kent Lin
** Also affects: xorg-server
   Importance: Undecided
   Status: New

** Also affects: oem-priority
   Importance: Undecided
   Status: New

** Changed in: oem-priority
   Importance: Undecided = Critical

** Changed in: oem-priority
   Importance: Critical = High

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to xorg-server in Ubuntu.
https://bugs.launchpad.net/bugs/1308515

Title:
  black screen when enabling rotation on a gpu screen

Status in HWE Next Project:
  Triaged
Status in OEM Priority Project:
  New
Status in X.Org X server:
  New
Status in “xorg-server” package in Ubuntu:
  Fix Released
Status in “xorg-server-lts-saucy” package in Ubuntu:
  Invalid
Status in “xorg-server-lts-saucy” source package in Precise:
  In Progress
Status in “xorg-server” source package in Saucy:
  Fix Committed
Status in “xorg-server” source package in Trusty:
  Fix Released

Bug description:
  Running with the proprietary nvidia drivers in an optimus config
  works, but enabling reflection or rotation on the intel screen causes
  a black screen to appear.

  [Impact]
   * Causes a black screen if rotation or reflection is enabled.

  [Test Case]
   * Run xrandr --output SOMEOUTPUT --rotation left
  - Expected: Screen should rotate, or the call should fail.
  - Bad behavior: Succeeds, but causes a black screen.

  [Regression Potential] 
   * The affected codepaths have reflection and rotation disabled for gpu 
screens. Another fix could be fixing reflection/rotation, but that will be more 
involved and likely require driver fixes.

  [Other Info]
   * N/A

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1308515/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1308515] Re: black screen when enabling rotation on a gpu screen

2014-05-26 Thread Ara Pulido
** Changed in: oem-priority
   Status: New = In Progress

** Changed in: oem-priority
 Assignee: (unassigned) = Ara Pulido (apulido)

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to xorg-server in Ubuntu.
https://bugs.launchpad.net/bugs/1308515

Title:
  black screen when enabling rotation on a gpu screen

Status in HWE Next Project:
  Triaged
Status in OEM Priority Project:
  In Progress
Status in X.Org X server:
  New
Status in “xorg-server” package in Ubuntu:
  Fix Released
Status in “xorg-server-lts-saucy” package in Ubuntu:
  Invalid
Status in “xorg-server-lts-saucy” source package in Precise:
  In Progress
Status in “xorg-server” source package in Saucy:
  Fix Committed
Status in “xorg-server” source package in Trusty:
  Fix Released

Bug description:
  Running with the proprietary nvidia drivers in an optimus config
  works, but enabling reflection or rotation on the intel screen causes
  a black screen to appear.

  [Impact]
   * Causes a black screen if rotation or reflection is enabled.

  [Test Case]
   * Run xrandr --output SOMEOUTPUT --rotation left
  - Expected: Screen should rotate, or the call should fail.
  - Bad behavior: Succeeds, but causes a black screen.

  [Regression Potential] 
   * The affected codepaths have reflection and rotation disabled for gpu 
screens. Another fix could be fixing reflection/rotation, but that will be more 
involved and likely require driver fixes.

  [Other Info]
   * N/A

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1308515/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1308515] Re: black screen when enabling rotation on a gpu screen

2014-05-26 Thread Brian Murray
Hello Maarten, or anyone else affected,

Accepted xorg-server-lts-saucy into precise-proposed. The package will
build now and be available at http://launchpad.net/ubuntu/+source/xorg-
server-lts-saucy/2:1.14.6-0ubuntu1~precise2 in a few hours, and then in
the -proposed repository.

Please help us by testing this new package.  See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation how to
enable and use -proposed.  Your feedback will aid us getting this update
out to other Ubuntu users.

If this package fixes the bug for you, please add a comment to this bug,
mentioning the version of the package you tested, and change the tag
from verification-needed to verification-done. If it does not fix the
bug for you, please add a comment stating that, and change the tag to
verification-failed.  In either case, details of your testing will help
us make a better decision.

Further information regarding the verification process can be found at
https://wiki.ubuntu.com/QATeam/PerformingSRUVerification .  Thank you in
advance!

** Changed in: xorg-server-lts-saucy (Ubuntu Precise)
   Status: In Progress = Fix Committed

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to xorg-server in Ubuntu.
https://bugs.launchpad.net/bugs/1308515

Title:
  black screen when enabling rotation on a gpu screen

Status in HWE Next Project:
  Triaged
Status in OEM Priority Project:
  In Progress
Status in X.Org X server:
  New
Status in “xorg-server” package in Ubuntu:
  Fix Released
Status in “xorg-server-lts-saucy” package in Ubuntu:
  Invalid
Status in “xorg-server-lts-saucy” source package in Precise:
  Fix Committed
Status in “xorg-server” source package in Saucy:
  Fix Committed
Status in “xorg-server” source package in Trusty:
  Fix Released

Bug description:
  Running with the proprietary nvidia drivers in an optimus config
  works, but enabling reflection or rotation on the intel screen causes
  a black screen to appear.

  [Impact]
   * Causes a black screen if rotation or reflection is enabled.

  [Test Case]
   * Run xrandr --output SOMEOUTPUT --rotation left
  - Expected: Screen should rotate, or the call should fail.
  - Bad behavior: Succeeds, but causes a black screen.

  [Regression Potential] 
   * The affected codepaths have reflection and rotation disabled for gpu 
screens. Another fix could be fixing reflection/rotation, but that will be more 
involved and likely require driver fixes.

  [Other Info]
   * N/A

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1308515/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1308515] Re: black screen when enabling rotation on a gpu screen

2014-05-26 Thread jerry.kao
After update precise-proposed package on Kowalski 4, the prime version
is still 0.5~hybrid0.0.2stella3.

   - switch to Nvidia GPU : pass
   - resolution : fail, black screen in some resolution
   - rotation : fail, can not rotate. just one option normal
   - guest session : pass, but can not adjust brightness

The behaviour is similar to prime version 0.0.2stella1285062

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to xorg-server in Ubuntu.
https://bugs.launchpad.net/bugs/1308515

Title:
  black screen when enabling rotation on a gpu screen

Status in HWE Next Project:
  Triaged
Status in OEM Priority Project:
  In Progress
Status in X.Org X server:
  New
Status in “xorg-server” package in Ubuntu:
  Fix Released
Status in “xorg-server-lts-saucy” package in Ubuntu:
  Invalid
Status in “xorg-server-lts-saucy” source package in Precise:
  Fix Committed
Status in “xorg-server” source package in Saucy:
  Fix Committed
Status in “xorg-server” source package in Trusty:
  Fix Released

Bug description:
  Running with the proprietary nvidia drivers in an optimus config
  works, but enabling reflection or rotation on the intel screen causes
  a black screen to appear.

  [Impact]
   * Causes a black screen if rotation or reflection is enabled.

  [Test Case]
   * Run xrandr --output SOMEOUTPUT --rotation left
  - Expected: Screen should rotate, or the call should fail.
  - Bad behavior: Succeeds, but causes a black screen.

  [Regression Potential] 
   * The affected codepaths have reflection and rotation disabled for gpu 
screens. Another fix could be fixing reflection/rotation, but that will be more 
involved and likely require driver fixes.

  [Other Info]
   * N/A

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1308515/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1308515] Re: black screen when enabling rotation on a gpu screen

2014-05-26 Thread jerry.kao
@Ara,

Please confirm if only one option of rotation normal is acceptable?

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to xorg-server in Ubuntu.
https://bugs.launchpad.net/bugs/1308515

Title:
  black screen when enabling rotation on a gpu screen

Status in HWE Next Project:
  Triaged
Status in OEM Priority Project:
  In Progress
Status in X.Org X server:
  New
Status in “xorg-server” package in Ubuntu:
  Fix Released
Status in “xorg-server-lts-saucy” package in Ubuntu:
  Invalid
Status in “xorg-server-lts-saucy” source package in Precise:
  Fix Committed
Status in “xorg-server” source package in Saucy:
  Fix Committed
Status in “xorg-server” source package in Trusty:
  Fix Released

Bug description:
  Running with the proprietary nvidia drivers in an optimus config
  works, but enabling reflection or rotation on the intel screen causes
  a black screen to appear.

  [Impact]
   * Causes a black screen if rotation or reflection is enabled.

  [Test Case]
   * Run xrandr --output SOMEOUTPUT --rotation left
  - Expected: Screen should rotate, or the call should fail.
  - Bad behavior: Succeeds, but causes a black screen.

  [Regression Potential] 
   * The affected codepaths have reflection and rotation disabled for gpu 
screens. Another fix could be fixing reflection/rotation, but that will be more 
involved and likely require driver fixes.

  [Other Info]
   * N/A

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1308515/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1308515] Re: black screen when enabling rotation on a gpu screen

2014-05-08 Thread Anthony Wong
** Tags added: blocks-hwcert-enablement

** Changed in: hwe-next
   Status: New = Triaged

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to xorg-server in Ubuntu.
https://bugs.launchpad.net/bugs/1308515

Title:
  black screen when enabling rotation on a gpu screen

Status in HWE Next Project:
  Triaged
Status in “xorg-server” package in Ubuntu:
  Fix Released
Status in “xorg-server-lts-saucy” package in Ubuntu:
  Invalid
Status in “xorg-server-lts-saucy” source package in Precise:
  In Progress
Status in “xorg-server” source package in Saucy:
  Fix Committed
Status in “xorg-server” source package in Trusty:
  Fix Released

Bug description:
  Running with the proprietary nvidia drivers in an optimus config
  works, but enabling reflection or rotation on the intel screen causes
  a black screen to appear.

  [Impact]
   * Causes a black screen if rotation or reflection is enabled.

  [Test Case]
   * Run xrandr --output SOMEOUTPUT --rotation left
  - Expected: Screen should rotate, or the call should fail.
  - Bad behavior: Succeeds, but causes a black screen.

  [Regression Potential] 
   * The affected codepaths have reflection and rotation disabled for gpu 
screens. Another fix could be fixing reflection/rotation, but that will be more 
involved and likely require driver fixes.

  [Other Info]
   * N/A

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1308515/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1308515] Re: black screen when enabling rotation on a gpu screen

2014-05-01 Thread Brian Murray
Hello Maarten, or anyone else affected,

Accepted xorg-server into saucy-proposed. The package will build now and
be available at http://launchpad.net/ubuntu/+source/xorg-
server/2:1.14.6-0ubuntu1 in a few hours, and then in the -proposed
repository.

Please help us by testing this new package.  See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation how to
enable and use -proposed.  Your feedback will aid us getting this update
out to other Ubuntu users.

If this package fixes the bug for you, please add a comment to this bug,
mentioning the version of the package you tested, and change the tag
from verification-needed to verification-done. If it does not fix the
bug for you, please add a comment stating that, and change the tag to
verification-failed.  In either case, details of your testing will help
us make a better decision.

Further information regarding the verification process can be found at
https://wiki.ubuntu.com/QATeam/PerformingSRUVerification .  Thank you in
advance!

** Changed in: xorg-server (Ubuntu Saucy)
   Status: In Progress = Fix Committed

** Tags added: verification-needed

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to xorg-server in Ubuntu.
https://bugs.launchpad.net/bugs/1308515

Title:
  black screen when enabling rotation on a gpu screen

Status in “xorg-server” package in Ubuntu:
  Fix Released
Status in “xorg-server-lts-saucy” package in Ubuntu:
  Invalid
Status in “xorg-server-lts-saucy” source package in Precise:
  In Progress
Status in “xorg-server” source package in Saucy:
  Fix Committed
Status in “xorg-server” source package in Trusty:
  Fix Released

Bug description:
  Running with the proprietary nvidia drivers in an optimus config
  works, but enabling reflection or rotation on the intel screen causes
  a black screen to appear.

  [Impact]
   * Causes a black screen if rotation or reflection is enabled.

  [Test Case]
   * Run xrandr --output SOMEOUTPUT --rotation left
  - Expected: Screen should rotate, or the call should fail.
  - Bad behavior: Succeeds, but causes a black screen.

  [Regression Potential] 
   * The affected codepaths have reflection and rotation disabled for gpu 
screens. Another fix could be fixing reflection/rotation, but that will be more 
involved and likely require driver fixes.

  [Other Info]
   * N/A

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1308515] Re: black screen when enabling rotation on a gpu screen

2014-04-16 Thread Launchpad Bug Tracker
This bug was fixed in the package xorg-server - 2:1.15.1-0ubuntu2

---
xorg-server (2:1.15.1-0ubuntu2) trusty; urgency=medium

  * Disable support for rotations and transforms
on gpu screens for now. (LP: #1308515)
 -- Maarten Lankhorst maarten.lankho...@ubuntu.com   Wed, 16 Apr 2014 
10:14:39 +0200

** Changed in: xorg-server (Ubuntu Trusty)
   Status: In Progress = Fix Released

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to xorg-server in Ubuntu.
https://bugs.launchpad.net/bugs/1308515

Title:
  black screen when enabling rotation on a gpu screen

Status in “xorg-server” package in Ubuntu:
  Fix Released
Status in “xorg-server-lts-saucy” package in Ubuntu:
  Invalid
Status in “xorg-server-lts-saucy” source package in Precise:
  In Progress
Status in “xorg-server” source package in Saucy:
  In Progress
Status in “xorg-server” source package in Trusty:
  Fix Released

Bug description:
  Running with the proprietary nvidia drivers in an optimus config
  works, but enabling reflection or rotation on the intel screen causes
  a black screen to appear.

  [Impact]
   * Causes a black screen if rotation or reflection is enabled.

  [Test Case]
   * Run xrandr --output SOMEOUTPUT --rotation left
  - Expected: Screen should rotate, or the call should fail.
  - Bad behavior: Succeeds, but causes a black screen.

  [Regression Potential] 
   * The affected codepaths have reflection and rotation disabled for gpu 
screens. Another fix could be fixing reflection/rotation, but that will be more 
involved and likely require driver fixes.

  [Other Info]
   * N/A

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp