http://bugzilla.novell.com/show_bug.cgi?id=571494http://bugzilla.novell.com/show_bug.cgi?id=571494#c64
--- Comment #64 from Suresh Jayaraman <sjayaraman(a)novell.com> 2010-04-01 05:52:53 UTC ---
I have pushed this fix to openSUSE-11.2 branch and it will be available in the
_next_ Kernel Of The Day(KOTD) kernel that can be downloaded from here:
ftp://ftp.suse.com/pub/projects/kernel/kotd/openSUSE-11.2/x86_64/
(current snapshot is taken on 03/30/2010, you could grab the next snapshot).
Note: KOTD is the latest and greatest code from the internal kernel source
repository that is build once a day(usually) and synced out to ftp.suse.com.
The intention of the KOTD is to ease the testing and running of development
snapshots that likely become the next maintenance update.
--
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=581474http://bugzilla.novell.com/show_bug.cgi?id=581474#c0
Summary: Backlight control missing for MacBooks with Intel
Graphics and KMS
Classification: openSUSE
Product: openSUSE 11.3
Version: Factory
Platform: x86-64
OS/Version: openSUSE 11.3
Status: NEW
Severity: Normal
Priority: P5 - None
Component: X.Org
AssignedTo: bnc-team-xorg-bugs(a)forge.provo.novell.com
ReportedBy: gtg031s(a)mail.gatech.edu
QAContact: xorg-maintainer-bugs(a)forge.provo.novell.com
Found By: ---
Blocker: ---
User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.0)
Gecko/20100115 SUSE/3.6.0-1.4 Firefox/3.6
Similar bug reports can be found for Ubuntu here:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/511965
and
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-intel/+bug/417…
xbacklight currently reports no outputs with backlight property (with intel
965GM and KMS) while it was working properly on 11.2 (but without KMS).
Reproducible: Always
Steps to Reproduce:
1. Boot into X
2. Run xbacklight
Actual Results:
No outputs detected
Expected Results:
I should have backlight control.
--
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=591400http://bugzilla.novell.com/show_bug.cgi?id=591400#c0
Summary: Still not possible to exclude KMS drivers from initrd
Classification: openSUSE
Product: openSUSE 11.3
Version: Milestone 4
Platform: Other
OS/Version: Other
Status: NEW
Severity: Normal
Priority: P5 - None
Component: X.Org
AssignedTo: mmarek(a)novell.com
ReportedBy: sndirsch(a)novell.com
QAContact: xorg-maintainer-bugs(a)forge.provo.novell.com
CC: eich(a)novell.com, mhopf(a)novell.com
Depends on: 591398
Found By: ---
Blocker: ---
+++ This bug was initially created as a clone of Bug #591398 +++
Unfortunately after adding the NO_KMS_IN_INITRD snippet to sysconfig/kernel
(aaa_base change from 2010-03-16), it's still not possible to exclude KMS
drivers from initrd since this variable isn't set when it's checked in
/lib/mkinitrd/scripts/setup-kms.sh. A stupid fix would be this one.
--- /lib/mkinitrd/scripts/setup-kms.sh.orig
+++ /lib/mkinitrd/scripts/setup-kms.sh
@@ -250,6 +250,7 @@
################## end of functions ######################
+. /etc/sysconfig/kernel
if [ "$NO_KMS_IN_INITRD" != "yes" ] && pciids_on_system
then
Not sure how to do it correctly.
On factory even the snippet for sysconfig/kernel is still missing.
--
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.