[Bug 1133168] Re: can't adjust brightness via hotkeys(Fn+F6/F6)

2017-04-12 Thread Liming Wang
** Changed in: linux (Ubuntu)
 Assignee: Liming Wang (wangliming) => (unassigned)

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

Title:
  can't adjust brightness via hotkeys(Fn+F6/F6)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1133168/+subscriptions

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


[Bug 1133168] Re: can't adjust brightness via hotkeys(Fn+F6/F6)

2014-07-09 Thread Yang Kun (YK)
** Changed in: linux (Ubuntu)
 Assignee: AceLan Kao (acelankao) = Liming Wang (wangliming)

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

Title:
  can't adjust brightness via hotkeys(Fn+F6/F6)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1133168/+subscriptions

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


[Bug 1133168] Re: can't adjust brightness via hotkeys(Fn+F6/F6)

2013-05-26 Thread Daniel Manrique
** Changed in: linux (Ubuntu)
   Importance: Undecided = Low

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

Title:
  can't adjust brightness via hotkeys(Fn+F6/F6)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1133168/+subscriptions

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


[Bug 1133168] Re: can't adjust brightness via hotkeys(Fn+F6/F6)

2013-04-01 Thread AceLan Kao
** Changed in: linux (Ubuntu)
   Status: In Progress = Triaged

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

Title:
  can't adjust brightness via hotkeys(Fn+F6/F6)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1133168/+subscriptions

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


[Bug 1133168] Re: can't adjust brightness via hotkeys(Fn+F6/F6)

2013-03-04 Thread AceLan Kao
We probably need this patch to fix the issue.
I have submitted this patch for SRU ago, but it will bring a pre-existing bug 
to light, so the kernel team reject it.
I'll re-verify this patch now and re-send the SRU request.

commit d627b62ff8d4d36761adbcd90ff143d79c94ab22
Author: Lekensteyn lekenst...@gmail.com
Date:   Tue Jun 26 00:36:24 2012 +0200

i915: initialize CADL in opregion

This is rather a hack to fix brightness hotkeys on a Clevo laptop. CADL is 
not
used anywhere in the driver code at the moment, but it could be used in 
BIOS as
is the case with the Clevo laptop.

The Clevo B7130 requires the CADL field to contain at least the ID of
the LCD device. If this field is empty, the ACPI methods that are called
on pressing brightness / display switching hotkeys will not trigger a
notification. As a result, it appears as no hotkey has been pressed.

Reference: https://bugs.freedesktop.org/show_bug.cgi?id=45452
Tested-by: Peter Wu lekenst...@gmail.com
Signed-off-by: Peter Wu lekenst...@gmail.com
Acked-by: Jesse Barnes jbar...@virtuousgeek.org
Signed-off-by: Daniel Vetter daniel.vet...@ffwll.ch


** Bug watch added: freedesktop.org Bugzilla #45452
   https://bugs.freedesktop.org/show_bug.cgi?id=45452

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

Title:
  can't adjust brightness via hotkeys(Fn+F6/F6)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1133168/+subscriptions

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


[Bug 1133168] Re: can't adjust brightness via hotkeys(Fn+F6/F6)

2013-03-04 Thread AceLan Kao
Confirm this patch works well.

** Changed in: linux (Ubuntu)
   Status: Confirmed = In Progress

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

Title:
  can't adjust brightness via hotkeys(Fn+F6/F6)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1133168/+subscriptions

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


[Bug 1133168] Re: can't adjust brightness via hotkeys(Fn+F6/F6)

2013-03-04 Thread AceLan Kao
We need this patch to fix the pre-existing bug that will make the screen become 
black.
But, this commit based on many other changes.

commit 3739850b46f560a2be29287c3e5c2d1a7e0e
Author: Daniel Vetter daniel.vet...@ffwll.ch
Date:   Thu Sep 6 22:15:44 2012 +0200

drm/i915: disable the cpu edp port after the cpu pipe

See bspec, Vol3 Part2, Section 1.1.3 Display Mode Set Sequence. This
applies to all platforms where we currently support eDP on, i.e. ilk,
snb  ivb.

Without this change we fail to light up the eDP port on previously
unused crtcs (likely because something is stuck on the old pipe), and
we also fail to properly disable the old pipe (i.e. bit 30 in the
PIPECONF register is stuck as set until the next reboot).

v2: Rebased on top of the edp panel off sequence changes in 3.6-rc2.

Reviewed-by: Paulo Zanoni paulo.r.zan...@intel.com
Bugzilla: https://bugzilla.kernel.org/show_bug.cgi?id=44001
Signed-Off-by: Daniel Vetter daniel.vet...@ffwll.ch


** Bug watch added: Linux Kernel Bug Tracker #44001
   http://bugzilla.kernel.org/show_bug.cgi?id=44001

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

Title:
  can't adjust brightness via hotkeys(Fn+F6/F6)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1133168/+subscriptions

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


[Bug 1133168] Re: can't adjust brightness via hotkeys(Fn+F6/F6)

2013-03-03 Thread Anthony Wong
** Changed in: linux (Ubuntu)
 Assignee: Anthony Wong (anthonywong) = AceLan Kao (acelankao)

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

Title:
  can't adjust brightness via hotkeys(Fn+F6/F6)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1133168/+subscriptions

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


[Bug 1133168] Re: can't adjust brightness via hotkeys(Fn+F6/F6)

2013-03-03 Thread Anthony Wong
This is caused by bug 806032.

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

Title:
  can't adjust brightness via hotkeys(Fn+F6/F6)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1133168/+subscriptions

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