openSUSE Hobbled By Microsoft Patents
kripkenstein writes "openSUSE 10.2 no longer enables ClearType (which would improve the appearance of fonts). The reason given on the openSUSE mailing list for not enabling it is, 'this feature is covered by several Microsoft patents and should not be activated in any default build of the library.'
As reported on and discussed, this matter may be connected to the Microsoft-Novell deal. If so, Novell should have received a license for the Microsoft patents, assuming the deal covered all relevant patents. Does the license therefore extend only to SUSE, but not openSUSE?"
Steve Gibson pointed out decades-old prior art that would invalidate the Cleartype patent (if our patent system weren't corrupt) several years ago.
I too have felt the cold finger of injustice.
I think Novell has become an wholly owned subsidiary of MSFT and is being used for the express purpose of setting up precedents and creating more and more FUD. I have seen a version of anti-aliasing and sub-pixel addressing way back when in, of all places, grc.com.
sed -e 's/Chuck Norris/Rajnikant/g' joke > fact
I have not been to GRC.com for a long time, I quickly grabbed the URL and posted it here in another thread. Looks like that site cites a long list of prior art. Makes the OpenSUSE's decision even more suspect.
sed -e 's/Chuck Norris/Rajnikant/g' joke > fact
That might be a good thing(tm). In many cases I prefer non anti-aliased fonts. I have a nice LCD with a DVI connection for a clear picture, then I'm supposed to fuzzy it up? Anti-aliasing lakes me think I need glasses in many cases.
Sheldon
Cleartype is just sub-pixel AA which existed long before MS ever used it for font rendering. Bytecode type hinting is patented by (IIRC) Apple, it is usually disabled in Freetype and and an alternative (auto-hinting) method used instead.
Apples and oranges, the bug reporter is confused or trolling.
AFAICT, subpixel rendering is not disabled, only the 5-tap filter that's supposed to reduce colour fringes. See http://www.grc.com/cttech.htm. Apparently this is one of the things Microsoft has patented, and I haven't seen any "prior art" for this specific technique. In my humble opinion disabling the filter is not much of a loss as it just makes fonts look fuzzier.
As a result, if you hold a license for a patent that is required to redistribute/sell Freetype (or any piece of software covered by the GPL), then, to comply with the GPL you have two options you must EITHER: (1) not distribute the software, OR (2) the patent license must permit anyone's free use
The relevant GPL section is the preamble To prevent this, we have made it clear that any patent must be licensed for everyone's free use or not licensed at all. , and under Section 7 of the GNU General Public License: For example, if a patent license would not permit royalty-free redistribution of the Program by all those who receive copies directly or indirectly through you, then the only way you could satisfy both it and this License would be to refrain entirely from distribution of the Program.
This means for instance, that Novell would not be free to provide users of SuSE the benefit of a patent license to use a certain feature of a GPL'ed library or software program, and deny that feature to openSuSE users.
That doesn't answer why it was OK to have this enabled before, and has then somehow become a big no-no.
They could just use this replacement, which is not patented:
http://oyhus.no/SubLCD.html
Windows has had AA text in the following formats.
Right Click (or Right Menu Key) -> Properties -> Settings Tab -> Tick "Smooth Edges of Screen Fonts".
WinXP - ClearType fonts supported (at least on Pro) - get a control panel applet from msdn/microsoft.com to change settings. HW support via alpha blending.
WinXP Tablet Edition - Support of 90 degree rotation e.g. aliasing in Y instead of X (screens mounted portrait)... I think I'm right on this.
Vista - more of the same I guess!
YMMV - It's been a while since I mucked with Windows GDI Drivers.
Time flies like an arrow. Fruit flies like a banana.
The main developer of FreeType decided to disable the filter in September. The Novell deal was later and had nothing to do with this.
Yes, indeed Cleartype sucks, and ive not even known you can have it under linux. For an ever better font setup you can enable BCI in freetype and have freetype display font quality on par with Mac OS X (which nobody can dispute displays the best quality). For example ubuntu people can download debs with prepatched freetype here http://ubuntuforums.org/showthread.php?t=343670&hi ghlight=feisty+fonts.
The standalone patches are here http://david.freetype.org/lcd/
I just last week switched from SuSE 9.1 to Ubuntu 6.06 (Dapper Drake) on my laptop. The old OS always crashed or froze, and was a tempermental beast that chronically corrupted the Reiser FS. The Ubuntu install was less than 20 minutes (although downloading of package upgrades took an hour on DSL) and has been running superbly 24/7 since boottime. I hope you are happy making the change; I most certainly am!
BTW, if you are a Windows person who is looking for a friendly Linux distro, this is for you. You can run Ubuntu from the CD to try it out before installing, and it is the very epitome of "user-friendly." You don't even have to edit config files, if that seems daunting. Take the plunge--you won't regret it.
Just to clarify the thesis of the post.
Novell has not received any licenses to any patents, and neither has SUSE, nor OpenSUSE.
The Microsoft-Novell agreement is about not suing customers over any potential patent infringement.
Since OpenSUSE is a community effort, and it is used by people that might not be customers of Novell, removing code that is known to infringe on a patent is the correct thing to do (same policy applies to Mono).
This realization is precisely what the patentmongers fear. Because if this realization gets out in the world it will do them irreparable damage - the argument [in court] will be that it is utterly impossible to develop software because of the patent system. Admitting that you have a problem is the first step on the road to recovery...
Your opinion isn't worth much. There is one place, and one place only, where Linux is behind. That area is in drivers. Oh sure, Linux might support more hardware than any version of Windows - I wouldn't have any trouble believing that. But the problem with Linux is that the support for some hardware raises numerous problems which you simply don't have to deal with on Windows.
Aside from that, can you name one kind of task that's easier on Windows than, say, on Ubuntu Feisty? I really will settle for just one clear example.
"You're right," Fisheye says. "I should have set it on 'whip' or 'chop.'"
The courts seem to favor the patent defendant (such as MS here) when issues of "obviousness" come to light. It seems it has to almost be exactly the same thing for a judge to overturn it, not merely very similar. A similar issue appeared in the GM (or was it Ford?) break-pedal case. Obviousness was pretty well demonstrated, but it was not deemed obvious *enough*. However, that case is still on appeal and climbing its way up the courts and may affect this case also because the level of obviousness is the key issue. Apple II using a very similar technique may not be enough. It may have to be pretty much exactly the same thing with the exact same look to qualify. (I think this is stupid, but that is another issue.)
Table-ized A.I.