Re: Yeelong and SiliconMotion driver: asking for developers

2010-03-17 Thread Owain Ainsworth
On Tue, Mar 16, 2010 at 02:49:13PM -0400, Brett Smith wrote:
 Some of the developers who were packaging software for the machine
 pointed out that this license was unfortunate for them, because they
 were interested in getting GRUB running on the box as well, and of
 course, GPLv2-only is not a compatible license for a GPLv3-covered
 project like GRUB.  With that issue in front of him, RMS asked
 SiliconMotion to allow the code to be used under the terms of GPLv3, one
 way or another, which they agreed to.
 
 Please don't read any malice into that request, because I assure you
 there was none.  The FSF has consistently advocated that developers
 should use licenses that are consistent with the larger projects they
 interact with (as long as those licenses are free and GPL-compatible),
 and that advice definitely applies to Xorg drivers.  If we made a
 mistake here, it was a failure to connect the dots.  As weird as it
 might sound, I don't think it was clear at the time that we were talking
 about the licensing of an entire Xorg driver.  If we had known that, we
 would've asked SiliconMotion to switch to the X11 license, if possible,
 to stay consistent with Xorg generally.
 
 And I'm happy to talk to SiliconMotion about that now.  I don't know if
 you have a usual way of handling licensing requests like this, but if
 you want me to keep anybody or any lists in the loop on that thread,
 that's no problem either; just let me know.  And either way, if you have
 any other questions or concerns about this, please don't hesitate to ask
 me.

A switch in the siliconmotion improved stuff to MIT/X11 would be very
beneficial to the BSDs, and X as a whole since it could be part of the
main X distribution.

I would appreciate it if you would keep me (at this address or
o...@openbsd.org) informed about any progress on this.

on another note, I have a lemote in the post, so I may be able to look
at some of the Lynx EM+ issues. I was considering doing a kms driver
when i've got OpenBSDs kms infrastructure thrashed out.

-0-
-- 
There's no room in the drug world for amateurs.
___
xorg@lists.freedesktop.org: X.Org support
Archives: http://lists.freedesktop.org/archives/xorg
Info: http://lists.freedesktop.org/mailman/listinfo/xorg


Re: Yeelong and SiliconMotion driver: asking for developers

2010-03-16 Thread Daniel Clark
On Wed, Mar 10, 2010 at 5:16 AM, Daniel Stone dan...@fooishbar.org wrote:
 Hi,

 On Wed, Mar 10, 2010 at 08:51:56AM +, Owain Ainsworth wrote:
 On Tue, Mar 09, 2010 at 10:22:28PM -0430, Octavio Rossell wrote:
  The idea of this wiki:
  http://gnu.org.ve/~octavio/lemote/doku.php?id=siliconmotiondriver
  is to collect all info for makin this easy. If any of you have more info
  or has a technical correction is ok (is on free editing mode) but is
  only a space where to put the info with an universal scope.

 Can you please clarify what the comments about GPLv3 are supposed to
 mean on that page? Is it a reference to a non-public discussion?

 If the current driver is licensed under the MIT/X11 license (as it would
 appear that it is) changing it without adding substantial new work is
 legally questionable at best. Furthermore, changing this license after
 adding to it could be considered to be obnoxious and anti-community.

 Anyone's free to tack on a more restrictive license to their work, which
 would bring the entire collection under the same license, but yeah, it
 would be incredibly obnoxious.  X.Org's does not (currently) accept GPL
 packages anyway, so we couldn't merge it back.

 I heard vague rumblings about the FSF convincing Silicon Motion to
 relicense it as GPLv3+ in private, with complete disregard for X.Org.
 Good for the FSF: maybe they can do all the work on it then.

I believe the issue there was that FSF needed some small subset of
code dual-licensed to be able to incorporate it into GRUB2, which is
GPLv3 - GRUB2 is very close to being able to be the only boot firmware
on the actual hardware PLCC chip of the yeeloong, and of course would
load before Xorg.

I don't believe there is any intent to actually try to relicense X; as
you are probably aware FSF has in the past helped the X project with
licensing issues - http://www.fsf.org/news/thank-you-sgi - and knowing
the people involved I sincerely doubt there is any intention to do
anything that would splinter the Xorg codebase.

-- 
Daniel JB Clark | http://pobox.com/~dclark | Activist; Owner
   \|/
   FREEDOM -+- INCLUDED ~ http://freedomincluded.com
   /|\
Free Software respecting hardware ~ Lemote Yeeloong reseller
___
xorg@lists.freedesktop.org: X.Org support
Archives: http://lists.freedesktop.org/archives/xorg
Info: http://lists.freedesktop.org/mailman/listinfo/xorg


RE: Yeelong and SiliconMotion driver: asking for developers

2010-03-16 Thread Bridgman, John
Ahh, that makes sense -- so the relicensing from X11 to GPLv2 already happened, 
and the proposed relicensing was going to be from GPLv2 to v3. Asking if the 
code can be licensed back to X11 (allowing use in the X.org project) certainly 
sounds like a good next step.

I don't know if there is a formal process for determining if a proposed 
licensing change is appropriate but I imagine that would be a board decision 
after the request was kicked around on the xorg mailing list as it is now... so 
everything is probably happening as it should. 

I'm only guessing so if you get a different answer from someone else go with 
that ;)

-Original Message-
From: Brett Smith [mailto:br...@fsf.org] 
Sent: Tuesday, March 16, 2010 2:49 PM
To: Bridgman, John
Cc: 'Daniel Clark'; Daniel Stone; Owain Ainsworth; Octavio Rossell; 
xorg@lists.freedesktop.org; Vladimir 'φ-coder/phcoder' Serbinenko; Bernie 
Innocenti
Subject: RE: Yeelong and SiliconMotion driver: asking for developers

Hi everyone,

I'm sorry for the confusion that's sprung up around this issue.  I hope I can 
get everything clarified -- I think we're all really on the same page here 
about what would be ideal.

On Tue, 2010-03-16 at 10:16 -0700, Bridgman, John wrote:
 Is there a reason that graphics code can not be included in the GRUB2 project 
 with its current license ? 
 
 My recollection was that the X11 license was considered GPL compatible in 
 the sense that it *could* be relicensed if necessary. Graphics driver code is 
 included in the Linux kernel without relicensing, ie it retains its current 
 X11 license even though it lives in an otherwise GPLv2-licensed tree. 
 
 Is there something about GPLv3 which prevents the same approach from being 
 used, or are we just talking about a GRUB2 project rule which disallows 
 compatible licenses and requires actual GPLv3 licensing ?

None of those is the case.  Your understanding about compatibility is correct, 
all the same rules apply to GPLv3, and there's no GRUB project policy that 
would prevent them from including X11-licensed code.

When we started looking at software for the SiliconMotion hardware (as part of 
evaluating how free software-friendly a particular machine was), we found a 
modified driver from the SiliconMotion company that seemed to have some useful 
changes.  The company was distributing it under GPLv2 only.

Some of the developers who were packaging software for the machine pointed out 
that this license was unfortunate for them, because they were interested in 
getting GRUB running on the box as well, and of course, GPLv2-only is not a 
compatible license for a GPLv3-covered project like GRUB.  With that issue in 
front of him, RMS asked SiliconMotion to allow the code to be used under the 
terms of GPLv3, one way or another, which they agreed to.

Please don't read any malice into that request, because I assure you there was 
none.  The FSF has consistently advocated that developers should use licenses 
that are consistent with the larger projects they interact with (as long as 
those licenses are free and GPL-compatible), and that advice definitely applies 
to Xorg drivers.  If we made a mistake here, it was a failure to connect the 
dots.  As weird as it might sound, I don't think it was clear at the time that 
we were talking about the licensing of an entire Xorg driver.  If we had known 
that, we would've asked SiliconMotion to switch to the X11 license, if 
possible, to stay consistent with Xorg generally.

And I'm happy to talk to SiliconMotion about that now.  I don't know if you 
have a usual way of handling licensing requests like this, but if you want me 
to keep anybody or any lists in the loop on that thread, that's no problem 
either; just let me know.  And either way, if you have any other questions or 
concerns about this, please don't hesitate to ask me.

Thanks,

--
Brett Smith
Licensing Compliance Engineer, Free Software Foundation

Join us in Cambridge for LibrePlanet, March 19th-21st!
http://groups.fsf.org/wiki/LibrePlanet2010




___
xorg@lists.freedesktop.org: X.Org support
Archives: http://lists.freedesktop.org/archives/xorg
Info: http://lists.freedesktop.org/mailman/listinfo/xorg

Re: Yeelong and SiliconMotion driver: asking for developers

2010-03-16 Thread Daniel Clark
2010/3/16 Bridgman, John john.bridg...@amd.com:
 Ahh, that makes sense -- so the relicensing from X11 to GPLv2 already 
 happened, and the proposed relicensing was going to be from GPLv2 to v3. 
 Asking if the code can be licensed back to X11 (allowing use in the X.org 
 project) certainly sounds like a good next step.

I'm glad we got that misunderstanding out of the way.

If anyone is psyched to work on this, but doesn't have hardware,
Brett/FSF and/or I/Freedom Included and/or Octavio/Poder Digital can
work with Xorg donations people to get a Lemote Yeeloong to the Xorg
project.

It looks like this chipset is also in some other stuff, like some
older Thinkpads:
http://www.thinkwiki.org/wiki/SMI_LynxEM (checked and you can get some
of them for $50-$100 on ebay).

Happy Hacking,
-- 
Daniel JB Clark | http://pobox.com/~dclark | Activist; Owner
   \|/
   FREEDOM -+- INCLUDED ~ http://freedomincluded.com
   /|\
Free Software respecting hardware ~ Lemote Yeeloong reseller
___
xorg@lists.freedesktop.org: X.Org support
Archives: http://lists.freedesktop.org/archives/xorg
Info: http://lists.freedesktop.org/mailman/listinfo/xorg


Re: Yeelong and SiliconMotion driver: asking for developers

2010-03-16 Thread Daniel Stone
Hi,

On Tue, Mar 16, 2010 at 05:19:40PM -0400, Daniel Clark wrote:
 2010/3/16 Bridgman, John john.bridg...@amd.com:
  Ahh, that makes sense -- so the relicensing from X11 to GPLv2 already 
  happened, and the proposed relicensing was going to be from GPLv2 to v3. 
  Asking if the code can be licensed back to X11 (allowing use in the X.org 
  project) certainly sounds like a good next step.
 
 I'm glad we got that misunderstanding out of the way.
 
 If anyone is psyched to work on this, but doesn't have hardware,
 Brett/FSF and/or I/Freedom Included and/or Octavio/Poder Digital can
 work with Xorg donations people to get a Lemote Yeeloong to the Xorg
 project.
 
 It looks like this chipset is also in some other stuff, like some
 older Thinkpads:
 http://www.thinkwiki.org/wiki/SMI_LynxEM (checked and you can get some
 of them for $50-$100 on ebay).

As with all other drivers, if someone seriously wants to maintain it but
doesn't have the hardware, then the Foundation has a hardware budget set
aside for exactly this.

Cheers,
Daniel


pgpdLrxvmEsQy.pgp
Description: PGP signature
___
xorg@lists.freedesktop.org: X.Org support
Archives: http://lists.freedesktop.org/archives/xorg
Info: http://lists.freedesktop.org/mailman/listinfo/xorg

Re: Yeelong and SiliconMotion driver: asking for developers

2010-03-16 Thread Daniel Stone
Hi,

On Tue, Mar 16, 2010 at 02:49:13PM -0400, Brett Smith wrote:
 When we started looking at software for the SiliconMotion hardware (as
 part of evaluating how free software-friendly a particular machine was),
 we found a modified driver from the SiliconMotion company that seemed to
 have some useful changes.  The company was distributing it under GPLv2
 only.
 
 Some of the developers who were packaging software for the machine
 pointed out that this license was unfortunate for them, because they
 were interested in getting GRUB running on the box as well, and of
 course, GPLv2-only is not a compatible license for a GPLv3-covered
 project like GRUB.  With that issue in front of him, RMS asked
 SiliconMotion to allow the code to be used under the terms of GPLv3, one
 way or another, which they agreed to.
 
 Please don't read any malice into that request, because I assure you
 there was none.  The FSF has consistently advocated that developers
 should use licenses that are consistent with the larger projects they
 interact with (as long as those licenses are free and GPL-compatible),
 and that advice definitely applies to Xorg drivers.  If we made a
 mistake here, it was a failure to connect the dots.  As weird as it
 might sound, I don't think it was clear at the time that we were talking
 about the licensing of an entire Xorg driver.  If we had known that, we
 would've asked SiliconMotion to switch to the X11 license, if possible,
 to stay consistent with Xorg generally.
 
 And I'm happy to talk to SiliconMotion about that now.  I don't know if
 you have a usual way of handling licensing requests like this, but if
 you want me to keep anybody or any lists in the loop on that thread,
 that's no problem either; just let me know.  And either way, if you have
 any other questions or concerns about this, please don't hesitate to ask
 me.

Fair enough -- sorry if my reply was a bit harsh.  It'd be great if you
guys were willing to work with SMI to get it relicensed to MIT/X11, as
for better or worse, we only accept MIT/X11 or non-four-clause BSD.  We
do host the development of some GPL drivers (xf86-input-synaptics,
xf86-video-avivo), but we don't distribute these as a part of X.Org at
all.  Even so, these are GPLv2 rather than GPLv3, which would be a lot
more problematic.

For legal issues, the Foundation Board (bo...@foundation.x.org) handles
all of that, and just ask the list or myself about technical stuff (SMI
driver, code hosting, etc).

Cheers,
Daniel


pgpWktpU1J30o.pgp
Description: PGP signature
___
xorg@lists.freedesktop.org: X.Org support
Archives: http://lists.freedesktop.org/archives/xorg
Info: http://lists.freedesktop.org/mailman/listinfo/xorg

Re: Yeelong and SiliconMotion driver: asking for developers

2010-03-16 Thread Alex Deucher
On Tue, Mar 16, 2010 at 6:36 PM, Daniel Stone dan...@fooishbar.org wrote:
 Hi,

 On Tue, Mar 16, 2010 at 02:49:13PM -0400, Brett Smith wrote:
 When we started looking at software for the SiliconMotion hardware (as
 part of evaluating how free software-friendly a particular machine was),
 we found a modified driver from the SiliconMotion company that seemed to
 have some useful changes.  The company was distributing it under GPLv2
 only.

 Some of the developers who were packaging software for the machine
 pointed out that this license was unfortunate for them, because they
 were interested in getting GRUB running on the box as well, and of
 course, GPLv2-only is not a compatible license for a GPLv3-covered
 project like GRUB.  With that issue in front of him, RMS asked
 SiliconMotion to allow the code to be used under the terms of GPLv3, one
 way or another, which they agreed to.

 Please don't read any malice into that request, because I assure you
 there was none.  The FSF has consistently advocated that developers
 should use licenses that are consistent with the larger projects they
 interact with (as long as those licenses are free and GPL-compatible),
 and that advice definitely applies to Xorg drivers.  If we made a
 mistake here, it was a failure to connect the dots.  As weird as it
 might sound, I don't think it was clear at the time that we were talking
 about the licensing of an entire Xorg driver.  If we had known that, we
 would've asked SiliconMotion to switch to the X11 license, if possible,
 to stay consistent with Xorg generally.

 And I'm happy to talk to SiliconMotion about that now.  I don't know if
 you have a usual way of handling licensing requests like this, but if
 you want me to keep anybody or any lists in the loop on that thread,
 that's no problem either; just let me know.  And either way, if you have
 any other questions or concerns about this, please don't hesitate to ask
 me.

 Fair enough -- sorry if my reply was a bit harsh.  It'd be great if you
 guys were willing to work with SMI to get it relicensed to MIT/X11, as
 for better or worse, we only accept MIT/X11 or non-four-clause BSD.  We
 do host the development of some GPL drivers (xf86-input-synaptics,
 xf86-video-avivo), but we don't distribute these as a part of X.Org at
 all.  Even so, these are GPLv2 rather than GPLv3, which would be a lot
 more problematic.

FWIW, SMI has been involved in the siliconmotion xorg driver before
(they contributed a fair amount of the original code), although most
of the recent work has been done by contributors.

Alex
___
xorg@lists.freedesktop.org: X.Org support
Archives: http://lists.freedesktop.org/archives/xorg
Info: http://lists.freedesktop.org/mailman/listinfo/xorg


Re: Yeelong and SiliconMotion driver: asking for developers

2010-03-10 Thread Owain Ainsworth
On Tue, Mar 09, 2010 at 10:22:28PM -0430, Octavio Rossell wrote:
 The idea of this wiki:
 http://gnu.org.ve/~octavio/lemote/doku.php?id=siliconmotiondriver
 is to collect all info for makin this easy. If any of you have more info
 or has a technical correction is ok (is on free editing mode) but is
 only a space where to put the info with an universal scope.


Can you please clarify what the comments about GPLv3 are supposed to
mean on that page? Is it a reference to a non-public discussion?

If the current driver is licensed under the MIT/X11 license (as it would
appear that it is) changing it without adding substantial new work is
legally questionable at best. Furthermore, changing this license after
adding to it could be considered to be obnoxious and anti-community.

Cheers,
-0-
-- 
A large number of installed systems work by fiat.  That is, they work
by being declared to work.
-- Anatol Holt
___
xorg@lists.freedesktop.org: X.Org support
Archives: http://lists.freedesktop.org/archives/xorg
Info: http://lists.freedesktop.org/mailman/listinfo/xorg


Re: Yeelong and SiliconMotion driver: asking for developers

2010-03-10 Thread Octavio Rossell
I said the text may contain bugs. This is one of them and I have fixed it.

Any Free Licence will work. The main problem here is a performance
behaviour.

Owain Ainsworth escribió:
 On Tue, Mar 09, 2010 at 10:22:28PM -0430, Octavio Rossell wrote:
 The idea of this wiki:
 http://gnu.org.ve/~octavio/lemote/doku.php?id=siliconmotiondriver
 is to collect all info for makin this easy. If any of you have more info
 or has a technical correction is ok (is on free editing mode) but is
 only a space where to put the info with an universal scope.
 
 
 Can you please clarify what the comments about GPLv3 are supposed to
 mean on that page? Is it a reference to a non-public discussion?
 
 If the current driver is licensed under the MIT/X11 license (as it would
 appear that it is) changing it without adding substantial new work is
 legally questionable at best. Furthermore, changing this license after
 adding to it could be considered to be obnoxious and anti-community.
 
 Cheers,
 -0-

-- 
  __
 |   ,   ,  |
 |  / \ |
 | ((__-^^-,-^^-__))Octavio Rossell Tabet   |
 |  `-_---' `---_-' octa...@gnu.org.ve  |
 |   `--|o` 'o|--'  http://octavio.gnu.org.ve   |
 |  \  `  / irc.gnu.org.ve #gnu |
 |   .:  :. Usuario de GNU/Linux: 278860|
 |   :o_o:  Huella: FC69 551B ECB9 62B0 D992|
 |-   BE57 B551 2497 C78B 870A|
 |__|

attachment: octavio.vcf___
xorg@lists.freedesktop.org: X.Org support
Archives: http://lists.freedesktop.org/archives/xorg
Info: http://lists.freedesktop.org/mailman/listinfo/xorg

Yeelong and SiliconMotion driver: asking for developers

2010-03-09 Thread Octavio Rossell
Hi there!

I am Octavio Rossell, from Venezuela. I am working in the FSF
endorsement of gNewSense-MIPS in the Lemote Yeelong(only free drivers
and free bios too), it is possible many of you already know this hardware.

For this goal, few things are still needed, but one of them is
concerning the video driver.

I have built a WiKi with all info i have collected from internet (web
pages, mails and irc chat). The rest needed is to find a xorg developer
who can put all this information together and find a better driver and,
of course, get a solution. The idea is to have a good video controller
for this hardware, making it work more than de usable status it has
now. Some acelerarion or optimization is needed because sometimes even
the simple task of viewing a video is a difficult work for this stage of
the driver. The desktop, in this state works in a primitive way and it
it not fair to have such a interesting hardware with a so poor
controller. This hardware can be an example of quality with an ethic
licence and hardware public specs. I even thiks it a way to say thanks
to the people make possible this hardware thinked and pointed to the
freedom of the user... you know about it, in some cases more than me,
may be.

The idea of this wiki:
http://gnu.org.ve/~octavio/lemote/doku.php?id=siliconmotiondriver
is to collect all info for makin this easy. If any of you have more info
or has a technical correction is ok (is on free editing mode) but is
only a space where to put the info with an universal scope.

The importance of this is to have for the very first time a hardware
with Free BIOS in which all drivers are free software and all of this be
endorsed by FSF. This will be good for every Yeelong users.

Many people has told me about others who knows about the matter, put
they have no time to help this. For this people it is possible to find a
way. If some know how but cannot use the time in that, say it. There is
always is a way to integrate each others for the Free Software!

Regards.

-- 
  __
 |   ,   ,  |
 |  / \ |
 | ((__-^^-,-^^-__))Octavio Rossell Tabet   |
 |  `-_---' `---_-' octa...@gnu.org.ve  |
 |   `--|o` 'o|--'  http://octavio.gnu.org.ve   |
 |  \  `  / irc.gnu.org.ve #gnu |
 |   .:  :. Usuario de GNU/Linux: 278860|
 |   :o_o:  Huella: FC69 551B ECB9 62B0 D992|
 |-   BE57 B551 2497 C78B 870A|
 |__|

attachment: octavio.vcf___
xorg@lists.freedesktop.org: X.Org support
Archives: http://lists.freedesktop.org/archives/xorg
Info: http://lists.freedesktop.org/mailman/listinfo/xorg