Re: [PATCH radeon] Only enable KMS on x86.

2010-11-08 Thread Julien Cristau
On Sun, Nov  7, 2010 at 11:43:57 +0100, Cyril Brulebois wrote:

> Julien Cristau  (07/11/2010):
> > I think so.  If it's broken they'll have disabled it anyhow.
> 
> ACK. Merged, pushed, uploaded.
> 
Thanks!

Cheers,
Julien


signature.asc
Description: Digital signature


Re: [PATCH radeon] Only enable KMS on x86.

2010-11-07 Thread Cyril Brulebois
Julien Cristau  (07/11/2010):
> I think so.  If it's broken they'll have disabled it anyhow.

ACK. Merged, pushed, uploaded.

Mraw,
KiBi.


signature.asc
Description: Digital signature


Re: [PATCH radeon] Only enable KMS on x86.

2010-11-07 Thread Julien Cristau
On Sun, Nov  7, 2010 at 11:06:55 +0100, Cyril Brulebois wrote:

> Julien Cristau  (04/11/2010):
> > Thoughts?  (IIRC Michel suggested doing this a while back, I didn't
> > get to it before now...)
> 
> So we stop shipping that file, but if somebody installed a version of
> the package with that conf file in the interim, it's going to stay
> around. Do we call that good enough?
> 
I think so.  If it's broken they'll have disabled it anyhow.

Cheers,
Julien


signature.asc
Description: Digital signature


Re: [PATCH radeon] Only enable KMS on x86.

2010-11-07 Thread Cyril Brulebois
Julien Cristau  (04/11/2010):
> Thoughts?  (IIRC Michel suggested doing this a while back, I didn't
> get to it before now...)

So we stop shipping that file, but if somebody installed a version of
the package with that conf file in the interim, it's going to stay
around. Do we call that good enough?

Mraw,
KiBi.


signature.asc
Description: Digital signature


Re: [PATCH radeon] Only enable KMS on x86.

2010-11-05 Thread Michel Dänzer
On Don, 2010-11-04 at 12:30 +0100, Julien Cristau wrote: 
> At least on powerpc, KMS in squeeze means no backlight control and no
> suspend/resume, so delay this to wheezy.
> 
> ---
> Thoughts?  (IIRC Michel suggested doing this a while back, I didn't get
> to it before now...)

As powerpc kernels have radeonfb enabled by default, something else that
might help would be to fix the radeon kernel module to fall back to UMS
when something else has claimed the device, rather than staying inactive
with KMS 'enabled'.

But I'm not sure that alone would do, so this is probably still a good
idea I'm afraid. Thanks for working on it!


-- 
Earthling Michel Dänzer   |http://www.vmware.com
Libre software enthusiast |  Debian, X and DRI developer


--
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/1288951661.17243.35.ca...@thor.local



[PATCH radeon] Only enable KMS on x86.

2010-11-04 Thread Julien Cristau
At least on powerpc, KMS in squeeze means no backlight control and no
suspend/resume, so delay this to wheezy.

---
Thoughts?  (IIRC Michel suggested doing this a while back, I didn't get
to it before now...)

 debian/changelog |7 +++
 debian/rules |2 ++
 2 files changed, 9 insertions(+), 0 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index e397f1b..81bc38d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+xserver-xorg-video-ati (1:6.13.1-3) UNRELEASED; urgency=low
+
+  * Only enable KMS on x86.  At least on powerpc, KMS in squeeze means no
+backlight control and no suspend/resume, so delay this to wheezy.
+
+ -- Julien Cristau   Thu, 04 Nov 2010 12:19:30 +0100
+
 xserver-xorg-video-ati (1:6.13.1-2) unstable; urgency=low
 
   * Make libudev-dev build dependencies linux-any.
diff --git a/debian/rules b/debian/rules
index 8815ada..1604ca7 100755
--- a/debian/rules
+++ b/debian/rules
@@ -90,9 +90,11 @@ binary-arch: build install serverabi-ati serverabi-radeon
dh_installchangelogs ChangeLog
dh_install --sourcedir=debian/tmp --list-missing --exclude=.la 
--exclude=usr/share/man/man4
 ifeq ($(DEB_HOST_ARCH_OS), linux)
+ifneq (, $(filter $(DEB_HOST_ARCH), i386 amd64))
install -d -m 755 debian/xserver-xorg-video-radeon/etc/modprobe.d/
install -m 644 debian/radeon-kms.conf 
debian/xserver-xorg-video-radeon/etc/modprobe.d/
 endif
+endif
dh_installman
dh_link
dh_strip -pxserver-xorg-video-ati 
--dbg-package=xserver-xorg-video-ati-dbg
-- 
1.7.2.3


-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/1288870214-27112-1-git-send-email-jcris...@debian.org